swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.02k stars 10.32k forks source link

[Source compatibility suite] CareKit if failing after version bump #69581

Open xedin opened 8 months ago

xedin commented 8 months ago

https://github.com/apple/swift-source-compat-suite/pull/858

/Users/ec2-user/jenkins/workspace/swift-PR-source-compat-suite-test-macOS/swift-source-compat-suite/project_cache/CareKit/CareKitStore/CareKitStore.xcodeproj: error: Missing package product 'Collections' (in target 'CareKitStore' from project 'CareKitStore')

I'm not exactly sure whether the issue is here either Xcode package integration or package manager but it doesn't reproduce with Xcode 15. I'm going to use this issue for XFAIL until Xcode is updated in CI.

xedin commented 8 months ago

And we needed to update the project due to incorrect use of optional chaining which was accepted before but is now fixed - https://github.com/apple/swift/pull/69292