heckj / CRDT

Conflict-free Replicated Data Types in Swift
https://swiftpackageindex.com/heckj/CRDT/main/documentation/crdt
MIT License
145 stars 3 forks source link

Update .spi.yml #26

Closed finestructure closed 2 years ago

finestructure commented 2 years ago

This should fix the Xcode-based builds (iOS, macOS-xcodebuild, tvOS, watchOS) here:

https://swiftpackageindex.com/heckj/CRDT/builds

heckj commented 2 years ago

dumb question - what's "scheme" do? I've got a benchmark executable in here now, is it a side effect of how that changes the scheme setups when building in Xcode? And if so, should it be CRDT-Package instead of CRDT?

finestructure commented 2 years ago

It instructs our build system to pick this scheme for building. We have some heuristics in place for that but I'm guessing the benchmark scheme tripped us up 🙂

finestructure commented 2 years ago

This only affects xcodebuild builds.