Git Product home page Git Product logo

citeprocrskit's People

Contributors

cormacrelf avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

citeprocrskit's Issues

SwiftPM does not like the zip file

SwiftPM unzip failing with "error 1". There is a workaround that works for Package.swift projects but not Xcode's swift packages UI, which doesn't have a Packqge.swift.

I think I might have to generate the zip file slightly differently. Probably something to do with symbolic links within the frameworks, maybe a simple -l flag. I cannot find any documentation on this anywhere and other people's solutions (some Google library on GitHub) appear to be flaky.

Swift package distribution possibilities

Two things:

  • Such a registry doesn't yet exist but is being worked on
  • Publishing built .xcframeworks on a registry like that would be useful
  • There's also the possibility that much of the xcodebuild reliance could be removed via extensible build tools in SPM, and then it would be possible to distribute source + binaries SE-0303 Latest review thread. This particular proposal doesn't provide for producing targets to link a swift package against. So not yet.

Make the precompiled binaries work across multiple swift compiler versions

At the moment, the binaries only work with Swift 5.4.2, specifically the one that comes with Xcode 12.5.1 (current stable Xcode):

Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)

This is fine, as long as you use Xcode 12.5.1.

But if you attempt to link them with Swift code in the Xcode 13 beta, it errors out with:

... error: failed to build module 'CiteprocRsKit'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)', while this compiler is 'Apple Swift version 5.5 (swiftlang-1300.0.29.102 clang-1300.0.28.1)'). Please select a toolchain which matches the SDK.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.