-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Xcode 15.3, prep for Swift concurrency checking (#46)
* Start modernization and concurrency work * Concurrency warnings in testsuite * Update CI and misc Xcode settings * Add locked dictionaries * Update concurrency discussion
- Loading branch information
Showing
29 changed files
with
234 additions
and
1,238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.PHONY: all build test | ||
|
||
swift_flags := -Xcc -fdeclspec | ||
|
||
pwd := $(shell pwd) | ||
|
||
all: build | ||
|
||
build: | ||
PKG_CONFIG_PATH=${pwd}/Packages/CRuby swift build ${swift_flags} | ||
|
||
test: | ||
PKG_CONFIG_PATH=${pwd}/Packages/CRuby swift test ${swift_flags} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
RubyGateway-Ruby3.xcodeproj/project.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
RubyGateway-Ruby3.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file was deleted.
Oops, something went wrong.
113 changes: 0 additions & 113 deletions
113
RubyGateway-Ruby3.xcodeproj/xcshareddata/xcschemes/RubyGateway-Package.xcscheme
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
RubyGateway-Ruby3.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.