The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftyShell, reference 0.1.0 (096b16), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 07:13:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/altavares/swiftyshell.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/altavares/swiftyshell
 * tag               0.1.0      -> FETCH_HEAD
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 0.1.0
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 (22.29s)
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
[2/23] Fetching swiftyshell
Fetched https://github.com/altavares/swiftyshell.git from cache (0.61s)
Fetching https://github.com/apple/swift-package-manager.git from cache
Fetched https://github.com/apple/swift-package-manager.git from cache (1.10s)
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 Error.swift
[12/20] Compiling POSIX chdir.swift
[13/20] Compiling POSIX realpath.swift
[14/20] Compiling POSIX env.swift
[15/20] Emitting module POSIX
[16/20] Compiling POSIX isatty.swift
[17/20] Compiling POSIX stat.swift
[18/20] Compiling POSIX readdir.swift
[19/20] Compiling POSIX rename.swift
[20/20] Compiling POSIX getcwd.swift
[21/21] Compiling POSIX usleep.swift
[22/56] Compiling Basic DiagnosticsEngine.swift
[23/56] Compiling Basic DictionaryExtensions.swift
[24/56] Compiling Basic DictionaryLiteralExtensions.swift
[25/56] Compiling Basic EditDistance.swift
[26/59] Emitting module Basic
[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 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 |
[32/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 |
[33/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 |
[34/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 |
[35/59] Compiling Basic SynchronizedQueue.swift
[36/59] Compiling Basic TemporaryFile.swift
[37/59] Compiling Basic TerminalController.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 Thread.swift
[43/59] Compiling Basic Tuple.swift
[44/59] Compiling Basic misc.swift
[45/59] Compiling Basic SHA256.swift
[46/59] Compiling Basic SortedArray.swift
[47/59] Compiling Basic StringConversions.swift
[48/59] Compiling Basic OrderedSet.swift
[49/59] Compiling Basic OutputByteStream.swift
[50/59] Compiling Basic Path.swift
[51/59] Compiling Basic PathShims.swift
[52/59] Compiling Basic CollectionAlgorithms.swift
[53/59] Compiling Basic CollectionExtensions.swift
[54/59] Compiling Basic Condition.swift
[55/59] Compiling Basic DeltaAlgorithm.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
BUILD FAILURE 6.3 macosSpm