Build Information
Failed to build SwiftyShell with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/altavares/swiftyshell.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/altavares/swiftyshell
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 096b166 feat: implement dry run
Cloned https://github.com/altavares/swiftyshell.git
Revision (git rev-parse @):
096b1661ff1190854a1068c1dcd06f5ef57b2563
SUCCESS checkout https://github.com/altavares/swiftyshell.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/altavares/swiftyshell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[5/7] Compiling clibc libc.c
[6/7] Write swift-version-6F35C1178C84523A.txt
[8/9] Emitting module SPMLibc
[9/9] Compiling SPMLibc libc.swift
[10/20] Compiling POSIX Error.swift
[11/20] Compiling POSIX chdir.swift
[12/21] Compiling POSIX usleep.swift
[13/21] Compiling POSIX rename.swift
[14/21] Compiling POSIX stat.swift
[15/21] Compiling POSIX exit.swift
[16/21] Compiling POSIX isatty.swift
[17/21] Compiling POSIX getcwd.swift
[18/21] Compiling POSIX realpath.swift
[19/21] Emitting module POSIX
[20/21] Compiling POSIX env.swift
[21/21] Compiling POSIX readdir.swift
[22/56] Emitting module Basic
[23/59] Compiling Basic DiagnosticsEngine.swift
[24/59] Compiling Basic DictionaryExtensions.swift
[25/59] Compiling Basic DictionaryLiteralExtensions.swift
[26/59] Compiling Basic EditDistance.swift
[27/59] Compiling Basic KeyedPair.swift
[28/59] Compiling Basic LazyCache.swift
[29/59] Compiling Basic Lock.swift
[30/59] Compiling Basic ObjectIdentifierProtocol.swift
[31/59] Compiling Basic SynchronizedQueue.swift
[32/59] Compiling Basic TemporaryFile.swift
[33/59] Compiling Basic TerminalController.swift
[34/59] Compiling Basic CollectionAlgorithms.swift
[35/59] Compiling Basic CollectionExtensions.swift
[36/59] Compiling Basic Condition.swift
[37/59] Compiling Basic DeltaAlgorithm.swift
[38/59] Compiling Basic Process.swift
[39/59] Compiling Basic ProcessSet.swift
[40/59] Compiling Basic RegEx.swift
[41/59] Compiling Basic Result.swift
[42/59] Compiling Basic Await.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 | return try await(body).dematerialize()
| `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[43/59] Compiling Basic ByteString.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 | return try await(body).dematerialize()
| `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[44/59] Compiling Basic CStringArray.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 | return try await(body).dematerialize()
| `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[45/59] Compiling Basic CacheableSequence.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 | return try await(body).dematerialize()
| `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[46/59] Compiling Basic Thread.swift
[47/59] Compiling Basic Tuple.swift
[48/59] Compiling Basic misc.swift
[49/59] Compiling Basic OrderedSet.swift
[50/59] Compiling Basic OutputByteStream.swift
[51/59] Compiling Basic Path.swift
[52/59] Compiling Basic PathShims.swift
[53/59] Compiling Basic SHA256.swift
[54/59] Compiling Basic SortedArray.swift
[55/59] Compiling Basic StringConversions.swift
[56/59] Compiling Basic FileSystem.swift
[57/59] Compiling Basic GraphAlgorithms.swift
[58/59] Compiling Basic JSON.swift
[59/59] Compiling Basic JSONMapper.swift
Fetching https://github.com/apple/swift-package-manager.git
[1/132329] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (7.58s)
Creating working copy for https://github.com/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at master (3e71e57)
BUILD FAILURE 6.0 macosSpm