Build Information
Failed to build SwiftyShell, reference master (096b16), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 07:13:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/apple/swift-package-manager.git
[1/177886] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (23.21s)
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)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/altavares/swiftyshell.git
[1/23] Fetching swiftyshell
Fetched https://github.com/altavares/swiftyshell.git from cache (0.56s)
Fetching https://github.com/apple/swift-package-manager.git from cache
Fetched https://github.com/apple/swift-package-manager.git from cache (1.18s)
error: could not find a branch named ‘master’ in https://github.com/apple/swift-package-manager.git (did you mean ‘main’?)
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/altavares/swiftyshell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[5/7] Compiling clibc libc.c
[6/7] Write swift-version--6988338F2F200930.txt
[8/9] Compiling SPMLibc libc.swift
[9/9] Emitting module SPMLibc
[10/20] Compiling POSIX exit.swift
[11/20] Compiling POSIX env.swift
[12/20] Compiling POSIX stat.swift
[13/20] Compiling POSIX getcwd.swift
[14/20] Emitting module POSIX
[15/20] Compiling POSIX rename.swift
[16/20] Compiling POSIX realpath.swift
[17/20] Compiling POSIX Error.swift
[18/20] Compiling POSIX chdir.swift
[19/20] Compiling POSIX isatty.swift
[20/20] Compiling POSIX readdir.swift
[21/21] Compiling POSIX usleep.swift
[22/56] 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 |
[23/56] 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 |
[24/56] 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 |
[25/56] 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 |
[26/59] Emitting module Basic
[27/59] Compiling Basic SHA256.swift
[28/59] Compiling Basic SortedArray.swift
[29/59] Compiling Basic StringConversions.swift
[30/59] Compiling Basic DiagnosticsEngine.swift
[31/59] Compiling Basic DictionaryExtensions.swift
[32/59] Compiling Basic DictionaryLiteralExtensions.swift
[33/59] Compiling Basic EditDistance.swift
[34/59] Compiling Basic Thread.swift
[35/59] Compiling Basic Tuple.swift
[36/59] Compiling Basic misc.swift
[37/59] Compiling Basic KeyedPair.swift
[38/59] Compiling Basic LazyCache.swift
[39/59] Compiling Basic Lock.swift
[40/59] Compiling Basic ObjectIdentifierProtocol.swift
[41/59] Compiling Basic CollectionAlgorithms.swift
[42/59] Compiling Basic CollectionExtensions.swift
[43/59] Compiling Basic Condition.swift
[44/59] Compiling Basic DeltaAlgorithm.swift
[45/59] Compiling Basic OrderedSet.swift
[46/59] Compiling Basic OutputByteStream.swift
[47/59] Compiling Basic Path.swift
[48/59] Compiling Basic PathShims.swift
[49/59] Compiling Basic Process.swift
[50/59] Compiling Basic ProcessSet.swift
[51/59] Compiling Basic RegEx.swift
[52/59] Compiling Basic Result.swift
[53/59] Compiling Basic FileSystem.swift
[54/59] Compiling Basic GraphAlgorithms.swift
[55/59] Compiling Basic JSON.swift
[56/59] Compiling Basic JSONMapper.swift
[57/59] Compiling Basic SynchronizedQueue.swift
[58/59] Compiling Basic TemporaryFile.swift
[59/59] Compiling Basic TerminalController.swift
BUILD FAILURE 6.3 macosSpm