The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build VaporOAuth, reference 0.6.1 (134885), with Swift 6.1 for Linux on 29 Apr 2025 00:30:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/brokenhandsio/vapor-oauth.git
Reference: 0.6.1
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/brokenhandsio/vapor-oauth
 * tag               0.6.1      -> FETCH_HEAD
HEAD is now at 1348859 Merge pull request #6 from TheSwiftyCoder/master
Cloned https://github.com/brokenhandsio/vapor-oauth.git
Revision (git rev-parse @):
1348859f6c6b459edb64c9af0fc0037d08924530
SUCCESS checkout https://github.com/brokenhandsio/vapor-oauth.git at 0.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brokenhandsio/vapor-oauth.git
https://github.com/brokenhandsio/vapor-oauth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "auth-provider",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/auth-provider.git"
    }
  ],
  "manifest_display_name" : "VaporOAuth",
  "name" : "VaporOAuth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VaporOAuth",
      "targets" : [
        "VaporOAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporOAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporOAuthTests",
      "path" : "Tests/VaporOAuthTests",
      "sources" : [
        "AuthorizationTests/AuthorizationRequestTests.swift",
        "AuthorizationTests/AuthorizationResponseTests.swift",
        "DefaultImplementationTests/DefaultImplementationTests.swift",
        "Fakes/CapturingAuthorizeHandler.swift",
        "Fakes/CapturingLogger.swift",
        "Fakes/FakeClientGetter.swift",
        "Fakes/FakeCodeManager.swift",
        "Fakes/FakeResourceServerRetriever.swift",
        "Fakes/FakeSessions.swift",
        "Fakes/FakeTokenManager.swift",
        "Fakes/FakeUserManager.swift",
        "Fakes/StubCodeManager.swift",
        "Fakes/StubTokenManager.swift",
        "Fakes/StubUserManager.swift",
        "GrantTests/AuthorizationCodeTokenTests.swift",
        "GrantTests/ClientCredentialsTokenTests.swift",
        "GrantTests/ImplicitGrantTests.swift",
        "GrantTests/PasswordGrantTokenTests.swift",
        "GrantTests/TokenRefreshTests.swift",
        "Helpers/TestDataBuilder.swift",
        "IntegrationTests/AuthCodeResourceServerTests.swift",
        "TokenIntrospectionTests/TokenIntrospectionTests.swift"
      ],
      "target_dependencies" : [
        "VaporOAuth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporOAuth",
      "module_type" : "SwiftTarget",
      "name" : "VaporOAuth",
      "path" : "Sources/VaporOAuth",
      "product_dependencies" : [
        "Vapor",
        "AuthProvider"
      ],
      "product_memberships" : [
        "VaporOAuth"
      ],
      "sources" : [
        "DefaultImplementations/EmptyAuthorizationHandler.swift",
        "DefaultImplementations/EmptyCodeManager.swift",
        "DefaultImplementations/EmptyResourceServerRetriever.swift",
        "DefaultImplementations/EmptyUserManager.swift",
        "DefaultImplementations/StaticClientRetriever.swift",
        "Helper/Helper.swift",
        "Helper/LocalOAuthHelper.swift",
        "Helper/OAuthHelper.swift",
        "Helper/RemoteOAuthHelper.swift",
        "Middleware/OAuth2ScopeMiddleware.swift",
        "Middleware/OAuth2TokenIntrospectionMiddleware.swift",
        "Middleware/TokenIntrospectionAuthenticationMiddleware.swift",
        "Models/OAuthClient.swift",
        "Models/OAuthCode.swift",
        "Models/OAuthResourceServer.swift",
        "Models/OAuthUser.swift",
        "Models/Tokens/AccessToken.swift",
        "Models/Tokens/RefreshToken.swift",
        "OAuth2Provider.swift",
        "Protocols/AuthorizeHandler.swift",
        "Protocols/ClientRetriever.swift",
        "Protocols/CodeManager.swift",
        "Protocols/ResourceServerRetriever.swift",
        "Protocols/TokenManager.swift",
        "Protocols/UserManager.swift",
        "Provider.swift",
        "RouteHandlers/AuthorizeGetHandler.swift",
        "RouteHandlers/AuthorizePostHandler.swift",
        "RouteHandlers/TokenHandler.swift",
        "RouteHandlers/TokenHandlers/AuthCodeTokenHandler.swift",
        "RouteHandlers/TokenHandlers/ClientCredentialsTokenHandler.swift",
        "RouteHandlers/TokenHandlers/PasswordTokenHandler.swift",
        "RouteHandlers/TokenHandlers/RefreshTokenHandler.swift",
        "RouteHandlers/TokenHandlers/TokenResponseGenerator.swift",
        "RouteHandlers/TokenIntrospectionHandler.swift",
        "Utilities/OAuthFlowType.swift",
        "Utilities/StringDefines.swift",
        "Utilities/TokenAuthenticator.swift",
        "Validators/ClientValidator.swift",
        "Validators/CodeValidator.swift",
        "Validators/ResourceServerAuthenticator.swift",
        "Validators/ScopeValidator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[1/262] Fetching auth-provider
Fetched https://github.com/vapor/auth-provider.git from cache (0.21s)
[1/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.73s)
Computing version for https://github.com/vapor/auth-provider.git
Computed https://github.com/vapor/auth-provider.git at 1.2.0 (2.33s)
Fetching https://github.com/vapor/auth.git
[1/1048] Fetching auth
Fetched https://github.com/vapor/auth.git from cache (0.24s)
Computing version for https://github.com/vapor/auth.git
Computed https://github.com/vapor/auth.git at 1.2.1 (0.94s)
Fetching https://github.com/vapor/fluent.git
[1/13407] Fetching fluent
Fetched https://github.com/vapor/fluent.git from cache (0.61s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (1.34s)
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/node.git
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/engine.git
[1/4211] Fetching node
[2/6997] Fetching node, crypto
[646/7995] Fetching node, crypto, json
[1317/33462] Fetching node, crypto, json, engine
[2566/54189] Fetching node, crypto, json, engine, routing
[2587/57397] Fetching node, crypto, json, engine, routing, multipart
Fetched https://github.com/vapor/crypto.git from cache (0.45s)
[21192/54611] Fetching node, json, engine, routing, multipart
Fetching https://github.com/vapor/core.git
[43436/74754] Fetching node, json, engine, routing, multipart, core
Fetched https://github.com/vapor/engine.git from cache (1.19s)
Fetching https://github.com/vapor/console.git
Fetched https://github.com/vapor/routing.git from cache (1.27s)
Fetching https://github.com/vapor/bcrypt.git
[27001/28560] Fetching node, json, multipart, core
Fetched https://github.com/vapor/core.git from cache (0.95s)
[6859/13902] Fetching node, json, multipart, console
[7134/14001] Fetching node, json, multipart, console, bcrypt
Fetched https://github.com/vapor/bcrypt.git from cache (0.23s)
[12014/13902] Fetching node, json, multipart, console
Fetched https://github.com/vapor/console.git from cache (0.34s)
[6878/8417] Fetching node, json, multipart
Fetched https://github.com/vapor/node.git from cache (1.91s)
Fetched https://github.com/vapor/json.git from cache (1.92s)
Fetched https://github.com/vapor/multipart.git from cache (1.96s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (2.65s)
Fetching https://github.com/vapor/random.git
[1/148] Fetching random
Fetched https://github.com/vapor/random.git from cache (0.63s)
Computing version for https://github.com/vapor/random.git
Computed https://github.com/vapor/random.git at 1.2.0 (1.14s)
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.18s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (0.65s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.49s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.48s)
Fetching https://github.com/vapor/bits.git
[1/358] Fetching bits
Fetched https://github.com/vapor/bits.git from cache (0.23s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.71s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.48s)
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.18s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.51s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (0.47s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.48s)
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/tls.git
Fetching https://github.com/vapor/sockets.git
[1/3312] Fetching sockets
[1492/4456] Fetching sockets, tls
Fetched https://github.com/vapor/tls.git from cache (0.26s)
Fetched https://github.com/vapor/sockets.git from cache (0.26s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (0.76s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.47s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 2.5.1 (0.47s)
Fetching https://github.com/vapor/sqlite.git
[1/2112] Fetching sqlite
Fetched https://github.com/vapor/sqlite.git from cache (0.51s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 2.3.1 (0.98s)
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/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-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/sqlite.git
Working copy of https://github.com/vapor/sqlite.git resolved at 2.3.1
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/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.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/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.3
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/auth.git
Working copy of https://github.com/vapor/auth.git resolved at 1.2.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/bcrypt.git
Working copy of https://github.com/vapor/bcrypt.git resolved at 1.1.1
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/engine.git
Working copy of https://github.com/vapor/engine.git resolved at 2.2.5
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/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.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/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.2
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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 2.2.1
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/36] Write sources
[33/36] Compiling CHTTP http_parser.c
[34/36] Write swift-version-24593BA9C3E375BF.txt
[34/36] Compiling CSQLite sqlite3.c
[37/61] Emitting module PathIndexable
[38/61] Compiling PathIndexable PathIndexable+Subscripting.swift
[39/61] Compiling Bits Operators.swift
[40/61] Compiling Bits String+BytesConvertible.swift
[41/63] Compiling Bits Aliases.swift
[42/63] Compiling Bits Base64Encoder.swift
[43/63] Compiling Bits Byte+Alphabet.swift
[44/63] Emitting module Bits
[45/63] Compiling PathIndexable PathIndexable.swift
[46/64] Emitting module Debugging
[47/64] Compiling Debugging Debuggable.swift
[49/65] Compiling Bits UnsignedInteger+BytesConvertible.swift
[50/65] Compiling Bits UnsignedInteger+Shifting.swift
[52/65] Compiling libc libc.swift
[53/65] Emitting module libc
[54/66] Compiling Bits Byte+ControlCharacters.swift
[55/66] Compiling Bits Byte+Convenience.swift
[56/66] Compiling Bits Byte+PatternMatching.swift
[58/66] Compiling Bits Data+BytesConvertible.swift
[59/66] Compiling Bits HexEncoder.swift
[60/66] Compiling Bits Bytes+Percent.swift
[61/66] Compiling Bits BytesConvertible.swift
[62/66] Compiling Bits Byte+Random.swift
[63/66] Compiling Bits Byte+UTF8Numbers.swift
[64/66] Compiling Bits ByteSequence+Conversions.swift
[65/66] Compiling Bits Bytes+Base64.swift
[66/66] Compiling Bits Bytes+Hex.swift
[68/89] Emitting module Core
[69/91] Compiling Core Extendable.swift
[70/91] Compiling Core FileProtocol.swift
[71/91] Compiling Core Int+Hex.swift
[72/91] Compiling Core Collection+Safe.swift
[73/91] Compiling Core DataFile.swift
[74/91] Compiling Core Dispatch.swift
[75/91] Compiling Core Result.swift
[76/91] Compiling Core Semaphore.swift
[77/91] Compiling Core Sequence.swift
[78/91] Compiling Core Lock.swift
[79/91] Compiling Core Portal.swift
[80/91] Compiling Core RFC1123.swift
[81/91] Compiling Core Array.swift
[82/91] Compiling Core Bits.swift
[83/91] Compiling Core Cache.swift
[84/91] Compiling Core DispatchTime+Utilities.swift
[85/91] Compiling Core EmptyInitializable.swift
[86/91] Compiling Core Exports.swift
[87/91] Compiling Core StaticDataBuffer.swift
[88/91] Compiling Core String+CaseInsensitiveCompare.swift
[89/91] Compiling Core String+Polymorphic.swift
[90/91] Compiling Core String.swift
[91/91] Compiling Core WorkingDirectory.swift
[93/177] Emitting module Transport
[94/177] Compiling Node Getters.swift
[95/177] Compiling Node Setters.swift
[96/177] Compiling Node Bool+Convertible.swift
[97/177] Compiling Node Date+Convertible.swift
[98/178] Compiling Transport ReadableStream.swift
[99/178] Emitting module Random
[100/178] Compiling Transport ServerStream.swift
[101/178] Compiling Transport FoundationStream.swift
[102/178] Compiling Transport Stream.swift
[103/178] Compiling Transport StreamError.swift
[104/178] Compiling Transport WriteableStream.swift
[105/179] Compiling Random Exports.swift
[106/179] Compiling Random Array+Random.swift
[107/179] Compiling Random OSRandom.swift
[108/179] Compiling Random EmptyInitializable.swift
[109/179] Compiling Node UUID+Convertible.swift
[110/179] Compiling Node Optional+Convertible.swift
[111/179] Compiling Node Set+Convertible.swift
[112/179] Compiling Node Number.swift
[113/179] Compiling Node StructuredData+Equatable.swift
[114/179] Compiling Node StructuredData+Init.swift
[115/179] Compiling Node StructuredDataWrapper+Equatable.swift
[116/179] Compiling Node StructuredDataWrapper+Literals.swift
[117/183] Emitting module Node
[118/183] Compiling Random RandomProtocol.swift
[119/183] Compiling Random URandom.swift
[124/188] Compiling Console Terminal+Command.swift
[125/188] Compiling Console Terminal.swift
[126/188] Compiling Node Integer+Convertible.swift
[127/188] Compiling Node Schema+Convertible.swift
[128/188] Compiling Node SchemaWrapper+Convertible.swift
[129/188] Compiling Node String+Convertible.swift
[130/188] Compiling Node NodeRepresentable.swift
[131/188] Compiling Node Array+Convertible.swift
[132/188] Compiling Node Dictionary+Convertible.swift
[133/188] Compiling Node Fuzzy+Any.swift
[134/188] Compiling Node FuzzyConverter.swift
[135/188] Compiling Node UnsignedInteger+Convertible.swift
[136/188] Compiling Node Context.swift
[137/188] Compiling Node Node.swift
[138/188] Compiling Node NodeConvertible.swift
[139/188] Compiling Node NodeInitializable.swift
[140/188] Compiling Node StructuredData+PathIndexable.swift
[141/188] Compiling Node StructuredData+Polymorphic.swift
[142/188] Compiling Node StructuredData.swift
[143/188] Compiling Node StructuredDataWrapper+Cases.swift
[144/188] Compiling Node StructuredDataWrapper+Convenience.swift
[149/188] Compiling Node FloatingPoint+Convertible.swift
[150/188] Emitting module Console
/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
[158/188] 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
[159/188] 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-1":/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/5] Emitting module libc
[3/8] Compiling libc libc.swift
[5/27] Emitting module PathIndexable
[6/27] Compiling PathIndexable PathIndexable+Subscripting.swift
[7/27] Compiling PathIndexable PathIndexable.swift
[8/28] Compiling Debugging Debuggable.swift
[9/28] Emitting module Debugging
[10/29] Compiling Bits Operators.swift
[11/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+Percent.swift
[18/31] Compiling Bits BytesConvertible.swift
[19/31] Compiling Bits Bytes+Base64.swift
[20/31] Compiling Bits Bytes+Hex.swift
[21/31] Compiling Bits Data+BytesConvertible.swift
[22/31] Compiling Bits HexEncoder.swift
[23/31] Emitting module Bits
[24/31] Compiling Bits Byte+Random.swift
[25/31] Compiling Bits Byte+UTF8Numbers.swift
[26/31] Compiling Bits ByteSequence+Conversions.swift
[27/31] Compiling Bits Aliases.swift
[28/31] Compiling Bits Base64Encoder.swift
[29/31] Compiling Bits Byte+Alphabet.swift
[30/31] Compiling Bits UnsignedInteger+BytesConvertible.swift
[31/31] Compiling Bits UnsignedInteger+Shifting.swift
[33/54] Compiling Core Result.swift
[34/54] Compiling Core Semaphore.swift
[35/54] Compiling Core Sequence.swift
[36/56] Compiling Core Extendable.swift
[37/56] Compiling Core FileProtocol.swift
[38/56] Compiling Core Int+Hex.swift
[39/56] Compiling Core Lock.swift
[40/56] Compiling Core Portal.swift
[41/56] Compiling Core RFC1123.swift
[42/56] Compiling Core Collection+Safe.swift
[43/56] Compiling Core DataFile.swift
[44/56] Compiling Core Dispatch.swift
[45/56] Compiling Core DispatchTime+Utilities.swift
[46/56] Compiling Core EmptyInitializable.swift
[47/56] Compiling Core Exports.swift
[48/56] Compiling Core StaticDataBuffer.swift
[49/56] Compiling Core String+CaseInsensitiveCompare.swift
[50/56] Compiling Core String+Polymorphic.swift
[51/56] Compiling Core Array.swift
[52/56] Compiling Core Bits.swift
[53/56] Compiling Core Cache.swift
[54/56] Emitting module Core
[55/56] Compiling Core String.swift
[56/56] Compiling Core WorkingDirectory.swift
[58/142] Compiling Transport FoundationStream.swift
[59/142] Compiling Transport ServerStream.swift
[60/143] Compiling Random Exports.swift
[61/143] Compiling Transport Stream.swift
[62/143] Compiling Transport StreamError.swift
[63/143] Compiling Random EmptyInitializable.swift
[64/143] Compiling Console ConsoleStyle.swift
[65/143] Compiling Console FileHandle+Stream.swift
[66/143] Compiling Console Pipe+Stream.swift
[67/143] Compiling Console Stream.swift
[68/143] Compiling Random RandomProtocol.swift
[69/143] Compiling Random URandom.swift
[70/144] Compiling Console Command.swift
[71/144] Compiling Console Group.swift
[72/147] Emitting module Transport
[73/147] Compiling Console Argument.swift
[74/147] Compiling Console Command+Print.swift
[75/147] Compiling Console Swift3.swift
[76/147] Compiling Console ConsoleColor+Terminal.swift
[77/147] Compiling Console ConsoleStyle+Terminal.swift
[78/147] Compiling Console String+ANSI.swift
[79/147] Emitting module Random
[80/147] Compiling Transport ReadableStream.swift
[81/147] Compiling Random Array+Random.swift
[82/147] Emitting module Console
[83/147] Compiling Transport WriteableStream.swift
[84/148] Compiling Console Runnable.swift
[85/148] Compiling Console Value.swift
[86/148] Compiling Console ConsoleClear.swift
[87/148] Compiling Console ConsoleColor.swift
[88/148] Compiling Console Console+Ask.swift
[93/148] Compiling Console Option.swift
[99/148] Compiling Random OSRandom.swift
[100/153] Emitting module Node
[103/153] Compiling Console Terminal+Command.swift
[104/153] Compiling Console Terminal.swift
[105/153] Compiling Console Bar.swift
[106/153] Compiling Console Console+LoadingBar.swift
[107/153] Compiling Console LoadingBar.swift
[108/153] Compiling Console Console+ProgressBar.swift
[109/153] Compiling Console ProgressBar.swift
[115/153] Compiling Console Console+Run.swift
[116/153] Compiling Console ConsoleError.swift
[117/153] Compiling Console ConsoleProtocol.swift
[118/153] Compiling Console Console+ConsoleStyle.swift
[119/153] Compiling Console Console+Center.swift
[120/153] Compiling Console Console+Confirm.swift
[121/153] Compiling Console Console+Ephemeral.swift
[122/153] Compiling Console Console+Options.swift
[123/153] Compiling Console Console+Print.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
[132/153] 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
[133/153] 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
BUILD FAILURE 6.1 linux