Mishal Shah
Mishal Shah
@parkera We have a GitHub Action workflow that creates a PR every week from main to release/6.2 automerger. https://github.com/swiftlang/github-workflows/blob/main/.github/workflows/create_automerge_pr.yml If you would prefer this setup for the swift-foundation repository, we...
Swift 6.0 Nightly should resolve this issue with temporary workaround in the build script. `error: missing required module '_FoundationCollections'` We would like to hear feedback if this resolves the issue...
Correct there are two issues: 1. static sdk running into `error: missing required module '_FoundationCollections'` * Fixed in swift-6.0-DEVELOPMENT-SNAPSHOT-2024-09-17-a nightly tag. * To verify this fix, you will need to...
checksum is generated by `swift package compute-checksum` command, its not the same as SHA256. ``` % swift package compute-checksum swift-6.0-DEVELOPMENT-SNAPSHOT-2024-09-17-a_static-linux-0.0.1.artifactbundle.tar.gz 83a88650cd0675552ce2cf8159c31966fde73418f49493c1644073fffe8be9f4 ```
The website issue should be resolved now, thanks for letting me know.
@swift-ci test
Should we close this PR?
I would like to hear @parkera thoughts on pulling this in to 6.0.1 release.
I would prefer we get this into `release/6.0` branch before pulling it into `release/6.0.x` branches. Also, it will be important to understand from @MahdiBM if the fix has been resolved...
I would like to get a review from @parkera and @airspeedswift.