The Swift Package Index logo.Swift Package Index

Build Information

Failed to build xcode-simulator-cert, reference 0.2.1 (f1355b), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 13:29:04 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/skagedal/xcode-simulator-cert.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/skagedal/xcode-simulator-cert
 * tag               0.2.1      -> FETCH_HEAD
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 0.2.1
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 (110.01s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29496] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.49s)
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/11124] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.62s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.12.0 (3.82s)
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)
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)
========================================
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.65s)
Fetching https://github.com/apple/swift-package-manager.git from cache
Fetched https://github.com/apple/swift-package-manager.git from cache (1.18s)
Fetching https://github.com/apple/swift-llbuild.git from cache
Fetched https://github.com/apple/swift-llbuild.git from cache (0.87s)
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
[6/14] Write xcode-simulator-cert-entitlement.plist
[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/27] Compiling SQLiteObjc SQLite-Bridging.m
[14/27] Compiling POSIX Error.swift
[15/27] Compiling POSIX chdir.swift
[16/27] Compiling POSIX realpath.swift
[17/27] Compiling POSIX env.swift
[18/27] Compiling POSIX rename.swift
[19/27] Emitting module POSIX
[20/27] Compiling POSIX exit.swift
[21/27] Compiling POSIX stat.swift
[22/27] Compiling POSIX readdir.swift
[23/27] Compiling POSIX getcwd.swift
[24/27] Compiling POSIX isatty.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 ObjectIdentifierProtocol.swift
[32/88] Compiling Basic FileSystem.swift
[33/90] Emitting module SQLite
[34/90] Compiling Basic KeyedPair.swift
[35/90] Compiling Basic LazyCache.swift
[36/90] Compiling Basic Lock.swift
[37/90] Compiling Basic Thread.swift
[38/90] Compiling Basic Tuple.swift
[39/90] Compiling Basic misc.swift
[40/90] Compiling Basic Result.swift
[41/90] Compiling Basic SHA256.swift
[42/90] Compiling Basic SortedArray.swift
[43/90] Compiling Basic StringConversions.swift
[44/90] Compiling Basic OrderedDictionary.swift
[45/90] Compiling Basic OrderedSet.swift
[46/90] Compiling Basic OutputByteStream.swift
[47/90] Compiling Basic Path.swift
[48/90] Compiling Basic CollectionAlgorithms.swift
[49/90] Compiling Basic CollectionExtensions.swift
[50/90] Compiling Basic Condition.swift
[51/90] Compiling Basic DeltaAlgorithm.swift
[52/90] Compiling Basic DiagnosticsEngine.swift
[53/90] Compiling Basic DictionaryExtensions.swift
[54/90] Compiling Basic DictionaryLiteralExtensions.swift
[55/90] Compiling Basic EditDistance.swift
[56/90] Compiling Basic SynchronizedQueue.swift
[57/90] Compiling Basic TemporaryFile.swift
[58/90] Compiling Basic TerminalController.swift
[59/90] Compiling Basic PathShims.swift
[60/90] Compiling Basic Process.swift
[61/90] Compiling Basic ProcessSet.swift
[62/90] Compiling Basic RegEx.swift
[63/90] Compiling SQLite Schema.swift
[64/90] Compiling SQLite Setter.swift
[72/90] Compiling Basic JSONMapper.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