Skip to content

Commit

Permalink
Update dependencies, to avoid build issues with Xcode 16 on `make tes…
Browse files Browse the repository at this point in the history
…t-swift` (#198)

* Update dependencies, to avoid build issues with Xcode 16

* Add Xcode 16 to CI matrix

* Update to use Xcode 16 for swift format
  • Loading branch information
gemmakbarlow committed Sep 23, 2024
1 parent 0345c8b commit c71ee4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
matrix:
xcode:
- '15.4'
- '16.0'
steps:
- uses: actions/checkout@v4
- name: Select Xcode ${{ matrix.xcode }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Xcode Select
run: sudo xcode-select -s /Applications/Xcode_15.0.app
run: sudo xcode-select -s /Applications/Xcode_16.0.app
- name: Tap
run: brew install swift-format
- name: Format
Expand Down
11 changes: 6 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "d955dccabe54030895917a92ad252b0a5d4e823f6fefc262cdb2869f8731dbe4",
"pins" : [
{
"identity" : "swift-docc-plugin",
Expand All @@ -23,17 +24,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-macro-testing",
"state" : {
"revision" : "a35257b7e9ce44e92636447003a8eeefb77b145c",
"version" : "0.5.1"
"revision" : "20c1a8f3b624fb5d1503eadcaa84743050c350f4",
"version" : "0.5.2"
}
},
{
"identity" : "swift-snapshot-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3",
"version" : "1.17.2"
"revision" : "7b0bbbae90c41f848f90ac7b4df6c4f50068256d",
"version" : "1.17.5"
}
},
{
Expand All @@ -55,5 +56,5 @@
}
}
],
"version" : 2
"version" : 3
}

0 comments on commit c71ee4a

Please sign in to comment.