Build Information
Failed to build JWTProvider, reference 1.3.0 (f648dd
), with Swift 6.1 for Linux on 28 Apr 2025 06:28:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/jwt-provider.git
Reference: 1.3.0
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/jwt-provider
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at f648dd6 Merge pull request #24 from mihailstumkins/fix/incorrect-bearer-token-format
Cloned https://github.com/vapor-community/jwt-provider.git
Revision (git rev-parse @):
f648dd6814970d9c7b27b79e9ce62699561d8d14
SUCCESS checkout https://github.com/vapor-community/jwt-provider.git at 1.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/jwt-provider.git
https://github.com/vapor-community/jwt-provider.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "jwt",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt.git"
},
{
"identity" : "auth-provider",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/auth-provider.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" : "JWTProvider",
"name" : "JWTProvider",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JWTProvider",
"targets" : [
"JWTProvider"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JWTProviderTests",
"module_type" : "SwiftTarget",
"name" : "JWTProviderTests",
"path" : "Tests/JWTProviderTests",
"sources" : [
"JSONWebKeySignerFactoryTests.swift",
"JWTSignerFactoryTests.swift",
"PayloadAuthenticationMiddlewareTests.swift",
"ProviderTests.swift"
],
"target_dependencies" : [
"JWTProvider"
],
"type" : "test"
},
{
"c99name" : "JWTProvider",
"module_type" : "SwiftTarget",
"name" : "JWTProvider",
"path" : "Sources/JWTProvider",
"product_dependencies" : [
"JWT",
"AuthProvider",
"Vapor"
],
"product_memberships" : [
"JWTProvider"
],
"sources" : [
"Config+JWT.swift",
"Deprecated/Droplet+legacySigner.swift",
"Deprecated/Provider+legacySigner.swift",
"Deprecated/SignerMap+legacySigner.swift",
"Droplet+JWT.swift",
"JWKSignerFactory.swift",
"JWTConfigSignerFactory.swift",
"JWTError+Status.swift",
"JWTProviderError.swift",
"PayloadAuthenticatable.swift",
"PayloadAuthenticationMiddleware.swift",
"Provider.swift",
"Request+JWT.swift",
"SignerFactory.swift",
"SignerMap.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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-provider.git
Fetching https://github.com/vapor/jwt.git
[1/2707] Fetching jwt
[1274/2969] Fetching jwt, auth-provider
Fetched https://github.com/vapor/jwt.git from cache (0.25s)
[1/74331] Fetching vapor
Fetched https://github.com/vapor/auth-provider.git from cache (1.89s)
Fetched https://github.com/vapor/vapor.git from cache (1.93s)
Computing version for https://github.com/vapor/auth-provider.git
Computed https://github.com/vapor/auth-provider.git at 1.2.0 (2.49s)
Fetching https://github.com/vapor/auth.git
[1/1048] Fetching auth
Fetched https://github.com/vapor/auth.git from cache (0.21s)
Computing version for https://github.com/vapor/auth.git
Computed https://github.com/vapor/auth.git at 1.2.1 (0.77s)
Fetching https://github.com/vapor/fluent.git
[1/13407] Fetching fluent
Fetched https://github.com/vapor/fluent.git from cache (0.59s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 2.3.0 (1.16s)
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/crypto.git
[1/998] Fetching json
[610/3784] Fetching json, crypto
Fetched https://github.com/vapor/crypto.git from cache (0.42s)
Fetched https://github.com/vapor/json.git from cache (0.43s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (0.99s)
Fetching https://github.com/vapor/ctls.git
Fetching https://github.com/vapor/random.git
[1/71] Fetching ctls
[72/219] Fetching ctls, random
Fetched https://github.com/vapor/ctls.git from cache (0.24s)
Fetched https://github.com/vapor/random.git from cache (0.24s)
Computing version for https://github.com/vapor/random.git
Computed https://github.com/vapor/random.git at 1.2.0 (0.83s)
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (0.80s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (1.34s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.57s)
Fetching https://github.com/vapor/bits.git
Fetching https://github.com/vapor/debugging.git
[1/358] Fetching bits
[152/618] Fetching bits, debugging
Fetched https://github.com/vapor/bits.git from cache (0.25s)
Fetched https://github.com/vapor/debugging.git from cache (0.25s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (0.80s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.56s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.55s)
Fetching https://github.com/vapor/node.git
[1/4211] Fetching node
Fetched https://github.com/vapor/node.git from cache (0.32s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.89s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (0.59s)
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/bcrypt.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/engine.git
[1/20727] Fetching routing
[416/20826] Fetching routing, bcrypt
[1958/26311] Fetching routing, bcrypt, console
[2537/29519] Fetching routing, bcrypt, console, multipart
[8808/54986] Fetching routing, bcrypt, console, multipart, engine
Fetched https://github.com/vapor/bcrypt.git from cache (1.51s)
Fetched https://github.com/vapor/console.git from cache (1.51s)
Fetched https://github.com/vapor/routing.git from cache (1.53s)
Fetched https://github.com/vapor/engine.git from cache (1.54s)
Fetched https://github.com/vapor/multipart.git from cache (1.57s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (2.13s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (0.56s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.54s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.56s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (0.59s)
Fetching https://github.com/vapor/tls.git
Fetching https://github.com/vapor/sockets.git
[1/1144] Fetching tls
[93/4456] Fetching tls, sockets
Fetched https://github.com/vapor/sockets.git from cache (0.27s)
Fetched https://github.com/vapor/tls.git from cache (0.27s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (0.84s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.54s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 2.5.1 (0.58s)
Fetching https://github.com/vapor/sqlite.git
[1/2112] Fetching sqlite
Fetched https://github.com/vapor/sqlite.git from cache (0.63s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 2.3.1 (1.22s)
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/console.git
Working copy of https://github.com/vapor/console.git resolved at 2.3.1
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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 2.2.1
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/core.git
Working copy of https://github.com/vapor/core.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/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 2.5.1
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/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
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/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/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.5
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/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 2.3.0
Creating working copy for https://github.com/vapor/random.git
Working copy of https://github.com/vapor/random.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/auth-provider.git
Working copy of https://github.com/vapor/auth-provider.git resolved at 1.2.0
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/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.3
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/37] Write sources
[34/37] Compiling CHTTP http_parser.c
[35/37] Compiling CSQLite sqlite3.c
[35/37] Write swift-version-24593BA9C3E375BF.txt
[38/62] Compiling PathIndexable PathIndexable.swift
[39/62] Compiling Bits Operators.swift
[40/62] Compiling Bits String+BytesConvertible.swift
[41/64] Compiling Debugging Debuggable.swift
[42/64] Emitting module Debugging
[43/65] Emitting module PathIndexable
[44/65] Compiling PathIndexable PathIndexable+Subscripting.swift
[46/66] Emitting module Bits
[47/66] Compiling Bits Aliases.swift
[48/66] Compiling Bits Base64Encoder.swift
[49/66] Compiling Bits Byte+Alphabet.swift
[51/66] Compiling Bits UnsignedInteger+BytesConvertible.swift
[52/66] Compiling Bits UnsignedInteger+Shifting.swift
[53/66] Emitting module libc
[54/66] Compiling libc libc.swift
[55/67] Compiling Bits Byte+ControlCharacters.swift
[56/67] Compiling Bits Byte+Convenience.swift
[57/67] Compiling Bits Byte+PatternMatching.swift
[58/67] Compiling Bits Bytes+Base64.swift
[59/67] Compiling Bits Bytes+Hex.swift
[60/67] Compiling Bits Bytes+Percent.swift
[61/67] Compiling Bits BytesConvertible.swift
[62/67] Compiling Bits Byte+Random.swift
[63/67] Compiling Bits Byte+UTF8Numbers.swift
[64/67] Compiling Bits ByteSequence+Conversions.swift
[65/67] Compiling Bits Data+BytesConvertible.swift
[66/67] Compiling Bits HexEncoder.swift
[69/90] Compiling Core DispatchTime+Utilities.swift
[70/90] Compiling Core EmptyInitializable.swift
[71/90] Compiling Core Exports.swift
[72/92] Compiling Core Extendable.swift
[73/92] Compiling Core FileProtocol.swift
[74/92] Compiling Core Int+Hex.swift
[75/92] Emitting module Core
[76/92] Compiling Core Result.swift
[77/92] Compiling Core Semaphore.swift
[78/92] Compiling Core Sequence.swift
[79/92] Compiling Core Collection+Safe.swift
[80/92] Compiling Core DataFile.swift
[81/92] Compiling Core Dispatch.swift
[82/92] Compiling Core StaticDataBuffer.swift
[83/92] Compiling Core String+CaseInsensitiveCompare.swift
[84/92] Compiling Core String+Polymorphic.swift
[85/92] Compiling Core Lock.swift
[86/92] Compiling Core Portal.swift
[87/92] Compiling Core RFC1123.swift
[88/92] Compiling Core Array.swift
[89/92] Compiling Core Bits.swift
[90/92] Compiling Core Cache.swift
[91/92] Compiling Core String.swift
[92/92] Compiling Core WorkingDirectory.swift
[94/178] Compiling Transport ServerStream.swift
[95/178] Compiling Transport FoundationStream.swift
[96/179] Compiling Random EmptyInitializable.swift
[97/179] Compiling Transport Stream.swift
[98/179] Compiling Transport StreamError.swift
[99/179] Compiling Node Getters.swift
[100/179] Compiling Node Setters.swift
[101/179] Emitting module Transport
[102/179] Compiling Node Bool+Convertible.swift
[103/179] Compiling Node Date+Convertible.swift
[104/179] Compiling Random Exports.swift
[105/179] Compiling Node StructuredData+Init.swift
[106/179] Compiling Node StructuredData+PathIndexable.swift
[107/179] Compiling Node StructuredData+Polymorphic.swift
[108/179] Compiling Node StructuredData.swift
[109/183] Compiling Node Optional+Convertible.swift
[110/183] Compiling Node Set+Convertible.swift
[111/183] Compiling Node Number.swift
[112/183] Compiling Node StructuredData+Equatable.swift
[113/183] Compiling Random RandomProtocol.swift
[114/183] Compiling Transport ReadableStream.swift
[115/183] Compiling Transport WriteableStream.swift
[116/184] Compiling Random URandom.swift
[117/184] Compiling Random OSRandom.swift
[118/184] Compiling Node UnsignedInteger+Convertible.swift
[119/184] Compiling Node Context.swift
[120/184] Compiling Node Node.swift
[121/184] Compiling Node NodeConvertible.swift
[122/184] Compiling Node NodeInitializable.swift
[123/188] Emitting module Random
[124/188] Compiling Random Array+Random.swift
[129/189] Compiling Node FloatingPoint+Convertible.swift
[131/189] Compiling Node Array+Convertible.swift
[132/189] Compiling Node Dictionary+Convertible.swift
[133/189] Compiling Node Fuzzy+Any.swift
[134/189] Compiling Node FuzzyConverter.swift
[136/189] Emitting module Node
[137/189] Emitting module Console
[138/189] Compiling Node Integer+Convertible.swift
[139/189] Compiling Node Schema+Convertible.swift
[140/189] Compiling Node SchemaWrapper+Convertible.swift
[141/189] Compiling Node String+Convertible.swift
[142/189] Compiling Node UUID+Convertible.swift
[153/189] 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
[154/189] 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
[155/189] 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
[156/189] 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
[162/189] Compiling Node StructuredDataWrapper+Equatable.swift
[163/189] Compiling Node StructuredDataWrapper+Literals.swift
[164/189] Compiling Node StructuredDataWrapper+PathIndexable.swift
[165/189] Compiling Node StructuredDataWrapper+Polymorphic.swift
[166/189] Compiling Node NodeRepresentable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/15] Emitting module libc
[3/15] Compiling libc libc.swift
[4/27] Emitting module PathIndexable
[5/27] Emitting module Debugging
[7/27] Compiling PathIndexable PathIndexable+Subscripting.swift
[8/27] Compiling PathIndexable PathIndexable.swift
[9/28] Compiling Debugging Debuggable.swift
[12/29] Compiling Bits Operators.swift
[13/29] Compiling Bits String+BytesConvertible.swift
[14/31] Compiling Bits Byte+ControlCharacters.swift
[15/31] Compiling Bits Byte+Convenience.swift
[16/31] Compiling Bits Byte+PatternMatching.swift
[17/31] Compiling Bits Bytes+Base64.swift
[18/31] Compiling Bits Bytes+Hex.swift
[19/31] Compiling Bits Bytes+Percent.swift
[20/31] Compiling Bits BytesConvertible.swift
[21/31] Compiling Bits Data+BytesConvertible.swift
[22/31] Compiling Bits HexEncoder.swift
[23/31] Compiling Bits Byte+Random.swift
[24/31] Compiling Bits Byte+UTF8Numbers.swift
[25/31] Compiling Bits ByteSequence+Conversions.swift
[26/31] Compiling Bits Aliases.swift
[27/31] Compiling Bits Base64Encoder.swift
[28/31] Compiling Bits Byte+Alphabet.swift
[29/31] Emitting module Bits
[30/31] Compiling Bits UnsignedInteger+BytesConvertible.swift
[31/31] Compiling Bits UnsignedInteger+Shifting.swift
[33/54] Emitting module Core
[34/56] Compiling Core Collection+Safe.swift
[35/56] Compiling Core DataFile.swift
[36/56] Compiling Core Dispatch.swift
[37/56] Compiling Core Extendable.swift
[38/56] Compiling Core FileProtocol.swift
[39/56] Compiling Core Int+Hex.swift
[40/56] Compiling Core DispatchTime+Utilities.swift
[41/56] Compiling Core EmptyInitializable.swift
[42/56] Compiling Core Exports.swift
[43/56] Compiling Core Result.swift
[44/56] Compiling Core Semaphore.swift
[45/56] Compiling Core Sequence.swift
[46/56] Compiling Core StaticDataBuffer.swift
[47/56] Compiling Core String+CaseInsensitiveCompare.swift
[48/56] Compiling Core String+Polymorphic.swift
[49/56] Compiling Core Lock.swift
[50/56] Compiling Core Portal.swift
[51/56] Compiling Core RFC1123.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/142] Compiling Random URandom.swift
[59/142] Compiling Node SchemaWrapper+Convertible.swift
[60/142] Compiling Node String+Convertible.swift
[61/143] Compiling Transport ServerStream.swift
[62/143] Compiling Transport StreamError.swift
[63/143] Compiling Transport Stream.swift
[64/143] Compiling Node Integer+Convertible.swift
[65/143] Compiling Node Schema+Convertible.swift
[66/143] Emitting module Transport
[67/143] Compiling Transport FoundationStream.swift
[68/143] Compiling Transport ReadableStream.swift
[69/143] Compiling Node FuzzyConverter.swift
[70/143] Compiling Node StructuredDataWrapper+Equatable.swift
[71/143] Compiling Node StructuredDataWrapper+Literals.swift
[72/143] Compiling Node StructuredDataWrapper+PathIndexable.swift
[73/147] Compiling Random RandomProtocol.swift
[74/147] Emitting module Console
[75/147] Compiling Node NodeInitializable.swift
[76/147] Compiling Node StructuredData+PathIndexable.swift
[77/147] Compiling Node StructuredData+Polymorphic.swift
[78/147] Compiling Node StructuredData.swift
[79/147] Compiling Random OSRandom.swift
[80/147] Compiling Random Exports.swift
[81/147] Compiling Random EmptyInitializable.swift
[82/147] Emitting module Random
[83/147] Compiling Random Array+Random.swift
[89/148] Compiling Node UUID+Convertible.swift
[90/148] Compiling Transport WriteableStream.swift
[91/149] 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
[92/149] 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
[93/149] 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
[94/149] 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
[98/149] Compiling Node StructuredDataWrapper+Polymorphic.swift
[104/153] Emitting module Node
[105/153] Compiling Node Optional+Convertible.swift
[106/153] Compiling Node Set+Convertible.swift
[107/153] Compiling Node Number.swift
[108/153] Compiling Node StructuredData+Equatable.swift
[115/175] Compiling Crypto Hash+Method.swift
[116/175] Compiling Node Getters.swift
[117/175] Compiling Node Setters.swift
[118/175] Compiling Node Bool+Convertible.swift
[119/175] Compiling Node Date+Convertible.swift
[120/175] Compiling Node FloatingPoint+Convertible.swift
[121/175] Compiling Node NodeRepresentable.swift
[122/175] Compiling Node Array+Convertible.swift
[123/175] Compiling Node Dictionary+Convertible.swift
[124/175] Compiling Node Fuzzy+Any.swift
[126/175] Compiling Node UnsignedInteger+Convertible.swift
[127/175] Compiling Node Context.swift
[128/175] Compiling Node Node.swift
[129/175] Compiling Node NodeConvertible.swift
[145/175] Compiling Crypto HMAC+Method.swift
[146/175] Compiling Crypto Hash.swift
[147/175] Compiling Crypto Hash+Random.swift
[148/175] Compiling Crypto HMAC.swift
[150/175] Compiling BCrypt Salt.swift
[151/175] Compiling BCrypt Keys.swift
[152/175] Compiling BCrypt Parser.swift
[153/176] Compiling Node StructuredDataWrapper.swift
[154/176] Compiling Node Errors.swift
[155/176] Compiling Node Exports.swift
[156/176] Compiling Node Identifier.swift
BUILD FAILURE 6.1 linux