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 VaporFirestore, reference 0.0.10 (3f88af), with Swift 6.1 for Linux on 25 Apr 2025 09:07:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/mono0926/vapor-firestore.git
Reference: 0.0.10
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/mono0926/vapor-firestore
 * tag               0.0.10     -> FETCH_HEAD
HEAD is now at 3f88aff Add delete error log
Cloned https://github.com/mono0926/vapor-firestore.git
Revision (git rev-parse @):
3f88affe9718769a4008f2cee92a596344805762
SUCCESS checkout https://github.com/mono0926/vapor-firestore.git at 0.0.10
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mono0926/vapor-firestore.git
https://github.com/mono0926/vapor-firestore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "VaporFirestore",
  "name" : "VaporFirestore",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VaporFirestore",
      "targets" : [
        "VaporFirestore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporFirestoreTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporFirestoreTests",
      "path" : "Tests/VaporFirestoreTests",
      "sources" : [
        "FirestoreTests.swift"
      ],
      "target_dependencies" : [
        "VaporFirestore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporFirestore",
      "module_type" : "SwiftTarget",
      "name" : "VaporFirestore",
      "path" : "Sources/VaporFirestore",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "VaporFirestore"
      ],
      "sources" : [
        "Config+VaporFirestore.swift",
        "DateFormatter+Firestore.swift",
        "Entities.swift",
        "Firestore.swift",
        "FirestoreError.swift",
        "JSONDecoder+Firestore.swift",
        "JSONEncoder+Firestore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
[1/74298] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.25s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (2.86s)
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/node.git
[1/998] Fetching json
[31/5209] Fetching json, node
[166/7995] Fetching json, node, crypto
[3800/28718] Fetching json, node, crypto, routing
[4454/31914] Fetching json, node, crypto, routing, multipart
Fetched https://github.com/vapor/node.git from cache (1.17s)
Fetching https://github.com/vapor/core.git
[20481/27703] Fetching json, crypto, routing, multipart
Fetched https://github.com/vapor/json.git from cache (1.36s)
Fetching https://github.com/vapor/console.git
[20484/26705] Fetching crypto, routing, multipart
[24008/46848] Fetching crypto, routing, multipart, core
[40744/52333] Fetching crypto, routing, multipart, core, console
Fetched https://github.com/vapor/routing.git from cache (1.90s)
[22489/31610] Fetching crypto, multipart, core, console
Fetching https://github.com/vapor/bcrypt.git
Fetched https://github.com/vapor/console.git from cache (0.71s)
[23647/26125] Fetching crypto, multipart, core
[24050/26224] Fetching crypto, multipart, core, bcrypt
Fetched https://github.com/vapor/bcrypt.git from cache (0.31s)
[24080/26125] Fetching crypto, multipart, core
Fetched https://github.com/vapor/core.git from cache (1.24s)
[5599/5982] Fetching crypto, multipart
Fetching https://github.com/vapor/engine.git
Fetched https://github.com/vapor/crypto.git from cache (2.51s)
Fetched https://github.com/vapor/multipart.git from cache (2.57s)
[1/25467] Fetching engine
Fetched https://github.com/vapor/engine.git from cache (0.96s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (4.07s)
Fetching https://github.com/vapor/random.git
[1/148] Fetching random
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.80s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (0.60s)
Fetching https://github.com/vapor/debugging.git
[1/260] Fetching debugging
Fetched https://github.com/vapor/debugging.git from cache (1.26s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.88s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.84s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.64s)
Fetching https://github.com/vapor/bits.git
[1/358] Fetching bits
Fetched https://github.com/vapor/bits.git from cache (0.25s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (1.34s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.86s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (0.59s)
Fetching https://github.com/vapor/ctls.git
[1/71] Fetching ctls
Fetched https://github.com/vapor/ctls.git from cache (0.23s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.93s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (0.61s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.73s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (0.64s)
Fetching https://github.com/vapor/sockets.git
Fetching https://github.com/vapor/tls.git
[1/3312] Fetching sockets
[101/4456] Fetching sockets, tls
Fetched https://github.com/vapor/tls.git from cache (0.59s)
Fetched https://github.com/vapor/sockets.git from cache (0.59s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (1.21s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.73s)
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/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 2.2.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/ctls.git
Working copy of https://github.com/vapor/ctls.git resolved at 1.1.3
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/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.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/core.git
Working copy of https://github.com/vapor/core.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/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.3
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.2
Creating working copy for https://github.com/vapor/tls.git
Working copy of https://github.com/vapor/tls.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 2.4.5
Creating working copy for https://github.com/vapor/random.git
Working copy of https://github.com/vapor/random.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/engine.git
Working copy of https://github.com/vapor/engine.git resolved at 2.2.5
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/30] Write sources
[28/30] Compiling CHTTP http_parser.c
[29/30] Write swift-version-24593BA9C3E375BF.txt
[31/55] Emitting module PathIndexable
[32/55] Emitting module Bits
[33/57] Compiling PathIndexable PathIndexable+Subscripting.swift
[34/57] Emitting module Debugging
[35/57] Compiling Debugging Debuggable.swift
[36/57] Compiling PathIndexable PathIndexable.swift
[37/59] Compiling Bits Operators.swift
[38/59] Compiling Bits String+BytesConvertible.swift
[40/59] Compiling Bits UnsignedInteger+BytesConvertible.swift
[41/59] Compiling Bits UnsignedInteger+Shifting.swift
[43/59] Emitting module libc
[44/59] Compiling libc libc.swift
[46/60] Compiling Bits Aliases.swift
[47/60] Compiling Bits Base64Encoder.swift
[48/60] Compiling Bits Byte+Alphabet.swift
[49/60] Compiling Bits Byte+Random.swift
[50/60] Compiling Bits Byte+UTF8Numbers.swift
[51/60] Compiling Bits ByteSequence+Conversions.swift
[52/60] Compiling Bits Bytes+Base64.swift
[53/60] Compiling Bits Bytes+Hex.swift
[54/60] Compiling Bits Byte+ControlCharacters.swift
[55/60] Compiling Bits Byte+Convenience.swift
[56/60] Compiling Bits Byte+PatternMatching.swift
[57/60] Compiling Bits Bytes+Percent.swift
[58/60] Compiling Bits BytesConvertible.swift
[59/60] Compiling Bits Data+BytesConvertible.swift
[60/60] Compiling Bits HexEncoder.swift
[62/83] Compiling Core DispatchTime+Utilities.swift
[63/83] Compiling Core EmptyInitializable.swift
[64/83] Compiling Core Exports.swift
[65/85] Compiling Core Result.swift
[66/85] Compiling Core Semaphore.swift
[67/85] Compiling Core Sequence.swift
[68/85] Emitting module Core
[69/85] Compiling Core StaticDataBuffer.swift
[70/85] Compiling Core String+CaseInsensitiveCompare.swift
[71/85] Compiling Core String+Polymorphic.swift
[72/85] Compiling Core String.swift
[73/85] Compiling Core WorkingDirectory.swift
[74/85] Compiling Core Array.swift
[75/85] Compiling Core Bits.swift
[76/85] Compiling Core Cache.swift
[77/85] Compiling Core Extendable.swift
[78/85] Compiling Core FileProtocol.swift
[79/85] Compiling Core Int+Hex.swift
[80/85] Compiling Core Collection+Safe.swift
[81/85] Compiling Core DataFile.swift
[82/85] Compiling Core Dispatch.swift
[83/85] Compiling Core Lock.swift
[84/85] Compiling Core Portal.swift
[85/85] Compiling Core RFC1123.swift
[87/171] Compiling Transport ServerStream.swift
[88/171] Compiling Random Array+Random.swift
[89/171] Emitting module Random
[90/171] Compiling Random EmptyInitializable.swift
[91/172] Compiling Random RandomProtocol.swift
[92/172] Compiling Random OSRandom.swift
[93/172] Compiling Random Exports.swift
[94/172] Compiling Random URandom.swift
[95/173] Emitting module Transport
[96/173] Compiling Node Getters.swift
[97/173] Compiling Console Command+Print.swift
[98/173] Compiling Console Command.swift
[99/173] Compiling Console Group.swift
[100/173] Compiling Node StructuredData+Equatable.swift
[101/173] Compiling Node StructuredData+Init.swift
[102/173] Compiling Node StructuredDataWrapper+Equatable.swift
[103/173] Compiling Node StructuredDataWrapper+Literals.swift
[104/173] Compiling Node StructuredDataWrapper+Convenience.swift
[105/173] Compiling Node Optional+Convertible.swift
[106/173] Compiling Node Set+Convertible.swift
[107/173] Compiling Node Number.swift
[108/177] Compiling Transport Stream.swift
[109/177] Compiling Transport StreamError.swift
[111/177] Compiling Transport ReadableStream.swift
[112/177] Compiling Transport FoundationStream.swift
[113/177] Compiling Transport WriteableStream.swift
[117/179] Compiling Console Terminal+Command.swift
[118/179] Compiling Console Terminal.swift
[119/199] Compiling Console Console+Center.swift
[120/199] Compiling Console Console+Confirm.swift
[121/199] Compiling Console Console+Ephemeral.swift
[122/199] Compiling Console Console+Options.swift
[123/199] Compiling Console Console+Print.swift
[124/200] Compiling Node StructuredData+PathIndexable.swift
[125/200] Compiling Node StructuredData+Polymorphic.swift
[126/200] Compiling Node StructuredData.swift
[127/200] Compiling Node StructuredDataWrapper+Cases.swift
[134/200] Compiling Console Runnable.swift
[135/200] Compiling Console Value.swift
[136/200] Compiling Console ConsoleClear.swift
[137/200] Compiling Console ConsoleColor.swift
[138/200] Compiling Console Console+Ask.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
[145/203] 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
[146/203] 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
[157/204] Emitting module Console
[158/204] Compiling Crypto Exports.swift
[159/204] Compiling Crypto Cipher+Method.swift
[160/204] Compiling Crypto Cipher.swift
[161/204] Compiling Crypto Hash.swift
[162/204] Compiling Crypto Hash+Random.swift
[163/204] Compiling BCrypt BCryptError.swift
[164/204] Compiling BCrypt Base64.swift
[165/204] Compiling Crypto HMAC.swift
[166/204] Compiling Crypto Hash+Method.swift
[167/204] Compiling Crypto ByteStream.swift
[168/204] Emitting module Node
[179/204] Compiling BCrypt Export.swift
[180/204] Compiling BCrypt Salt.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/26] Compiling libc libc.swift
[3/26] Emitting module libc
[5/27] Emitting module Debugging
[6/27] Compiling Debugging Debuggable.swift
[7/28] Emitting module Bits
[8/30] Compiling PathIndexable PathIndexable.swift
[9/30] Compiling Bits Byte+ControlCharacters.swift
[10/30] Compiling Bits Byte+Convenience.swift
[11/30] Compiling Bits Byte+PatternMatching.swift
[12/30] Compiling Bits Operators.swift
[13/30] Compiling Bits String+BytesConvertible.swift
[14/30] Emitting module PathIndexable
[15/30] Compiling PathIndexable PathIndexable+Subscripting.swift
[18/31] Compiling Bits Byte+Random.swift
[19/31] Compiling Bits Byte+UTF8Numbers.swift
[20/31] Compiling Bits ByteSequence+Conversions.swift
[21/31] Compiling Bits Data+BytesConvertible.swift
[22/31] Compiling Bits HexEncoder.swift
[23/31] Compiling Bits Bytes+Percent.swift
[24/31] Compiling Bits BytesConvertible.swift
[25/31] Compiling Bits Bytes+Base64.swift
[26/31] Compiling Bits Bytes+Hex.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] 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 Result.swift
[38/56] Compiling Core Semaphore.swift
[39/56] Compiling Core Sequence.swift
[40/56] Compiling Core Collection+Safe.swift
[41/56] Compiling Core DataFile.swift
[42/56] Compiling Core Dispatch.swift
[43/56] Compiling Core Lock.swift
[44/56] Compiling Core Portal.swift
[45/56] Compiling Core RFC1123.swift
[46/56] Compiling Core Extendable.swift
[47/56] Compiling Core FileProtocol.swift
[48/56] Compiling Core Int+Hex.swift
[49/56] Compiling Core Array.swift
[50/56] Compiling Core Bits.swift
[51/56] Compiling Core Cache.swift
[52/56] Compiling Core StaticDataBuffer.swift
[53/56] Compiling Core String+CaseInsensitiveCompare.swift
[54/56] Compiling Core String+Polymorphic.swift
[55/56] Compiling Core String.swift
[56/56] Compiling Core WorkingDirectory.swift
[58/142] Emitting module Console
[59/142] Compiling Random RandomProtocol.swift
[60/146] Compiling Random URandom.swift
[61/146] Compiling Random Exports.swift
[62/146] Compiling Random OSRandom.swift
[63/146] Compiling Node Integer+Convertible.swift
[64/146] Compiling Node Schema+Convertible.swift
[65/146] Compiling Node SchemaWrapper+Convertible.swift
[66/146] Compiling Node String+Convertible.swift
[67/146] Compiling Node UUID+Convertible.swift
[68/146] Compiling Random EmptyInitializable.swift
[69/146] Compiling Transport ServerStream.swift
[70/147] Compiling Node NodeRepresentable.swift
[71/147] Compiling Node Array+Convertible.swift
[72/147] Compiling Node Dictionary+Convertible.swift
[73/147] Compiling Node Fuzzy+Any.swift
[74/147] Compiling Node FuzzyConverter.swift
[75/147] Compiling Transport Stream.swift
[76/147] Compiling Transport ReadableStream.swift
[77/147] Compiling Transport FoundationStream.swift
[78/147] Compiling Transport StreamError.swift
[79/147] Compiling Node Getters.swift
[80/147] Compiling Node Setters.swift
[81/147] Emitting module Transport
[82/147] 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
[83/147] 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
[84/147] 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
[85/147] 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
[86/147] Compiling Node Bool+Convertible.swift
[87/147] Compiling Node Date+Convertible.swift
[88/147] Compiling Node UnsignedInteger+Convertible.swift
[89/147] Compiling Node Context.swift
[90/147] Compiling Node Node.swift
[91/147] Compiling Node NodeConvertible.swift
[92/147] Compiling Node StructuredData+Init.swift
[93/147] Compiling Node StructuredData+PathIndexable.swift
[94/147] Compiling Node StructuredData+Polymorphic.swift
[95/147] Compiling Node StructuredData.swift
[96/147] Emitting module Random
[97/147] Compiling Random Array+Random.swift
[98/147] Compiling Transport WriteableStream.swift
[101/149] Compiling Node StructuredDataWrapper+Cases.swift
[102/149] Compiling Node StructuredDataWrapper+Convenience.swift
[103/149] Compiling Node StructuredDataWrapper+Equatable.swift
[104/149] Compiling Node StructuredDataWrapper+Literals.swift
[109/153] Compiling Node NodeInitializable.swift
[110/153] Compiling Node Optional+Convertible.swift
[111/153] Compiling Node Set+Convertible.swift
[112/153] Compiling Node Number.swift
[113/153] Compiling Node StructuredData+Equatable.swift
[118/153] Compiling Node FloatingPoint+Convertible.swift
[124/153] Emitting module Node
BUILD FAILURE 6.1 linux