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 swift-travis, reference 0.3.0 (970a56), with Swift 6.1 for Android on 27 May 2025 18:13:53 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iainsmith/swift-travis.git
Reference: 0.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/iainsmith/swift-travis
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 970a562 Add Swift 5 suppoort & migrate to new API
Cloned https://github.com/iainsmith/swift-travis.git
Revision (git rev-parse @):
970a56282aa3c976914d020ce2673d7ced930d60
SUCCESS checkout https://github.com/iainsmith/swift-travis.git at 0.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/iainsmith/swift-travis.git
https://github.com/iainsmith/swift-travis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iainsmith/async-http-client.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "swift-travis",
  "name" : "swift-travis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "TravisNIO",
      "targets" : [
        "TravisNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TravisClient",
      "targets" : [
        "TravisClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TravisV3Core",
      "targets" : [
        "TravisV3Core"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "travis-cli",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TravisV3Core",
      "module_type" : "SwiftTarget",
      "name" : "TravisV3Core",
      "path" : "Sources/TravisV3Core",
      "product_memberships" : [
        "TravisNIO",
        "TravisClient",
        "TravisV3Core",
        "travis-cli"
      ],
      "sources" : [
        "Action.swift",
        "Branch.swift",
        "Build.swift",
        "Commit.swift",
        "DynamicKey.swift",
        "Embed.swift",
        "Endpoint.swift",
        "EnvironmentVariable.swift",
        "Error.swift",
        "Job.swift",
        "Log.swift",
        "Metadata.swift",
        "Minimal.swift",
        "Pagination.swift",
        "Query.swift",
        "Repository.swift",
        "Setting.swift",
        "User.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TravisNIO",
      "module_type" : "SwiftTarget",
      "name" : "TravisNIO",
      "path" : "Sources/TravisNIO",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "TravisNIO",
        "travis-cli"
      ],
      "sources" : [
        "NioClient.swift"
      ],
      "target_dependencies" : [
        "TravisV3Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TravisClientTests",
      "module_type" : "SwiftTarget",
      "name" : "TravisClientTests",
      "path" : "Tests/TravisClientTests",
      "sources" : [
        "JSONTests.swift",
        "TravisClientTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TravisClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TravisClient",
      "module_type" : "SwiftTarget",
      "name" : "TravisClient",
      "path" : "Sources/TravisClient",
      "product_memberships" : [
        "TravisClient"
      ],
      "sources" : [
        "Client.swift"
      ],
      "target_dependencies" : [
        "TravisV3Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "travis-cli"
      ],
      "sources" : [
        "CLI.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TravisNIO"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/iainsmith/async-http-client.git
[1/1124] Fetching async-http-client
Fetched https://github.com/iainsmith/async-http-client.git from cache (0.90s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5914] Fetching swift-nio-extras
[5915/81969] Fetching swift-nio-extras, swift-nio
[5916/96812] Fetching swift-nio-extras, swift-nio, swift-nio-ssl
[10740/112163] Fetching swift-nio-extras, swift-nio, swift-nio-ssl, swift-argument-parser
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.19s)
[48317/106249] Fetching swift-nio, swift-nio-ssl, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.19s)
[34320/90898] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.71s)
Fetched https://github.com/apple/swift-nio.git from cache (4.26s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (4.79s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.37s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[781/6575] Fetching swift-asn1, swift-async-algorithms
[797/10411] Fetching swift-asn1, swift-async-algorithms, swift-log
[3042/12837] Fetching swift-asn1, swift-async-algorithms, swift-log, swift-service-lifecycle
[3179/18992] Fetching swift-asn1, swift-async-algorithms, swift-log, swift-service-lifecycle, swift-certificates
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.00s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.00s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.00s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-log.git from cache (1.00s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.00s)
Fetching https://github.com/apple/swift-atomics.git
[1/1141] Fetching swift-http-structured-headers
[1142/7100] Fetching swift-http-structured-headers, swift-algorithms
[1321/8810] Fetching swift-http-structured-headers, swift-algorithms, swift-atomics
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.43s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.44s)
[1/904] Fetching swift-http-types
[905/12431] Fetching swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
[2652/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.18s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.44s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.54s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.98s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.57s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.91s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.64s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.16s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.80s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.80s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.01s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (2.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.41s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.46s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/iainsmith/async-http-client.git
Working copy of https://github.com/iainsmith/async-http-client.git resolved at master (3950c95)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/459] Write sources
[4/459] Write swift-version-24593BA9C3E375BF.txt
[4/459] Write sources
[7/459] Compiling _AtomicsShims.c
[8/459] Compiling e_chacha20poly1305.cc
[9/459] Compiling a_bitstr.cc
[10/463] Compiling a_d2i_fp.cc
[11/463] Write sources
[22/463] Compiling a_dup.cc
[22/463] Write sources
[24/465] Compiling CNIOWindows shim.c
[25/476] Compiling CNIOWindows WSAStartup.c
[26/482] Compiling CNIOWASI CNIOWASI.c
[27/491] Compiling a_bool.cc
[28/491] Compiling CNIOLinux shim.c
[29/496] Compiling CNIOLinux liburing_shims.c
[30/496] Compiling CNIOLLHTTP c_nio_http.c
[31/496] Compiling CNIOLLHTTP c_nio_api.c
[32/496] Compiling CNIOExtrasZlib empty.c
[33/496] Compiling CNIODarwin shim.c
[34/496] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/496] Compiling CNIOBoringSSLShims shims.c
[36/496] Compiling fiat_p256_adx_sqr.S
[37/496] Compiling fiat_p256_adx_mul.S
[38/496] Compiling fiat_curve25519_adx_square.S
[39/496] Compiling fiat_curve25519_adx_mul.S
[40/496] Compiling c-nioatomics.c
[41/496] Compiling tls_record.cc
[42/496] Compiling c-atomics.c
[44/496] Compiling InternalCollectionsUtilities Descriptions.swift
[45/496] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[46/496] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/497] Compiling _NIODataStructures _TinyArray.swift
[47/497] Compiling tls_method.cc
[49/503] Compiling _NIODataStructures PriorityQueue.swift
[50/503] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/503] Emitting module _NIOBase64
[52/503] Compiling _NIOBase64 Base64.swift
[53/503] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/503] Compiling InternalCollectionsUtilities UInt+reversed.swift
[55/503] Emitting module InternalCollectionsUtilities
[56/503] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[57/503] Compiling InternalCollectionsUtilities Integer rank.swift
[58/503] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/503] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/504] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/504] Compiling InternalCollectionsUtilities Debugging.swift
[62/504] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/504] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/505] Emitting module _NIODataStructures
[65/505] Compiling _NIODataStructures Heap.swift
[67/506] Compiling NIOConcurrencyHelpers NIOLock.swift
[68/506] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[70/506] Wrapping AST for _NIOBase64 for debugging
[71/506] Wrapping AST for _NIODataStructures for debugging
[73/506] Compiling NIOConcurrencyHelpers lock.swift
[73/506] Wrapping AST for InternalCollectionsUtilities for debugging
[75/506] Compiling NIOConcurrencyHelpers atomics.swift
[75/506] Compiling tls13_server.cc
[77/506] Emitting module NIOConcurrencyHelpers
[78/506] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[79/522] Compiling DequeModule Deque+Testing.swift
[80/522] Compiling DequeModule Deque._Storage.swift
[81/524] Compiling DequeModule _DequeBuffer.swift
[82/524] Compiling DequeModule _DequeBufferHeader.swift
[86/526] Compiling DequeModule Deque._UnsafeHandle.swift
[87/526] Compiling DequeModule Deque.swift
[88/526] Compiling TravisV3Core Setting.swift
[89/526] Compiling TravisV3Core User.swift
[89/526] Compiling tls13_enc.cc
[91/526] Compiling DequeModule Deque+CustomReflectable.swift
[92/526] Compiling DequeModule Deque+Descriptions.swift
[93/526] Compiling DequeModule Deque+Equatable.swift
[94/526] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/526] Compiling DequeModule Deque+Extras.swift
[96/526] Compiling DequeModule Deque+Hashable.swift
[98/526] Compiling tls13_client.cc
[99/526] Wrapping AST for NIOConcurrencyHelpers for debugging
[101/526] Compiling DequeModule _DequeSlot.swift
[102/526] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/526] Compiling DequeModule Deque+Codable.swift
[104/526] Compiling DequeModule Deque+Collection.swift
[104/526] Compiling ssl_versions.cc
[105/526] Compiling tls13_both.cc
[107/526] Emitting module DequeModule
[108/527] Compiling t1_enc.cc
[109/527] Compiling ssl_x509.cc
[110/527] Wrapping AST for DequeModule for debugging
[111/527] Compiling ssl_stat.cc
[112/527] Compiling ssl_transcript.cc
[113/527] Compiling ssl_session.cc
[114/527] Compiling ssl_privkey.cc
/host/spi-builder-workspace/Sources/TravisV3Core/Error.swift:3:10: warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
 1 | /// The errors produced by TravisClient
 2 | public enum TravisError: Error {
 3 |     case travis(TravisErrorMessage)
   |          `- warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
 4 |     case notPathEscapable
 5 |     case noData
   :
 8 |
 9 | /// The travis error message
10 | public struct TravisErrorMessage: Codable {
   |               `- note: consider making struct 'TravisErrorMessage' conform to the 'Sendable' protocol
11 |     public let type: String
12 |     public let message: String
/host/spi-builder-workspace/Sources/TravisV3Core/Error.swift:3:10: warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
 1 | /// The errors produced by TravisClient
 2 | public enum TravisError: Error {
 3 |     case travis(TravisErrorMessage)
   |          `- warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
 4 |     case notPathEscapable
 5 |     case noData
   :
 8 |
 9 | /// The travis error message
10 | public struct TravisErrorMessage: Codable {
   |               `- note: consider making struct 'TravisErrorMessage' conform to the 'Sendable' protocol
11 |     public let type: String
12 |     public let message: String
[125/527] Emitting module TravisV3Core
/host/spi-builder-workspace/Sources/TravisV3Core/Error.swift:3:10: warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
 1 | /// The errors produced by TravisClient
 2 | public enum TravisError: Error {
 3 |     case travis(TravisErrorMessage)
   |          `- warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
 4 |     case notPathEscapable
 5 |     case noData
   :
 8 |
 9 | /// The travis error message
10 | public struct TravisErrorMessage: Codable {
   |               `- note: consider making struct 'TravisErrorMessage' conform to the 'Sendable' protocol
11 |     public let type: String
12 |     public let message: String
[128/527] Compiling ssl_key_share.cc
[130/528] Compiling ssl_file.cc
[131/528] Compiling ssl_credential.cc
[132/530] Compiling ssl_cipher.cc
[133/530] Wrapping AST for TravisV3Core for debugging
[135/530] Emitting module TravisClient
[136/530] Compiling TravisClient Client.swift
/host/spi-builder-workspace/Sources/TravisClient/Client.swift:222:25: warning: capture of 'self' with non-sendable type 'TravisClient?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  7 |
  8 | /// API Client for talking to the travis v3 api.
  9 | public class TravisClient {
    |              `- note: class 'TravisClient' does not conform to the 'Sendable' protocol
 10 |     public typealias MetadataCompletion<T: Codable> = (Result<Metadata<T>, TravisError>) -> Void
 11 |     public typealias ActionCompletion<T: Codable> = (Result<Action<T>, TravisError>) -> Void
    :
220 |             guard let someData = data else {
221 |                 let result: Result<T, TravisError> = .failure(.noData)
222 |                 onQueue(self?.completionQueue, completion: completion, result: result)
    |                         `- warning: capture of 'self' with non-sendable type 'TravisClient?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
223 |                 return
224 |             }
/host/spi-builder-workspace/Sources/TravisClient/Client.swift:222:60: warning: capture of 'completion' with non-sendable type 'TravisClient.ResultCompletion<T>' (aka '(Result<T, TravisError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
220 |             guard let someData = data else {
221 |                 let result: Result<T, TravisError> = .failure(.noData)
222 |                 onQueue(self?.completionQueue, completion: completion, result: result)
    |                                                            |- warning: capture of 'completion' with non-sendable type 'TravisClient.ResultCompletion<T>' (aka '(Result<T, TravisError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                                                            `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
223 |                 return
224 |             }
/host/spi-builder-workspace/Sources/TravisClient/Client.swift:308:26: warning: capture of 'completion' with non-sendable type 'TravisClient.ResultCompletion<T>' (aka '(Result<T, TravisError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
306 | func onQueue<T: Codable>(_ queue: DispatchQueue?, completion: @escaping TravisClient.ResultCompletion<T>, result: Result<T, TravisError>) {
307 |     if let theQueue = queue {
308 |         theQueue.async { completion(result) }
    |                          |- warning: capture of 'completion' with non-sendable type 'TravisClient.ResultCompletion<T>' (aka '(Result<T, TravisError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                          `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
309 |     } else {
310 |         completion(result)
/host/spi-builder-workspace/Sources/TravisClient/Client.swift:308:37: warning: capture of 'result' with non-sendable type 'Result<T, TravisError>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
304 | }
305 |
306 | func onQueue<T: Codable>(_ queue: DispatchQueue?, completion: @escaping TravisClient.ResultCompletion<T>, result: Result<T, TravisError>) {
    |              `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
307 |     if let theQueue = queue {
308 |         theQueue.async { completion(result) }
    |                                     `- warning: capture of 'result' with non-sendable type 'Result<T, TravisError>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
309 |     } else {
310 |         completion(result)
[136/530] Compiling ssl_lib.cc
[137/531] Compiling ssl_buffer.cc
[139/531] Compiling ssl_cert.cc
[140/531] Compiling ssl_asn1.cc
[141/531] Compiling ssl_aead_ctx.cc
[142/531] Compiling s3_pkt.cc
[143/531] Compiling s3_lib.cc
[144/531] Compiling handshake_server.cc
[145/531] Compiling s3_both.cc
[146/531] Compiling handoff.cc
[147/531] Compiling handshake_client.cc
[148/531] Compiling handshake.cc
[149/531] Compiling extensions.cc
[150/531] Compiling encrypted_client_hello.cc
[151/531] Compiling md5-x86_64-linux.S
[152/531] Compiling dtls_record.cc
[153/531] Compiling md5-x86_64-apple.S
[154/531] Compiling md5-586-linux.S
[155/531] Compiling md5-586-apple.S
[156/531] Compiling dtls_method.cc
[157/531] Compiling chacha20_poly1305_x86_64-linux.S
[158/531] Compiling chacha20_poly1305_armv8-win.S
[159/531] Compiling chacha20_poly1305_x86_64-apple.S
[160/531] Compiling chacha20_poly1305_armv8-apple.S
[161/531] Compiling chacha-x86_64-linux.S
[162/531] Compiling chacha20_poly1305_armv8-linux.S
[163/531] Compiling d1_pkt.cc
[164/531] Compiling chacha-x86_64-apple.S
[165/531] Compiling chacha-x86-linux.S
[166/531] Compiling chacha-x86-apple.S
[167/531] Compiling d1_srtp.cc
[168/531] Compiling chacha-armv8-win.S
[169/531] Compiling err_data.cc
[170/531] Compiling chacha-armv8-apple.S
[171/531] Compiling chacha-armv4-linux.S
[172/531] Compiling chacha-armv8-linux.S
[173/531] Compiling aes128gcmsiv-x86_64-linux.S
[174/531] Compiling aes128gcmsiv-x86_64-apple.S
[175/531] Compiling x86_64-mont5-linux.S
[176/531] Compiling x86_64-mont5-apple.S
[177/531] Compiling x86_64-mont-linux.S
[178/531] Compiling x86-mont-apple.S
[179/531] Compiling x86_64-mont-apple.S
[180/531] Compiling x86-mont-linux.S
[181/531] Compiling vpaes-x86_64-linux.S
[182/531] Compiling vpaes-x86_64-apple.S
[183/531] Compiling vpaes-x86-linux.S
[184/531] Compiling vpaes-x86-apple.S
[185/531] Compiling d1_lib.cc
[186/531] Compiling vpaes-armv8-win.S
[187/531] Compiling vpaes-armv8-linux.S
[188/531] Compiling vpaes-armv8-apple.S
[188/531] Compiling vpaes-armv7-linux.S
[190/531] Compiling sha512-x86_64-linux.S
[191/531] Compiling bio_ssl.cc
[192/531] Compiling sha512-armv8-win.S
[193/531] Compiling sha512-x86_64-apple.S
[194/531] Compiling sha512-armv4-linux.S
[195/531] Compiling sha512-armv8-apple.S
[196/531] Compiling sha512-armv8-linux.S
[197/531] Compiling sha512-586-linux.S
[198/531] Compiling sha256-x86_64-apple.S
[199/531] Compiling sha512-586-apple.S
[200/531] Compiling sha256-x86_64-linux.S
[201/531] Compiling sha256-armv8-apple.S
[202/531] Compiling sha256-586-linux.S
[203/531] Compiling sha256-armv8-linux.S
[204/531] Compiling sha256-armv4-linux.S
[205/531] Compiling sha1-x86_64-linux.S
[206/531] Compiling sha256-armv8-win.S
[207/531] Compiling sha256-586-apple.S
[208/531] Compiling sha1-x86_64-apple.S
[209/531] Compiling sha1-armv8-win.S
[210/531] Compiling sha1-armv4-large-linux.S
[211/531] Compiling sha1-armv8-apple.S
[212/531] Compiling sha1-586-linux.S
[213/531] Compiling sha1-armv8-linux.S
[214/531] Compiling rsaz-avx2-linux.S
[215/531] Compiling rsaz-avx2-apple.S
[215/531] Compiling sha1-586-apple.S
[217/531] Compiling rdrand-x86_64-linux.S
[218/531] Compiling rdrand-x86_64-apple.S
[219/531] Compiling p256_beeu-x86_64-asm-linux.S
[220/531] Compiling p256_beeu-armv8-asm-win.S
[221/531] Compiling p256_beeu-x86_64-asm-apple.S
[222/531] Compiling p256-x86_64-asm-linux.S
[223/531] Compiling p256_beeu-armv8-asm-apple.S
[224/531] Compiling p256_beeu-armv8-asm-linux.S
[225/531] Compiling ghashv8-armv8-win.S
[226/531] Compiling p256-armv8-asm-win.S
[227/531] Compiling p256-x86_64-asm-apple.S
[228/531] Compiling p256-armv8-asm-apple.S
[229/531] Compiling ghashv8-armv8-linux.S
[230/531] Compiling p256-armv8-asm-linux.S
[231/531] Compiling ghashv8-armv8-apple.S
[232/531] Compiling ghash-x86_64-apple.S
[233/531] Compiling ghash-x86_64-linux.S
[234/531] Compiling ghashv8-armv7-linux.S
[235/531] Compiling d1_both.cc
[236/531] Compiling ghash-x86-linux.S
[237/531] Compiling ghash-x86-apple.S
[238/531] Compiling ghash-ssse3-x86-linux.S
[239/531] Compiling ghash-neon-armv8-linux.S
[240/531] Compiling ghash-ssse3-x86-apple.S
[241/531] Compiling ghash-ssse3-x86_64-linux.S
[242/531] Compiling ghash-neon-armv8-win.S
[243/531] Compiling ghash-ssse3-x86_64-apple.S
[244/531] Compiling ghash-neon-armv8-apple.S
[245/531] Compiling co-586-linux.S
[246/531] Compiling ghash-armv4-linux.S
[247/531] Compiling bn-armv8-linux.S
[248/531] Compiling co-586-apple.S
[248/531] Compiling bsaes-armv7-linux.S
[250/531] Compiling bn-armv8-apple.S
[251/531] Compiling bn-armv8-win.S
[251/531] Compiling bn-586-linux.S
[253/531] Compiling bn-586-apple.S
[254/531] Compiling armv8-mont-win.S
[255/531] Compiling armv4-mont-linux.S
[256/531] Compiling armv8-mont-apple.S
[257/531] Compiling aesv8-gcm-armv8-win.S
[258/531] Compiling aesv8-gcm-armv8-apple.S
[259/531] Compiling armv8-mont-linux.S
[260/531] Compiling aesv8-gcm-armv8-linux.S
[261/531] Compiling aesv8-armv8-win.S
[262/531] Compiling aesv8-armv7-linux.S
[263/531] Compiling aesni-x86_64-linux.S
[264/531] Compiling aesv8-armv8-apple.S
[265/531] Compiling aesni-x86_64-apple.S
[266/531] Compiling aesv8-armv8-linux.S
[267/531] Compiling aesni-x86-apple.S
[268/531] Compiling aesni-x86-linux.S
[269/531] Compiling aes-gcm-avx2-x86_64-linux.S
[270/531] Compiling aes-gcm-avx2-x86_64-apple.S
[271/531] Compiling aesni-gcm-x86_64-linux.S
[272/531] Compiling aes-gcm-avx10-x86_64-linux.S
[273/531] Compiling aesni-gcm-x86_64-apple.S
[274/531] Compiling aes-gcm-avx10-x86_64-apple.S
[275/531] Compiling x_x509a.cc
[276/531] Compiling x_val.cc
[277/531] Compiling x_spki.cc
[278/531] Compiling x_sig.cc
[279/531] Compiling x_req.cc
[280/531] Compiling x_name.cc
[281/531] Compiling x_x509.cc
[282/531] Compiling x_pubkey.cc
[283/531] Compiling x_algor.cc
[284/531] Compiling x509spki.cc
[285/531] Compiling x_all.cc
[286/531] Compiling x_exten.cc
[287/531] Compiling x_crl.cc
[288/531] Compiling x_attrib.cc
[289/531] Compiling x509name.cc
[290/531] Compiling x509rset.cc
[291/531] Compiling x509_txt.cc
[292/531] Compiling x509_vfy.cc
[293/531] Compiling x509cset.cc
[294/531] Compiling x509_trs.cc
[295/531] Compiling x509_v3.cc
[296/531] Compiling x509_vpm.cc
[297/531] Compiling x509_req.cc
[298/531] Compiling x509_set.cc
[299/531] Compiling x509_def.cc
[299/531] Compiling x509_lu.cc
[301/531] Compiling x509_d2.cc
[302/531] Compiling x509_cmp.cc
[303/531] Compiling x509_ext.cc
[304/531] Compiling x509_obj.cc
[305/531] Compiling x509_att.cc
[306/531] Compiling x509.cc
[307/531] Compiling v3_purp.cc
[308/531] Compiling v3_prn.cc
[309/531] Compiling v3_utl.cc
[310/531] Compiling v3_skey.cc
[310/531] Compiling v3_pmaps.cc
[312/531] Compiling v3_ocsp.cc
[313/531] Compiling v3_pcons.cc
[314/531] Compiling v3_ncons.cc
[315/531] Compiling v3_int.cc
[316/531] Compiling v3_genn.cc
[317/531] Compiling v3_lib.cc
[318/531] Compiling v3_info.cc
[319/531] Compiling v3_extku.cc
[320/531] Compiling v3_crld.cc
[321/531] Compiling v3_ia5.cc
[322/531] Compiling v3_enum.cc
[323/531] Compiling v3_bcons.cc
[324/531] Compiling v3_cpols.cc
[325/531] Compiling v3_conf.cc
[326/531] Compiling v3_bitst.cc
[327/531] Compiling t_x509a.cc
[328/531] Compiling v3_akeya.cc
[329/531] Compiling v3_alt.cc
[330/531] Compiling v3_akey.cc
[331/531] Compiling t_req.cc
[332/531] Compiling t_crl.cc
[333/531] Compiling t_x509.cc
[334/531] Compiling i2d_pr.cc
[335/531] Compiling rsa_pss.cc
[336/531] Compiling name_print.cc
[337/531] Compiling policy.cc
[338/531] Compiling by_file.cc
[339/531] Compiling asn1_gen.cc
[340/531] Compiling a_digest.cc
[341/531] Compiling voprf.cc
[342/531] Compiling by_dir.cc
[343/531] Compiling trust_token.cc
[343/531] Compiling algorithm.cc
[345/531] Compiling thread_win.cc
[345/531] Compiling thread_pthread.cc
[347/531] Compiling thread_none.cc
[348/531] Compiling pmbtoken.cc
[349/531] Compiling a_verify.cc
[349/531] Compiling a_sign.cc
[351/531] Compiling thread.cc
[352/531] Compiling siphash.cc
[353/531] Compiling stack.cc
[354/531] Compiling sha256.cc
[355/531] Compiling sha512.cc
[356/531] Compiling sha1.cc
[357/531] Compiling slhdsa.cc
[358/531] Compiling spake2plus.cc
[359/531] Compiling rsa_print.cc
[360/531] Compiling rsa_extra.cc
[361/531] Compiling rsa_crypt.cc
[362/531] Compiling rc4.cc
[363/531] Compiling refcount.cc
[364/531] Compiling windows.cc
[365/531] Compiling urandom.cc
[366/531] Compiling rsa_asn1.cc
[367/531] Compiling trusty.cc
[368/531] Compiling rand.cc
[369/531] Compiling ios.cc
[370/531] Compiling getentropy.cc
[371/531] Compiling poly1305_arm_asm.S
[372/531] Compiling passive.cc
[373/531] Compiling forkunsafe.cc
[374/531] Compiling deterministic.cc
[375/531] Compiling fork_detect.cc
[376/531] Compiling poly1305_vec.cc
[377/531] Compiling poly1305_arm.cc
[378/531] Compiling pool.cc
[379/531] Compiling poly1305.cc
[380/531] Compiling pkcs8_x509.cc
[381/531] Compiling pkcs8.cc
[382/531] Compiling pkcs7_x509.cc
[383/531] Compiling pkcs7.cc
[384/531] Compiling p5_pbev2.cc
[385/531] Compiling pem_pkey.cc
[386/531] Compiling pem_xaux.cc
[387/531] Compiling pem_x509.cc
[388/531] Compiling pem_pk8.cc
[389/531] Compiling pem_oth.cc
[390/531] Compiling mlkem.cc
[391/531] Compiling pem_info.cc
[392/531] Compiling pem_lib.cc
[393/531] Compiling pem_all.cc
[394/531] Compiling mldsa.cc
[395/531] Compiling obj_xref.cc
[396/531] Compiling md5.cc
[397/531] Compiling mem.cc
[398/531] Compiling fips_shared_support.cc
[399/531] Compiling poly_rq_mul.S
[400/531] Compiling obj.cc
[401/531] Compiling md4.cc
[402/531] Compiling lhash.cc
[403/531] Compiling kyber.cc
[404/531] Compiling print.cc
[405/531] Compiling ex_data.cc
[406/531] Compiling scrypt.cc
[407/531] Compiling sign.cc
[408/531] Compiling hpke.cc
[409/531] Compiling pbkdf.cc
[410/531] Compiling p_x25519.cc
[411/531] Compiling hrss.cc
[412/531] Compiling p_x25519_asn1.cc
[413/531] Compiling p_ed25519_asn1.cc
[414/531] Compiling p_hkdf.cc
[415/531] Compiling p_rsa.cc
[416/531] Compiling p_ed25519.cc
[417/531] Compiling p_ec.cc
[418/531] Compiling p_rsa_asn1.cc
[419/531] Compiling p_dh.cc
[420/531] Compiling p_ec_asn1.cc
[421/531] Compiling p_dh_asn1.cc
[422/531] Compiling evp.cc
[423/531] Compiling evp_ctx.cc
[424/531] Compiling p_dsa_asn1.cc
[425/531] Compiling evp_asn1.cc
[426/531] Compiling hash_to_curve.cc
[427/531] Compiling err.cc
[427/531] Compiling engine.cc
[429/531] Compiling ecdh.cc
[430/531] Compiling ecdsa_asn1.cc
[431/531] Compiling ec_derive.cc
[432/531] Compiling bcm.cc
[433/531] Compiling ec_asn1.cc
[434/531] Compiling dsa.cc
[435/531] Compiling params.cc
[436/531] Compiling des.cc
[437/531] Compiling dsa_asn1.cc
[438/531] Compiling x25519-asm-arm.S
[439/531] Compiling digest_extra.cc
[440/531] Compiling dh_asn1.cc
[441/531] Compiling spake25519.cc
[442/531] Compiling curve25519_64_adx.cc
[443/531] Compiling crypto.cc
[444/531] Compiling cpu_arm_freebsd.cc
[445/531] Compiling cpu_arm_linux.cc
[446/531] Compiling cpu_aarch64_win.cc
[447/531] Compiling cpu_aarch64_sysreg.cc
[448/531] Compiling curve25519.cc
[449/531] Compiling cpu_aarch64_openbsd.cc
[450/531] Compiling cpu_intel.cc
[451/531] Compiling cpu_aarch64_linux.cc
[452/531] Compiling cpu_aarch64_fuchsia.cc
[453/531] Compiling tls_cbc.cc
[454/531] Compiling cpu_aarch64_apple.cc
[455/531] Compiling get_cipher.cc
[456/531] Compiling conf.cc
[457/531] Compiling e_rc4.cc
[458/531] Compiling e_tls.cc
[459/531] Compiling e_rc2.cc
[460/531] Compiling e_null.cc
[461/531] Compiling e_des.cc
[462/531] Compiling e_aesgcmsiv.cc
[463/531] Compiling chacha.cc
[464/531] Compiling derive_key.cc
[465/531] Compiling unicode.cc
[466/531] Compiling e_aesctrhmac.cc
[467/531] Compiling cbb.cc
[468/531] Compiling buf.cc
[469/531] Compiling cbs.cc
[470/531] Compiling asn1_compat.cc
[471/531] Compiling ber.cc
[472/531] Compiling convert.cc
[473/531] Compiling socket.cc
[474/531] Compiling bn_asn1.cc
[475/531] Compiling blake2.cc
[476/531] Compiling hexdump.cc
[477/531] Compiling socket_helper.cc
[478/531] Compiling printf.cc
[479/531] Compiling pair.cc
[480/531] Compiling fd.cc
[481/531] Compiling file.cc
[482/531] Compiling connect.cc
[483/531] Compiling base64.cc
[484/531] Compiling errno.cc
[485/531] Compiling bio.cc
[486/531] Compiling bio_mem.cc
[487/531] Compiling tasn_new.cc
[488/531] Compiling tasn_utl.cc
[489/531] Compiling f_string.cc
[490/531] Compiling tasn_typ.cc
[491/531] Compiling tasn_fre.cc
[492/531] Compiling tasn_enc.cc
[493/531] Compiling posix_time.cc
[494/531] Compiling tasn_dec.cc
[495/531] Compiling f_int.cc
[496/531] Compiling asn_pack.cc
[497/531] Compiling a_utctm.cc
[498/531] Compiling asn1_par.cc
[499/531] Compiling asn1_lib.cc
[500/531] Compiling a_type.cc
[501/531] Compiling a_octet.cc
[502/531] Compiling a_strnid.cc
[503/531] Write sources
[505/531] Compiling a_strex.cc
[506/531] Write sources
[508/550] Compiling a_time.cc
[510/552] Compiling Atomics UnsafeAtomic.swift
[511/552] Compiling Atomics UnsafeAtomicLazyReference.swift
[512/554] Compiling Atomics ManagedAtomic.swift
[513/554] Compiling Atomics ManagedAtomicLazyReference.swift
[513/554] Compiling a_i2d_fp.cc
[515/554] Compiling Atomics AtomicMemoryOrderings.swift
[516/554] Compiling Atomics DoubleWord.swift
[517/554] Compiling Atomics OptionalRawRepresentable.swift
[518/554] Compiling Atomics RawRepresentable.swift
[519/554] Compiling Atomics AtomicBool.swift
[519/554] Compiling a_mbstr.cc
[521/554] Compiling Atomics IntegerOperations.swift
[522/554] Compiling Atomics Unmanaged extensions.swift
[522/554] Compiling a_gentm.cc
[523/554] Compiling a_int.cc
[524/554] Compiling a_object.cc
[526/554] Compiling Atomics Primitives.shims.swift
[527/554] Compiling Atomics AtomicInteger.swift
[528/554] Compiling Atomics AtomicOptionalWrappable.swift
[529/554] Compiling Atomics AtomicReference.swift
[530/554] Compiling Atomics AtomicStorage.swift
[531/554] Compiling Atomics AtomicValue.swift
[532/554] Emitting module ArgumentParserToolInfo
[533/554] Compiling ArgumentParserToolInfo ToolInfo.swift
[534/555] Wrapping AST for ArgumentParserToolInfo for debugging
[536/589] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:358:11: error: cannot find 'winsize' in scope
356 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
357 | #else
358 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
359 | #if os(OpenBSD)
360 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:13: error: cannot find 'ioctl' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:19: error: cannot find 'STDOUT_FILENO' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:34: error: cannot find 'TIOCGWINSZ' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[537/589] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:358:11: error: cannot find 'winsize' in scope
356 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
357 | #else
358 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
359 | #if os(OpenBSD)
360 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:13: error: cannot find 'ioctl' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:19: error: cannot find 'STDOUT_FILENO' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:34: error: cannot find 'TIOCGWINSZ' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[538/589] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:358:11: error: cannot find 'winsize' in scope
356 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
357 | #else
358 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
359 | #if os(OpenBSD)
360 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:13: error: cannot find 'ioctl' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:19: error: cannot find 'STDOUT_FILENO' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:34: error: cannot find 'TIOCGWINSZ' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[539/589] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:358:11: error: cannot find 'winsize' in scope
356 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
357 | #else
358 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
359 | #if os(OpenBSD)
360 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:13: error: cannot find 'ioctl' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:19: error: cannot find 'STDOUT_FILENO' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:34: error: cannot find 'TIOCGWINSZ' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[540/593] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[541/593] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[542/593] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[543/593] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[544/593] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[545/593] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[546/593] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[547/593] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[548/593] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[549/593] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[550/593] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[551/593] Compiling ArgumentParser Option.swift
[552/593] Compiling ArgumentParser OptionGroup.swift
[553/593] Compiling ArgumentParser CommandConfiguration.swift
[554/593] Compiling ArgumentParser EnumerableFlag.swift
[555/593] Compiling ArgumentParser ExpressibleByArgument.swift
[556/593] Emitting module Atomics
[560/594] Wrapping AST for Atomics for debugging
[562/594] Compiling ArgumentParser ParsedValues.swift
[563/594] Compiling ArgumentParser ParserError.swift
[564/594] Compiling ArgumentParser SplitArguments.swift
[565/594] Compiling ArgumentParser DumpHelpGenerator.swift
[566/594] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 |   ) -> Never {
184 |     guard let error = error else {
185 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
186 |     }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:197:5: error: cannot find '_exit' in scope
195 |       }
196 |     }
197 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
198 |   }
199 |
[567/594] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 |   ) -> Never {
184 |     guard let error = error else {
185 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
186 |     }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:197:5: error: cannot find '_exit' in scope
195 |       }
196 |     }
197 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
198 |   }
199 |
[568/594] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 |   ) -> Never {
184 |     guard let error = error else {
185 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
186 |     }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:197:5: error: cannot find '_exit' in scope
195 |       }
196 |     }
197 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
198 |   }
199 |
[569/594] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 |   ) -> Never {
184 |     guard let error = error else {
185 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
186 |     }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:197:5: error: cannot find '_exit' in scope
195 |       }
196 |     }
197 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
198 |   }
199 |
[570/594] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 |   ) -> Never {
184 |     guard let error = error else {
185 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
186 |     }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:197:5: error: cannot find '_exit' in scope
195 |       }
196 |     }
197 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
198 |   }
199 |
[571/594] Compiling ArgumentParser ArgumentSet.swift
[572/594] Compiling ArgumentParser CommandParser.swift
[573/594] Compiling ArgumentParser InputOrigin.swift
[574/594] Compiling ArgumentParser Name.swift
[575/594] Compiling ArgumentParser Parsed.swift
[576/594] Compiling ArgumentParser CollectionExtensions.swift
[577/594] Compiling ArgumentParser SequenceExtensions.swift
[578/594] Compiling ArgumentParser StringExtensions.swift
[579/594] Compiling ArgumentParser Tree.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/24] Write swift-version-24593BA9C3E375BF.txt
[2/88] Compiling _NIODataStructures PriorityQueue.swift
[3/88] Compiling _NIODataStructures Heap.swift
[4/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/89] Emitting module _NIODataStructures
[6/89] Compiling TravisV3Core Minimal.swift
[7/89] Compiling TravisV3Core Pagination.swift
[8/89] Compiling TravisV3Core Log.swift
[9/89] Compiling TravisV3Core Metadata.swift
[10/89] Compiling TravisV3Core Query.swift
[11/89] Compiling TravisV3Core Repository.swift
[12/91] Compiling TravisV3Core Error.swift
[13/91] Compiling TravisV3Core Job.swift
[14/91] Compiling Atomics ManagedAtomic.swift
[15/91] Compiling Atomics ManagedAtomicLazyReference.swift
[16/91] Compiling _NIODataStructures _TinyArray.swift
[17/92] Emitting module NIOConcurrencyHelpers
[18/92] Compiling NIOConcurrencyHelpers lock.swift
[19/92] Compiling TravisV3Core Build.swift
[20/92] Compiling TravisV3Core Commit.swift
[22/91] Compiling NIOConcurrencyHelpers NIOLock.swift
[23/91] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[24/91] Compiling Atomics IntegerOperations.swift
[25/91] Compiling Atomics Unmanaged extensions.swift
[27/91] Compiling TravisV3Core DynamicKey.swift
[28/91] Compiling TravisV3Core Embed.swift
[29/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/93] Emitting module TravisV3Core
[31/93] Compiling TravisV3Core Action.swift
[32/93] Compiling TravisV3Core Branch.swift
[36/93] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[37/93] Compiling NIOConcurrencyHelpers atomics.swift
[38/94] Compiling TravisV3Core Endpoint.swift
[39/94] Compiling TravisV3Core EnvironmentVariable.swift
[49/94] Emitting module _NIOBase64
[50/94] Compiling _NIOBase64 Base64.swift
[51/94] Emitting module ArgumentParserToolInfo
[52/94] Compiling ArgumentParserToolInfo ToolInfo.swift
[53/96] Compiling TravisV3Core Setting.swift
[54/96] Compiling TravisV3Core User.swift
[58/97] Emitting module InternalCollectionsUtilities
[67/93] Emitting module Atomics
[70/130] Compiling ArgumentParser Flag.swift
[71/130] Compiling ArgumentParser NameSpecification.swift
[72/130] Compiling ArgumentParser BashCompletionsGenerator.swift
[73/130] Compiling ArgumentParser ArgumentHelp.swift
[74/130] Compiling ArgumentParser CompletionKind.swift
[75/130] Compiling ArgumentParser Errors.swift
[77/131] Wrapping AST for InternalCollectionsUtilities for debugging
[78/131] Wrapping AST for Atomics for debugging
[80/134] Emitting module TravisClient
[81/134] Compiling TravisClient Client.swift
[82/147] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:358:11: error: cannot find 'winsize' in scope
356 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
357 | #else
358 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
359 | #if os(OpenBSD)
360 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:13: error: cannot find 'ioctl' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:19: error: cannot find 'STDOUT_FILENO' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:34: error: cannot find 'TIOCGWINSZ' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[83/147] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:358:11: error: cannot find 'winsize' in scope
356 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
357 | #else
358 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
359 | #if os(OpenBSD)
360 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:13: error: cannot find 'ioctl' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:19: error: cannot find 'STDOUT_FILENO' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:34: error: cannot find 'TIOCGWINSZ' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[84/147] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:358:11: error: cannot find 'winsize' in scope
356 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
357 | #else
358 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
359 | #if os(OpenBSD)
360 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:13: error: cannot find 'ioctl' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:19: error: cannot find 'STDOUT_FILENO' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:34: error: cannot find 'TIOCGWINSZ' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[85/147] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:358:11: error: cannot find 'winsize' in scope
356 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
357 | #else
358 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
359 | #if os(OpenBSD)
360 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:13: error: cannot find 'ioctl' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:19: error: cannot find 'STDOUT_FILENO' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:34: error: cannot find 'TIOCGWINSZ' in scope
362 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
363 | #else
364 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
365 | #endif
366 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[86/151] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[88/151] Compiling DequeModule _DequeBuffer.swift
[89/151] Compiling DequeModule _DequeBufferHeader.swift
[90/153] Compiling DequeModule Deque+Extras.swift
[91/153] Compiling DequeModule Deque+Hashable.swift
[92/153] Compiling DequeModule Deque+CustomReflectable.swift
[93/153] Compiling DequeModule Deque+Descriptions.swift
[94/153] Compiling DequeModule Deque+Equatable.swift
[95/153] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[96/153] Compiling DequeModule Deque+Testing.swift
[97/153] Compiling DequeModule Deque._Storage.swift
[98/153] Compiling DequeModule _DequeSlot.swift
[99/153] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/153] Compiling ArgumentParser CollectionExtensions.swift
[101/153] Compiling ArgumentParser SequenceExtensions.swift
[102/153] Compiling ArgumentParser StringExtensions.swift
[103/153] Compiling ArgumentParser Tree.swift
[104/153] Compiling DequeModule Deque+Codable.swift
[105/153] Compiling DequeModule Deque+Collection.swift
[106/153] Compiling DequeModule Deque._UnsafeHandle.swift
[107/153] Compiling DequeModule Deque.swift
[108/153] Compiling ArgumentParser ParsedValues.swift
[109/153] Compiling ArgumentParser ParserError.swift
[110/153] Compiling ArgumentParser SplitArguments.swift
[111/153] Compiling ArgumentParser DumpHelpGenerator.swift
[112/153] Emitting module DequeModule
[113/154] Compiling ArgumentParser Option.swift
[114/154] Compiling ArgumentParser OptionGroup.swift
[115/154] Compiling ArgumentParser CommandConfiguration.swift
[116/154] Compiling ArgumentParser EnumerableFlag.swift
[117/154] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 |   ) -> Never {
184 |     guard let error = error else {
185 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
186 |     }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:197:5: error: cannot find '_exit' in scope
195 |       }
196 |     }
197 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
198 |   }
199 |
[125/154] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 |   ) -> Never {
184 |     guard let error = error else {
185 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
186 |     }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:197:5: error: cannot find '_exit' in scope
195 |       }
196 |     }
197 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
198 |   }
199 |
[126/154] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 |   ) -> Never {
184 |     guard let error = error else {
185 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
186 |     }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:197:5: error: cannot find '_exit' in scope
195 |       }
196 |     }
197 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
198 |   }
199 |
[127/154] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 |   ) -> Never {
184 |     guard let error = error else {
185 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
186 |     }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:197:5: error: cannot find '_exit' in scope
195 |       }
196 |     }
197 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
198 |   }
199 |
[128/154] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 64 |   }
 65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
 61 | struct StandardError: TextOutputStream {
 62 |   mutating func write(_ string: String) {
 63 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 64 |   }
 65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 |   ) -> Never {
184 |     guard let error = error else {
185 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
186 |     }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:197:5: error: cannot find '_exit' in scope
195 |       }
196 |     }
197 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
198 |   }
199 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
 47 | #else
 48 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 49 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 50 |     let shellParts = String(cString: shellVar).split(separator: "/")
 51 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
 59 |
 60 |   /// An exit code that indicates successful completion of a command.
 61 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
 62 |
 63 |   /// An exit code that indicates that the command failed.
 64 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 65 |
 66 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
 68 |   public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
 69 | #else
 70 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 71 | #endif
 72 |
[138/154] Wrapping AST for DequeModule for debugging
BUILD FAILURE 6.1 android