The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Appetizer, reference 1.0.1 (a65eb0), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:25:29 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WilhelmOks/Appetizer.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WilhelmOks/Appetizer
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at a65eb04 changed smp util dependency to exact version
Cloned https://github.com/WilhelmOks/Appetizer.git
Revision (git rev-parse @):
a65eb04101c237566a61abca0cfd499a2461dcc1
SUCCESS checkout https://github.com/WilhelmOks/Appetizer.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/WilhelmOks/Appetizer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[8/14] Write appetizer-entitlement.plist
[9/14] Write swift-version-1EA4D86E10B52AF.txt
[10/14] Compiling clibc libc.c
[12/20] Emitting module SPMLibc
[13/20] Compiling SPMLibc libc.swift
[14/31] Compiling POSIX getcwd.swift
[15/32] Compiling POSIX exit.swift
[16/32] Emitting module POSIX
[17/32] Compiling POSIX Error.swift
[18/32] Compiling POSIX chdir.swift
[19/32] Compiling POSIX env.swift
[20/32] Compiling POSIX usleep.swift
[21/32] Compiling POSIX rename.swift
[22/32] Compiling POSIX realpath.swift
[23/32] Compiling POSIX isatty.swift
[24/32] Compiling POSIX readdir.swift
[25/32] Compiling POSIX stat.swift
[26/68] Emitting module Basic
[27/68] 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 |
[28/68] 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 |
[29/68] 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 |
[30/68] 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 |
[31/71] Compiling Basic CollectionAlgorithms.swift
[32/71] Compiling Basic CollectionExtensions.swift
[33/71] Compiling Basic Condition.swift
[34/71] Compiling Basic DeltaAlgorithm.swift
[35/71] Compiling Basic Thread.swift
[36/71] Compiling Basic Tuple.swift
[37/71] Compiling Basic misc.swift
[38/71] Compiling Basic Result.swift
[39/71] Compiling Basic SHA256.swift
[40/71] Compiling Basic SortedArray.swift
[41/71] Compiling Basic StringConversions.swift
[42/71] Compiling Basic DiagnosticsEngine.swift
[43/71] Compiling Basic DictionaryExtensions.swift
[44/71] Compiling Basic DictionaryLiteralExtensions.swift
[45/71] Compiling Basic EditDistance.swift
[46/71] Compiling Basic SynchronizedQueue.swift
[47/71] Compiling Basic TemporaryFile.swift
[48/71] Compiling Basic TerminalController.swift
[49/71] Compiling Basic OrderedDictionary.swift
[50/71] Compiling Basic OrderedSet.swift
[51/71] Compiling Basic OutputByteStream.swift
[52/71] Compiling Basic Path.swift
[53/71] Compiling Basic KeyedPair.swift
[54/71] Compiling Basic LazyCache.swift
[55/71] Compiling Basic Lock.swift
[56/71] Compiling Basic ObjectIdentifierProtocol.swift
[57/71] Compiling Basic FileSystem.swift
[58/71] Compiling Basic GraphAlgorithms.swift
[59/71] Compiling Basic JSON.swift
[60/71] Compiling Basic JSONMapper.swift
[61/71] Compiling Basic PathShims.swift
[62/71] Compiling Basic Process.swift
[63/71] Compiling Basic ProcessSet.swift
[64/71] Compiling Basic RegEx.swift
[65/71] Emitting module HexColor
[66/71] Emitting module AppetizerCore
Fetching https://github.com/WilhelmOks/HexColor.git
Fetching https://github.com/apple/swift-package-manager.git
[1/97] Fetching hexcolor
[98/156929] Fetching hexcolor, swift-package-manager
Fetched https://github.com/WilhelmOks/HexColor.git from cache (58.12s)
Fetched https://github.com/apple/swift-package-manager.git from cache (58.12s)
Computing version for https://github.com/WilhelmOks/HexColor.git
Computed https://github.com/WilhelmOks/HexColor.git at 1.0.1 (58.95s)
Computing version for https://github.com/apple/swift-package-manager.git
Computed https://github.com/apple/swift-package-manager.git at 0.4.0 (2.02s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29039] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (6.75s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.1.1 (7.34s)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.1.1
Creating working copy for https://github.com/WilhelmOks/HexColor.git
Working copy of https://github.com/WilhelmOks/HexColor.git resolved at 1.0.1
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 0.4.0
BUILD FAILURE 6.2 macosSpm