Build Information
Failed to build xcode-simulator-cert, reference master (f1355b), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 13:28:26 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/skagedal/xcode-simulator-cert.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/skagedal/xcode-simulator-cert
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f1355b6 Fix install directory
Cloned https://github.com/skagedal/xcode-simulator-cert.git
Revision (git rev-parse @):
f1355b685f92f02467b5b33dc101cbc39adde578
SUCCESS checkout https://github.com/skagedal/xcode-simulator-cert.git at master
Fetching https://github.com/apple/swift-package-manager.git
[1/177014] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (71.92s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29496] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.81s)
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/11124] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.75s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.12.0 (3.94s)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.12.0
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 swift-5.0-branch (3a57975)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at master (d603a16)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/skagedal/xcode-simulator-cert.git
[1/368] Fetching xcode-simulator-cert
Fetched https://github.com/skagedal/xcode-simulator-cert.git from cache (0.67s)
Fetching https://github.com/apple/swift-package-manager.git from cache
Fetched https://github.com/apple/swift-package-manager.git from cache (2.44s)
Fetching https://github.com/apple/swift-llbuild.git from cache
Fetched https://github.com/apple/swift-llbuild.git from cache (0.79s)
error: could not find a branch named ‘master’ in https://github.com/apple/swift-llbuild.git (did you mean ‘main’?)
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/skagedal/xcode-simulator-cert.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[3/14] Write xcode-simulator-cert-entitlement.plist
[3/14] Write sources
[8/14] Compiling clibc libc.c
[9/14] Write swift-version--6988338F2F200930.txt
[11/16] Compiling SPMLibc libc.swift
[12/16] Emitting module SPMLibc
[12/16] Compiling SQLiteObjc SQLite-Bridging.m
[14/48] Compiling POSIX rename.swift
[15/48] Compiling POSIX getcwd.swift
[16/48] Compiling POSIX env.swift
[17/48] Compiling POSIX exit.swift
[18/48] Emitting module POSIX
[19/48] Compiling POSIX isatty.swift
[20/48] Compiling POSIX readdir.swift
[21/48] Compiling POSIX stat.swift
[22/48] Compiling SQLite Blob.swift
[23/48] Compiling SQLite Connection.swift
[24/48] Compiling POSIX realpath.swift
[25/49] Compiling POSIX usleep.swift
[26/85] 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 |
[27/85] 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 |
[28/85] 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 |
[29/85] 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 |
[30/88] Emitting module Basic
[31/88] Compiling Basic DiagnosticsEngine.swift
[32/88] Compiling Basic DictionaryExtensions.swift
[33/88] Compiling Basic DictionaryLiteralExtensions.swift
[34/88] Compiling Basic EditDistance.swift
[35/88] Compiling Basic Result.swift
[36/88] Compiling Basic SHA256.swift
[37/88] Compiling Basic SortedArray.swift
[38/88] Compiling Basic StringConversions.swift
[39/88] Compiling Basic OrderedDictionary.swift
[40/88] Compiling Basic OrderedSet.swift
[41/88] Compiling Basic OutputByteStream.swift
[42/88] Compiling Basic Path.swift
[43/88] Compiling Basic GraphAlgorithms.swift
[44/88] Compiling Basic JSON.swift
[45/88] Compiling Basic JSONMapper.swift
[46/88] Compiling Basic SynchronizedQueue.swift
[47/90] Emitting module SQLite
[48/90] Compiling Basic Thread.swift
[49/90] Compiling Basic Tuple.swift
[50/90] Compiling Basic misc.swift
[51/90] Compiling Basic RegEx.swift
[52/90] Compiling Basic FileSystem.swift
[53/90] Compiling Basic TemporaryFile.swift
[54/90] Compiling Basic TerminalController.swift
[55/90] Compiling Basic CollectionAlgorithms.swift
[56/90] Compiling Basic Process.swift
[57/90] Compiling Basic ProcessSet.swift
[59/90] Compiling Basic KeyedPair.swift
[60/90] Compiling Basic LazyCache.swift
[61/90] Compiling Basic Lock.swift
[65/90] Compiling Basic ObjectIdentifierProtocol.swift
[66/90] Compiling Basic PathShims.swift
[71/90] Compiling SQLite Schema.swift
[72/90] Compiling SQLite Setter.swift
[73/90] Compiling Basic DeltaAlgorithm.swift
warning: 'swift-llbuild': ignoring broken symlink /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm
BUILD FAILURE 6.3 macosSpm