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 SkelpoMiddleware, reference master (b9809b), with Swift 6.1 for Linux on 25 Apr 2025 13:52:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/skelpo/skelpomiddleware.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/skelpo/skelpomiddleware
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b9809bf Added Content-Type header to error reponses returned from APIErrorMiddleware
Cloned https://github.com/skelpo/skelpomiddleware.git
Revision (git rev-parse @):
b9809bfcdb90d7ede9488a9d5953de07b307fd26
SUCCESS checkout https://github.com/skelpo/skelpomiddleware.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/skelpo/skelpomiddleware.git
https://github.com/skelpo/skelpomiddleware.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt-provider",
      "requirement" : {
        "exact" : [
          "1.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-provider.git"
    }
  ],
  "manifest_display_name" : "SkelpoMiddleware",
  "name" : "SkelpoMiddleware",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "APIMiddleware",
      "targets" : [
        "APIMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AuthMiddleware",
      "targets" : [
        "AuthMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SkelpoMiddleware",
      "targets" : [
        "SkelpoMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SkelpoMiddlewareTests",
      "module_type" : "SwiftTarget",
      "name" : "SkelpoMiddlewareTests",
      "path" : "Tests/SkelpoMiddlewareTests",
      "sources" : [
        "SkelpoMiddlewareTests.swift"
      ],
      "target_dependencies" : [
        "APIMiddleware"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SkelpoMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "SkelpoMiddleware",
      "path" : "Sources/SkelpoMiddleware",
      "product_memberships" : [
        "SkelpoMiddleware"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "Errors",
        "Helpers",
        "AuthMiddleware",
        "APIMiddleware"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Helpers",
      "module_type" : "SwiftTarget",
      "name" : "Helpers",
      "path" : "Sources/Helpers",
      "product_dependencies" : [
        "Vapor",
        "JWTProvider"
      ],
      "product_memberships" : [
        "APIMiddleware",
        "AuthMiddleware",
        "SkelpoMiddleware"
      ],
      "sources" : [
        "Request+JWT.swift"
      ],
      "target_dependencies" : [
        "Errors"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Errors",
      "module_type" : "SwiftTarget",
      "name" : "Errors",
      "path" : "Sources/Errors",
      "product_dependencies" : [
        "Vapor",
        "JWTProvider"
      ],
      "product_memberships" : [
        "APIMiddleware",
        "AuthMiddleware",
        "SkelpoMiddleware"
      ],
      "sources" : [
        "MiddlewareError.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AuthMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "AuthMiddleware",
      "path" : "Sources/AuthMiddleware",
      "product_dependencies" : [
        "Vapor",
        "JWTProvider"
      ],
      "product_memberships" : [
        "AuthMiddleware",
        "SkelpoMiddleware"
      ],
      "sources" : [
        "JWTAuthenticationMiddlware.swift"
      ],
      "target_dependencies" : [
        "Errors",
        "Helpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APIMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "APIMiddleware",
      "path" : "Sources/APIMiddleware",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "APIMiddleware",
        "SkelpoMiddleware"
      ],
      "sources" : [
        "APIErrorMiddleware.swift",
        "TeamIDMiddleware.swift"
      ],
      "target_dependencies" : [
        "Errors",
        "Helpers"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/jwt-provider.git
[1/455] Fetching jwt-provider
Fetched https://github.com/vapor/jwt-provider.git from cache (0.31s)
[1/74298] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.66s)
Computing version for https://github.com/vapor/jwt-provider.git
Computed https://github.com/vapor/jwt-provider.git at 1.3.0 (3.51s)
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/vapor/auth-provider.git
[1/262] Fetching auth-provider
[263/2969] Fetching auth-provider, jwt
Fetched https://github.com/vapor/auth-provider.git from cache (0.27s)
Fetched https://github.com/vapor/jwt.git from cache (0.78s)
Computing version for https://github.com/vapor/auth-provider.git
Computed https://github.com/vapor/auth-provider.git at 1.2.0 (3.16s)
Fetching https://github.com/vapor/auth.git
[1/1048] Fetching auth
Fetched https://github.com/vapor/auth.git from cache (0.32s)
Computing version for https://github.com/vapor/auth.git
Computed https://github.com/vapor/auth.git at 1.2.1 (1.30s)
Fetching https://github.com/vapor/fluent.git
[1/13407] Fetching fluent
Fetched https://github.com/vapor/fluent.git from cache (0.71s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 2.3.0 (1.31s)
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/crypto.git
[1/998] Fetching json
[171/3784] Fetching json, crypto
Fetched https://github.com/vapor/crypto.git from cache (0.24s)
[619/998] Fetching json
Fetched https://github.com/vapor/json.git from cache (0.46s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (1.07s)
Fetching https://github.com/vapor/ctls.git
Fetching https://github.com/vapor/random.git
[1/148] Fetching random
[149/219] Fetching random, ctls
Fetched https://github.com/vapor/random.git from cache (0.24s)
Fetched https://github.com/vapor/ctls.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.87s)
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (0.88s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (1.49s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.59s)
Fetching https://github.com/vapor/bits.git
Fetching https://github.com/vapor/debugging.git
[1/260] Fetching debugging
[261/618] Fetching debugging, bits
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.85s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.63s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.58s)
Fetching https://github.com/vapor/node.git
[1/4211] Fetching node
Fetched https://github.com/vapor/node.git from cache (0.34s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.96s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (0.75s)
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/routing.git
Fetching https://github.com/vapor/engine.git
[1/99] Fetching bcrypt
[100/3307] Fetching bcrypt, multipart
[614/8792] Fetching bcrypt, multipart, console
[2618/29515] Fetching bcrypt, multipart, console, routing
[2893/54982] Fetching bcrypt, multipart, console, routing, engine
Fetched https://github.com/vapor/console.git from cache (0.45s)
[24416/49497] Fetching bcrypt, multipart, routing, engine
Fetched https://github.com/vapor/routing.git from cache (1.29s)
Fetched https://github.com/vapor/engine.git from cache (1.29s)
[1222/3307] Fetching bcrypt, multipart
Fetched https://github.com/vapor/bcrypt.git from cache (1.69s)
Fetched https://github.com/vapor/multipart.git from cache (1.75s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (2.54s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (0.81s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.89s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.96s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (0.66s)
Fetching https://github.com/vapor/sockets.git
Fetching https://github.com/vapor/tls.git
[1/3312] Fetching sockets
[2254/4456] Fetching sockets, tls
Fetched https://github.com/vapor/tls.git from cache (0.32s)
Fetched https://github.com/vapor/sockets.git from cache (0.32s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (0.96s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.67s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 2.5.1 (0.64s)
Fetching https://github.com/vapor/sqlite.git
[1/2112] Fetching sqlite
Fetched https://github.com/vapor/sqlite.git from cache (0.64s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 2.3.1 (1.33s)
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/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.3
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/jwt-provider.git
Working copy of https://github.com/vapor/jwt-provider.git resolved at 1.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/tls.git
Working copy of https://github.com/vapor/tls.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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 2.4.5
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/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 2.3.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/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.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/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.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.git
Working copy of https://github.com/vapor/auth.git resolved at 1.2.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/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 2.5.1
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/bcrypt.git
Working copy of https://github.com/vapor/bcrypt.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
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/42] Write sources
[39/42] Compiling CHTTP http_parser.c
[40/42] Write swift-version-24593BA9C3E375BF.txt
[42/63] Emitting module Debugging
[43/67] Emitting module PathIndexable
[43/67] Compiling CSQLite sqlite3.c
[45/67] Compiling Bits Operators.swift
[46/67] Compiling Bits String+BytesConvertible.swift
[47/69] Compiling Debugging Debuggable.swift
[48/70] Compiling PathIndexable PathIndexable.swift
[49/70] Compiling PathIndexable PathIndexable+Subscripting.swift
[50/71] Emitting module Bits
[53/71] Compiling Bits UnsignedInteger+BytesConvertible.swift
[54/71] Compiling Bits UnsignedInteger+Shifting.swift
[55/71] Emitting module libc
[56/71] Compiling libc libc.swift
[57/72] Compiling Bits Byte+Random.swift
[58/72] Compiling Bits Byte+UTF8Numbers.swift
[59/72] Compiling Bits ByteSequence+Conversions.swift
[60/72] Compiling Bits Aliases.swift
[61/72] Compiling Bits Base64Encoder.swift
[62/72] Compiling Bits Byte+Alphabet.swift
[64/72] Compiling Bits Data+BytesConvertible.swift
[65/72] Compiling Bits HexEncoder.swift
[66/72] Compiling Bits Bytes+Percent.swift
[67/72] Compiling Bits BytesConvertible.swift
[68/72] Compiling Bits Byte+ControlCharacters.swift
[69/72] Compiling Bits Byte+Convenience.swift
[70/72] Compiling Bits Byte+PatternMatching.swift
[71/72] Compiling Bits Bytes+Base64.swift
[72/72] Compiling Bits Bytes+Hex.swift
[74/95] Compiling Core Collection+Safe.swift
[75/95] Compiling Core DataFile.swift
[76/95] Compiling Core Dispatch.swift
[77/97] Compiling Core Array.swift
[78/97] Compiling Core Bits.swift
[79/97] Compiling Core Cache.swift
[80/97] Compiling Core Result.swift
[81/97] Compiling Core Semaphore.swift
[82/97] Compiling Core Sequence.swift
[83/97] Compiling Core Lock.swift
[84/97] Compiling Core Portal.swift
[85/97] Compiling Core RFC1123.swift
[86/97] Emitting module Core
[87/97] Compiling Core DispatchTime+Utilities.swift
[88/97] Compiling Core EmptyInitializable.swift
[89/97] Compiling Core Exports.swift
[90/97] Compiling Core StaticDataBuffer.swift
[91/97] Compiling Core String+CaseInsensitiveCompare.swift
[92/97] Compiling Core String+Polymorphic.swift
[93/97] Compiling Core Extendable.swift
[94/97] Compiling Core FileProtocol.swift
[95/97] Compiling Core Int+Hex.swift
[96/97] Compiling Core String.swift
[97/97] Compiling Core WorkingDirectory.swift
[99/183] Compiling Transport Stream.swift
[100/183] Compiling Transport ReadableStream.swift
[101/183] Compiling Transport FoundationStream.swift
[102/183] Compiling Transport StreamError.swift
[103/184] Compiling Random URandom.swift
[104/184] Emitting module Console
[105/188] Compiling Transport ServerStream.swift
[106/188] Compiling Console Argument.swift
[107/188] Compiling Console Command+Print.swift
[108/188] Emitting module Transport
[109/188] Compiling Console Command.swift
[110/188] Compiling Console Group.swift
[111/188] Compiling Random Array+Random.swift
[112/188] Compiling Transport WriteableStream.swift
[113/188] Compiling Console Swift3.swift
[114/188] Compiling Console ConsoleColor+Terminal.swift
[115/188] Compiling Console ConsoleStyle+Terminal.swift
[116/188] Compiling Console String+ANSI.swift
[117/188] Compiling Random RandomProtocol.swift
[118/189] Emitting module Random
[119/189] Emitting module Node
[120/193] Compiling Console ConsoleStyle.swift
[121/193] Compiling Console FileHandle+Stream.swift
[122/193] Compiling Console Pipe+Stream.swift
[123/193] Compiling Console Stream.swift
[125/193] Compiling Random Exports.swift
[126/193] Compiling Random EmptyInitializable.swift
[127/193] Compiling Random OSRandom.swift
[128/194] 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
[129/194] 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
[130/194] 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
[131/194] 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
[136/194] Compiling Console Option.swift
[137/194] Compiling Console Runnable.swift
[138/194] Compiling Console Value.swift
[139/194] Compiling Console ConsoleClear.swift
[140/194] Compiling Console ConsoleColor.swift
[141/194] Compiling Console Console+Ask.swift
[148/194] Compiling Console Console+Center.swift
[149/194] Compiling Console Console+Confirm.swift
[150/194] Compiling Console Console+Ephemeral.swift
[151/194] Compiling Console Console+Options.swift
[152/194] Compiling Console Console+Print.swift
[153/194] Compiling Console Console+Run.swift
[154/194] Compiling Console ConsoleError.swift
[155/194] Compiling Console ConsoleProtocol.swift
[156/194] Compiling Console Console+ConsoleStyle.swift
[159/194] Compiling Node Exports.swift
[160/194] Compiling Node Identifier.swift
[161/194] Compiling Console Bar.swift
[162/194] Compiling Console Console+LoadingBar.swift
[163/194] Compiling Console LoadingBar.swift
[164/194] Compiling Console Console+ProgressBar.swift
[165/194] Compiling Console ProgressBar.swift
[195/216] Emitting module Sockets
[196/218] Compiling Sockets RawSocket.swift
[197/218] Compiling Sockets Select.swift
[198/218] Compiling Sockets Socket.swift
[199/218] Compiling Sockets Conversions.swift
[200/218] Compiling Sockets Error.swift
[201/218] Compiling Sockets FDSet.swift
[202/218] Compiling Sockets Descriptor.swift
[203/218] Compiling Sockets InternetSocket.swift
[204/218] Compiling Sockets Pipe.swift
[205/218] Compiling Sockets Address+C.swift
[206/218] Compiling Sockets Address.swift
[207/218] Compiling Sockets Buffer.swift
[208/218] Compiling Sockets TCPReadableSocket.swift
[209/218] Compiling Sockets TCPSocket.swift
[210/218] Compiling Sockets SocketOptions.swift
[211/218] Compiling Sockets TCPEstablishedSocket.swift
[212/218] Compiling Sockets TCPInternetSocket.swift
[213/218] Compiling Sockets Types.swift
[214/218] Compiling Sockets Exports.swift
[215/218] Compiling Sockets Config.swift
[216/218] Compiling Sockets TCPWriteableSocket.swift
[217/218] Compiling Sockets UDPSocket.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/22] Emitting module libc
[3/22] Compiling libc libc.swift
[4/27] Emitting module PathIndexable
[6/27] Compiling Bits Operators.swift
[7/27] Compiling Bits String+BytesConvertible.swift
[8/27] Compiling PathIndexable PathIndexable+Subscripting.swift
[9/27] Compiling PathIndexable PathIndexable.swift
[10/30] Compiling Debugging Debuggable.swift
[11/30] Emitting module Debugging
[12/31] Compiling Bits Bytes+Base64.swift
[13/31] Compiling Bits Bytes+Hex.swift
[15/31] Compiling Bits Bytes+Percent.swift
[16/31] Compiling Bits BytesConvertible.swift
[17/31] Compiling Bits Byte+Random.swift
[18/31] Compiling Bits Byte+UTF8Numbers.swift
[19/31] Compiling Bits ByteSequence+Conversions.swift
[20/31] Compiling Bits Byte+ControlCharacters.swift
[21/31] Compiling Bits Byte+Convenience.swift
[22/31] Compiling Bits Byte+PatternMatching.swift
[24/31] Emitting module Bits
[25/31] Compiling Bits Data+BytesConvertible.swift
[26/31] Compiling Bits HexEncoder.swift
[27/31] Compiling Bits UnsignedInteger+BytesConvertible.swift
[28/31] Compiling Bits UnsignedInteger+Shifting.swift
[29/31] Compiling Bits Aliases.swift
[30/31] Compiling Bits Base64Encoder.swift
[31/31] Compiling Bits Byte+Alphabet.swift
[33/54] Emitting module Core
[34/56] Compiling Core DispatchTime+Utilities.swift
[35/56] Compiling Core EmptyInitializable.swift
[36/56] Compiling Core Exports.swift
[37/56] Compiling Core StaticDataBuffer.swift
[38/56] Compiling Core String+CaseInsensitiveCompare.swift
[39/56] Compiling Core String+Polymorphic.swift
[40/56] Compiling Core Result.swift
[41/56] Compiling Core Semaphore.swift
[42/56] Compiling Core Sequence.swift
[43/56] Compiling Core Lock.swift
[44/56] Compiling Core Portal.swift
[45/56] Compiling Core RFC1123.swift
[46/56] Compiling Core Collection+Safe.swift
[47/56] Compiling Core DataFile.swift
[48/56] Compiling Core Dispatch.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/142] Compiling Transport StreamError.swift
[59/143] Compiling Random EmptyInitializable.swift
[60/143] Compiling Transport Stream.swift
[61/143] Emitting module Random
[62/143] Compiling Random Array+Random.swift
[63/143] Compiling Transport Exports.swift
[64/143] Compiling Transport ClientStream.swift
[65/143] Emitting module Transport
[66/143] Compiling Random URandom.swift
[67/143] Compiling Random RandomProtocol.swift
[68/143] Compiling Transport InternetStream.swift
[69/143] Compiling Transport Port.swift
[70/143] Compiling Transport ServerStream.swift
[71/143] Compiling Transport FoundationStream.swift
[72/143] Compiling Transport ReadableStream.swift
[73/143] Compiling Node StructuredDataWrapper+Equatable.swift
[74/143] Compiling Node StructuredDataWrapper+Literals.swift
[75/143] Compiling Node StructuredDataWrapper+PathIndexable.swift
[76/143] Compiling Node StructuredDataWrapper+Polymorphic.swift
[77/143] Compiling Random Exports.swift
[78/144] Compiling Random OSRandom.swift
[80/148] Compiling Node Getters.swift
[81/148] Compiling Node Setters.swift
[82/148] Compiling Node Bool+Convertible.swift
[83/148] Compiling Node Date+Convertible.swift
[84/148] Compiling Node FloatingPoint+Convertible.swift
[85/148] Compiling Transport WriteableStream.swift
[90/153] Compiling Node UUID+Convertible.swift
[92/153] Compiling Node UnsignedInteger+Convertible.swift
[93/153] Compiling Node Context.swift
[94/153] Compiling Node Node.swift
[95/153] Compiling Node NodeConvertible.swift
[96/153] Compiling Node NodeInitializable.swift
[97/153] Emitting module Node
[98/153] Compiling Node NodeRepresentable.swift
[99/153] Compiling Node Array+Convertible.swift
[100/153] Compiling Node Dictionary+Convertible.swift
[101/153] Compiling Node Fuzzy+Any.swift
[102/153] Compiling Node FuzzyConverter.swift
[103/153] Compiling Node StructuredData+PathIndexable.swift
[104/153] Compiling Node StructuredData+Polymorphic.swift
[105/153] Compiling Node StructuredData.swift
[106/153] Compiling Node StructuredDataWrapper+Cases.swift
[107/153] Compiling Console Bool+Polymorphic.swift
[108/153] Compiling Console String+Trim.swift
[109/153] Compiling Node Exports.swift
[110/153] Compiling Node Identifier.swift
[116/153] Compiling Node StructuredDataWrapper+Convenience.swift
[117/153] Compiling Node Optional+Convertible.swift
[118/153] Compiling Node Set+Convertible.swift
[119/153] Compiling Node Number.swift
[120/153] Emitting module Console
[121/153] 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
[122/153] 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
/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
BUILD FAILURE 6.1 linux