You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the disable of availability and mark methods as available to clock/instant/duration (apple#165)
* Remove the disable of availability and mark methods as available to clock/instant/duration
* Rework availability to be more permissive for tests
* Use hand coded values instead of defines (only available via Darwin versions of Dispatch)
* Adjust additional test availability
* Correct debounce test availability guard
* Update build instructions to indicate Xcode requirements
* Ensure the clock property of the validation diagram is only available for targets that can support it
Copy file name to clipboardexpand all lines: README.md
+2-13
Original file line number
Diff line number
Diff line change
@@ -87,28 +87,17 @@ Finally, add `import AsyncAlgorithms` to your source code.
87
87
88
88
## Getting Started
89
89
90
-
⚠️ Please note that this package currently requires a recent [Swift Trunk Development toolchain](https://www.swift.org/download/#trunk-development-main). More information on how to use custom toolchains with Xcode can be viewed [here](https://developer.apple.com/library/archive/documentation/ToolsLanguages/Conceptual/Xcode_Overview/AlternativeToolchains.html).
90
+
⚠️ Please note that this package requires Xcode 14 on macOS hosts. Previous versions of Xcode do not contain the required Swift version.
91
91
92
92
### Building/Testing Using Xcode on macOS
93
93
94
-
1. Download the most recent development Xcode toolchain.
95
-
2. Install the package
96
-
4. Select the development toolchain in Xcode
97
-
4. Open the `swift-async-algorithms` package directory in Xcode
98
-
5. Build or Test in Xcode as normal
99
-
100
-
⚠️ Note: `swift test` does not currently work properly with custom toolchains for this package.
94
+
1. In the `swift-async-algorithms` directory run `swift build` or `swift test` accordingly
101
95
102
96
### Building/Testing on Linux
103
97
104
98
1. Download the most recent development toolchain for your Linux distribution
105
99
2. Decompress the archive to a path in which the `swift` executable is in the binary search path environment variable (`$PATH`)
106
100
3. In the `swift-async-algorithms` directory run `swift build` or `swift test` accordingly
0 commit comments