The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FuzzCheck with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loiclec/fuzzcheck.git
Reference: 0.2.0
Cloned https://github.com/loiclec/fuzzcheck.git into spi-builder-workspace
SUCCESS checkout https://github.com/loiclec/fuzzcheck.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/apple/swift-package-manager
[1/111803] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager (9.21s)
Fetching https://github.com/apple/swift-llbuild.git
[1/21613] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git (1.16s)
Fetching https://github.com/JohnSundell/Files.git
[1/1231] Fetching files
Fetched https://github.com/JohnSundell/Files.git (0.22s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.2.1 (0.25s)
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
Creating working copy for https://github.com/apple/swift-package-manager
Working copy of https://github.com/apple/swift-package-manager resolved at 87523ce7e50d5fb0995682cd3c05558adbadfdfe
Building for debugging...
[0/10] Compiling clibc libc.c
[1/10] Compiling CBuiltinsNotAvailableInSwift shims.c
[3/14] Compiling SPMLibc libc.swift
[4/14] Emitting module SPMLibc
[6/16] Wrapping AST for SPMLibc for debugging
[8/27] Compiling POSIX realpath.swift
[9/28] Compiling POSIX readdir.swift
[10/28] Compiling POSIX env.swift
[11/28] Compiling POSIX exit.swift
[12/28] Compiling POSIX getcwd.swift
[13/28] Compiling POSIX isatty.swift
[14/28] Compiling POSIX usleep.swift
[15/28] Emitting module Files
[16/28] Compiling Files Files.swift
[17/28] Compiling POSIX rename.swift
[18/28] Compiling POSIX stat.swift
[20/30] Emitting module POSIX
[21/30] Compiling POSIX Error.swift
[22/30] Compiling POSIX chdir.swift
[25/32] Wrapping AST for Files for debugging
[26/32] Wrapping AST for POSIX for debugging
[28/67] Compiling Basic Await.swift
/host/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/67] Compiling Basic ByteString.swift
/host/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/67] Compiling Basic CStringArray.swift
/host/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/67] Compiling Basic CacheableSequence.swift
/host/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()
                    ~~~~~~ ^~~~~~~~~~~~~
[32/67] Compiling Basic CollectionAlgorithms.swift
/host/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()
                    ~~~~~~ ^~~~~~~~~~~~~
[33/71] Emitting module Basic
[34/71] Compiling Basic CollectionExtensions.swift
[35/71] Compiling Basic Condition.swift
[36/71] Compiling Basic DeltaAlgorithm.swift
[37/71] Compiling Basic DiagnosticsEngine.swift
[38/71] Compiling Basic DictionaryExtensions.swift
[39/71] Compiling Basic SortedArray.swift
[40/71] Compiling Basic StringConversions.swift
[41/71] Compiling Basic SynchronizedQueue.swift
[42/71] Compiling Basic TemporaryFile.swift
[43/71] Compiling Basic TerminalController.swift
[44/71] Compiling Basic Thread.swift
[45/71] Compiling Basic Tuple.swift
[46/71] Compiling Basic misc.swift
[47/71] Compiling Basic DictionaryLiteralExtensions.swift
[48/71] Compiling Basic EditDistance.swift
[49/71] Compiling Basic FileSystem.swift
[50/71] Compiling Basic GraphAlgorithms.swift
[51/71] Compiling Basic JSON.swift
[52/71] Compiling Basic JSONMapper.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 OrderedDictionary.swift
[58/71] Compiling Basic OrderedSet.swift
[59/71] Compiling Basic OutputByteStream.swift
[60/71] Compiling Basic Path.swift
[61/71] Compiling Basic PathShims.swift
[62/71] Compiling Basic Process.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
                                                                  ?? <#default value#>
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
                                                                 !
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
                                                        !
[63/71] Compiling Basic ProcessSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
                                                                  ?? <#default value#>
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
                                                                 !
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
                                                        !
[64/71] Compiling Basic RegEx.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
                                                                  ?? <#default value#>
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
                                                                 !
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
                                                        !
[65/71] Compiling Basic Result.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
                                                                  ?? <#default value#>
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
                                                                 !
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
                                                        !
[66/71] Compiling Basic SHA256.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
                                                                  ?? <#default value#>
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:330:59: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
                                                          ^
                                                                 !
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:353:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
                                                     ^
                                                        !
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1