Build Information
Failed to build SwiftPowerAssert with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kishikawakatsumi/swiftpowerassert.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/kishikawakatsumi/swiftpowerassert
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 41899b7 Merge pull request #96 from kishikawakatsumi/kishikawakatsumi-patch-1
Cloned https://github.com/kishikawakatsumi/swiftpowerassert.git
Revision (git rev-parse @):
41899b75f73601ebf1edf37e519fe92a8f364d26
SUCCESS checkout https://github.com/kishikawakatsumi/swiftpowerassert.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/kishikawakatsumi/swiftpowerassert.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-package-manager.git
[1/124034] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (10.14s)
Computing version for https://github.com/apple/swift-package-manager.git
Computed https://github.com/apple/swift-package-manager.git at 0.1.0 (1.85s)
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.1.0
Building for debugging...
[0/18] Write sources
[6/18] Compiling clibc libc.c
[7/18] Write swift-version-24593BA9C3E375BF.txt
[9/20] Emitting module libc
[10/20] Compiling libc libc.swift
[11/21] Wrapping AST for libc for debugging
[13/32] Compiling POSIX realpath.swift
[14/33] Compiling POSIX rename.swift
[15/33] Compiling POSIX stat.swift
[16/33] Compiling POSIX usleep.swift
[17/33] Compiling POSIX env.swift
[18/33] Compiling POSIX exit.swift
[19/33] Compiling POSIX readdir.swift
[20/33] Compiling POSIX getcwd.swift
[21/33] Compiling POSIX isatty.swift
[22/33] Emitting module POSIX
[23/33] Compiling POSIX Error.swift
[24/33] Compiling POSIX chdir.swift
[25/34] Wrapping AST for POSIX for debugging
[27/66] Emitting module Basic
[28/70] Compiling Basic ProcessSet.swift
[29/70] Compiling Basic RegEx.swift
[30/70] Compiling Basic Result.swift
[31/70] Compiling Basic SHA256.swift
[32/70] Compiling Basic LazyCache.swift
[33/70] Compiling Basic Lock.swift
[34/70] Compiling Basic ObjectIdentifierProtocol.swift
[35/70] Compiling Basic OrderedSet.swift
[36/70] Compiling Basic Condition.swift
[37/70] Compiling Basic DeltaAlgorithm.swift
[38/70] Compiling Basic DiagnosticsEngine.swift
[39/70] Compiling Basic DictionaryExtensions.swift
[40/70] Compiling Basic DictionaryLiteralExtensions.swift
[41/70] Compiling Basic TerminalController.swift
[42/70] Compiling Basic Thread.swift
[43/70] Compiling Basic Tuple.swift
[44/70] Compiling Basic misc.swift
[45/70] Compiling Basic OutputByteStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:261:24: error: cannot find 'SIGUNUSED' in scope
for i in 1 ..< SIGUNUSED {
^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:291: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:291: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:291: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:316: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:316: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:316: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)
^
!
[46/70] Compiling Basic Path.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:261:24: error: cannot find 'SIGUNUSED' in scope
for i in 1 ..< SIGUNUSED {
^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:291: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:291: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:291: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:316: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:316: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:316: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)
^
!
[47/70] Compiling Basic PathShims.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:261:24: error: cannot find 'SIGUNUSED' in scope
for i in 1 ..< SIGUNUSED {
^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:291: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:291: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:291: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:316: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:316: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:316: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)
^
!
[48/70] Compiling Basic Process.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:261:24: error: cannot find 'SIGUNUSED' in scope
for i in 1 ..< SIGUNUSED {
^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:291: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:291: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:291: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:316: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:316: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:316: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)
^
!
[49/70] Compiling Basic SortedArray.swift
[50/70] Compiling Basic StringConversions.swift
[51/70] Compiling Basic SynchronizedQueue.swift
[52/70] Compiling Basic TemporaryFile.swift
[53/70] Compiling Basic FileSystem.swift
[54/70] Compiling Basic GraphAlgorithms.swift
[55/70] Compiling Basic JSON.swift
[56/70] Compiling Basic JSONMapper.swift
[57/70] Compiling Basic KeyedPair.swift
[58/70] 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()
~~~~~~ ^~~~~~~~~~~~~
[59/70] 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()
~~~~~~ ^~~~~~~~~~~~~
[60/70] 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()
~~~~~~ ^~~~~~~~~~~~~
[61/70] 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()
~~~~~~ ^~~~~~~~~~~~~
[62/70] Compiling Basic CollectionExtensions.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()
~~~~~~ ^~~~~~~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[0/11] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling Basic CollectionAlgorithms.swift
[3/18] Compiling Basic CStringArray.swift
[4/22] Emitting module Basic
[5/22] 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()
~~~~~~ ^~~~~~~~~~~~~
[6/22] 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()
~~~~~~ ^~~~~~~~~~~~~
[7/28] Compiling Basic Process.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:261:24: error: cannot find 'SIGUNUSED' in scope
for i in 1 ..< SIGUNUSED {
^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:291: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:291: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:291: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:316: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:316: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:316: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)
^
!
[8/28] Compiling Basic CollectionExtensions.swift
[9/34] Compiling Basic DeltaAlgorithm.swift
[10/34] Compiling Basic DiagnosticsEngine.swift
[11/34] Compiling Basic DictionaryExtensions.swift
[12/37] Compiling Basic PathShims.swift
[13/37] Compiling Basic Path.swift
[14/37] Compiling Basic OutputByteStream.swift
[15/42] Compiling Basic ProcessSet.swift
[16/42] Compiling Basic RegEx.swift
[17/42] Compiling Basic Result.swift
[18/42] Compiling Basic Lock.swift
[19/42] Compiling Basic ObjectIdentifierProtocol.swift
[20/42] Compiling Basic OrderedSet.swift
[21/44] Compiling Basic Condition.swift
[22/44] Compiling Basic Thread.swift
[23/44] Compiling Basic JSON.swift
[24/44] Compiling Basic JSONMapper.swift
[25/44] Compiling Basic KeyedPair.swift
[26/44] Compiling Basic DictionaryLiteralExtensions.swift
[27/44] Compiling Basic FileSystem.swift
[28/44] Compiling Basic GraphAlgorithms.swift
[29/44] Compiling Basic Tuple.swift
[30/44] Compiling Basic misc.swift
[31/44] Compiling Basic SynchronizedQueue.swift
[32/44] Compiling Basic TemporaryFile.swift
[33/44] Compiling Basic TerminalController.swift
[34/44] Compiling Basic SHA256.swift
[35/44] Compiling Basic SortedArray.swift
[36/44] Compiling Basic StringConversions.swift
error: fatalError
BUILD FAILURE 5.10 linux