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: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/loiclec/fuzzcheck
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9e7e118 Update readme with link to funswift talk
Cloned https://github.com/loiclec/fuzzcheck.git
Revision (git rev-parse @):
9e7e118227d9faf3fb8d7176c6c3a3f3041787f8
SUCCESS checkout https://github.com/loiclec/fuzzcheck.git at master
========================================
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
[6/14] Write FuzzCheckTool-entitlement.plist
[6/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] Compiling POSIX rename.swift
[15/30] Compiling POSIX getcwd.swift
[16/30] Compiling POSIX isatty.swift
[17/30] Compiling POSIX stat.swift
[18/30] Compiling POSIX realpath.swift
[19/30] Compiling POSIX readdir.swift
[20/30] Compiling POSIX Error.swift
[21/30] Compiling POSIX chdir.swift
[22/30] Emitting module POSIX
[23/30] Compiling POSIX env.swift
[24/30] Compiling POSIX exit.swift
[25/30] Compiling POSIX usleep.swift
[26/65] Emitting module Basic
[27/69] Compiling Basic JSONMapper.swift
[28/69] Compiling Basic KeyedPair.swift
[29/69] Compiling Basic LazyCache.swift
[30/69] Compiling Basic Lock.swift
[31/69] Compiling Basic ObjectIdentifierProtocol.swift
[32/69] Compiling Basic CollectionExtensions.swift
[33/69] Compiling Basic Condition.swift
[34/69] Compiling Basic DeltaAlgorithm.swift
[35/69] Compiling Basic DiagnosticsEngine.swift
[36/69] Compiling Basic DictionaryExtensions.swift
[37/69] Compiling Basic SortedArray.swift
[38/69] Compiling Basic StringConversions.swift
[39/69] Compiling Basic SynchronizedQueue.swift
[40/69] Compiling Basic TemporaryFile.swift
[41/69] Compiling Basic Process.swift
[42/69] Compiling Basic ProcessSet.swift
[43/69] Compiling Basic RegEx.swift
[44/69] Compiling Basic Result.swift
[45/69] Compiling Basic SHA256.swift
[46/69] Compiling Basic OrderedDictionary.swift
[47/69] Compiling Basic OrderedSet.swift
[48/69] Compiling Basic OutputByteStream.swift
[49/69] Compiling Basic Path.swift
[50/69] Compiling Basic PathShims.swift
[51/69] Compiling Basic DictionaryLiteralExtensions.swift
[52/69] Compiling Basic EditDistance.swift
[53/69] Compiling Basic FileSystem.swift
[54/69] Compiling Basic GraphAlgorithms.swift
[55/69] Compiling Basic JSON.swift
[56/69] 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()
                    ~~~~~~ ^~~~~~~~~~~~~
[57/69] 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()
                    ~~~~~~ ^~~~~~~~~~~~~
[58/69] 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()
                    ~~~~~~ ^~~~~~~~~~~~~
[59/69] 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()
                    ~~~~~~ ^~~~~~~~~~~~~
[60/69] 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()
                    ~~~~~~ ^~~~~~~~~~~~~
[61/69] Compiling Files Files.swift
[62/69] Emitting module Files
[63/69] Compiling Basic TerminalController.swift
[64/69] Compiling Basic Thread.swift
[65/69] Compiling Basic Tuple.swift
[66/69] Compiling Basic misc.swift
error: fatalError
Fetching https://github.com/apple/swift-package-manager from cache
Fetched https://github.com/apple/swift-package-manager from cache (0.76s)
Fetching https://github.com/apple/swift-llbuild.git from cache
Fetched https://github.com/apple/swift-llbuild.git from cache (0.30s)
Fetching https://github.com/JohnSundell/Files.git from cache
Fetched https://github.com/JohnSundell/Files.git from cache (0.15s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.2.1 (0.34s)
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/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
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 2.2.1
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version--423B1241ED78D482.txt
[2/10] Compiling Basic CacheableSequence.swift
[3/10] Compiling Basic CStringArray.swift
[4/10] Compiling Basic CollectionAlgorithms.swift
[5/10] Compiling Basic ByteString.swift
[6/10] 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/28] Emitting module Basic
[8/31] Compiling Basic FileSystem.swift
[9/34] Compiling Basic CollectionExtensions.swift
[10/34] Compiling Basic DeltaAlgorithm.swift
[11/34] Compiling Basic DiagnosticsEngine.swift
[12/34] Compiling Basic DictionaryExtensions.swift
[13/34] Compiling Basic misc.swift
[14/34] Compiling Basic JSONMapper.swift
[15/34] Compiling Basic KeyedPair.swift
[16/34] Compiling Basic Lock.swift
[17/34] Compiling Basic ObjectIdentifierProtocol.swift
[18/34] Compiling Basic OrderedDictionary.swift
[19/34] Compiling Basic OrderedSet.swift
[20/34] Compiling Basic OutputByteStream.swift
[21/40] Compiling Basic Process.swift
[22/40] Compiling Basic DictionaryLiteralExtensions.swift
[23/40] Compiling Basic EditDistance.swift
[24/40] Compiling Basic GraphAlgorithms.swift
[25/40] Compiling Basic JSON.swift
[26/40] Compiling Basic Path.swift
[27/40] Compiling Basic PathShims.swift
[28/40] Compiling Basic ProcessSet.swift
[29/40] Compiling Basic SortedArray.swift
[30/40] Compiling Basic StringConversions.swift
[31/40] Compiling Basic SynchronizedQueue.swift
[32/40] Compiling Basic TemporaryFile.swift
[33/40] Compiling Basic TerminalController.swift
[34/40] Compiling Basic Tuple.swift
[35/40] Compiling Basic RegEx.swift
[36/40] Compiling Basic Result.swift
[37/40] Compiling Basic SHA256.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7