The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ShellOut, reference 3.3.0 (808c97), with Swift 6.2 (beta) for Android on 24 Jun 2025 14:39:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/ShellOut.git
Reference: 3.3.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/SwiftPackageIndex/ShellOut
 * tag               3.3.0      -> FETCH_HEAD
HEAD is now at 808c97c Merge pull request #13 from SwiftPackageIndex/Sendable-ShellOutCommand
Cloned https://github.com/SwiftPackageIndex/ShellOut.git
Revision (git rev-parse @):
808c97cc684bceb58288db70e701fa66636cf31d
SUCCESS checkout https://github.com/SwiftPackageIndex/ShellOut.git at 3.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftPackageIndex/ShellOut.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/SwiftPackageIndex/ShellQuote
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[385/9795] Fetching swift-log, swift-algorithms
[858/9871] Fetching swift-log, swift-algorithms, shellquote
[4163/16729] Fetching swift-log, swift-algorithms, shellquote, swift-tools-support-core
Fetched https://github.com/apple/swift-log.git from cache (1.00s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.04s)
Fetched https://github.com/SwiftPackageIndex/ShellQuote from cache (1.19s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (1.20s)
Computing version for https://github.com/SwiftPackageIndex/ShellQuote
Computed https://github.com/SwiftPackageIndex/ShellQuote at 1.0.2 (5.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.79s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.81s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.36s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.3 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.11s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.3
Creating working copy for https://github.com/SwiftPackageIndex/ShellQuote
Working copy of https://github.com/SwiftPackageIndex/ShellQuote resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/12] Write sources
[7/12] Compiling TSCclibc libc.c
[8/12] Compiling TSCclibc strerror.c
[8/12] Compiling TSCclibc process.c
[10/12] Compiling _NumericsShims _NumericsShims.c
[11/12] Write swift-version-8C5A4AE7A8CE2BA.txt
[13/31] Emitting module RealModule
[14/32] Compiling RealModule Real.swift
[15/32] Compiling RealModule Float80+Real.swift
[16/32] Compiling RealModule RealFunctions.swift
[17/32] Compiling RealModule Float+Real.swift
[18/32] Compiling RealModule AugmentedArithmetic.swift
[19/32] Compiling RealModule Double+Real.swift
[20/32] Compiling RealModule AlgebraicField.swift
[21/32] Compiling RealModule ApproximateEquality.swift
[22/32] Compiling RealModule ElementaryFunctions.swift
[23/32] Compiling RealModule Float16+Real.swift
[25/58] Compiling Algorithms Compacted.swift
[26/58] Compiling Algorithms Cycle.swift
[27/58] Compiling Algorithms EitherSequence.swift
[28/58] Compiling Algorithms FirstNonNil.swift
[29/61] Compiling Algorithms Split.swift
[30/61] Compiling Algorithms Stride.swift
[31/61] Compiling Algorithms Suffix.swift
[32/61] Compiling Algorithms RandomSample.swift
[33/61] Compiling Algorithms Reductions.swift
[34/61] Compiling Algorithms Rotate.swift
[35/61] Compiling Algorithms Joined.swift
[36/61] Compiling Algorithms Keyed.swift
[37/61] Compiling Algorithms MinMax.swift
[38/61] Compiling Algorithms FlattenCollection.swift
[39/61] Compiling Algorithms Grouped.swift
[40/61] Compiling Algorithms Indexed.swift
[41/61] Compiling Algorithms Intersperse.swift
[42/61] Compiling Algorithms Partition.swift
[43/61] Compiling Algorithms Permutations.swift
[44/61] Compiling Algorithms Product.swift
[45/61] Emitting module TSCLibc
[46/61] Compiling TSCLibc libc.swift
[47/62] Compiling Algorithms Trim.swift
[48/62] Compiling Algorithms Unique.swift
[49/62] Compiling Algorithms Windows.swift
[51/102] Emitting module ShellQuote
[52/102] Compiling ShellQuote ShellQuote.swift
[53/102] Compiling Logging MetadataProvider.swift
[54/102] Emitting module Logging
[55/102] Compiling Logging Locks.swift
[56/102] Compiling Logging Logging.swift
[57/102] Compiling Logging LogHandler.swift
[60/104] Compiling TSCBasic CacheableSequence.swift
[61/104] Compiling TSCBasic Closable.swift
[62/104] Compiling TSCBasic CodableResult.swift
[63/104] Compiling TSCBasic CollectionAlgorithms.swift
[64/104] Emitting module TSCBasic
[65/109] Compiling TSCBasic Await.swift
[66/109] Compiling TSCBasic Base64URL.swift
[67/109] Compiling TSCBasic ByteString.swift
[68/109] Compiling TSCBasic CStringArray.swift
[71/109] Compiling TSCBasic Result.swift
[72/109] Compiling TSCBasic SortedArray.swift
[73/109] Compiling TSCBasic StringConversions.swift
[74/109] Compiling TSCBasic SynchronizedQueue.swift
[75/109] Compiling TSCBasic TemporaryFile.swift
[76/109] Compiling TSCBasic PathShims.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:634:41: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 632 |       #endif
 633 |         posix_spawnattr_init(&attributes)
 634 |         defer { posix_spawnattr_destroy(&attributes) }
     |                                         |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                         `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 635 |
 636 |         // Unmask all signals.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:639:36: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 637 |         var noSignals = sigset_t()
 638 |         sigemptyset(&noSignals)
 639 |         posix_spawnattr_setsigmask(&attributes, &noSignals)
     |                                    |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 640 |
 641 |         // Reset all signals to default behavior.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:659:39: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 657 |             sigaddset(&mostSignals, i)
 658 |         }
 659 |         posix_spawnattr_setsigdefault(&attributes, &mostSignals)
     |                                       |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 660 |       #endif
 661 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:667:39: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 665 |             // Establish a separate process group.
 666 |             flags |= POSIX_SPAWN_SETPGROUP
 667 |             posix_spawnattr_setpgroup(&attributes, 0)
     |                                       |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 668 |         }
 669 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:670:34: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 668 |         }
 669 |
 670 |         posix_spawnattr_setflags(&attributes, Int16(flags))
     |                                  |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 671 |
 672 |         // Setup the file actions.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:678:39: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 676 |         var fileActions = posix_spawn_file_actions_t()
 677 |       #endif
 678 |         posix_spawn_file_actions_init(&fileActions)
     |                                       |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 679 |         defer { posix_spawn_file_actions_destroy(&fileActions) }
 680 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:679:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 677 |       #endif
 678 |         posix_spawn_file_actions_init(&fileActions)
 679 |         defer { posix_spawn_file_actions_destroy(&fileActions) }
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 680 |
 681 |         if let workingDirectory = workingDirectory?.pathString {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:711:42: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 709 |
 710 |         // Dupe the read portion of the remote to 0.
 711 |         posix_spawn_file_actions_adddup2(&fileActions, stdinPipe[0], 0)
     |                                          |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                          `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 712 |
 713 |         // Close the other side's pipe since it was dupped to 0.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:714:43: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 712 |
 713 |         // Close the other side's pipe since it was dupped to 0.
 714 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[0])
     |                                           |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                           `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 715 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[1])
 716 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:715:43: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 713 |         // Close the other side's pipe since it was dupped to 0.
 714 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[0])
 715 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[1])
     |                                           |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                           `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 716 |
 717 |         var outputPipe: [Int32] = [-1, -1]
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:724:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 722 |
 723 |             // Open the write end of the pipe.
 724 |             posix_spawn_file_actions_adddup2(&fileActions, outputPipe[1], 1)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 725 |
 726 |             // Close the other ends of the pipe since they were dupped to 1.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:727:47: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 725 |
 726 |             // Close the other ends of the pipe since they were dupped to 1.
 727 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[0])
     |                                               |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 728 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[1])
 729 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:728:47: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 726 |             // Close the other ends of the pipe since they were dupped to 1.
 727 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[0])
 728 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[1])
     |                                               |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 729 |
 730 |             if outputRedirection.redirectStderr {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:732:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 730 |             if outputRedirection.redirectStderr {
 731 |                 // If merged was requested, send stderr to stdout.
 732 |                 posix_spawn_file_actions_adddup2(&fileActions, 1, 2)
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 733 |             } else {
 734 |                 // If no redirect was requested, open the pipe for stderr.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:736:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 734 |                 // If no redirect was requested, open the pipe for stderr.
 735 |                 try open(pipe: &stderrPipe)
 736 |                 posix_spawn_file_actions_adddup2(&fileActions, stderrPipe[1], 2)
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 737 |
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:739:51: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 737 |
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
 739 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[0])
     |                                                   |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 740 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[1])
 741 |             }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:740:51: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
 739 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[0])
 740 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[1])
     |                                                   |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 741 |             }
 742 |         } else {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:743:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 741 |             }
 742 |         } else {
 743 |             posix_spawn_file_actions_adddup2(&fileActions, 1, 1)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 744 |             posix_spawn_file_actions_adddup2(&fileActions, 2, 2)
 745 |         }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:744:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 742 |         } else {
 743 |             posix_spawn_file_actions_adddup2(&fileActions, 1, 1)
 744 |             posix_spawn_file_actions_adddup2(&fileActions, 2, 2)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 745 |         }
 746 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:753:92: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
 751 |         let argv = CStringArray(resolvedArgs)
 752 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
 753 |         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'
 754 |
 755 |         guard rv == 0 else {
[77/109] Compiling TSCBasic Process.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:634:41: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 632 |       #endif
 633 |         posix_spawnattr_init(&attributes)
 634 |         defer { posix_spawnattr_destroy(&attributes) }
     |                                         |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                         `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 635 |
 636 |         // Unmask all signals.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:639:36: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 637 |         var noSignals = sigset_t()
 638 |         sigemptyset(&noSignals)
 639 |         posix_spawnattr_setsigmask(&attributes, &noSignals)
     |                                    |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 640 |
 641 |         // Reset all signals to default behavior.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:659:39: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 657 |             sigaddset(&mostSignals, i)
 658 |         }
 659 |         posix_spawnattr_setsigdefault(&attributes, &mostSignals)
     |                                       |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 660 |       #endif
 661 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:667:39: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 665 |             // Establish a separate process group.
 666 |             flags |= POSIX_SPAWN_SETPGROUP
 667 |             posix_spawnattr_setpgroup(&attributes, 0)
     |                                       |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 668 |         }
 669 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:670:34: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 668 |         }
 669 |
 670 |         posix_spawnattr_setflags(&attributes, Int16(flags))
     |                                  |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 671 |
 672 |         // Setup the file actions.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:678:39: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 676 |         var fileActions = posix_spawn_file_actions_t()
 677 |       #endif
 678 |         posix_spawn_file_actions_init(&fileActions)
     |                                       |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 679 |         defer { posix_spawn_file_actions_destroy(&fileActions) }
 680 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:679:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 677 |       #endif
 678 |         posix_spawn_file_actions_init(&fileActions)
 679 |         defer { posix_spawn_file_actions_destroy(&fileActions) }
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 680 |
 681 |         if let workingDirectory = workingDirectory?.pathString {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:711:42: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 709 |
 710 |         // Dupe the read portion of the remote to 0.
 711 |         posix_spawn_file_actions_adddup2(&fileActions, stdinPipe[0], 0)
     |                                          |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                          `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 712 |
 713 |         // Close the other side's pipe since it was dupped to 0.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:714:43: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 712 |
 713 |         // Close the other side's pipe since it was dupped to 0.
 714 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[0])
     |                                           |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                           `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 715 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[1])
 716 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:715:43: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 713 |         // Close the other side's pipe since it was dupped to 0.
 714 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[0])
 715 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[1])
     |                                           |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                           `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 716 |
 717 |         var outputPipe: [Int32] = [-1, -1]
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:724:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 722 |
 723 |             // Open the write end of the pipe.
 724 |             posix_spawn_file_actions_adddup2(&fileActions, outputPipe[1], 1)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 725 |
 726 |             // Close the other ends of the pipe since they were dupped to 1.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:727:47: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 725 |
 726 |             // Close the other ends of the pipe since they were dupped to 1.
 727 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[0])
     |                                               |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 728 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[1])
 729 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:728:47: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 726 |             // Close the other ends of the pipe since they were dupped to 1.
 727 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[0])
 728 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[1])
     |                                               |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 729 |
 730 |             if outputRedirection.redirectStderr {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:732:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 730 |             if outputRedirection.redirectStderr {
 731 |                 // If merged was requested, send stderr to stdout.
 732 |                 posix_spawn_file_actions_adddup2(&fileActions, 1, 2)
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 733 |             } else {
 734 |                 // If no redirect was requested, open the pipe for stderr.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:736:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 734 |                 // If no redirect was requested, open the pipe for stderr.
 735 |                 try open(pipe: &stderrPipe)
 736 |                 posix_spawn_file_actions_adddup2(&fileActions, stderrPipe[1], 2)
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 737 |
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:739:51: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 737 |
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
 739 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[0])
     |                                                   |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 740 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[1])
 741 |             }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:740:51: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
 739 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[0])
 740 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[1])
     |                                                   |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 741 |             }
 742 |         } else {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:743:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 741 |             }
 742 |         } else {
 743 |             posix_spawn_file_actions_adddup2(&fileActions, 1, 1)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 744 |             posix_spawn_file_actions_adddup2(&fileActions, 2, 2)
 745 |         }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:744:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 742 |         } else {
 743 |             posix_spawn_file_actions_adddup2(&fileActions, 1, 1)
 744 |             posix_spawn_file_actions_adddup2(&fileActions, 2, 2)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 745 |         }
 746 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:753:92: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
 751 |         let argv = CStringArray(resolvedArgs)
 752 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
 753 |         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'
 754 |
 755 |         guard rv == 0 else {
[78/109] Compiling TSCBasic ProcessEnv.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:634:41: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 632 |       #endif
 633 |         posix_spawnattr_init(&attributes)
 634 |         defer { posix_spawnattr_destroy(&attributes) }
     |                                         |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                         `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 635 |
 636 |         // Unmask all signals.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:639:36: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 637 |         var noSignals = sigset_t()
 638 |         sigemptyset(&noSignals)
 639 |         posix_spawnattr_setsigmask(&attributes, &noSignals)
     |                                    |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 640 |
 641 |         // Reset all signals to default behavior.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:659:39: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 657 |             sigaddset(&mostSignals, i)
 658 |         }
 659 |         posix_spawnattr_setsigdefault(&attributes, &mostSignals)
     |                                       |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 660 |       #endif
 661 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:667:39: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 665 |             // Establish a separate process group.
 666 |             flags |= POSIX_SPAWN_SETPGROUP
 667 |             posix_spawnattr_setpgroup(&attributes, 0)
     |                                       |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 668 |         }
 669 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:670:34: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 668 |         }
 669 |
 670 |         posix_spawnattr_setflags(&attributes, Int16(flags))
     |                                  |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 671 |
 672 |         // Setup the file actions.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:678:39: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 676 |         var fileActions = posix_spawn_file_actions_t()
 677 |       #endif
 678 |         posix_spawn_file_actions_init(&fileActions)
     |                                       |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 679 |         defer { posix_spawn_file_actions_destroy(&fileActions) }
 680 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:679:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 677 |       #endif
 678 |         posix_spawn_file_actions_init(&fileActions)
 679 |         defer { posix_spawn_file_actions_destroy(&fileActions) }
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 680 |
 681 |         if let workingDirectory = workingDirectory?.pathString {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:711:42: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 709 |
 710 |         // Dupe the read portion of the remote to 0.
 711 |         posix_spawn_file_actions_adddup2(&fileActions, stdinPipe[0], 0)
     |                                          |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                          `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 712 |
 713 |         // Close the other side's pipe since it was dupped to 0.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:714:43: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 712 |
 713 |         // Close the other side's pipe since it was dupped to 0.
 714 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[0])
     |                                           |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                           `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 715 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[1])
 716 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:715:43: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 713 |         // Close the other side's pipe since it was dupped to 0.
 714 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[0])
 715 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[1])
     |                                           |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                           `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 716 |
 717 |         var outputPipe: [Int32] = [-1, -1]
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:724:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 722 |
 723 |             // Open the write end of the pipe.
 724 |             posix_spawn_file_actions_adddup2(&fileActions, outputPipe[1], 1)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 725 |
 726 |             // Close the other ends of the pipe since they were dupped to 1.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:727:47: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 725 |
 726 |             // Close the other ends of the pipe since they were dupped to 1.
 727 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[0])
     |                                               |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 728 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[1])
 729 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:728:47: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 726 |             // Close the other ends of the pipe since they were dupped to 1.
 727 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[0])
 728 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[1])
     |                                               |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 729 |
 730 |             if outputRedirection.redirectStderr {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:732:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 730 |             if outputRedirection.redirectStderr {
 731 |                 // If merged was requested, send stderr to stdout.
 732 |                 posix_spawn_file_actions_adddup2(&fileActions, 1, 2)
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 733 |             } else {
 734 |                 // If no redirect was requested, open the pipe for stderr.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:736:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 734 |                 // If no redirect was requested, open the pipe for stderr.
 735 |                 try open(pipe: &stderrPipe)
 736 |                 posix_spawn_file_actions_adddup2(&fileActions, stderrPipe[1], 2)
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 737 |
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:739:51: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 737 |
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
 739 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[0])
     |                                                   |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 740 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[1])
 741 |             }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:740:51: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
 739 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[0])
 740 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[1])
     |                                                   |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 741 |             }
 742 |         } else {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:743:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 741 |             }
 742 |         } else {
 743 |             posix_spawn_file_actions_adddup2(&fileActions, 1, 1)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 744 |             posix_spawn_file_actions_adddup2(&fileActions, 2, 2)
 745 |         }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:744:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 742 |         } else {
 743 |             posix_spawn_file_actions_adddup2(&fileActions, 1, 1)
 744 |             posix_spawn_file_actions_adddup2(&fileActions, 2, 2)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 745 |         }
 746 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:753:92: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
 751 |         let argv = CStringArray(resolvedArgs)
 752 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
 753 |         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'
 754 |
 755 |         guard rv == 0 else {
[79/109] Compiling TSCBasic ProcessSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:634:41: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 632 |       #endif
 633 |         posix_spawnattr_init(&attributes)
 634 |         defer { posix_spawnattr_destroy(&attributes) }
     |                                         |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                         `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 635 |
 636 |         // Unmask all signals.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:639:36: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 637 |         var noSignals = sigset_t()
 638 |         sigemptyset(&noSignals)
 639 |         posix_spawnattr_setsigmask(&attributes, &noSignals)
     |                                    |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 640 |
 641 |         // Reset all signals to default behavior.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:659:39: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 657 |             sigaddset(&mostSignals, i)
 658 |         }
 659 |         posix_spawnattr_setsigdefault(&attributes, &mostSignals)
     |                                       |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 660 |       #endif
 661 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:667:39: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 665 |             // Establish a separate process group.
 666 |             flags |= POSIX_SPAWN_SETPGROUP
 667 |             posix_spawnattr_setpgroup(&attributes, 0)
     |                                       |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 668 |         }
 669 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:670:34: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 668 |         }
 669 |
 670 |         posix_spawnattr_setflags(&attributes, Int16(flags))
     |                                  |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 671 |
 672 |         // Setup the file actions.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:678:39: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 676 |         var fileActions = posix_spawn_file_actions_t()
 677 |       #endif
 678 |         posix_spawn_file_actions_init(&fileActions)
     |                                       |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 679 |         defer { posix_spawn_file_actions_destroy(&fileActions) }
 680 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:679:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 677 |       #endif
 678 |         posix_spawn_file_actions_init(&fileActions)
 679 |         defer { posix_spawn_file_actions_destroy(&fileActions) }
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 680 |
 681 |         if let workingDirectory = workingDirectory?.pathString {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:711:42: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 709 |
 710 |         // Dupe the read portion of the remote to 0.
 711 |         posix_spawn_file_actions_adddup2(&fileActions, stdinPipe[0], 0)
     |                                          |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                          `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 712 |
 713 |         // Close the other side's pipe since it was dupped to 0.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:714:43: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 712 |
 713 |         // Close the other side's pipe since it was dupped to 0.
 714 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[0])
     |                                           |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                           `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 715 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[1])
 716 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:715:43: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 713 |         // Close the other side's pipe since it was dupped to 0.
 714 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[0])
 715 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[1])
     |                                           |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                           `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 716 |
 717 |         var outputPipe: [Int32] = [-1, -1]
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:724:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 722 |
 723 |             // Open the write end of the pipe.
 724 |             posix_spawn_file_actions_adddup2(&fileActions, outputPipe[1], 1)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 725 |
 726 |             // Close the other ends of the pipe since they were dupped to 1.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:727:47: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 725 |
 726 |             // Close the other ends of the pipe since they were dupped to 1.
 727 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[0])
     |                                               |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 728 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[1])
 729 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:728:47: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 726 |             // Close the other ends of the pipe since they were dupped to 1.
 727 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[0])
 728 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[1])
     |                                               |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 729 |
 730 |             if outputRedirection.redirectStderr {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:732:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 730 |             if outputRedirection.redirectStderr {
 731 |                 // If merged was requested, send stderr to stdout.
 732 |                 posix_spawn_file_actions_adddup2(&fileActions, 1, 2)
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 733 |             } else {
 734 |                 // If no redirect was requested, open the pipe for stderr.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:736:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 734 |                 // If no redirect was requested, open the pipe for stderr.
 735 |                 try open(pipe: &stderrPipe)
 736 |                 posix_spawn_file_actions_adddup2(&fileActions, stderrPipe[1], 2)
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 737 |
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:739:51: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 737 |
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
 739 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[0])
     |                                                   |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 740 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[1])
 741 |             }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:740:51: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
 739 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[0])
 740 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[1])
     |                                                   |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 741 |             }
 742 |         } else {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:743:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 741 |             }
 742 |         } else {
 743 |             posix_spawn_file_actions_adddup2(&fileActions, 1, 1)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 744 |             posix_spawn_file_actions_adddup2(&fileActions, 2, 2)
 745 |         }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:744:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 742 |         } else {
 743 |             posix_spawn_file_actions_adddup2(&fileActions, 1, 1)
 744 |             posix_spawn_file_actions_adddup2(&fileActions, 2, 2)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 745 |         }
 746 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:753:92: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
 751 |         let argv = CStringArray(resolvedArgs)
 752 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
 753 |         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'
 754 |
 755 |         guard rv == 0 else {
[80/109] Compiling TSCBasic RegEx.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:634:41: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 632 |       #endif
 633 |         posix_spawnattr_init(&attributes)
 634 |         defer { posix_spawnattr_destroy(&attributes) }
     |                                         |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                         `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 635 |
 636 |         // Unmask all signals.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:639:36: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 637 |         var noSignals = sigset_t()
 638 |         sigemptyset(&noSignals)
 639 |         posix_spawnattr_setsigmask(&attributes, &noSignals)
     |                                    |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 640 |
 641 |         // Reset all signals to default behavior.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:659:39: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 657 |             sigaddset(&mostSignals, i)
 658 |         }
 659 |         posix_spawnattr_setsigdefault(&attributes, &mostSignals)
     |                                       |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 660 |       #endif
 661 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:667:39: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 665 |             // Establish a separate process group.
 666 |             flags |= POSIX_SPAWN_SETPGROUP
 667 |             posix_spawnattr_setpgroup(&attributes, 0)
     |                                       |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 668 |         }
 669 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:670:34: error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
 668 |         }
 669 |
 670 |         posix_spawnattr_setflags(&attributes, Int16(flags))
     |                                  |- error: value of optional type 'posix_spawnattr_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawnattr_t' (aka 'OpaquePointer')
     |                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 671 |
 672 |         // Setup the file actions.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:678:39: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 676 |         var fileActions = posix_spawn_file_actions_t()
 677 |       #endif
 678 |         posix_spawn_file_actions_init(&fileActions)
     |                                       |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 679 |         defer { posix_spawn_file_actions_destroy(&fileActions) }
 680 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:679:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 677 |       #endif
 678 |         posix_spawn_file_actions_init(&fileActions)
 679 |         defer { posix_spawn_file_actions_destroy(&fileActions) }
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 680 |
 681 |         if let workingDirectory = workingDirectory?.pathString {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:711:42: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 709 |
 710 |         // Dupe the read portion of the remote to 0.
 711 |         posix_spawn_file_actions_adddup2(&fileActions, stdinPipe[0], 0)
     |                                          |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                          `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 712 |
 713 |         // Close the other side's pipe since it was dupped to 0.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:714:43: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 712 |
 713 |         // Close the other side's pipe since it was dupped to 0.
 714 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[0])
     |                                           |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                           `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 715 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[1])
 716 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:715:43: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 713 |         // Close the other side's pipe since it was dupped to 0.
 714 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[0])
 715 |         posix_spawn_file_actions_addclose(&fileActions, stdinPipe[1])
     |                                           |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                           `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 716 |
 717 |         var outputPipe: [Int32] = [-1, -1]
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:724:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 722 |
 723 |             // Open the write end of the pipe.
 724 |             posix_spawn_file_actions_adddup2(&fileActions, outputPipe[1], 1)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 725 |
 726 |             // Close the other ends of the pipe since they were dupped to 1.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:727:47: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 725 |
 726 |             // Close the other ends of the pipe since they were dupped to 1.
 727 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[0])
     |                                               |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 728 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[1])
 729 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:728:47: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 726 |             // Close the other ends of the pipe since they were dupped to 1.
 727 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[0])
 728 |             posix_spawn_file_actions_addclose(&fileActions, outputPipe[1])
     |                                               |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 729 |
 730 |             if outputRedirection.redirectStderr {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:732:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 730 |             if outputRedirection.redirectStderr {
 731 |                 // If merged was requested, send stderr to stdout.
 732 |                 posix_spawn_file_actions_adddup2(&fileActions, 1, 2)
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 733 |             } else {
 734 |                 // If no redirect was requested, open the pipe for stderr.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:736:50: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 734 |                 // If no redirect was requested, open the pipe for stderr.
 735 |                 try open(pipe: &stderrPipe)
 736 |                 posix_spawn_file_actions_adddup2(&fileActions, stderrPipe[1], 2)
     |                                                  |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 737 |
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:739:51: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 737 |
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
 739 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[0])
     |                                                   |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 740 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[1])
 741 |             }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:740:51: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 738 |                 // Close the other ends of the pipe since they were dupped to 2.
 739 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[0])
 740 |                 posix_spawn_file_actions_addclose(&fileActions, stderrPipe[1])
     |                                                   |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 741 |             }
 742 |         } else {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:743:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 741 |             }
 742 |         } else {
 743 |             posix_spawn_file_actions_adddup2(&fileActions, 1, 1)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 744 |             posix_spawn_file_actions_adddup2(&fileActions, 2, 2)
 745 |         }
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:744:46: error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
 742 |         } else {
 743 |             posix_spawn_file_actions_adddup2(&fileActions, 1, 1)
 744 |             posix_spawn_file_actions_adddup2(&fileActions, 2, 2)
     |                                              |- error: value of optional type 'posix_spawn_file_actions_t?' (aka 'Optional<OpaquePointer>') must be unwrapped to a value of type 'posix_spawn_file_actions_t' (aka 'OpaquePointer')
     |                                              `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 745 |         }
 746 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift:753:92: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
 751 |         let argv = CStringArray(resolvedArgs)
 752 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
 753 |         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'
 754 |
 755 |         guard rv == 0 else {
[81/109] Emitting module Algorithms
[83/110] Compiling TSCBasic OSLog.swift
[84/110] Compiling TSCBasic ObjectIdentifierProtocol.swift
[85/110] Compiling TSCBasic OrderedDictionary.swift
[86/110] Compiling TSCBasic OrderedSet.swift
[87/110] Compiling TSCBasic Path.swift
[88/110] Compiling TSCBasic HashAlgorithms.swift
[89/110] Compiling TSCBasic JSON.swift
[90/110] Compiling TSCBasic JSONMapper.swift
[91/110] Compiling TSCBasic KeyedPair.swift
[92/110] Compiling TSCBasic LazyCache.swift
[93/110] Compiling TSCBasic Lock.swift
[94/110] Compiling TSCBasic DictionaryExtensions.swift
[95/110] Compiling TSCBasic DictionaryLiteralExtensions.swift
[96/110] Compiling TSCBasic EditDistance.swift
[97/110] Compiling TSCBasic FileInfo.swift
[98/110] Compiling TSCBasic FileSystem.swift
[99/110] Compiling TSCBasic GraphAlgorithms.swift
[102/110] Compiling TSCBasic CollectionExtensions.swift
[103/110] Compiling TSCBasic Condition.swift
[104/110] Compiling TSCBasic DeltaAlgorithm.swift
[105/110] Compiling TSCBasic DiagnosticsEngine.swift
[106/110] Compiling TSCBasic TerminalController.swift
[107/110] Compiling TSCBasic Thread.swift
[108/110] Compiling TSCBasic Tuple.swift
[109/110] Compiling TSCBasic WritableByteStream.swift
[110/110] Compiling TSCBasic misc.swift
BUILD FAILURE 6.2 android