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 typokana, reference master (d0c5ca), with Swift 6.1 for Linux on 26 Apr 2025 03:18:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/ezura/spell-checker-for-swift.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/ezura/spell-checker-for-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d0c5ca5 Merge pull request #24 from RustamG/fix-for-nested-projects
Cloned https://github.com/ezura/spell-checker-for-swift.git
Revision (git rev-parse @):
d0c5ca5bcf7099a40cfe35b7bfc27782d3ee23e3
SUCCESS checkout https://github.com/ezura/spell-checker-for-swift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ezura/spell-checker-for-swift.git
https://github.com/ezura/spell-checker-for-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50300.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swiftsyntaxextensions",
      "requirement" : {
        "exact" : [
          "0.50300.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ezura/SwiftSyntaxExtensions.git"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "exact" : [
          "0.5.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager.git"
    }
  ],
  "manifest_display_name" : "typokana",
  "name" : "typokana",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "typokana",
      "targets" : [
        "typokana"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "typokanaTests",
      "module_type" : "SwiftTarget",
      "name" : "typokanaTests",
      "path" : "Tests/typokanaTests",
      "sources" : [
        "XCTestManifests.swift",
        "typokanaTests.swift"
      ],
      "target_dependencies" : [
        "typokana"
      ],
      "type" : "test"
    },
    {
      "c99name" : "typokana",
      "module_type" : "SwiftTarget",
      "name" : "typokana",
      "path" : "Sources/typokana",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxExtensions",
        "SPMUtility"
      ],
      "product_memberships" : [
        "typokana"
      ],
      "sources" : [
        "Diagnostics.swift",
        "FileUtil.swift",
        "IgnoredWordList.swift",
        "SpellVisitor.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/apple/swift-package-manager.git
Fetching https://github.com/ezura/SwiftSyntaxExtensions.git
Fetching https://github.com/apple/swift-syntax.git
[1/68] Fetching swiftsyntaxextensions
Fetched https://github.com/ezura/SwiftSyntaxExtensions.git from cache (0.39s)
[1/70232] Fetching swift-syntax
[18262/221450] Fetching swift-syntax, swift-package-manager
Fetched https://github.com/apple/swift-syntax.git from cache (10.28s)
[131439/151218] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (22.50s)
Computing version for https://github.com/apple/swift-package-manager.git
Computed https://github.com/apple/swift-package-manager.git at 0.5.0 (25.91s)
Fetching https://github.com/apple/swift-llbuild.git
[1/28914] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (3.02s)
Computing version for https://github.com/ezura/SwiftSyntaxExtensions.git
Computed https://github.com/ezura/SwiftSyntaxExtensions.git at 0.50300.0 (3.98s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50300.0 (1.88s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.2.0 (1.05s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50300.0
Creating working copy for https://github.com/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.2.0
Creating working copy for https://github.com/ezura/SwiftSyntaxExtensions.git
Working copy of https://github.com/ezura/SwiftSyntaxExtensions.git resolved at 0.50300.0
warning: 'swift-llbuild': ignoring broken symlink /host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm
Building for debugging...
[0/19] Write sources
[6/19] Compiling atomic-counter.c
[7/19] Compiling clibc libc.c
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/57] Emitting module SPMLibc
[11/57] Compiling SPMLibc libc.swift
[13/58] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[14/58] Compiling SwiftSyntax AtomicCounter.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[15/58] Compiling SwiftSyntax Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[16/58] Compiling SwiftSyntax DiagnosticConsumer.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[17/58] Compiling SwiftSyntax DiagnosticEngine.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[17/63] Wrapping AST for SPMLibc for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/99] Emitting module SwiftSyntax
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[20/99] Compiling Basic PathShims.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:328:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
326 |         defer { free(devNull) }
327 |         // Open /dev/null as stdin.
328 |         posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
    |                                                           |- 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'
329 |
330 |         var outputPipe: [Int32] = [0, 0]
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:351:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
349 |         let argv = CStringArray(arguments)
350 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
351 |         let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
    |                                                      |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type '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'
