tayloraswift / swift-json

high-performance json parsing and encoding for server applications
https://swiftinit.org/docs/swift-json
Apache License 2.0
82 stars 5 forks source link

Unfail device cross compilation #58

Closed tayloraswift closed 2 years ago

tayloraswift commented 2 years ago

xcodebuild crashes if there exists a directory named _Snippets, and for some reason the SPM has not implemented snippetsDirectory, so we must disable snippets for now.

this means the snippets have lost CI coverage, so this is only a short-term solution.