The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FuzzCheck with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loiclec/fuzzcheck.git
Reference: 0.2.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/loiclec/fuzzcheck
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at b4abbf6 Add MIT License
Cloned https://github.com/loiclec/fuzzcheck.git
Revision (git rev-parse @):
b4abbf661f4d187ec88bc2811893283d4c091260
SUCCESS checkout https://github.com/loiclec/fuzzcheck.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/loiclec/fuzzcheck.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[0/14] Write FuzzCheckTool-entitlement.plist
[0/14] Write sources
[8/14] Compiling clibc libc.c
[9/14] Write swift-version--423B1241ED78D482.txt
[10/18] Compiling CBuiltinsNotAvailableInSwift shims.c
[12/18] Emitting module SPMLibc
[13/18] Compiling SPMLibc libc.swift
[14/29] Emitting module POSIX
[15/30] Compiling POSIX rename.swift
[16/30] Compiling POSIX readdir.swift
[17/30] Compiling POSIX realpath.swift
[18/30] Compiling POSIX getcwd.swift
[19/30] Compiling POSIX isatty.swift
[20/30] Compiling POSIX env.swift
[21/30] Compiling POSIX exit.swift
[22/30] Compiling POSIX stat.swift
[23/30] Compiling POSIX usleep.swift
[24/30] Compiling POSIX Error.swift
[25/30] Compiling POSIX chdir.swift
[26/65] Compiling Basic Await.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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'
    return try await(body).dematerialize()
                    ~~~~~~ ^~~~~~~~~~~~~
[27/65] Compiling Basic ByteString.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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'
    return try await(body).dematerialize()
                    ~~~~~~ ^~~~~~~~~~~~~
[28/65] Compiling Basic CStringArray.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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'
    return try await(body).dematerialize()
                    ~~~~~~ ^~~~~~~~~~~~~
[29/65] Compiling Basic CacheableSequence.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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'
    return try await(body).dematerialize()
                    ~~~~~~ ^~~~~~~~~~~~~
[30/65] Compiling Basic CollectionAlgorithms.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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'
    return try await(body).dematerialize()
                    ~~~~~~ ^~~~~~~~~~~~~
[31/69] Emitting module Basic
[32/69] Compiling Basic JSONMapper.swift
[33/69] Compiling Basic KeyedPair.swift
[34/69] Compiling Basic LazyCache.swift
[35/69] Compiling Basic Lock.swift
[36/69] Compiling Basic ObjectIdentifierProtocol.swift
[37/69] Compiling Basic Process.swift
[38/69] Compiling Basic ProcessSet.swift
[39/69] Compiling Basic RegEx.swift
[40/69] Compiling Basic Result.swift
[41/69] Compiling Basic SHA256.swift
[42/69] Compiling Basic TerminalController.swift
[43/69] Compiling Basic Thread.swift
[44/69] Compiling Basic Tuple.swift
[45/69] Compiling Basic misc.swift
[46/69] Compiling Basic SortedArray.swift
[47/69] Compiling Basic StringConversions.swift
[48/69] Compiling Basic SynchronizedQueue.swift
[49/69] Compiling Basic TemporaryFile.swift
[50/69] Compiling Basic OrderedDictionary.swift
[51/69] Compiling Basic OrderedSet.swift
[52/69] Compiling Basic OutputByteStream.swift
[53/69] Compiling Basic Path.swift
[54/69] Compiling Basic PathShims.swift
[55/69] Compiling Basic CollectionExtensions.swift
[56/69] Compiling Basic Condition.swift
[57/69] Compiling Basic DeltaAlgorithm.swift
[58/69] Compiling Basic DiagnosticsEngine.swift
[59/69] Compiling Basic DictionaryExtensions.swift
[60/69] Compiling Basic DictionaryLiteralExtensions.swift
[61/69] Compiling Basic EditDistance.swift
[62/69] Compiling Basic FileSystem.swift
[63/69] Compiling Basic GraphAlgorithms.swift
[64/69] Compiling Basic JSON.swift
error: fatalError
[65/69] Emitting module Files
Fetching https://github.com/apple/swift-package-manager from cache
Fetched https://github.com/apple/swift-package-manager from cache (0.49s)
Fetching https://github.com/apple/swift-llbuild.git from cache
Fetched https://github.com/apple/swift-llbuild.git from cache (0.28s)
Fetching https://github.com/JohnSundell/Files.git from cache
Fetched https://github.com/JohnSundell/Files.git from cache (0.14s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.2.1 (0.02s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-package-manager-89722446 is not valid git repository for 'https://github.com/apple/swift-package-manager', will fetch again.
Fetching https://github.com/apple/swift-package-manager from cache
Fetched https://github.com/apple/swift-package-manager from cache (0.02s)
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at master (ebeba84)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-package-manager-89722446 is not valid git repository for 'https://github.com/apple/swift-package-manager', will fetch again.
Fetching https://github.com/apple/swift-package-manager from cache
Fetched https://github.com/apple/swift-package-manager from cache (0.03s)
Creating working copy for https://github.com/apple/swift-package-manager
Working copy of https://github.com/apple/swift-package-manager resolved at 87523ce7e50d5fb0995682cd3c05558adbadfdfe
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version--423B1241ED78D482.txt
[2/12] Compiling Basic CStringArray.swift
[3/15] Compiling Basic CollectionAlgorithms.swift
[4/15] Compiling Basic CacheableSequence.swift
[5/23] Compiling Basic ByteString.swift
[6/23] Compiling Basic Await.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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'
    return try await(body).dematerialize()
                    ~~~~~~ ^~~~~~~~~~~~~
[7/30] Compiling Basic JSONMapper.swift
[8/30] Compiling Basic KeyedPair.swift
[9/30] Compiling Basic Lock.swift
[10/30] Compiling Basic ObjectIdentifierProtocol.swift
[11/33] Compiling Basic CollectionExtensions.swift
[12/33] Compiling Basic DeltaAlgorithm.swift
[13/33] Compiling Basic DiagnosticsEngine.swift
[14/33] Compiling Basic DictionaryExtensions.swift
[15/36] Emitting module Basic
[16/39] Compiling Basic Process.swift
[17/42] Compiling Basic DictionaryLiteralExtensions.swift
[18/42] Compiling Basic EditDistance.swift
[19/42] Compiling Basic GraphAlgorithms.swift
[20/42] Compiling Basic JSON.swift
[21/42] Compiling Basic misc.swift
[22/42] Compiling Basic FileSystem.swift
[23/42] Compiling Files Files.swift
[24/42] Emitting module Files
[25/42] Compiling Basic OrderedDictionary.swift
[26/42] Compiling Basic OrderedSet.swift
[27/42] Compiling Basic OutputByteStream.swift
[28/42] Compiling Basic SortedArray.swift
[29/42] Compiling Basic StringConversions.swift
[30/42] Compiling Basic SynchronizedQueue.swift
[31/42] Compiling Basic Path.swift
[32/42] Compiling Basic PathShims.swift
[33/42] Compiling Basic ProcessSet.swift
[34/42] Compiling Basic TemporaryFile.swift
[35/42] Compiling Basic TerminalController.swift
[36/42] Compiling Basic Tuple.swift
[37/42] Compiling Basic RegEx.swift
[38/42] Compiling Basic Result.swift
[39/42] Compiling Basic SHA256.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7