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 jira-swift, reference master (7dc1ab), with Swift 6.1 for Android on 27 May 2025 12:51:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/cpageler93/jiraswift.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/cpageler93/jiraswift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7dc1abc Update README.md
Cloned https://github.com/cpageler93/jiraswift.git
Revision (git rev-parse @):
7dc1abc1ca53a699be30a8097330d3400c57f9cb
SUCCESS checkout https://github.com/cpageler93/jiraswift.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/cpageler93/jiraswift.git
https://github.com/cpageler93/jiraswift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "api-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cpageler93/api-client.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
    }
  ],
  "manifest_display_name" : "jira-swift",
  "name" : "jira-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "JiraSwift",
      "targets" : [
        "JiraSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "jira",
      "targets" : [
        "JiraSwiftCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JiraSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "JiraSwiftTests",
      "path" : "Tests/JiraSwiftTests",
      "sources" : [
        "JiraSwiftSearchTests.swift",
        "JiraSwiftTest.swift",
        "MyselfRoutesTests.swift",
        "ProjectRoutesTests.swift",
        "SearchRoutesTests.swift",
        "ServerInfoRoutesTests.swift"
      ],
      "target_dependencies" : [
        "JiraSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JiraSwiftCLI",
      "module_type" : "SwiftTarget",
      "name" : "JiraSwiftCLI",
      "path" : "Sources/JiraSwiftCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftyTextTable"
      ],
      "product_memberships" : [
        "jira"
      ],
      "sources" : [
        "Commands/Project/Command+Project+List.swift",
        "Commands/Project/Command+Project.swift",
        "Commands/Project/Commands+Project+Types.swift",
        "Commands/Search/Command+Search.swift",
        "JiraCLI.swift",
        "JiraCLIError.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "JiraSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "JiraSwift",
      "module_type" : "SwiftTarget",
      "name" : "JiraSwift",
      "path" : "Sources/JiraSwift",
      "product_dependencies" : [
        "APIClient"
      ],
      "product_memberships" : [
        "JiraSwift",
        "jira"
      ],
      "sources" : [
        "APIRouteHandler+Extensions.swift",
        "Codables/AvatarURLs.swift",
        "Codables/Issue.swift",
        "Codables/Project.swift",
        "Codables/RemoteLink.swift",
        "Codables/SearchRequest.swift",
        "Codables/SearchResult.swift",
        "Codables/ServerInfoResult.swift",
        "Codables/User.swift",
        "JiraClient.swift",
        "JiraError.swift",
        "JiraRoutes.swift",
        "Routes/Routes+Myself.swift",
        "Routes/Routes+Project.swift",
        "Routes/Routes+Search.swift",
        "Routes/Routes+ServerInfo.swift",
        "Routes/Search-Routes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/cpageler93/api-client.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/37] Fetching api-client
[38/966] Fetching api-client, swiftytexttable
Fetched https://github.com/cpageler93/api-client.git from cache (0.25s)
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.05s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.05s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (4.07s)
Computing version for https://github.com/cpageler93/api-client.git
Computed https://github.com/cpageler93/api-client.git at 0.4.0 (0.65s)
Fetching https://github.com/swift-server/async-http-client.git
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.09s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.0.6 (1.83s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.83s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
[4260/9750] Fetching swift-nio-extras, swift-log
[4570/12417] Fetching swift-nio-extras, swift-log, swift-nio-transport-services
[4669/14127] Fetching swift-nio-extras, swift-log, swift-nio-transport-services, swift-atomics
[7742/25654] Fetching swift-nio-extras, swift-log, swift-nio-transport-services, swift-atomics, swift-nio-http2
[9832/31613] Fetching swift-nio-extras, swift-log, swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.64s)
[19017/27777] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.65s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[13218/21863] Fetching swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.76s)
[8873/15904] Fetching swift-nio-transport-services, swift-atomics, swift-nio-http2
[15905/30747] Fetching swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-nio-ssl
[16648/106789] Fetching swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.44s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.44s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.46s)
[6624/90885] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.97s)
Fetched https://github.com/apple/swift-nio.git from cache (5.59s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (6.92s)
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.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.69s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.68s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1141] Fetching swift-http-structured-headers
[686/2045] Fetching swift-http-structured-headers, swift-http-types
[762/3635] Fetching swift-http-structured-headers, swift-http-types, swift-asn1
[3589/8620] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-async-algorithms
[3686/14775] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-async-algorithms, swift-certificates
[5592/17201] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.54s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.57s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.57s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.67s)
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 (1.55s)
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.83s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.57s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.21s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.71s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.95s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.68s)
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.60s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.44s)
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/cpageler93/api-client.git
Working copy of https://github.com/cpageler93/api-client.git resolved at 0.4.0
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-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/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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.0.6
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
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-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-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-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-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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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/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-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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/474] Write sources
[3/474] Compiling aesv8-armv8-apple.S
[4/474] Compiling aesv8-armv7-linux.S
[5/474] Write sources
[7/474] Compiling bn-586-apple.S
[8/474] Write sources
[26/474] Compiling armv8-mont-win.S
[27/474] Compiling aesni-x86_64-linux.S
[28/474] Compiling _NumericsShims _NumericsShims.c
[29/474] Compiling CNIOWindows shim.c
[30/474] Compiling _AtomicsShims.c
[31/474] Compiling CNIOWindows WSAStartup.c
[32/474] Compiling CNIOWASI CNIOWASI.c
[33/474] Compiling CNIOLinux liburing_shims.c
[34/474] Compiling CNIOExtrasZlib empty.c
[35/474] Compiling CNIOLLHTTP c_nio_http.c
[36/474] Compiling CNIODarwin shim.c
[37/474] Compiling CNIOLinux shim.c
[38/474] Compiling CNIOLLHTTP c_nio_api.c
[39/474] Compiling fiat_p256_adx_sqr.S
[40/474] Compiling fiat_p256_adx_mul.S
[41/474] Compiling fiat_curve25519_adx_square.S
[42/474] Compiling fiat_curve25519_adx_mul.S
[43/474] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/474] Compiling CNIOBoringSSLShims shims.c
[45/474] Compiling bn_asn1.cc
[46/474] Write swift-version-24593BA9C3E375BF.txt
[47/474] Compiling a_strnid.cc
[48/478] Compiling tls_method.cc
[49/478] Compiling tls_record.cc
[50/478] Compiling tls13_server.cc
[51/478] Compiling tls13_enc.cc
[52/480] Compiling tls13_both.cc
[53/497] Compiling tls13_client.cc
[54/511] Compiling t1_enc.cc
[56/511] Emitting module RealModule
[57/512] Emitting module InternalCollectionsUtilities
[57/513] Compiling ssl_x509.cc
[58/513] Compiling ssl_versions.cc
[60/513] Compiling InternalCollectionsUtilities Descriptions.swift
[61/513] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/513] Compiling RealModule RealFunctions.swift
[63/513] Compiling _NIODataStructures PriorityQueue.swift
[64/513] Compiling _NIODataStructures _TinyArray.swift
[65/513] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/513] Compiling RealModule Float16+Real.swift
[67/513] Compiling RealModule Float+Real.swift
[68/513] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/513] Emitting module _NIODataStructures
[70/513] Compiling _NIODataStructures Heap.swift
[71/514] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/514] Compiling InternalCollectionsUtilities Integer rank.swift
[73/514] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[74/514] Compiling InternalCollectionsUtilities UInt+reversed.swift
[75/514] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[76/514] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/514] Compiling RealModule Float80+Real.swift
[78/514] Compiling RealModule Real.swift
[79/514] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[80/514] Compiling InternalCollectionsUtilities _SortedCollection.swift
[81/514] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[82/514] Compiling InternalCollectionsUtilities Debugging.swift
[83/514] Compiling _NIOBase64 Base64.swift
[84/514] Emitting module _NIOBase64
[85/515] Compiling RealModule ElementaryFunctions.swift
[86/516] Compiling ssl_transcript.cc
[94/517] Wrapping AST for _NIOBase64 for debugging
[95/517] Wrapping AST for _NIODataStructures for debugging
[96/518] Wrapping AST for InternalCollectionsUtilities for debugging
[97/530] Wrapping AST for RealModule for debugging
[99/532] Compiling DequeModule _DequeBuffer.swift
[100/532] Compiling DequeModule _DequeBufferHeader.swift
[101/534] Compiling DequeModule Deque._UnsafeHandle.swift
[102/534] Compiling DequeModule Deque.swift
[103/534] Compiling DequeModule Deque+Equatable.swift
[104/534] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[105/534] Compiling DequeModule Deque+Extras.swift
[106/534] Compiling DequeModule Deque+Hashable.swift
[107/534] Compiling DequeModule Deque+CustomReflectable.swift
[108/534] Compiling DequeModule Deque+Descriptions.swift
[109/534] Compiling DequeModule Deque+Testing.swift
[110/534] Compiling DequeModule Deque._Storage.swift
[110/534] Compiling ssl_stat.cc
[111/534] Compiling ssl_privkey.cc
[113/534] Compiling DequeModule _DequeSlot.swift
[114/534] Compiling DequeModule _UnsafeWrappedBuffer.swift
[115/534] Compiling DequeModule Deque+Codable.swift
[116/534] Compiling DequeModule Deque+Collection.swift
[117/534] Emitting module DequeModule
[117/535] Compiling ssl_credential.cc
[120/535] Compiling Logging MetadataProvider.swift
[121/535] Compiling Logging LogHandler.swift
[122/535] Compiling Logging Locks.swift
[123/535] Emitting module Logging
[123/535] Wrapping AST for DequeModule for debugging
[125/535] Compiling Logging Logging.swift
[125/536] Compiling ssl_session.cc
[127/536] Compiling ssl_key_share.cc
[128/536] Wrapping AST for Logging for debugging
[129/536] Compiling ssl_lib.cc
[130/536] Compiling ssl_cipher.cc
[132/536] Compiling SwiftyTextTable TextTable.swift
[133/536] Emitting module SwiftyTextTable
[133/536] Compiling ssl_file.cc
[135/537] Compiling ssl_buffer.cc
[136/537] Wrapping AST for SwiftyTextTable for debugging
[137/537] Compiling ssl_asn1.cc
[138/537] Compiling s3_both.cc
[139/537] Compiling ssl_cert.cc
[140/537] Compiling ssl_aead_ctx.cc
[141/537] Compiling s3_pkt.cc
[142/537] Compiling s3_lib.cc
[143/537] Compiling handshake_server.cc
[144/537] Compiling handshake_client.cc
[145/537] Compiling handshake.cc
[146/537] Compiling encrypted_client_hello.cc
[147/537] Compiling dtls_method.cc
[148/537] Compiling handoff.cc
[149/537] Compiling dtls_record.cc
[150/537] Compiling extensions.cc
[151/537] Compiling md5-x86_64-linux.S
[152/537] Compiling md5-x86_64-apple.S
[153/537] Compiling md5-586-linux.S
[154/537] Compiling md5-586-apple.S
[155/537] Compiling chacha20_poly1305_x86_64-apple.S
[156/537] Compiling chacha20_poly1305_x86_64-linux.S
[157/537] Compiling chacha20_poly1305_armv8-win.S
[158/537] Compiling chacha20_poly1305_armv8-apple.S
[159/537] Compiling chacha20_poly1305_armv8-linux.S
[160/537] Compiling chacha-x86_64-linux.S
[161/537] Compiling chacha-x86_64-apple.S
[162/537] Compiling chacha-x86-linux.S
[163/537] Compiling err_data.cc
[164/537] Compiling chacha-x86-apple.S
[165/537] Compiling d1_lib.cc
[166/537] Compiling chacha-armv8-win.S
[167/537] Compiling chacha-armv8-apple.S
[168/537] Compiling chacha-armv8-linux.S
[169/537] Compiling aes128gcmsiv-x86_64-apple.S
[170/537] Compiling chacha-armv4-linux.S
[171/537] Compiling aes128gcmsiv-x86_64-linux.S
[172/537] Compiling x86_64-mont5-linux.S
[173/537] Compiling d1_srtp.cc
[174/537] Compiling x86_64-mont-linux.S
[175/537] Compiling x86_64-mont5-apple.S
[176/537] Compiling x86_64-mont-apple.S
[177/537] Compiling x86-mont-linux.S
[178/537] Compiling bio_ssl.cc
[179/537] Compiling x86-mont-apple.S
[180/537] Compiling vpaes-x86_64-apple.S
[181/537] Compiling vpaes-x86_64-linux.S
[182/537] Compiling vpaes-x86-linux.S
[183/537] Compiling vpaes-x86-apple.S
[184/537] Compiling vpaes-armv8-win.S
[185/537] Compiling vpaes-armv8-apple.S
[186/537] Compiling vpaes-armv8-linux.S
[187/537] Compiling sha512-x86_64-apple.S
[188/537] Compiling vpaes-armv7-linux.S
[189/537] Compiling sha512-x86_64-linux.S
[190/537] Compiling sha512-armv8-win.S
[191/537] Compiling sha512-armv8-apple.S
[192/537] Compiling sha512-armv4-linux.S
[193/537] Compiling sha512-586-linux.S
[194/537] Compiling sha256-x86_64-linux.S
[195/537] Compiling sha512-armv8-linux.S
[196/537] Compiling sha512-586-apple.S
[197/537] Compiling d1_pkt.cc
[198/537] Compiling sha256-x86_64-apple.S
[199/537] Compiling sha256-armv8-win.S
[200/537] Compiling sha256-armv8-linux.S
[201/537] Compiling sha256-armv8-apple.S
[202/537] Compiling sha256-armv4-linux.S
[203/537] Compiling sha256-586-apple.S
[204/537] Compiling sha256-586-linux.S
[205/537] Compiling sha1-x86_64-linux.S
[206/537] Compiling sha1-armv8-win.S
[206/537] Compiling sha1-armv8-apple.S
[208/537] Compiling sha1-x86_64-apple.S
[208/537] Compiling sha1-armv4-large-linux.S
[210/537] Compiling sha1-586-linux.S
[211/537] Compiling sha1-586-apple.S
[212/537] Compiling sha1-armv8-linux.S
[213/537] Compiling rsaz-avx2-linux.S
[214/537] Compiling p256_beeu-x86_64-asm-linux.S
[215/537] Compiling rsaz-avx2-apple.S
[216/537] Compiling rdrand-x86_64-apple.S
[217/537] Compiling p256_beeu-x86_64-asm-apple.S
[218/537] Compiling rdrand-x86_64-linux.S
[219/537] Compiling p256_beeu-armv8-asm-apple.S
[220/537] Compiling p256_beeu-armv8-asm-win.S
[221/537] Compiling p256_beeu-armv8-asm-linux.S
[222/537] Compiling p256-armv8-asm-win.S
[223/537] Compiling p256-x86_64-asm-linux.S
[224/537] Compiling p256-x86_64-asm-apple.S
[225/537] Compiling p256-armv8-asm-apple.S
[226/537] Compiling ghashv8-armv8-win.S
[227/537] Compiling p256-armv8-asm-linux.S
[228/537] Compiling ghashv8-armv8-apple.S
[229/537] Compiling ghashv8-armv8-linux.S
[230/537] Compiling ghash-x86_64-linux.S
[231/537] Compiling ghashv8-armv7-linux.S
[232/537] Compiling ghash-x86_64-apple.S
[233/537] Compiling ghash-x86-linux.S
[234/537] Compiling ghash-ssse3-x86_64-linux.S
[235/537] Compiling ghash-ssse3-x86_64-apple.S
[236/537] Compiling ghash-x86-apple.S
[237/537] Compiling ghash-neon-armv8-win.S
[238/537] Compiling ghash-ssse3-x86-linux.S
[239/537] Compiling ghash-ssse3-x86-apple.S
[240/537] Compiling ghash-neon-armv8-linux.S
[241/537] Compiling co-586-linux.S
[242/537] Compiling ghash-neon-armv8-apple.S
[243/537] Compiling ghash-armv4-linux.S
[244/537] Compiling bsaes-armv7-linux.S
[245/537] Compiling d1_both.cc
[246/537] Compiling bn-armv8-linux.S
[247/537] Compiling bn-armv8-win.S
[248/537] Compiling co-586-apple.S
[249/537] Compiling bn-586-linux.S
[250/537] Compiling bn-armv8-apple.S
[251/537] Compiling armv8-mont-linux.S
[252/537] Compiling armv8-mont-apple.S
[253/537] Compiling armv4-mont-linux.S
[254/537] Compiling aesv8-gcm-armv8-win.S
[255/537] Compiling aesni-x86_64-apple.S
[256/537] Compiling aesv8-gcm-armv8-apple.S
[257/537] Compiling aesv8-armv8-win.S
[258/537] Compiling aesv8-gcm-armv8-linux.S
[259/537] Compiling aesni-x86-linux.S
[260/537] Compiling aesni-x86-apple.S
[261/537] Compiling aes-gcm-avx2-x86_64-apple.S
[262/537] Compiling aesv8-armv8-linux.S
[263/537] Compiling aesni-gcm-x86_64-linux.S
[264/537] Compiling aes-gcm-avx2-x86_64-linux.S
[265/537] Compiling aesni-gcm-x86_64-apple.S
[266/537] Compiling aes-gcm-avx10-x86_64-linux.S
[267/537] Compiling aes-gcm-avx10-x86_64-apple.S
[268/537] Compiling x_name.cc
[269/537] Compiling x_spki.cc
[270/537] Compiling x_sig.cc
[271/537] Compiling x_val.cc
[272/537] Compiling x_x509a.cc
[273/537] Compiling x_req.cc
[274/537] Compiling x_exten.cc
[275/537] Compiling x_pubkey.cc
[276/537] Compiling x_x509.cc
[277/537] Compiling x_crl.cc
[278/537] Compiling x_all.cc
[279/537] Compiling x_algor.cc
[280/537] Compiling x_attrib.cc
[281/537] Compiling x509rset.cc
[282/537] Compiling x509spki.cc
[283/537] Compiling x509name.cc
[284/537] Compiling x509cset.cc
[285/537] Compiling x509_vpm.cc
[286/537] Compiling x509_vfy.cc
[287/537] Compiling x509_v3.cc
[288/537] Compiling x509_set.cc
[289/537] Compiling x509_txt.cc
[290/537] Compiling x509_trs.cc
[291/537] Compiling x509_req.cc
[292/537] Compiling x509_obj.cc
[293/537] Compiling x509_lu.cc
[294/537] Compiling x509_ext.cc
[295/537] Compiling x509_def.cc
[296/537] Compiling x509.cc
[297/537] Compiling x509_d2.cc
[298/537] Compiling x509_cmp.cc
[299/537] Compiling x509_att.cc
[300/537] Compiling v3_utl.cc
[301/537] Compiling v3_ocsp.cc
[302/537] Compiling v3_purp.cc
[303/537] Compiling v3_skey.cc
[304/537] Compiling v3_prn.cc
[305/537] Compiling v3_pcons.cc
[306/537] Compiling v3_pmaps.cc
[307/537] Compiling v3_ncons.cc
[308/537] Compiling v3_int.cc
[309/537] Compiling v3_lib.cc
[310/537] Compiling v3_info.cc
[311/537] Compiling v3_enum.cc
[312/537] Compiling v3_ia5.cc
[313/537] Compiling v3_genn.cc
[314/537] Compiling v3_extku.cc
[315/537] Compiling v3_cpols.cc
[316/537] Compiling v3_crld.cc
[317/537] Compiling v3_bitst.cc
[318/537] Compiling v3_conf.cc
[319/537] Compiling v3_alt.cc
[320/537] Compiling v3_bcons.cc
[321/537] Compiling v3_akeya.cc
[322/537] Compiling v3_akey.cc
[323/537] Compiling t_x509a.cc
[324/537] Compiling t_req.cc
[325/537] Compiling t_x509.cc
[326/537] Compiling t_crl.cc
[327/537] Compiling i2d_pr.cc
[328/537] Compiling name_print.cc
[329/537] Compiling rsa_pss.cc
[330/537] Compiling policy.cc
[331/537] Compiling by_file.cc
[332/537] Compiling algorithm.cc
[333/537] Compiling asn1_gen.cc
[334/537] Compiling by_dir.cc
[335/537] Compiling a_verify.cc
[336/537] Compiling a_sign.cc
[337/537] Compiling trust_token.cc
[338/537] Compiling a_digest.cc
[339/537] Compiling thread_win.cc
[340/537] Compiling voprf.cc
[341/537] Compiling thread_pthread.cc
[342/537] Compiling thread_none.cc
[343/537] Compiling thread.cc
[344/537] Compiling pmbtoken.cc
[345/537] Compiling stack.cc
[346/537] Compiling sha512.cc
[347/537] Compiling siphash.cc
[348/537] Compiling slhdsa.cc
[349/537] Compiling sha256.cc
[350/537] Compiling spake2plus.cc
[351/537] Compiling sha1.cc
[352/537] Compiling rsa_extra.cc
[353/537] Compiling rsa_print.cc
[354/537] Compiling rc4.cc
[355/537] Compiling refcount.cc
[356/537] Compiling windows.cc
[357/537] Compiling rsa_crypt.cc
[358/537] Compiling trusty.cc
[359/537] Compiling urandom.cc
[360/537] Compiling rsa_asn1.cc
[361/537] Compiling ios.cc
[362/537] Compiling getentropy.cc
[363/537] Compiling rand.cc
[364/537] Compiling passive.cc
[365/537] Compiling poly1305_arm_asm.S
[366/537] Compiling forkunsafe.cc
[367/537] Compiling fork_detect.cc
[368/537] Compiling deterministic.cc
[369/537] Compiling poly1305_vec.cc
[370/537] Compiling poly1305_arm.cc
[371/537] Compiling poly1305.cc
[372/537] Compiling pool.cc
[373/537] Compiling pkcs8.cc
[374/537] Compiling pkcs8_x509.cc
[375/537] Compiling pkcs7_x509.cc
[376/537] Compiling p5_pbev2.cc
[377/537] Compiling pkcs7.cc
[378/537] Compiling pem_xaux.cc
[379/537] Compiling pem_pkey.cc
[380/537] Compiling pem_x509.cc
[381/537] Compiling pem_pk8.cc
[382/537] Compiling pem_lib.cc
[383/537] Compiling mldsa.cc
[384/537] Compiling pem_info.cc
[385/537] Compiling pem_oth.cc
[386/537] Compiling mlkem.cc
[387/537] Compiling pem_all.cc
[388/537] Compiling mem.cc
[389/537] Compiling lhash.cc
[390/537] Compiling md4.cc
[391/537] Compiling fips_shared_support.cc
[392/537] Compiling poly_rq_mul.S
[393/537] Compiling md5.cc
[394/537] Compiling obj_xref.cc
[395/537] Compiling obj.cc
[396/537] Compiling scrypt.cc
[397/537] Compiling kyber.cc
[398/537] Compiling ex_data.cc
[399/537] Compiling sign.cc
[400/537] Compiling print.cc
[401/537] Compiling pbkdf.cc
[402/537] Compiling hpke.cc
[403/537] Compiling p_x25519.cc
[404/537] Compiling hrss.cc
[405/537] Compiling p_x25519_asn1.cc
[406/537] Compiling p_ed25519_asn1.cc
[407/537] Compiling p_rsa_asn1.cc
[408/537] Compiling p_rsa.cc
[409/537] Compiling p_ed25519.cc
[410/537] Compiling p_dh.cc
[411/537] Compiling p_hkdf.cc
[412/537] Compiling p_ec.cc
[413/537] Compiling p_dh_asn1.cc
[414/537] Compiling p_ec_asn1.cc
[415/537] Compiling evp.cc
[416/537] Compiling p_dsa_asn1.cc
[417/537] Compiling evp_ctx.cc
[418/537] Compiling err.cc
[419/537] Compiling engine.cc
[420/537] Compiling ecdh.cc
[421/537] Compiling evp_asn1.cc
[422/537] Compiling dsa.cc
[423/537] Compiling hash_to_curve.cc
[424/537] Compiling ec_derive.cc
[425/537] Compiling dh_asn1.cc
[426/537] Compiling ecdsa_asn1.cc
[427/537] Compiling dsa_asn1.cc
[428/537] Compiling ec_asn1.cc
[429/537] Compiling x25519-asm-arm.S
[430/537] Compiling params.cc
[431/537] Compiling digest_extra.cc
[432/537] Compiling des.cc
[433/537] Compiling curve25519_64_adx.cc
[434/537] Compiling crypto.cc
[435/537] Compiling spake25519.cc
[436/537] Compiling bcm.cc
[437/537] Compiling cpu_intel.cc
[438/537] Compiling curve25519.cc
[439/537] Compiling cpu_arm_linux.cc
[440/537] Compiling cpu_arm_freebsd.cc
[441/537] Compiling cpu_aarch64_win.cc
[442/537] Compiling cpu_aarch64_sysreg.cc
[443/537] Compiling cpu_aarch64_openbsd.cc
[444/537] Compiling tls_cbc.cc
[445/537] Compiling cpu_aarch64_fuchsia.cc
[446/537] Compiling cpu_aarch64_linux.cc
[447/537] Compiling cpu_aarch64_apple.cc
[448/537] Compiling conf.cc
[449/537] Compiling get_cipher.cc
[450/537] Compiling e_rc4.cc
[451/537] Compiling e_rc2.cc
[452/537] Compiling e_null.cc
[453/537] Compiling e_tls.cc
[454/537] Compiling e_des.cc
[455/537] Compiling e_chacha20poly1305.cc
[456/537] Compiling e_aesgcmsiv.cc
[457/537] Compiling derive_key.cc
[458/537] Compiling e_aesctrhmac.cc
[459/537] Compiling chacha.cc
[460/537] Compiling unicode.cc
[461/537] Compiling ber.cc
[462/537] Compiling cbs.cc
[463/537] Compiling cbb.cc
[464/537] Compiling buf.cc
[465/537] Compiling blake2.cc
[466/537] Compiling asn1_compat.cc
[467/537] Compiling convert.cc
[468/537] Compiling socket_helper.cc
[469/537] Compiling hexdump.cc
[470/537] Compiling socket.cc
[471/537] Compiling pair.cc
[472/537] Compiling printf.cc
[473/537] Compiling fd.cc
[474/537] Compiling errno.cc
[475/537] Compiling file.cc
[476/537] Compiling connect.cc
[477/537] Compiling bio_mem.cc
[478/537] Compiling base64.cc
[479/537] Compiling bio.cc
[480/537] Compiling tasn_fre.cc
[481/537] Compiling tasn_typ.cc
[482/537] Compiling tasn_enc.cc
[483/537] Compiling tasn_utl.cc
[484/537] Compiling tasn_new.cc
[485/537] Compiling f_int.cc
[486/537] Compiling posix_time.cc
[487/537] Compiling f_string.cc
[488/537] Compiling asn1_par.cc
[489/537] Compiling tasn_dec.cc
[490/537] Compiling asn_pack.cc
[491/537] Compiling a_type.cc
[492/537] Compiling a_octet.cc
[493/537] Compiling asn1_lib.cc
[494/537] Compiling a_utctm.cc
[495/537] Compiling a_object.cc
[496/537] Compiling a_time.cc
[497/537] Compiling a_strex.cc
[498/537] Compiling a_int.cc
[499/537] Compiling a_d2i_fp.cc
[500/537] Compiling a_i2d_fp.cc
[501/537] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[501/537] Write sources
[507/537] Compiling a_mbstr.cc
[508/537] Compiling a_gentm.cc
[509/537] Compiling a_dup.cc
[510/584] Compiling a_bool.cc
[511/584] Compiling a_bitstr.cc
[513/609] Compiling Algorithms Permutations.swift
[514/609] Compiling Algorithms Product.swift
[515/609] Compiling Algorithms Intersperse.swift
[516/609] Compiling Algorithms Partition.swift
[517/611] Compiling Algorithms Chunked.swift
[518/611] Compiling Algorithms Combinations.swift
[519/611] Compiling Algorithms Joined.swift
[520/611] Compiling Algorithms Keyed.swift
[521/611] Compiling Algorithms MinMax.swift
[522/611] Compiling Atomics IntegerOperations.swift
[523/611] Compiling Atomics Unmanaged extensions.swift
[524/611] Compiling Algorithms FirstNonNil.swift
[525/611] Compiling Algorithms AdjacentPairs.swift
[526/611] Compiling Algorithms Chain.swift
[527/611] Compiling Algorithms Compacted.swift
[528/611] Compiling Algorithms Cycle.swift
[529/611] Compiling Algorithms EitherSequence.swift
[530/611] Compiling Algorithms Split.swift
[531/611] Compiling Algorithms Stride.swift
[532/611] Compiling Algorithms Suffix.swift
[535/611] Compiling Algorithms Rotate.swift
[542/614] Compiling Algorithms FlattenCollection.swift
[543/614] Compiling Algorithms Grouped.swift
[544/614] Compiling Algorithms Indexed.swift
[550/614] Compiling Algorithms Trim.swift
[551/614] Compiling Algorithms Unique.swift
[552/614] Compiling Algorithms Windows.swift
[553/614] Emitting module Atomics
error: emit-module command failed with exit code 1 (use -v to see invocation)
[554/614] 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 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/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 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/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 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/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 |
[565/618] Wrapping AST for Atomics for debugging
[574/618] Compiling c-nioatomics.c
[576/618] Compiling ArgumentParser UsageGenerator.swift
[577/618] Compiling ArgumentParser StringExtensions.swift
[578/618] Compiling ArgumentParser Tree.swift
[578/618] Compiling c-atomics.c
[580/618] Emitting module Algorithms
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
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:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/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:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
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:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/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:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
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:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/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:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
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:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/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:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
/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 |
[597/625] Wrapping AST for Algorithms for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/31] Write swift-version-24593BA9C3E375BF.txt
[2/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/94] Compiling InternalCollectionsUtilities Descriptions.swift
[4/94] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[5/94] Compiling Logging LogHandler.swift
[6/94] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/94] Compiling InternalCollectionsUtilities Debugging.swift
[8/94] Compiling Logging MetadataProvider.swift
[9/94] Compiling RealModule AugmentedArithmetic.swift
[10/94] Compiling RealModule Double+Real.swift
[11/94] Compiling RealModule Real.swift
[12/94] Compiling RealModule Float80+Real.swift
[13/94] Compiling RealModule Float16+Real.swift
[14/94] Compiling Atomics UnsafeAtomic.swift
[15/94] Compiling Atomics UnsafeAtomicLazyReference.swift
[16/97] Compiling Atomics ManagedAtomic.swift
[17/97] Compiling Atomics ManagedAtomicLazyReference.swift
[18/97] Compiling RealModule RealFunctions.swift
[19/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/97] Compiling _NIOBase64 Base64.swift
[21/97] Compiling RealModule ElementaryFunctions.swift
[22/97] Compiling RealModule Float+Real.swift
[23/97] Compiling NIOConcurrencyHelpers lock.swift
[26/97] Emitting module _NIOBase64
[28/98] Compiling SwiftyTextTable TextTable.swift
[29/98] Emitting module SwiftyTextTable
[31/98] Emitting module Logging
[32/98] Compiling Logging Locks.swift
[33/98] Compiling RealModule AlgebraicField.swift
[34/98] Compiling RealModule ApproximateEquality.swift
[35/98] Emitting module RealModule
[38/98] Compiling _NIODataStructures PriorityQueue.swift
[39/98] Compiling _NIODataStructures _TinyArray.swift
[41/98] Emitting module InternalCollectionsUtilities
[42/126] Compiling ArgumentParser ParsableArguments.swift
[43/126] Compiling ArgumentParser Flag.swift
[44/126] Compiling ArgumentParser ParsableArgumentsValidation.swift
[45/126] Compiling ArgumentParser NameSpecification.swift
[46/126] Compiling ArgumentParser Option.swift
[48/126] Compiling ArgumentParser ArgumentSetSequence.swift
[49/126] Compiling ArgumentParser CommandParser.swift
[49/126] Wrapping AST for RealModule for debugging
[51/126] Compiling ArgumentParser Errors.swift
[55/127] Compiling ArgumentParser ArgumentDefinition.swift
[56/127] Compiling ArgumentParser ArgumentSet.swift
[57/127] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[58/127] Compiling NIOConcurrencyHelpers NIOLock.swift
[59/127] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[60/127] Compiling NIOConcurrencyHelpers atomics.swift
[61/127] Emitting module NIOConcurrencyHelpers
[62/127] Emitting module _NIODataStructures
[63/127] Compiling _NIODataStructures Heap.swift
[66/168] Wrapping AST for InternalCollectionsUtilities for debugging
[67/168] Wrapping AST for NIOConcurrencyHelpers for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[69/168] 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 |
[70/171] Compiling DequeModule Deque+CustomReflectable.swift
[71/171] Compiling DequeModule Deque+Descriptions.swift
[72/173] Compiling DequeModule Deque+Equatable.swift
[73/173] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/173] Compiling DequeModule _DequeBuffer.swift
[75/173] Compiling DequeModule _DequeBufferHeader.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 |
/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 |
[80/173] Compiling DequeModule Deque+Testing.swift
[81/173] Compiling DequeModule Deque._Storage.swift
[82/173] Compiling DequeModule Deque._UnsafeHandle.swift
[83/173] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/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/173] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/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/173] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 |   var w = winsize()
280 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
281 |   let width = Int(w.ws_col)
282 |   let height = Int(w.ws_row)
/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 |
[90/173] Compiling DequeModule Deque.swift
[91/173] Compiling DequeModule Deque+Extras.swift
[92/173] Compiling DequeModule Deque+Hashable.swift
[95/173] Compiling Logging Logging.swift
[96/174] Compiling DequeModule _DequeSlot.swift
[97/174] Compiling DequeModule _UnsafeWrappedBuffer.swift
[98/174] Compiling Algorithms Product.swift
[99/174] Compiling Algorithms Split.swift
[100/174] Compiling Algorithms Stride.swift
[101/174] Compiling Algorithms Suffix.swift
[106/174] Wrapping AST for Logging for debugging
[112/174] Compiling Algorithms Reductions.swift
[113/174] Compiling Algorithms Rotate.swift
[114/177] Emitting module DequeModule
[115/177] Compiling DequeModule Deque+Codable.swift
[116/177] Compiling DequeModule Deque+Collection.swift
[121/178] Compiling Algorithms Trim.swift
[122/178] Compiling Algorithms Unique.swift
[123/178] Compiling Algorithms Windows.swift
[124/178] Compiling ArgumentParser UsageGenerator.swift
[125/178] Compiling ArgumentParser StringExtensions.swift
[126/178] Compiling ArgumentParser Tree.swift
[127/178] Compiling Algorithms Partition.swift
[128/178] Compiling Algorithms Permutations.swift
[130/178] Emitting module Atomics
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
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:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/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:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
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:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/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:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
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:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/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:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 62 |   }
 63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
 59 | struct StandardError: TextOutputStream {
 60 |   mutating func write(_ string: String) {
 61 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 62 |   }
 63 | }
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:165:7: error: cannot find '_exit' in scope
163 |   ) -> Never {
164 |     guard let error = error else {
165 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
166 |     }
167 |
/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:176:5: error: cannot find '_exit' in scope
174 |       }
175 |     }
176 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
177 |   }
178 |
[151/179] Wrapping AST for Atomics for debugging
[152/179] Wrapping AST for DequeModule for debugging
BUILD FAILURE 6.1 android