352 |
353 |         guard rv == 0 else {
[21/99] Compiling Basic Process.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:328:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
326 |         defer { free(devNull) }
327 |         // Open /dev/null as stdin.
328 |         posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
    |                                                           |- 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'
329 |
330 |         var outputPipe: [Int32] = [0, 0]
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:351:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
349 |         let argv = CStringArray(arguments)
350 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
351 |         let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
    |                                                      |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type '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'
352 |
353 |         guard rv == 0 else {
[22/99] Compiling Basic ProcessEnv.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:328:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
326 |         defer { free(devNull) }
327 |         // Open /dev/null as stdin.
328 |         posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
    |                                                           |- 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'
329 |
330 |         var outputPipe: [Int32] = [0, 0]
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:351:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
349 |         let argv = CStringArray(arguments)
350 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
351 |         let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
    |                                                      |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type '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'
352 |
353 |         guard rv == 0 else {
[23/99] Compiling Basic ProcessSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:328:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
326 |         defer { free(devNull) }
327 |         // Open /dev/null as stdin.
328 |         posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
    |                                                           |- 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'
329 |
330 |         var outputPipe: [Int32] = [0, 0]
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:351:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
349 |         let argv = CStringArray(arguments)
350 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
351 |         let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
    |                                                      |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type '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'
352 |
353 |         guard rv == 0 else {
[24/99] Compiling Basic RegEx.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:328:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
326 |         defer { free(devNull) }
327 |         // Open /dev/null as stdin.
328 |         posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
    |                                                           |- 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'
329 |
330 |         var outputPipe: [Int32] = [0, 0]
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:351:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
349 |         let argv = CStringArray(arguments)
350 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
351 |         let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
    |                                                      |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type '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'
352 |
353 |         guard rv == 0 else {
[25/104] Compiling Basic Await.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[26/104] Compiling Basic ByteString.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[27/104] Compiling Basic CStringArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[28/104] Compiling Basic CacheableSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[29/104] Compiling Basic CollectionAlgorithms.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[30/104] Compiling Basic CollectionExtensions.swift
[31/104] Compiling Basic Condition.swift
[32/104] Compiling Basic DeltaAlgorithm.swift
[33/104] Compiling Basic DiagnosticsEngine.swift
[34/104] Compiling Basic DictionaryExtensions.swift
[35/104] Emitting module Basic
[36/104] Compiling Basic Result.swift
[37/104] Compiling Basic SHA256.swift
[38/104] Compiling Basic SortedArray.swift
[39/104] Compiling Basic StringConversions.swift
[40/104] Compiling Basic SynchronizedQueue.swift
[41/104] Compiling Basic JSON.swift
[42/104] Compiling Basic JSONMapper.swift
[43/104] Compiling Basic KeyedPair.swift
[44/104] Compiling Basic LazyCache.swift
[45/104] Compiling Basic Lock.swift
[46/104] Compiling Basic DictionaryLiteralExtensions.swift
[47/104] Compiling Basic EditDistance.swift
[48/104] Compiling Basic FileInfo.swift
[49/104] Compiling Basic FileSystem.swift
[50/104] Compiling Basic GraphAlgorithms.swift
[51/104] Compiling Basic ObjectIdentifierProtocol.swift
[52/104] Compiling Basic OrderedDictionary.swift
[53/104] Compiling Basic OrderedSet.swift
[54/104] Compiling Basic OutputByteStream.swift
[55/104] Compiling Basic Path.swift
[56/104] Compiling Basic TemporaryFile.swift
[57/104] Compiling Basic TerminalController.swift
[58/104] Compiling Basic Thread.swift
[59/104] Compiling Basic Tuple.swift
[60/104] Compiling Basic misc.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
[0/1] Planning build
Building for debugging...
[0/11] Write swift-version-24593BA9C3E375BF.txt
[2/49] Compiling SPMLibc libc.swift
[3/49] Emitting module SPMLibc
[5/85] Emitting module Basic
[6/90] Compiling Basic CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[7/90] Compiling Basic Condition.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[8/90] Compiling Basic DeltaAlgorithm.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[9/90] Compiling Basic DiagnosticsEngine.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[10/90] Compiling Basic DictionaryExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[11/95] Compiling Basic Await.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[12/95] Compiling Basic ByteString.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[13/95] Compiling Basic CStringArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[14/95] Compiling Basic CacheableSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[15/95] Compiling Basic CollectionAlgorithms.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[16/95] Compiling Basic DictionaryLiteralExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[17/95] Compiling Basic EditDistance.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[18/95] Compiling Basic FileInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[19/95] Compiling Basic FileSystem.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[20/95] Compiling Basic GraphAlgorithms.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[21/95] Compiling Basic JSON.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[22/95] Compiling Basic JSONMapper.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[23/95] Compiling Basic KeyedPair.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[24/95] Compiling Basic LazyCache.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[25/95] Compiling Basic Lock.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import _InternalSwiftSyntaxParser
    |        `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[26/95] Compiling SwiftSyntax SyntaxExprNodes.swift
[27/95] Compiling SwiftSyntax SyntaxNodes.swift
[28/95] Compiling SwiftSyntax SyntaxPatternNodes.swift
[29/95] Compiling SwiftSyntax SyntaxStmtNodes.swift
[30/95] Compiling SwiftSyntax SyntaxTypeNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).dematerialize()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[36/95] Compiling Basic Result.swift
[37/95] Compiling Basic SHA256.swift
[38/95] Compiling Basic SortedArray.swift
[39/95] Compiling Basic StringConversions.swift
[40/95] Compiling Basic SynchronizedQueue.swift
[41/95] Compiling Basic PathShims.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:328:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
326 |         defer { free(devNull) }
327 |         // Open /dev/null as stdin.
328 |         posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
    |                                                           |- 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'
329 |
330 |         var outputPipe: [Int32] = [0, 0]
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:351:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
349 |         let argv = CStringArray(arguments)
350 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
351 |         let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
    |                                                      |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type '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'
352 |
353 |         guard rv == 0 else {
[42/95] Compiling Basic Process.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:328:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
326 |         defer { free(devNull) }
327 |         // Open /dev/null as stdin.
328 |         posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
    |                                                           |- 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'
329 |
330 |         var outputPipe: [Int32] = [0, 0]
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:351:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
349 |         let argv = CStringArray(arguments)
350 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
351 |         let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
    |                                                      |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type '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'
352 |
353 |         guard rv == 0 else {
[43/95] Compiling Basic ProcessEnv.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:328:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
326 |         defer { free(devNull) }
327 |         // Open /dev/null as stdin.
328 |         posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
    |                                                           |- 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'
329 |
330 |         var outputPipe: [Int32] = [0, 0]
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:351:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
349 |         let argv = CStringArray(arguments)
350 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
351 |         let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
    |                                                      |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type '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'
352 |
353 |         guard rv == 0 else {
[44/95] Compiling Basic ProcessSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:328:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
326 |         defer { free(devNull) }
327 |         // Open /dev/null as stdin.
328 |         posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
    |                                                           |- 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'
329 |
330 |         var outputPipe: [Int32] = [0, 0]
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:351:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
349 |         let argv = CStringArray(arguments)
350 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
351 |         let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
    |                                                      |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type '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'
352 |
353 |         guard rv == 0 else {
[45/95] Compiling Basic RegEx.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:328:59: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
326 |         defer { free(devNull) }
327 |         // Open /dev/null as stdin.
328 |         posix_spawn_file_actions_addopen(&fileActions, 0, devNull, O_RDONLY, 0)
    |                                                           |- 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'
329 |
330 |         var outputPipe: [Int32] = [0, 0]
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Process.swift:351:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
349 |         let argv = CStringArray(arguments)
350 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
351 |         let rv = posix_spawnp(&processID, argv.cArray[0], &fileActions, &attributes, argv.cArray, env.cArray)
    |                                                      |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type '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'
352 |
353 |         guard rv == 0 else {
[51/95] Compiling Basic ObjectIdentifierProtocol.swift
[52/95] Compiling Basic OrderedDictionary.swift
[53/95] Compiling Basic OrderedSet.swift
[54/95] Compiling Basic OutputByteStream.swift
[55/95] Compiling Basic Path.swift
BUILD FAILURE 6.1 linux