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 master (e17398), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 20:16:23 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WilhelmOks/Appetizer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e173986 Update README.md
Cloned https://github.com/WilhelmOks/Appetizer.git
Revision (git rev-parse @):
e1739866bcc54d55c4a6a80606ada56d492a8112
SUCCESS checkout https://github.com/WilhelmOks/Appetizer.git at master
========================================
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
[2/14] Write appetizer-entitlement.plist
[2/14] Write sources
[9/14] Write swift-version-1EA4D86E10B52AF.txt
[10/14] Compiling clibc libc.c
[12/21] Compiling SPMLibc libc.swift
[13/21] Emitting module SPMLibc
[14/32] Compiling POSIX rename.swift
[15/33] Compiling POSIX env.swift
[16/33] Compiling POSIX getcwd.swift
[17/33] Compiling POSIX Error.swift
[18/33] Compiling POSIX chdir.swift
[19/33] Emitting module POSIX
[20/33] Compiling POSIX usleep.swift
[21/33] Compiling POSIX realpath.swift
[22/33] Compiling POSIX exit.swift
[23/33] Compiling POSIX isatty.swift
[24/33] Compiling POSIX readdir.swift
[25/33] Compiling POSIX stat.swift
[26/69] 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/69] 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/69] 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/69] 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/72] Emitting module Basic
[31/72] Compiling Basic DiagnosticsEngine.swift
[32/72] Compiling Basic DictionaryExtensions.swift
[33/72] Compiling Basic DictionaryLiteralExtensions.swift
[34/72] Compiling Basic EditDistance.swift
[35/72] Compiling Basic Result.swift
[36/72] Compiling Basic SHA256.swift
[37/72] Compiling Basic SortedArray.swift
[38/72] Compiling Basic StringConversions.swift
[39/72] Compiling Basic Thread.swift
[40/72] Compiling Basic Tuple.swift
[41/72] Compiling Basic misc.swift
[42/72] Compiling Basic SynchronizedQueue.swift
[43/72] Compiling Basic TemporaryFile.swift
[44/72] Compiling Basic TerminalController.swift
[45/72] Compiling Basic PathShims.swift
[46/72] Compiling Basic Process.swift
[47/72] Compiling Basic ProcessSet.swift
[48/72] Compiling Basic RegEx.swift
[49/72] Compiling Basic OrderedDictionary.swift
[50/72] Compiling Basic OrderedSet.swift
[51/72] Compiling Basic OutputByteStream.swift
[52/72] Compiling Basic Path.swift
[53/72] Compiling Basic CollectionAlgorithms.swift
[54/72] Compiling Basic CollectionExtensions.swift
[55/72] Compiling Basic Condition.swift
[56/72] Compiling Basic DeltaAlgorithm.swift
[57/72] Compiling Basic KeyedPair.swift
[58/72] Compiling Basic LazyCache.swift
[59/72] Compiling Basic Lock.swift
[60/72] Compiling Basic ObjectIdentifierProtocol.swift
[61/72] Compiling Basic FileSystem.swift
[62/72] Compiling Basic GraphAlgorithms.swift
[63/72] Compiling Basic JSON.swift
[64/72] Compiling Basic JSONMapper.swift
Fetching https://github.com/WilhelmOks/HexColor.git
Fetching https://github.com/apple/swift-package-manager.git
[1/97] Fetching hexcolor
Fetched https://github.com/WilhelmOks/HexColor.git from cache (0.70s)
[1/156729] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (7.63s)
Computing version for https://github.com/WilhelmOks/HexColor.git
Computed https://github.com/WilhelmOks/HexColor.git at 1.0.1 (8.19s)
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.06s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29039] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.30s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.1.1 (2.90s)
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