Build Information
Failed to build AuthProvider, reference master (a72cd4
), with Swift 6.1 for Linux on 28 Apr 2025 06:17:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/auth-provider.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/vapor-community/auth-provider
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a72cd40 Merge pull request #23 from vapor/cci2
Cloned https://github.com/vapor-community/auth-provider.git
Revision (git rev-parse @):
a72cd402ab8396d3c44842a3b9c6bd46132b62f0
SUCCESS checkout https://github.com/vapor-community/auth-provider.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/auth-provider.git
https://github.com/vapor-community/auth-provider.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "auth",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/auth.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "AuthProvider",
"name" : "AuthProvider",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AuthProvider",
"targets" : [
"AuthProvider"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AuthProviderTests",
"module_type" : "SwiftTarget",
"name" : "AuthProviderTests",
"path" : "Tests/AuthProviderTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"MiddlewareTests.swift",
"TokenTests.swift",
"Utilities/HTTP+Conveniences.swift",
"Utilities/TestToken.swift",
"Utilities/TestUser.swift"
],
"target_dependencies" : [
"AuthProvider"
],
"type" : "test"
},
{
"c99name" : "AuthProvider",
"module_type" : "SwiftTarget",
"name" : "AuthProvider",
"path" : "Sources/AuthProvider",
"product_dependencies" : [
"Authentication",
"Authorization",
"Vapor"
],
"product_memberships" : [
"AuthProvider"
],
"sources" : [
"AuthError.swift",
"BCryptHasher+PasswordVerifier.swift",
"Exports.swift",
"Helper.swift",
"InverseRedirectMiddleware.swift",
"Persistable.swift",
"Provider.swift",
"RedirectMiddleware.swift",
"SessionPersistable.swift",
"TokenMiddleware.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/auth.git
[1/1048] Fetching auth
[1049/75379] Fetching auth, vapor
Fetched https://github.com/vapor/auth.git from cache (1.61s)
Fetched https://github.com/vapor/vapor.git from cache (1.64s)
Computing version for https://github.com/vapor/auth.git
Computed https://github.com/vapor/auth.git at 1.2.1 (2.11s)
Fetching https://github.com/vapor/fluent.git
[1/13407] Fetching fluent
Fetched https://github.com/vapor/fluent.git from cache (0.50s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (0.98s)
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/node.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/engine.git
[1/4211] Fetching node
[1686/6997] Fetching node, crypto
[2091/10205] Fetching node, crypto, multipart
[4645/30932] Fetching node, crypto, multipart, routing
[4819/56399] Fetching node, crypto, multipart, routing, engine
[12200/57397] Fetching node, crypto, multipart, routing, engine, json
Fetched https://github.com/vapor/crypto.git from cache (0.93s)
Fetching https://github.com/vapor/core.git
Fetched https://github.com/vapor/engine.git from cache (0.95s)
Fetching https://github.com/vapor/console.git
[27059/29144] Fetching node, multipart, routing, json
[29145/34629] Fetching node, multipart, routing, json, console
Fetched https://github.com/vapor/node.git from cache (1.41s)
Fetching https://github.com/vapor/bcrypt.git
Fetched https://github.com/vapor/json.git from cache (1.42s)
Fetched https://github.com/vapor/routing.git from cache (1.42s)
Fetched https://github.com/vapor/console.git from cache (0.47s)
Fetched https://github.com/vapor/multipart.git from cache (1.47s)
[1/99] Fetching bcrypt
Fetched https://github.com/vapor/bcrypt.git from cache (0.20s)
[1/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (8.46s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (9.85s)
Fetching https://github.com/vapor/random.git
[1/148] Fetching random
Fetched https://github.com/vapor/random.git from cache (0.21s)
Computing version for https://github.com/vapor/random.git
Computed https://github.com/vapor/random.git at 1.2.0 (0.67s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (0.47s)
Fetching https://github.com/vapor/debugging.git
[1/260] Fetching debugging
Fetched https://github.com/vapor/debugging.git from cache (0.21s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (0.67s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.46s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.46s)
Fetching https://github.com/vapor/bits.git
[1/358] Fetching bits
Fetched https://github.com/vapor/bits.git from cache (0.22s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.67s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.46s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (0.47s)
Fetching https://github.com/vapor/ctls.git
[1/71] Fetching ctls
Fetched https://github.com/vapor/ctls.git from cache (0.21s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.46s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (0.45s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.47s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (0.48s)
Fetching https://github.com/vapor/sockets.git
Fetching https://github.com/vapor/tls.git
[1/1144] Fetching tls
[173/4456] Fetching tls, sockets
Fetched https://github.com/vapor/tls.git from cache (0.25s)
Fetched https://github.com/vapor/sockets.git from cache (0.25s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (2.04s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.57s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 2.5.1 (0.49s)
Fetching https://github.com/vapor/sqlite.git
[1/2112] Fetching sqlite
Fetched https://github.com/vapor/sqlite.git from cache (0.53s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 2.3.1 (1.02s)
Creating working copy for https://github.com/vapor/ctls.git
Working copy of https://github.com/vapor/ctls.git resolved at 1.1.3
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/auth.git
Working copy of https://github.com/vapor/auth.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/bcrypt.git
Working copy of https://github.com/vapor/bcrypt.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/engine.git
Working copy of https://github.com/vapor/engine.git resolved at 2.2.5
Creating working copy for https://github.com/vapor/sqlite.git
Working copy of https://github.com/vapor/sqlite.git resolved at 2.3.1
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 2.5.1
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 2.3.1
Creating working copy for https://github.com/vapor/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.3
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 2.4.5
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.2
Creating working copy for https://github.com/vapor/tls.git
Working copy of https://github.com/vapor/tls.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.5
Creating working copy for https://github.com/vapor/random.git
Working copy of https://github.com/vapor/random.git resolved at 1.2.0
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
Building for debugging...
[0/35] Write sources
[32/35] Compiling CHTTP http_parser.c
[33/35] Write swift-version-24593BA9C3E375BF.txt
[34/35] Compiling CSQLite sqlite3.c
[36/60] Emitting module Debugging
[37/60] Emitting module Bits
[38/62] Compiling Bits Operators.swift
[39/62] Compiling Bits String+BytesConvertible.swift
[40/62] Compiling Bits Aliases.swift
[41/62] Compiling Bits Base64Encoder.swift
[42/62] Compiling Debugging Debuggable.swift
[43/62] Compiling Bits Byte+Alphabet.swift
[44/63] Compiling Bits UnsignedInteger+BytesConvertible.swift
[45/63] Compiling Bits UnsignedInteger+Shifting.swift
[46/63] Compiling PathIndexable PathIndexable.swift
[47/63] Compiling Bits Byte+ControlCharacters.swift
[48/63] Compiling Bits Byte+Convenience.swift
[49/63] Compiling Bits Byte+PatternMatching.swift
[50/63] Compiling PathIndexable PathIndexable+Subscripting.swift
[51/63] Emitting module PathIndexable
[54/64] Emitting module libc
[55/64] Compiling libc libc.swift
[57/65] Compiling Bits Bytes+Base64.swift
[58/65] Compiling Bits Bytes+Hex.swift
[59/65] Compiling Bits Bytes+Percent.swift
[60/65] Compiling Bits BytesConvertible.swift
[61/65] Compiling Bits Byte+Random.swift
[62/65] Compiling Bits Byte+UTF8Numbers.swift
[63/65] Compiling Bits ByteSequence+Conversions.swift
[64/65] Compiling Bits Data+BytesConvertible.swift
[65/65] Compiling Bits HexEncoder.swift
[67/88] Emitting module Core
[68/88] Compiling Core Result.swift
[69/88] Compiling Core Semaphore.swift
[70/88] Compiling Core Sequence.swift
[71/90] Compiling Core DispatchTime+Utilities.swift
[72/90] Compiling Core EmptyInitializable.swift
[73/90] Compiling Core Exports.swift
[74/90] Compiling Core Collection+Safe.swift
[75/90] Compiling Core DataFile.swift
[76/90] Compiling Core Dispatch.swift
[77/90] Compiling Core Extendable.swift
[78/90] Compiling Core FileProtocol.swift
[79/90] Compiling Core Int+Hex.swift
[80/90] Compiling Core Lock.swift
[81/90] Compiling Core Portal.swift
[82/90] Compiling Core RFC1123.swift
[83/90] Compiling Core Array.swift
[84/90] Compiling Core Bits.swift
[85/90] Compiling Core Cache.swift
[86/90] Compiling Core StaticDataBuffer.swift
[87/90] Compiling Core String+CaseInsensitiveCompare.swift
[88/90] Compiling Core String+Polymorphic.swift
[89/90] Compiling Core String.swift
[90/90] Compiling Core WorkingDirectory.swift
[92/176] Compiling Transport Stream.swift
[93/177] Compiling Random EmptyInitializable.swift
[94/177] Emitting module Random
[95/177] Compiling Random Array+Random.swift
[96/177] Compiling Random Exports.swift
[97/177] Emitting module Transport
[98/177] Compiling Transport ServerStream.swift
[99/177] Compiling Transport StreamError.swift
[100/177] Compiling Random OSRandom.swift
[101/177] Compiling Transport WriteableStream.swift
[102/177] Compiling Transport FoundationStream.swift
[103/177] Compiling Transport ReadableStream.swift
[104/177] Compiling Console Swift3.swift
[105/177] Compiling Console ConsoleColor+Terminal.swift
[106/177] Compiling Console ConsoleStyle+Terminal.swift
[107/177] Compiling Console String+ANSI.swift
[108/177] Compiling Console ConsoleStyle.swift
[109/177] Compiling Console FileHandle+Stream.swift
[110/177] Compiling Console Pipe+Stream.swift
[111/177] Compiling Console Stream.swift
[112/177] Compiling Node Getters.swift
[113/177] Compiling Node Setters.swift
[114/177] Compiling Random RandomProtocol.swift
[115/177] Compiling Random URandom.swift
[116/177] Compiling Node Bool+Convertible.swift
[117/177] Compiling Node Date+Convertible.swift
[119/183] Emitting module Console
[122/183] Compiling Console Terminal+Command.swift
[123/183] Compiling Console Terminal.swift
[124/187] Compiling Console Console+Run.swift
[125/187] Compiling Console ConsoleError.swift
[126/187] Compiling Console ConsoleProtocol.swift
[127/187] Compiling Console Console+ConsoleStyle.swift
[129/187] Compiling Console Console+Center.swift
[130/187] Compiling Console Console+Confirm.swift
[131/187] Compiling Console Console+Ephemeral.swift
[132/187] Compiling Console Console+Options.swift
[133/187] Compiling Console Console+Print.swift
[134/187] Compiling Node NodeRepresentable.swift
[135/187] Compiling Node Array+Convertible.swift
[136/187] Compiling Node Dictionary+Convertible.swift
[137/187] Compiling Node Fuzzy+Any.swift
[138/187] Compiling Node FuzzyConverter.swift
[139/190] Compiling BCrypt BCryptError.swift
[140/190] Compiling BCrypt Base64.swift
[143/190] Compiling Node FloatingPoint+Convertible.swift
[144/190] Compiling Node Integer+Convertible.swift
[145/190] Compiling Node Schema+Convertible.swift
[146/190] Compiling Node SchemaWrapper+Convertible.swift
[147/190] Compiling Node String+Convertible.swift
[148/190] Compiling Node UUID+Convertible.swift
[149/202] Compiling Crypto HMAC+Method.swift
[154/209] Compiling Crypto Cipher+Method.swift
[155/209] Compiling Crypto Cipher.swift
[156/209] Compiling Crypto ByteStream.swift
[157/209] Compiling Crypto Exports.swift
[158/209] Compiling Crypto Helpers.swift
[159/209] Emitting module Node
[160/230] Compiling Sockets Select.swift
[161/230] Compiling Sockets Socket.swift
[162/230] Compiling Sockets Types.swift
[163/230] Compiling Sockets Exports.swift
[164/230] Compiling Sockets Config.swift
[165/230] Compiling Sockets SocketOptions.swift
[166/230] Compiling Sockets TCPEstablishedSocket.swift
[167/230] Compiling Sockets TCPInternetSocket.swift
[168/230] Compiling Sockets TCPReadableSocket.swift
[169/230] Compiling Sockets TCPSocket.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[172/230] Compiling Node StructuredDataWrapper.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[173/230] Compiling Node Errors.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Emitting module libc
[3/18] Compiling libc libc.swift
[4/27] Emitting module Debugging
[5/27] Compiling Debugging Debuggable.swift
[6/28] Compiling Bits Operators.swift
[7/28] Compiling Bits String+BytesConvertible.swift
[9/28] Compiling PathIndexable PathIndexable.swift
[10/28] Compiling PathIndexable PathIndexable+Subscripting.swift
[11/28] Emitting module PathIndexable
[13/31] Compiling Bits Bytes+Base64.swift
[14/31] Compiling Bits Bytes+Hex.swift
[15/31] Compiling Bits Bytes+Percent.swift
[16/31] Compiling Bits BytesConvertible.swift
[17/31] Compiling Bits Byte+ControlCharacters.swift
[18/31] Compiling Bits Byte+Convenience.swift
[19/31] Compiling Bits Byte+PatternMatching.swift
[21/31] Compiling Bits Byte+Random.swift
[22/31] Compiling Bits Byte+UTF8Numbers.swift
[23/31] Compiling Bits ByteSequence+Conversions.swift
[24/31] Compiling Bits Data+BytesConvertible.swift
[25/31] Compiling Bits HexEncoder.swift
[26/31] Compiling Bits UnsignedInteger+BytesConvertible.swift
[27/31] Compiling Bits UnsignedInteger+Shifting.swift
[28/31] Compiling Bits Aliases.swift
[29/31] Compiling Bits Base64Encoder.swift
[30/31] Compiling Bits Byte+Alphabet.swift
[31/31] Emitting module Bits
[33/54] Compiling Core Lock.swift
[34/54] Compiling Core Portal.swift
[35/54] Compiling Core RFC1123.swift
[36/56] Emitting module Core
[37/56] Compiling Core Collection+Safe.swift
[38/56] Compiling Core DataFile.swift
[39/56] Compiling Core Dispatch.swift
[40/56] Compiling Core DispatchTime+Utilities.swift
[41/56] Compiling Core EmptyInitializable.swift
[42/56] Compiling Core Exports.swift
[43/56] Compiling Core StaticDataBuffer.swift
[44/56] Compiling Core String+CaseInsensitiveCompare.swift
[45/56] Compiling Core String+Polymorphic.swift
[46/56] Compiling Core Result.swift
[47/56] Compiling Core Semaphore.swift
[48/56] Compiling Core Sequence.swift
[49/56] Compiling Core Extendable.swift
[50/56] Compiling Core FileProtocol.swift
[51/56] Compiling Core Int+Hex.swift
[52/56] Compiling Core Array.swift
[53/56] Compiling Core Bits.swift
[54/56] Compiling Core Cache.swift
[55/56] Compiling Core String.swift
[56/56] Compiling Core WorkingDirectory.swift
[58/106] Compiling Transport FoundationStream.swift
[59/113] Compiling Transport ServerStream.swift
[60/113] Emitting module Transport
[61/143] Compiling Transport Stream.swift
[62/143] Compiling Transport StreamError.swift
[63/143] Compiling Random URandom.swift
[64/143] Compiling Transport WriteableStream.swift
[65/143] Compiling Transport ReadableStream.swift
[66/143] Compiling Node Getters.swift
[67/143] Compiling Node Setters.swift
[68/143] Compiling Node Bool+Convertible.swift
[69/143] Compiling Node Date+Convertible.swift
[70/143] Compiling Node FloatingPoint+Convertible.swift
[75/148] Compiling Random RandomProtocol.swift
[76/148] Compiling Node StructuredData+Init.swift
[77/148] Compiling Node StructuredData+PathIndexable.swift
[78/148] Compiling Node StructuredData+Polymorphic.swift
[79/148] Compiling Node StructuredData.swift
[80/148] Compiling Random EmptyInitializable.swift
[81/148] Compiling Random Array+Random.swift
[82/148] Compiling Random Exports.swift
[83/148] Compiling Random OSRandom.swift
[84/148] Compiling Console Terminal+Command.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[85/148] Compiling Console Terminal.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[86/148] Compiling Console Bool+Polymorphic.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[87/148] Compiling Console String+Trim.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 | _pids.append(pid)
147 | let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 | if spawned != 0 {
149 | throw ConsoleError.spawnProcess
[88/148] Emitting module Console
[89/148] Compiling Node Integer+Convertible.swift
[90/148] Compiling Node Schema+Convertible.swift
[91/148] Compiling Node SchemaWrapper+Convertible.swift
[92/148] Compiling Node String+Convertible.swift
[93/148] Compiling Node UUID+Convertible.swift
[94/148] Emitting module Random
[96/149] Compiling Node StructuredDataWrapper+Cases.swift
[97/149] Compiling Node StructuredDataWrapper+Convenience.swift
[98/149] Compiling Node StructuredDataWrapper+Equatable.swift
[99/149] Compiling Node StructuredDataWrapper+Literals.swift
[106/149] Compiling Node UnsignedInteger+Convertible.swift
[107/149] Compiling Node Context.swift
[108/149] Compiling Node Node.swift
[109/149] Compiling Node NodeConvertible.swift
[110/149] Compiling Node NodeInitializable.swift
[115/153] Compiling Node Optional+Convertible.swift
[116/153] Compiling Node Set+Convertible.swift
[117/153] Compiling Node Number.swift
[118/153] Compiling Node StructuredData+Equatable.swift
[124/153] Compiling Node NodeRepresentable.swift
[125/153] Compiling Node Array+Convertible.swift
[126/153] Compiling Node Dictionary+Convertible.swift
[127/153] Compiling Node Fuzzy+Any.swift
[128/153] Compiling Node FuzzyConverter.swift
[139/155] Emitting module Node
BUILD FAILURE 6.1 linux