The Swift Package Index logo.Swift Package Index

Build Information

Failed to build smoke-aws-support, reference 2.0.1 (72331a), with Swift 6.1 for Android on 12 Aug 2025 02:35:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amzn/smoke-aws-support.git
Reference: 2.0.1
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/amzn/smoke-aws-support
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 72331ac Merge pull request #21 from knovichikhin/main
Cloned https://github.com/amzn/smoke-aws-support.git
Revision (git rev-parse @):
72331ac5e47d51b7c2d2b84115fe96d3170c2e49
SUCCESS checkout https://github.com/amzn/smoke-aws-support.git at 2.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/amzn/smoke-aws-support.git
https://github.com/amzn/smoke-aws-support.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.33.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "xmlcoding",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LiveUI/XMLCoding.git"
    },
    {
      "identity" : "smoke-http",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amzn/smoke-http.git"
    }
  ],
  "manifest_display_name" : "smoke-aws-support",
  "name" : "smoke-aws-support",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AWSCore",
      "targets" : [
        "AWSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSHttp",
      "targets" : [
        "AWSHttp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLogging",
      "targets" : [
        "AWSLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AWSLogging",
      "module_type" : "SwiftTarget",
      "name" : "AWSLogging",
      "path" : "Sources/AWSLogging",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "AWSLogging"
      ],
      "sources" : [
        "CloudwatchJsonStandardErrorLogger.swift",
        "CloudwatchJsonStandardErrorLoggerV2.swift",
        "CloudwatchStandardErrorLogger.swift",
        "StdioOutputStream.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSHttp",
      "module_type" : "SwiftTarget",
      "name" : "AWSHttp",
      "path" : "Sources/AWSHttp",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOHTTP1",
        "SmokeHTTPClient",
        "QueryCoding",
        "HTTPPathCoding",
        "HTTPHeadersCoding",
        "Crypto"
      ],
      "product_memberships" : [
        "AWSHttp"
      ],
      "sources" : [
        "AWSClientInvocationDelegate.swift",
        "AWSClientInvocationTraceContext.swift",
        "AWSClientProtocol+asyncSupport.swift",
        "AWSClientProtocol.swift",
        "AWSHttpHeaders.swift",
        "AWSQueryClientProtocol+asyncSupport.swift",
        "AWSQueryClientProtocol.swift",
        "ConvertableError.swift",
        "Data+debugString.swift",
        "DataAWSHttpClientDelegate.swift",
        "FormEncodedXMLAWSHttpClientDelegate.swift",
        "HTTPClientDelegate+getErrorFromResponseAndBody.swift",
        "HTTPClientDelegate+requiresTLS.swift",
        "HTTPOperationsClient+executeOperations.swift",
        "JSONAWSHttpClientDelegate.swift",
        "MockClientProtocol+asyncSupport.swift",
        "MockClientProtocol.swift",
        "MockThrowingClientProtocol+asyncSupport.swift",
        "MockThrowingClientProtocol.swift",
        "QueryInput.swift",
        "SmokeAWSHTTPClientInvocationReporting.swift",
        "String+hmac.swift",
        "V4Signer.swift",
        "XMLAWSHttpClientDelegate.swift",
        "sha256Extensions.swift"
      ],
      "target_dependencies" : [
        "AWSCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSCore",
      "module_type" : "SwiftTarget",
      "name" : "AWSCore",
      "path" : "Sources/AWSCore",
      "product_dependencies" : [
        "Logging",
        "Metrics",
        "XMLCoding",
        "SmokeHTTPClient"
      ],
      "product_memberships" : [
        "AWSCore",
        "AWSHttp"
      ],
      "sources" : [
        "AWSRegion.swift",
        "Credentials.swift",
        "CredentialsProvider.swift",
        "JSONDecoder+awsCompatibleDecoder.swift",
        "JSONDecoder+awsCompatibleEncoder.swift",
        "SmokeAWSError.swift",
        "SmokeAWSOperationReporting.swift",
        "StaticCredentials.swift",
        "XMLDecoder+awsCompatibleDecoder.swift",
        "XMLEncoder+awsCompatibleEncoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/LiveUI/XMLCoding.git
Fetching https://github.com/amzn/smoke-http.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-crypto.git
[1/2219] Fetching swift-metrics
[201/2755] Fetching swift-metrics, xmlcoding
[728/6641] Fetching swift-metrics, xmlcoding, swift-log
[851/9324] Fetching swift-metrics, xmlcoding, swift-log, smoke-http
[4944/25542] Fetching swift-metrics, xmlcoding, swift-log, smoke-http, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (0.80s)
[7916/23323] Fetching xmlcoding, swift-log, smoke-http, swift-crypto
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/amzn/smoke-http.git from cache (0.90s)
[5558/20640] Fetching xmlcoding, swift-log, swift-crypto
Fetched https://github.com/LiveUI/XMLCoding.git from cache (1.00s)
[5346/20104] Fetching swift-log, swift-crypto
[6303/97428] Fetching swift-log, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-log from cache (3.48s)
[61840/93542] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.57s)
[47168/77324] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.24s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (13.64s)
Computing version for https://github.com/amzn/smoke-http.git
Computed https://github.com/amzn/smoke-http.git at 3.0.2 (1.01s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5116] Fetching swift-distributed-tracing
[1178/20114] Fetching swift-distributed-tracing, swift-nio-ssl
[2787/34201] Fetching swift-distributed-tracing, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.22s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.24s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.27s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (8.91s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.55s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.99s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.85s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.96s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.08s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (2.70s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[689/18761] Fetching swift-atomics, swift-collections
[690/23608] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.04s)
[9255/21800] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.53s)
Fetched https://github.com/apple/swift-collections.git from cache (2.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (15.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (2.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.08s)
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.92s)
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-algorithms.git
[1/6127] Fetching swift-nio-extras
[1472/8828] Fetching swift-nio-extras, swift-nio-transport-services
[1914/14796] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.74s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.91s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.91s)
[1/11661] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (8.29s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (10.09s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.55s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.00s)
Fetching https://github.com/apple/swift-numerics.git
[1/5906] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.75s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.50s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/917] Fetching swift-http-types
[11/5927] Fetching swift-http-types, swift-async-algorithms
[483/7556] Fetching swift-http-types, swift-async-algorithms, swift-asn1
[2357/9989] Fetching swift-http-types, swift-async-algorithms, swift-asn1, swift-service-lifecycle
[2422/11165] Fetching swift-http-types, swift-async-algorithms, swift-asn1, swift-service-lifecycle, swift-http-structured-headers
Fetched https://github.com/apple/swift-asn1.git from cache (0.66s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.67s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.67s)
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.80s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.80s)
[1/6460] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (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 (2.44s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.08s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.00s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.86s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (0.00s)
Computed https://github.com/amzn/smoke-http.git at 3.0.2 (0.00s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.00s)
Computed https://github.com/apple/swift-log at 1.6.4 (0.00s)
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.07s)
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.00s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.87s)
Creating working copy for https://github.com/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.1
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.38.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
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.33.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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.25.1
Creating working copy for https://github.com/amzn/smoke-http.git
Working copy of https://github.com/amzn/smoke-http.git resolved at 3.0.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.4.0
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.26.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Building for debugging...
[0/860] Write sources
[32/860] Compiling _NumericsShims _NumericsShims.c
[33/860] Compiling CNIOWindows WSAStartup.c
[34/860] Compiling CNIOWASI CNIOWASI.c
[34/860] Compiling CNIOWindows shim.c
[35/860] Compiling CNIOPosix event_loop_id.c
[37/860] Compiling _AtomicsShims.c
[38/860] Compiling CNIOLinux liburing_shims.c
[39/860] Compiling CNIOExtrasZlib empty.c
[40/860] Compiling CNIODarwin shim.c
[41/860] Compiling CNIOLLHTTP c_nio_http.c
[42/860] Compiling CNIOLinux shim.c
[43/860] Compiling fiat_p256_adx_sqr.S
[44/860] Compiling fiat_p256_adx_mul.S
[45/860] Compiling CNIOLLHTTP c_nio_api.c
[46/860] Compiling fiat_curve25519_adx_square.S
[47/860] Compiling fiat_curve25519_adx_mul.S
[48/860] Write swift-version-24593BA9C3E375BF.txt
[49/860] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/864] Compiling CNIOBoringSSLShims shims.c
[52/866] Emitting module _NIOBase64
[52/866] Compiling tls_record.cc
[53/866] Compiling tls_method.cc
[54/866] Compiling tls13_client.cc
[55/870] Compiling tls13_both.cc
[56/881] Compiling tls13_enc.cc
[57/891] Compiling tls13_server.cc
[59/913] Compiling CoreMetrics Metrics.swift
[60/913] Compiling _NIOBase64 Base64.swift
[61/913] Compiling ServiceContextModule ServiceContextKey.swift
[63/914] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/914] Compiling InternalCollectionsUtilities Descriptions.swift
[65/914] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/914] Compiling Logging LogHandler.swift
[67/914] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/914] Compiling InternalCollectionsUtilities Debugging.swift
[69/914] Emitting module InternalCollectionsUtilities
[70/914] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[71/914] Compiling InternalCollectionsUtilities Integer rank.swift
[72/914] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/914] Compiling InternalCollectionsUtilities _SortedCollection.swift
[74/915] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/915] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/915] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/915] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/915] Compiling RealModule Float16+Real.swift
[79/915] Compiling RealModule Float+Real.swift
[82/916] Compiling RealModule ElementaryFunctions.swift
[83/916] Compiling RealModule Real.swift
[84/916] Compiling RealModule Float80+Real.swift
[85/916] Emitting module RealModule
[88/916] Compiling _NIODataStructures PriorityQueue.swift
[89/916] Compiling ServiceContextModule ServiceContext.swift
[90/916] Emitting module ServiceContextModule
[91/916] Compiling _NIODataStructures _TinyArray.swift
[92/917] Compiling RealModule RealFunctions.swift
[93/917] Compiling _NIODataStructures Heap.swift
[94/917] Emitting module _NIODataStructures
[98/919] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[100/926] Compiling Instrumentation NoOpInstrument.swift
[101/926] Compiling Instrumentation MultiplexInstrument.swift
[102/926] Emitting module Instrumentation
[103/941] Compiling Instrumentation InstrumentationSystem.swift
[104/941] Compiling Instrumentation Instrument.swift
[105/941] Compiling Instrumentation Locks.swift
[106/942] Emitting module CoreMetrics
[107/942] Compiling CoreMetrics Locks.swift
[108/942] Compiling Logging MetadataProvider.swift
[109/943] Emitting module Logging
[110/943] Compiling Logging Locks.swift
[111/943] Compiling DequeModule _DequeBuffer.swift
[112/943] Compiling DequeModule _DequeBufferHeader.swift
[113/943] Compiling Logging Logging.swift
[115/946] Compiling DequeModule Deque+Equatable.swift
[116/946] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[117/946] Compiling DequeModule Deque+CustomReflectable.swift
[118/946] Compiling DequeModule Deque+Descriptions.swift
[119/946] Compiling DequeModule Deque+Extras.swift
[120/946] Compiling DequeModule Deque+Hashable.swift
[122/956] Compiling t1_enc.cc
[124/956] Compiling DequeModule _DequeSlot.swift
[125/956] Compiling DequeModule _UnsafeWrappedBuffer.swift
[126/977] Compiling ShapeCoding ShapeSingleValueEncodingContainerDelegate.swift
[127/977] Compiling ShapeCoding ShapeDecoder.swift
[128/977] Compiling ShapeCoding ShapeElement.swift
[129/977] Compiling ShapeCoding ShapeKeyedDecodingContainer+KeyedDecodingContainerProtocol.swift
[130/977] Compiling XMLCoding XMLKey.swift
[131/977] Compiling XMLCoding XMLReferencingEncoder.swift
[132/977] Compiling XMLCoding ISO8601DateFormatter.swift
[133/978] Emitting module XMLCoding
[134/978] Compiling ShapeCoding RawShape.swift
[135/978] Compiling ShapeCoding ShapeCodingKey.swift
[136/978] Compiling ShapeCoding ShapeDecoder+unbox.swift
[137/978] Compiling ShapeCoding DateISO8601Extensions.swift
[138/978] Compiling Tracing TracingTime.swift
[141/978] Emitting module DequeModule
[142/979] Compiling Tracing TracerProtocol.swift
[144/979] Compiling Tracing Tracer.swift
[145/979] Compiling Tracing TracerProtocol+Legacy.swift
[146/979] Compiling ShapeCoding DecodingErrorExtension.swift
[147/979] Compiling ShapeCoding MutableShape.swift
[148/979] Compiling ShapeCoding ShapeKeyedEncodingContainer.swift
[149/979] Compiling ShapeCoding ShapeSingleValueEncodingContainer.swift
[149/979] Compiling ssl_versions.cc
[151/979] Compiling Tracing InstrumentationSystem+Tracing.swift
[152/979] Compiling Tracing NoOpTracer.swift
[153/979] Compiling Tracing SpanProtocol.swift
[154/979] Emitting module Tracing
[154/980] Compiling ssl_x509.cc
[157/980] Compiling XMLCoding XMLStackParser.swift
[158/981] Compiling ssl_transcript.cc
[160/981] Emitting module ShapeCoding
[161/983] Emitting module Metrics
[162/983] Compiling Metrics Metrics.swift
[163/984] Compiling ssl_stat.cc
[165/984] Compiling ShapeCoding StandardEncodingOptions.swift
[166/984] Compiling ShapeCoding StandardShapeDecoderDelegate.swift
[169/984] Compiling ShapeCoding ShapeKeyedDecodingContainer.swift
[177/984] Compiling ShapeCoding ShapeDecoderDelegate.swift
[178/984] Compiling ShapeCoding ShapeDecodingStorage.swift
[182/984] Compiling ShapeCoding StandardShapeParser.swift
[183/984] Compiling ShapeCoding StandardShapeSingleValueEncodingContainerDelegate.swift
[184/984] Compiling ShapeCoding ShapeUnkeyedDecodingContainer.swift
[185/984] Compiling ShapeCoding ShapeUnkeyedEncodingContainer.swift
[186/984] Compiling ShapeCoding StandardDecodingOptions.swift
[186/985] Compiling ssl_session.cc
[188/985] Compiling ssl_privkey.cc
[189/988] Compiling ssl_file.cc
[190/988] Compiling ssl_key_share.cc
[192/997] Compiling QueryCoding QueryEncoder.swift
[193/997] Emitting module QueryCoding
[194/997] Compiling QueryCoding QueryDecoder.swift
[194/998] Compiling ssl_lib.cc
[196/998] Emitting module HTTPHeadersCoding
[197/998] Emitting module HTTPPathCoding
[199/998] Compiling HTTPPathCoding HTTPPathToken.swift
[200/998] Compiling HTTPPathCoding HTTPPathDecoder.swift
[201/998] Compiling HTTPPathCoding Array+getShapeForTemplate.swift
[202/998] Compiling HTTPHeadersCoding HTTPHeadersDecoder.swift
[203/998] Compiling HTTPHeadersCoding HTTPHeadersEncoder.swift
[204/999] Compiling HTTPPathCoding HTTPPathSegment.swift
[205/999] Compiling HTTPPathCoding HTTPPathEncoder.swift
[207/1000] Compiling ssl_cipher.cc
[208/1000] Compiling ssl_credential.cc
[209/1000] Compiling ssl_buffer.cc
[210/1000] Compiling ssl_cert.cc
[211/1000] Compiling ssl_asn1.cc
[212/1000] Compiling s3_pkt.cc
[213/1000] Compiling ssl_aead_ctx.cc
[214/1000] Compiling s3_lib.cc
[215/1000] Compiling s3_both.cc
[216/1000] Compiling handshake_server.cc
[217/1000] Compiling handshake.cc
[218/1000] Compiling handshake_client.cc
[219/1000] Compiling handoff.cc
[220/1000] Compiling dtls_record.cc
[221/1000] Compiling encrypted_client_hello.cc
[222/1000] Compiling md5-x86_64-linux.S
[223/1000] Compiling md5-x86_64-apple.S
[224/1000] Compiling dtls_method.cc
[225/1000] Compiling md5-586-linux.S
[226/1000] Compiling md5-586-apple.S
[227/1000] Compiling extensions.cc
[228/1000] Compiling chacha20_poly1305_x86_64-linux.S
[229/1000] Compiling chacha20_poly1305_x86_64-apple.S
[230/1000] Compiling chacha20_poly1305_armv8-win.S
[231/1000] Compiling chacha20_poly1305_armv8-linux.S
[232/1000] Compiling d1_srtp.cc
[233/1000] Compiling chacha20_poly1305_armv8-apple.S
[234/1000] Compiling chacha-x86_64-linux.S
[235/1000] Compiling chacha-x86_64-apple.S
[236/1000] Compiling chacha-x86-linux.S
[237/1000] Compiling chacha-x86-apple.S
[238/1000] Compiling chacha-armv8-win.S
[239/1000] Compiling d1_lib.cc
[240/1000] Compiling chacha-armv8-apple.S
[241/1000] Compiling chacha-armv8-linux.S
[242/1000] Compiling chacha-armv4-linux.S
[243/1000] Compiling aes128gcmsiv-x86_64-linux.S
[244/1000] Compiling aes128gcmsiv-x86_64-apple.S
[245/1000] Compiling x86_64-mont5-apple.S
[246/1000] Compiling x86_64-mont5-linux.S
[247/1000] Compiling x86_64-mont-linux.S
[248/1000] Compiling d1_pkt.cc
[249/1000] Compiling x86_64-mont-apple.S
[250/1000] Compiling x86-mont-linux.S
[251/1000] Compiling x86-mont-apple.S
[252/1000] Compiling vpaes-x86_64-linux.S
[253/1000] Compiling vpaes-x86-linux.S
[254/1000] Compiling vpaes-x86_64-apple.S
[255/1000] Compiling vpaes-x86-apple.S
[256/1000] Compiling vpaes-armv8-win.S
[257/1000] Compiling vpaes-armv7-linux.S
[258/1000] Compiling vpaes-armv8-apple.S
[259/1000] Compiling vpaes-armv8-linux.S
[260/1000] Compiling err_data.cc
[260/1000] Compiling sha512-x86_64-linux.S
[262/1000] Compiling sha512-x86_64-apple.S
[263/1000] Compiling sha512-armv8-win.S
[264/1000] Compiling sha512-armv4-linux.S
[265/1000] Compiling sha512-armv8-apple.S
[266/1000] Compiling sha512-586-linux.S
[267/1000] Compiling sha512-armv8-linux.S
[268/1000] Compiling sha512-586-apple.S
[269/1000] Compiling sha256-x86_64-linux.S
[270/1000] Compiling sha256-x86_64-apple.S
[271/1000] Compiling sha256-armv8-win.S
[272/1000] Compiling sha256-586-linux.S
[273/1000] Compiling sha256-armv8-apple.S
[274/1000] Compiling sha256-armv4-linux.S
[275/1000] Compiling sha256-586-apple.S
[276/1000] Compiling sha256-armv8-linux.S
[277/1000] Compiling sha1-x86_64-linux.S
[278/1000] Compiling sha1-armv8-win.S
[279/1000] Compiling sha1-x86_64-apple.S
[280/1000] Compiling sha1-armv8-apple.S
[281/1000] Compiling sha1-armv8-linux.S
[282/1000] Compiling sha1-586-linux.S
[283/1000] Compiling sha1-armv4-large-linux.S
[284/1000] Compiling bio_ssl.cc
[285/1000] Compiling sha1-586-apple.S
[286/1000] Compiling rsaz-avx2-linux.S
[287/1000] Compiling rsaz-avx2-apple.S
[288/1000] Compiling p256_beeu-x86_64-asm-apple.S
[289/1000] Compiling rdrand-x86_64-apple.S
[290/1000] Compiling rdrand-x86_64-linux.S
[291/1000] Compiling p256_beeu-armv8-asm-win.S
[292/1000] Compiling p256_beeu-x86_64-asm-linux.S
[293/1000] Compiling p256_beeu-armv8-asm-linux.S
[294/1000] Compiling p256_beeu-armv8-asm-apple.S
[295/1000] Compiling p256-x86_64-asm-linux.S
[296/1000] Compiling p256-armv8-asm-win.S
[297/1000] Compiling ghashv8-armv8-win.S
[298/1000] Compiling p256-armv8-asm-linux.S
[299/1000] Compiling p256-armv8-asm-apple.S
[300/1000] Compiling ghashv8-armv8-linux.S
[301/1000] Compiling p256-x86_64-asm-apple.S
[302/1000] Compiling ghashv8-armv8-apple.S
[303/1000] Compiling ghashv8-armv7-linux.S
[304/1000] Compiling ghash-x86_64-linux.S
[305/1000] Compiling ghash-x86-linux.S
[305/1000] Compiling ghash-ssse3-x86_64-linux.S
[307/1000] Compiling ghash-x86_64-apple.S
[308/1000] Compiling ghash-x86-apple.S
[309/1000] Compiling ghash-ssse3-x86_64-apple.S
[310/1000] Compiling co-586-linux.S
[311/1000] Compiling ghash-ssse3-x86-linux.S
[312/1000] Compiling ghash-ssse3-x86-apple.S
[313/1000] Compiling ghash-neon-armv8-apple.S
[314/1000] Compiling ghash-armv4-linux.S
[315/1000] Compiling ghash-neon-armv8-win.S
[316/1000] Compiling ghash-neon-armv8-linux.S
[317/1000] Compiling co-586-apple.S
[318/1000] Compiling bn-armv8-linux.S
[319/1000] Compiling bsaes-armv7-linux.S
[320/1000] Compiling bn-armv8-win.S
[321/1000] Compiling bn-586-linux.S
[322/1000] Compiling bn-armv8-apple.S
[323/1000] Compiling bn-586-apple.S
[324/1000] Compiling armv8-mont-win.S
[325/1000] Compiling armv8-mont-apple.S
[326/1000] Compiling armv4-mont-linux.S
[327/1000] Compiling armv8-mont-linux.S
[328/1000] Compiling aesv8-gcm-armv8-win.S
[329/1000] Compiling aesv8-gcm-armv8-apple.S
[330/1000] Compiling aesv8-armv8-win.S
[331/1000] Compiling d1_both.cc
[332/1000] Compiling aesv8-armv8-linux.S
[333/1000] Compiling aesv8-gcm-armv8-linux.S
[334/1000] Compiling aesv8-armv8-apple.S
[335/1000] Compiling aesni-x86_64-linux.S
[336/1000] Compiling aesni-x86_64-apple.S
[337/1000] Compiling aesv8-armv7-linux.S
[338/1000] Compiling aesni-x86-linux.S
[339/1000] Compiling aesni-x86-apple.S
[340/1000] Compiling aesni-gcm-x86_64-linux.S
[341/1000] Compiling aesni-gcm-x86_64-apple.S
[342/1000] Compiling aes-gcm-avx2-x86_64-apple.S
[343/1000] Compiling aes-gcm-avx2-x86_64-linux.S
[344/1000] Compiling aes-gcm-avx10-x86_64-linux.S
[345/1000] Compiling aes-gcm-avx10-x86_64-apple.S
[346/1000] Compiling x_x509a.cc
[347/1000] Compiling x_spki.cc
[348/1000] Compiling x_sig.cc
[349/1000] Compiling x_req.cc
[350/1000] Compiling x_val.cc
[351/1000] Compiling x_x509.cc
[352/1000] Compiling x_pubkey.cc
[353/1000] Compiling x_name.cc
[354/1000] Compiling x_exten.cc
[355/1000] Compiling x_algor.cc
[356/1000] Compiling x_all.cc
[357/1000] Compiling x509spki.cc
[358/1000] Compiling x_attrib.cc
[359/1000] Compiling x_crl.cc
[360/1000] Compiling x509rset.cc
[361/1000] Compiling x509name.cc
[362/1000] Compiling x509_vpm.cc
[363/1000] Compiling x509cset.cc
[364/1000] Compiling x509_v3.cc
[365/1000] Compiling x509_txt.cc
[366/1000] Compiling x509_vfy.cc
[367/1000] Compiling x509_trs.cc
[368/1000] Compiling x509_set.cc
[369/1000] Compiling x509_req.cc
[370/1000] Compiling x509_ext.cc
[371/1000] Compiling x509_obj.cc
[372/1000] Compiling x509_lu.cc
[373/1000] Compiling x509_att.cc
[374/1000] Compiling x509_d2.cc
[375/1000] Compiling x509_def.cc
[376/1000] Compiling x509_cmp.cc
[377/1000] Compiling x509.cc
[378/1000] Compiling v3_pmaps.cc
[379/1000] Compiling v3_utl.cc
[380/1000] Compiling v3_purp.cc
[381/1000] Compiling v3_skey.cc
[382/1000] Compiling v3_pcons.cc
[383/1000] Compiling v3_prn.cc
[384/1000] Compiling v3_ocsp.cc
[385/1000] Compiling v3_info.cc
[386/1000] Compiling v3_ncons.cc
[387/1000] Compiling v3_extku.cc
[388/1000] Compiling v3_int.cc
[389/1000] Compiling v3_lib.cc
[390/1000] Compiling v3_ia5.cc
[391/1000] Compiling v3_genn.cc
[392/1000] Compiling v3_enum.cc
[393/1000] Compiling v3_conf.cc
[394/1000] Compiling v3_cpols.cc
[395/1000] Compiling v3_bcons.cc
[396/1000] Compiling v3_crld.cc
[397/1000] Compiling v3_bitst.cc
[398/1000] Compiling v3_akeya.cc
[399/1000] Compiling v3_alt.cc
[400/1000] Compiling v3_akey.cc
[401/1000] Compiling t_x509a.cc
[402/1000] Compiling t_x509.cc
[403/1000] Compiling policy.cc
[404/1000] Compiling rsa_pss.cc
[405/1000] Compiling t_crl.cc
[406/1000] Compiling t_req.cc
[407/1000] Compiling i2d_pr.cc
[408/1000] Compiling name_print.cc
[409/1000] Compiling by_file.cc
[410/1000] Compiling by_dir.cc
[411/1000] Compiling asn1_gen.cc
[412/1000] Compiling a_sign.cc
[413/1000] Compiling algorithm.cc
[414/1000] Compiling a_verify.cc
[415/1000] Compiling a_digest.cc
[416/1000] Compiling trust_token.cc
[417/1000] Compiling voprf.cc
[418/1000] Compiling thread_none.cc
[419/1000] Compiling thread_win.cc
[420/1000] Compiling thread_pthread.cc
[421/1000] Compiling pmbtoken.cc
[422/1000] Compiling thread.cc
[423/1000] Compiling stack.cc
[424/1000] Compiling sha512.cc
[425/1000] Compiling siphash.cc
[426/1000] Compiling sha256.cc
[427/1000] Compiling slhdsa.cc
[428/1000] Compiling sha1.cc
[429/1000] Compiling rsa_print.cc
[430/1000] Compiling spake2plus.cc
[431/1000] Compiling rsa_extra.cc
[432/1000] Compiling rc4.cc
[433/1000] Compiling rsa_crypt.cc
[434/1000] Compiling refcount.cc
[435/1000] Compiling windows.cc
[436/1000] Compiling trusty.cc
[437/1000] Compiling urandom.cc
[438/1000] Compiling rsa_asn1.cc
[439/1000] Compiling rand.cc
[440/1000] Compiling passive.cc
[441/1000] Compiling ios.cc
[442/1000] Compiling getentropy.cc
[443/1000] Compiling poly1305_arm_asm.S
[444/1000] Compiling forkunsafe.cc
[445/1000] Compiling deterministic.cc
[446/1000] Compiling fork_detect.cc
[447/1000] Compiling poly1305_vec.cc
[448/1000] Compiling pool.cc
[449/1000] Compiling poly1305_arm.cc
[450/1000] Compiling poly1305.cc
[451/1000] Compiling pkcs7.cc
[452/1000] Compiling pkcs8_x509.cc
[453/1000] Compiling pkcs8.cc
[454/1000] Compiling p5_pbev2.cc
[455/1000] Compiling pkcs7_x509.cc
[456/1000] Compiling pem_xaux.cc
[457/1000] Compiling pem_x509.cc
[458/1000] Compiling pem_pkey.cc
[459/1000] Compiling pem_pk8.cc
[460/1000] Compiling pem_oth.cc
[461/1000] Compiling mlkem.cc
[462/1000] Compiling pem_lib.cc
[463/1000] Compiling pem_info.cc
[464/1000] Compiling obj_xref.cc
[465/1000] Compiling pem_all.cc
[466/1000] Compiling obj.cc
[467/1000] Compiling mldsa.cc
[468/1000] Compiling lhash.cc
[469/1000] Compiling mem.cc
[470/1000] Compiling md5.cc
[470/1000] Compiling fips_shared_support.cc
[472/1000] Compiling md4.cc
[473/1000] Compiling poly_rq_mul.S
[474/1000] Compiling kyber.cc
[475/1000] Compiling sign.cc
[476/1000] Compiling scrypt.cc
[477/1000] Compiling ex_data.cc
[478/1000] Compiling hrss.cc
[479/1000] Compiling hpke.cc
[480/1000] Compiling print.cc
[481/1000] Compiling pbkdf.cc
[482/1000] Compiling p_x25519.cc
[483/1000] Compiling p_rsa.cc
[484/1000] Compiling p_rsa_asn1.cc
[485/1000] Compiling p_ed25519.cc
[486/1000] Compiling p_x25519_asn1.cc
[487/1000] Compiling p_hkdf.cc
[488/1000] Compiling p_ed25519_asn1.cc
[489/1000] Compiling p_ec_asn1.cc
[490/1000] Compiling p_dh_asn1.cc
[491/1000] Compiling p_ec.cc
[492/1000] Compiling p_dsa_asn1.cc
[493/1000] Compiling p_dh.cc
[494/1000] Compiling evp_ctx.cc
[495/1000] Compiling evp.cc
[496/1000] Compiling evp_asn1.cc
[497/1000] Compiling engine.cc
[498/1000] Compiling err.cc
[499/1000] Compiling ecdh.cc
[500/1000] Compiling bcm.cc
[501/1000] Compiling ec_derive.cc
[502/1000] Compiling ecdsa_asn1.cc
[503/1000] Compiling hash_to_curve.cc
[504/1000] Compiling dsa_asn1.cc
[505/1000] Compiling dsa.cc
[506/1000] Compiling params.cc
[507/1000] Compiling ec_asn1.cc
[508/1000] Compiling digest_extra.cc
[509/1000] Compiling x25519-asm-arm.S
[510/1000] Compiling des.cc
[511/1000] Compiling dh_asn1.cc
[512/1000] Compiling spake25519.cc
[513/1000] Compiling curve25519_64_adx.cc
[514/1000] Compiling crypto.cc
[515/1000] Compiling cpu_arm_freebsd.cc
[516/1000] Compiling cpu_intel.cc
[517/1000] Compiling cpu_aarch64_win.cc
[518/1000] Compiling cpu_arm_linux.cc
[519/1000] Compiling curve25519.cc
[520/1000] Compiling cpu_aarch64_sysreg.cc
[521/1000] Compiling cpu_aarch64_openbsd.cc
[522/1000] Compiling cpu_aarch64_fuchsia.cc
[523/1000] Compiling cpu_aarch64_linux.cc
[524/1000] Compiling conf.cc
[525/1000] Compiling cpu_aarch64_apple.cc
[526/1000] Compiling get_cipher.cc
[527/1000] Compiling tls_cbc.cc
[528/1000] Compiling e_tls.cc
[529/1000] Compiling e_rc4.cc
[530/1000] Compiling e_aesgcmsiv.cc
[531/1000] Compiling e_des.cc
[532/1000] Compiling e_aesctrhmac.cc
[533/1000] Compiling e_null.cc
[534/1000] Compiling e_rc2.cc
[534/1000] Compiling e_chacha20poly1305.cc
[536/1000] Compiling derive_key.cc
[537/1000] Compiling chacha.cc
[538/1000] Compiling buf.cc
[539/1000] Compiling ber.cc
[540/1000] Compiling unicode.cc
[541/1000] Compiling cbs.cc
[542/1000] Compiling cbb.cc
[543/1000] Compiling asn1_compat.cc
[544/1000] Compiling convert.cc
[545/1000] Compiling blake2.cc
[546/1000] Compiling socket.cc
[547/1000] Compiling socket_helper.cc
[548/1000] Compiling printf.cc
[549/1000] Compiling bn_asn1.cc
[550/1000] Compiling pair.cc
[551/1000] Compiling hexdump.cc
[552/1000] Compiling file.cc
[553/1000] Compiling errno.cc
[554/1000] Compiling fd.cc
[555/1000] Compiling connect.cc
[556/1000] Compiling bio_mem.cc
[557/1000] Compiling base64.cc
[558/1000] Compiling bio.cc
[559/1000] Compiling tasn_utl.cc
[560/1000] Compiling tasn_typ.cc
[561/1000] Compiling tasn_fre.cc
[562/1000] Compiling tasn_enc.cc
[563/1000] Compiling posix_time.cc
[564/1000] Compiling f_string.cc
[565/1000] Compiling tasn_new.cc
[566/1000] Compiling f_int.cc
[567/1000] Compiling tasn_dec.cc
[568/1000] Compiling asn_pack.cc
[569/1000] Compiling asn1_par.cc
[570/1000] Compiling a_utctm.cc
[571/1000] Compiling asn1_lib.cc
[572/1000] Compiling a_type.cc
[573/1000] Compiling a_time.cc
[574/1000] Compiling a_octet.cc
[575/1000] Compiling a_strex.cc
[575/1000] Compiling a_object.cc
[575/1000] Compiling a_strnid.cc
[578/1000] Compiling a_i2d_fp.cc
[579/1000] Compiling a_mbstr.cc
[580/1000] Compiling a_int.cc
[581/1000] Compiling a_gentm.cc
[582/1000] Compiling a_dup.cc
[582/1000] Compiling a_d2i_fp.cc
[584/1000] Compiling a_bitstr.cc
[585/1000] Compiling v3_skey.c
[586/1000] Compiling v3_purp.c
[587/1000] Compiling a_bool.cc
[588/1000] Compiling v3_utl.c
[589/1000] Compiling CCryptoBoringSSLShims shims.c
[590/1000] Compiling v3_pmaps.c
[591/1000] Compiling v3_prn.c
[592/1000] Compiling v3_pcons.c
[593/1000] Compiling v3_pci.c
[594/1000] Compiling v3_pcia.c
[595/1000] Compiling v3_ocsp.c
[596/1000] Compiling v3_lib.c
[597/1000] Compiling v3_int.c
[598/1000] Compiling v3_ncons.c
[599/1000] Compiling v3_info.c
[600/1000] Compiling v3_ia5.c
[601/1000] Compiling v3_extku.c
[602/1000] Compiling v3_genn.c
[603/1000] Compiling v3_crld.c
[604/1000] Compiling v3_enum.c
[605/1000] Compiling v3_cpols.c
[606/1000] Compiling v3_bitst.c
[607/1000] Compiling v3_bcons.c
[608/1000] Compiling v3_conf.c
[609/1000] Compiling v3_akeya.c
[610/1000] Compiling v3_alt.c
[611/1000] Compiling v3_akey.c
[612/1000] Compiling pcy_tree.c
[613/1000] Compiling pcy_node.c
[614/1000] Compiling pcy_map.c
[615/1000] Compiling pcy_data.c
[615/1000] Compiling pcy_lib.c
[617/1000] Compiling pcy_cache.c
[618/1000] Compiling x_x509a.c
[619/1000] Compiling x_val.c
[620/1000] Compiling x_spki.c
[621/1000] Compiling x_req.c
[622/1000] Compiling x_sig.c
[623/1000] Compiling x_x509.c
[624/1000] Compiling x_pkey.c
[625/1000] Compiling x_info.c
[626/1000] Compiling x_pubkey.c
[627/1000] Compiling x_name.c
[628/1000] Compiling x_exten.c
[629/1000] Compiling x_algor.c
[630/1000] Compiling x_crl.c
[631/1000] Compiling x_all.c
[632/1000] Compiling x509spki.c
[633/1000] Compiling x_attrib.c
[634/1000] Compiling x509name.c
[635/1000] Compiling x509rset.c
[636/1000] Compiling x509cset.c
[637/1000] Compiling x509_vpm.c
[638/1000] Compiling x509_txt.c
[639/1000] Compiling c-nioatomics.c
[639/1000] Compiling x509_set.c
[641/1000] Compiling x509_v3.c
[642/1000] Compiling x509_trs.c
[643/1000] Compiling x509_vfy.c
[644/1000] Compiling x509_req.c
[645/1000] Compiling x509_obj.c
[646/1000] Compiling x509_def.c
[647/1000] Compiling x509_ext.c
[648/1000] Compiling x509_d2.c
[649/1000] Compiling x509_lu.c
[650/1000] Compiling x509.c
[651/1000] Compiling x509_cmp.c
[652/1000] Compiling x509_att.c
[653/1000] Compiling t_x509.c
[653/1000] Compiling t_crl.c
[655/1000] Compiling t_x509a.c
[656/1000] Compiling t_req.c
[657/1000] Compiling i2d_pr.c
[658/1000] Compiling algorithm.c
[659/1000] Compiling rsa_pss.c
[660/1000] Compiling a_verify.c
[661/1000] Compiling by_file.c
[662/1000] Compiling by_dir.c
[663/1000] Compiling asn1_gen.c
[664/1000] Compiling c-atomics.c
[665/1000] Compiling a_strex.c
[666/1000] Compiling a_sign.c
[667/1000] Compiling thread_win.c
[668/1000] Compiling voprf.c
[669/1000] Compiling thread_pthread.c
[670/1000] Compiling a_digest.c
[671/1000] Compiling trust_token.c
[672/1000] Compiling thread.c
[673/1000] Compiling thread_none.c
[674/1000] Compiling siphash.c
[675/1000] Compiling rsa_print.c
[676/1000] Compiling pmbtoken.c
[677/1000] Compiling stack.c
[678/1000] Compiling rc4.c
[679/1000] Compiling rsa_asn1.c
[680/1000] Compiling refcount_lock.c
[681/1000] Compiling windows.c
[682/1000] Compiling refcount_c11.c
[683/1000] Compiling deterministic.c
[684/1003] Compiling fuchsia.c
[684/1003] Compiling rand_extra.c
[686/1006] Compiling forkunsafe.c
[687/1006] Compiling passive.c
[688/1006] Compiling poly1305_vec.c
[689/1006] Compiling pool.c
[690/1006] Compiling poly1305_arm.c
[691/1006] Compiling poly1305.c
[692/1006] Compiling poly1305_arm_asm.S
[693/1006] Compiling pkcs7.c
[694/1006] Compiling pkcs7_x509.c
[695/1006] Compiling p5_pbev2.c
[696/1006] Compiling pkcs8_x509.c
[697/1006] Compiling pkcs8.c
[699/1006] Compiling NIOConcurrencyHelpers NIOLock.swift
[699/1006] Compiling pem_pk8.c
[700/1006] Compiling pem_pkey.c
[701/1006] Compiling pem_x509.c
[701/1006] Compiling pem_oth.c
[703/1006] Compiling pem_xaux.c
[704/1006] Compiling pem_info.c
[705/1006] Compiling pem_lib.c
[706/1006] Compiling lhash.c
[707/1006] Compiling obj_xref.c
[708/1006] Compiling mem.c
[710/1006] Emitting module NIOConcurrencyHelpers
[710/1006] Compiling poly_rq_mul.S
[711/1006] Compiling pem_all.c
[712/1006] Compiling obj.c
[713/1006] Compiling hpke.c
[714/1006] Compiling hkdf.c
[715/1006] Compiling x86_64-mont.mac.x86_64.S
[716/1006] Compiling x86_64-mont5.linux.x86_64.S
[716/1006] Compiling x86_64-mont.linux.x86_64.S
[718/1006] Compiling x86_64-mont5.mac.x86_64.S
[720/1006] Compiling NIOConcurrencyHelpers lock.swift
[720/1006] Compiling vpaes-x86_64.mac.x86_64.S
[720/1006] Compiling x86-mont.windows.x86.S
[723/1006] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[723/1006] Compiling x86-mont.linux.x86.S
[724/1006] Compiling NIOConcurrencyHelpers atomics.swift
[725/1006] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[726/1006] Compiling vpaes-x86_64.linux.x86_64.S
[727/1006] Compiling vpaes-x86.windows.x86.S
[728/1006] Compiling vpaes-x86.linux.x86.S
[729/1007] Compiling vpaes-armv8.ios.aarch64.S
[730/1007] Compiling vpaes-armv7.linux.arm.S
[731/1007] Compiling vpaes-armv7.ios.arm.S
[732/1007] Compiling vpaes-armv8.linux.aarch64.S
[733/1007] Compiling sha512-x86_64.mac.x86_64.S
[734/1007] Compiling sha512-x86_64.linux.x86_64.S
[735/1007] Compiling kdf.c
[736/1007] Compiling sha512-armv8.ios.aarch64.S
[738/1007] Compiling sha512-armv4.linux.arm.S
[739/1007] Compiling sha512-armv8.linux.aarch64.S
[740/1007] Compiling sha512-armv4.ios.arm.S
[741/1007] Compiling sha256-x86_64.mac.x86_64.S
[742/1007] Compiling sha512-586.linux.x86.S
[742/1007] Compiling sha512-586.windows.x86.S
[744/1007] Compiling hrss.c
[745/1007] Compiling sha256-x86_64.linux.x86_64.S
[746/1007] Compiling sha256-armv8.ios.aarch64.S
[747/1007] Compiling sha256-armv4.linux.arm.S
[748/1007] Compiling sha256-armv4.ios.arm.S
[749/1007] Compiling sha256-586.linux.x86.S
[750/1007] Compiling sha256-armv8.linux.aarch64.S
[751/1007] Compiling sha256-586.windows.x86.S
[752/1007] Compiling sha1-x86_64.mac.x86_64.S
[753/1007] Compiling sha1-x86_64.linux.x86_64.S
[754/1007] Compiling sha1-armv4-large.linux.arm.S
[755/1007] Compiling sha1-armv4-large.ios.arm.S
[756/1007] Compiling sha1-armv8.ios.aarch64.S
[757/1007] Compiling sha1-armv8.linux.aarch64.S
[758/1007] Compiling sha1-586.linux.x86.S
[759/1007] Compiling sha1-586.windows.x86.S
[760/1007] Compiling sha256.c
[761/1007] Compiling sha1-altivec.c
[762/1007] Compiling sha1.c
[763/1007] Compiling sha512.c
[764/1007] Compiling rsaz-avx2.linux.x86_64.S
[765/1007] Compiling rsaz-avx2.mac.x86_64.S
[766/1007] Compiling rdrand-x86_64.mac.x86_64.S
[767/1007] Compiling self_check.c
[768/1007] Compiling rdrand-x86_64.linux.x86_64.S
[769/1007] Compiling blinding.c
[770/1007] Compiling urandom.c
[771/1007] Compiling padding.c
[772/1007] Compiling rsa_impl.c
[773/1007] Compiling rand.c
[774/1007] Compiling rsa.c
[775/1007] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[776/1007] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[777/1007] Compiling fork_detect.c
[778/1007] Compiling p256-x86_64-asm.mac.x86_64.S
[779/1007] Compiling ctrdrbg.c
[780/1007] Compiling p256-x86_64-asm.linux.x86_64.S
[781/1007] Compiling gcm_nohw.c
[782/1007] Compiling ofb.c
[783/1007] Compiling polyval.c
[784/1007] Compiling ctr.c
[785/1007] Compiling md5-x86_64.mac.x86_64.S
[786/1007] Compiling gcm.c
[786/1007] Compiling cfb.c
[788/1007] Compiling md5-x86_64.linux.x86_64.S
[788/1007] Compiling md5-586.windows.x86.S
[790/1007] Compiling md5-586.linux.x86.S
[791/1007] Compiling cbc.c
[792/1007] Compiling md5.c
[793/1007] Compiling is_fips.c
[794/1007] Compiling ghashv8-armx64.ios.aarch64.S
[795/1007] Compiling ghashv8-armx64.linux.aarch64.S
[796/1007] Compiling md4.c
[797/1007] Compiling hmac.c
[798/1007] Compiling ghashv8-armx32.linux.arm.S
[799/1007] Compiling ghashv8-armx32.ios.arm.S
[800/1007] Compiling ghash-x86_64.mac.x86_64.S
[800/1007] Compiling ghash-x86_64.linux.x86_64.S
[802/1007] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[803/1007] Compiling ghash-x86.linux.x86.S
[804/1007] Compiling ghash-x86.windows.x86.S
[805/1007] Compiling fips_shared_support.c
[806/1007] Compiling ghash-neon-armv8.ios.aarch64.S
[806/1007] Compiling ghash-ssse3-x86.windows.x86.S
[806/1007] Compiling ghash-ssse3-x86.linux.x86.S
[806/1007] Compiling ghash-armv4.linux.arm.S
[810/1007] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[811/1007] Compiling ghash-armv4.ios.arm.S
[811/1007] Compiling ghash-neon-armv8.linux.aarch64.S
[813/1007] Compiling ecdsa.c
[814/1007] Compiling ecdh.c
[815/1007] Compiling simple_mul.c
[816/1007] Compiling wnaf.c
[817/1007] Compiling p256-x86_64.c
[818/1007] Compiling util.c
[818/1007] Compiling simple.c
[820/1007] Compiling scalar.c
[821/1007] Compiling felem.c
[822/1007] Compiling p224-64.c
[823/1007] Compiling ec_montgomery.c
[824/1007] Compiling p256.c
[825/1007] Compiling digests.c
[826/1007] Compiling ec_key.c
[827/1007] Compiling oct.c
[828/1007] Compiling digest.c
[829/1007] Compiling check.c
[830/1007] Compiling co-586.linux.x86.S
[831/1007] Compiling dh.c
[832/1007] Compiling co-586.windows.x86.S
[833/1007] Compiling ec.c
[834/1007] Compiling e_des.c
[835/1007] Compiling bsaes-armv7.linux.arm.S
[835/1007] Compiling bsaes-armv7.ios.arm.S
[837/1007] Compiling aead.c
[838/1007] Compiling cipher.c
[839/1007] Compiling des.c
[840/1007] Compiling sqrt.c
[841/1007] Compiling e_aes.c
[842/1007] Compiling shift.c
[843/1007] Compiling rsaz_exp.c
[844/1007] Compiling random.c
[845/1007] Compiling montgomery_inv.c
[846/1007] Compiling prime.c
[847/1007] Compiling jacobi.c
[848/1007] Compiling montgomery.c
[849/1007] Compiling mul.c
[850/1007] Compiling gcd.c
[851/1007] Compiling gcd_extra.c
[852/1007] Compiling div_extra.c
[853/1007] Compiling generic.c
[854/1007] Compiling exponentiation.c
[855/1007] Compiling cmp.c
[856/1007] Compiling div.c
[857/1007] Compiling bytes.c
[857/1007] Compiling ctx.c
[859/1007] Compiling x86_64-gcc.c
[860/1007] Compiling bn-586.windows.x86.S
[861/1007] Compiling bn-586.linux.x86.S
[862/1007] Compiling bn.c
[863/1007] Compiling add.c
[864/1007] Compiling armv8-mont.ios.aarch64.S
[865/1007] Compiling armv4-mont.linux.arm.S
[866/1007] Compiling armv8-mont.linux.aarch64.S
[867/1007] Compiling armv4-mont.ios.arm.S
[868/1007] Compiling aesv8-armx64.linux.aarch64.S
[869/1007] Compiling aesv8-armx64.ios.aarch64.S
[870/1007] Compiling aesv8-armx32.linux.arm.S
[871/1007] Compiling aesv8-armx32.ios.arm.S
[871/1007] Compiling aesni-x86_64.linux.x86_64.S
[873/1007] Compiling aesni-x86_64.mac.x86_64.S
[874/1007] Compiling aesni-x86.linux.x86.S
[874/1007] Compiling aesni-x86.windows.x86.S
[876/1007] Compiling aesni-gcm-x86_64.mac.x86_64.S
[877/1007] Compiling aesni-gcm-x86_64.linux.x86_64.S
[878/1007] Compiling key_wrap.c
[879/1007] Compiling aes.c
[880/1007] Compiling ex_data.c
[881/1007] Compiling mode_wrappers.c
[882/1007] Compiling aes_nohw.c
[883/1007] Compiling sign.c
[884/1007] Compiling scrypt.c
[885/1007] Compiling p_x25519.c
[886/1007] Compiling pbkdf.c
[887/1007] Compiling print.c
[888/1007] Compiling p_rsa_asn1.c
[889/1007] Compiling p_x25519_asn1.c
[890/1007] Compiling p_ed25519_asn1.c
[891/1007] Compiling p_ed25519.c
[892/1007] Compiling p_dsa_asn1.c
[893/1007] Compiling p_rsa.c
[894/1007] Compiling p_ec_asn1.c
[895/1007] Compiling err_data.c
[896/1007] Compiling evp_ctx.c
[897/1007] Compiling digestsign.c
[898/1007] Compiling p_ec.c
[899/1007] Compiling evp.c
[900/1007] Compiling evp_asn1.c
[901/1007] Compiling engine.c
[902/1007] Compiling ecdsa_asn1.c
[903/1007] Compiling ec_derive.c
[904/1007] Compiling err.c
[905/1007] Compiling ecdh_extra.c
[906/1007] Compiling ec_asn1.c
[907/1007] Compiling dh_asn1.c
[908/1007] Compiling dsa_asn1.c
[908/1007] Compiling hash_to_curve.c
[910/1007] Compiling params.c
[911/1007] Compiling spake25519.c
[912/1007] Compiling cpu-arm.c
[913/1007] Compiling cpu-ppc64le.c
[914/1007] Compiling digest_extra.c
[914/1007] Compiling dsa.c
[916/1007] Compiling cpu-intel.c
[916/1007] Compiling x25519-asm-arm.S
[918/1007] Compiling cpu-arm-linux.c
[919/1007] Compiling cpu-aarch64-win.c
[920/1007] Compiling cpu-aarch64-fuchsia.c
[921/1007] Compiling crypto.c
[922/1007] Compiling cpu-aarch64-linux.c
[923/1007] Compiling e_rc4.c
[924/1007] Compiling cmac.c
[925/1007] Compiling e_tls.c
[926/1007] Compiling tls_cbc.c
[927/1007] Compiling conf.c
[928/1007] Compiling e_null.c
[929/1007] Compiling e_rc2.c
[930/1007] Compiling e_aesgcmsiv.c
[931/1007] Compiling e_chacha20poly1305.c
[932/1007] Compiling derive_key.c
[933/1007] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[934/1007] Compiling e_aesctrhmac.c
[935/1007] Compiling e_aesccm.c
[936/1007] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[937/1007] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[938/1007] Compiling cipher_extra.c
[939/1007] Compiling curve25519.c
[940/1007] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[941/1007] Compiling chacha-x86_64.mac.x86_64.S
[942/1007] Compiling chacha-x86_64.linux.x86_64.S
[943/1007] Compiling chacha.c
[944/1007] Compiling chacha-x86.windows.x86.S
[945/1007] Compiling chacha-armv8.ios.aarch64.S
[946/1007] Compiling chacha-x86.linux.x86.S
[947/1007] Compiling chacha-armv4.linux.arm.S
[948/1007] Compiling chacha-armv4.ios.arm.S
[949/1007] Compiling unicode.c
[950/1007] Compiling chacha-armv8.linux.aarch64.S
[951/1007] Compiling cbs.c
[952/1007] Compiling cbb.c
[953/1007] Compiling ber.c
[954/1007] Compiling bn_asn1.c
[955/1007] Compiling asn1_compat.c
[956/1007] Compiling convert.c
[957/1007] Compiling buf.c
[958/1007] Compiling blake2.c
[959/1007] Compiling printf.c
[960/1007] Compiling socket_helper.c
[961/1007] Compiling socket.c
[962/1007] Compiling hexdump.c
[963/1007] Compiling pair.c
[964/1007] Compiling base64.c
[965/1007] Compiling file.c
[966/1007] Compiling time_support.c
[967/1007] Compiling fd.c
[968/1007] Compiling bio_mem.c
[969/1007] Compiling connect.c
[970/1007] Compiling tasn_utl.c
[971/1007] Compiling bio.c
[972/1007] Compiling f_string.c
[973/1007] Compiling tasn_enc.c
[974/1007] Compiling tasn_fre.c
[975/1007] Compiling f_int.c
[976/1007] Compiling tasn_typ.c
[977/1007] Compiling tasn_dec.c
[978/1007] Compiling tasn_new.c
[979/1007] Compiling f_enum.c
[980/1007] Compiling asn_pack.c
[981/1007] Compiling asn1_par.c
[982/1007] Compiling a_utf8.c
[983/1007] Compiling a_print.c
[984/1007] Compiling asn1_lib.c
[984/1007] Compiling a_utctm.c
[986/1007] Compiling a_time.c
[986/1007] Compiling a_type.c
[988/1007] Compiling a_strnid.c
[989/1007] Compiling a_object.c
[990/1007] Compiling a_mbstr.c
[991/1007] Compiling a_octet.c
[992/1007] Compiling a_gentm.c
[993/1007] Compiling a_dup.c
[993/1007] Write sources
[998/1007] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[999/1007] Compiling a_enum.c
[999/1007] Compiling a_i2d_fp.c
[1001/1007] Write sources
[1003/1007] Compiling a_int.c
[1004/1007] Compiling a_bool.c
[1005/1007] Compiling a_d2i_fp.c
[1006/1007] Compiling a_bitstr.c
[1008/1109] Compiling AWSLogging StdioOutputStream.swift
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:31:8: error: Unsupported runtime
 29 | let systemStdout = WASILibc.stdout!
 30 | #else
 31 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 32 | #endif
 33 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:77:58: error: cannot find 'systemStdout' in scope
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                          `- error: cannot find 'systemStdout' in scope
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:77:84: error: cannot infer contextual base in reference to member 'always'
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:113:68: error: cannot find 'systemStdout' in scope
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStdout' in scope
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:113:94: error: cannot infer contextual base in reference to member 'always'
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
[1009/1109] Compiling Crypto SubjectPublicKeyInfo.swift
[1010/1109] Compiling Crypto CryptoKitErrors.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1011/1111] Emitting module AWSLogging
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLogger.swift:32:17: warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLogger' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 30 |
 31 |     private let jsonEncoder: JSONEncoder
 32 |     private let stream: TextOutputStream
    |                 `- warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLogger' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 33 |
 34 |     private init(minimumLogLevel: Logger.Level) {
Swift.TextOutputStream:1:17: note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
1 | public protocol TextOutputStream {
  |                 `- note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
2 |     mutating func _lock()
3 |     mutating func _unlock()
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLogger.swift:27:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 25 |  required to Standard error to be picked up by Cloudwatch logs.
 26 |  */
 27 | public struct CloudwatchJsonStandardErrorLogger: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 28 |     public var metadata: Logger.Metadata
 29 |     public var logLevel: Logger.Level
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:61:17: warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 59 |
 60 |     private let entryStream: AsyncStream<String>
 61 |     private let stream: TextOutputStream
    |                 `- warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 62 |     private let entryHandler: (String) -> ()
 63 |     private let entryQueueFinishHandler: () -> ()
Swift.TextOutputStream:1:17: note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
1 | public protocol TextOutputStream {
  |                 `- note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
2 |     mutating func _lock()
3 |     mutating func _unlock()
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:62:17: warning: stored property 'entryHandler' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '(String) -> ()'; this is an error in the Swift 6 language mode
 60 |     private let entryStream: AsyncStream<String>
 61 |     private let stream: TextOutputStream
 62 |     private let entryHandler: (String) -> ()
    |                 |- warning: stored property 'entryHandler' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '(String) -> ()'; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 63 |     private let entryQueueFinishHandler: () -> ()
 64 |     private let metadataTypes: [String: MetadataType]
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:63:17: warning: stored property 'entryQueueFinishHandler' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '() -> ()'; this is an error in the Swift 6 language mode
 61 |     private let stream: TextOutputStream
 62 |     private let entryHandler: (String) -> ()
 63 |     private let entryQueueFinishHandler: () -> ()
    |                 |- warning: stored property 'entryQueueFinishHandler' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '() -> ()'; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 64 |     private let metadataTypes: [String: MetadataType]
 65 |
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:64:17: warning: stored property 'metadataTypes' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '[String : MetadataType]'; this is an error in the Swift 6 language mode
 31 | }
 32 |
 33 | public enum MetadataType {
    |             `- note: consider making enum 'MetadataType' conform to the 'Sendable' protocol
 34 |     case String
 35 |     case Int
    :
 62 |     private let entryHandler: (String) -> ()
 63 |     private let entryQueueFinishHandler: () -> ()
 64 |     private let metadataTypes: [String: MetadataType]
    |                 `- warning: stored property 'metadataTypes' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '[String : MetadataType]'; this is an error in the Swift 6 language mode
 65 |
 66 |     private init(minimumLogLevel: Logger.Level,
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:50:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 48 |  strings.
 49 |  */
 50 | public struct CloudwatchJsonStandardErrorLoggerV2: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 51 |     public var metadata: Logger.Metadata
 52 |     public var metadataProvider: Logger.MetadataProvider?
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchStandardErrorLogger.swift:31:17: warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchStandardErrorLogger' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 29 |     public var logLevel: Logger.Level
 30 |
 31 |     private let stream: TextOutputStream
    |                 `- warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchStandardErrorLogger' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 32 |
 33 |     private init(minimumLogLevel: Logger.Level) {
Swift.TextOutputStream:1:17: note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
1 | public protocol TextOutputStream {
  |                 `- note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
2 |     mutating func _lock()
3 |     mutating func _unlock()
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchStandardErrorLogger.swift:27:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 25 |  required to Standard error to be picked up by Cloudwatch logs.
 26 |  */
 27 | public struct CloudwatchStandardErrorLogger: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 28 |     public var metadata: Logger.Metadata
 29 |     public var logLevel: Logger.Level
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchStandardErrorLogger.swift:100:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 98 | }
 99 |
100 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
101 |     public func write(_ string: String) {
102 |         guard let data = string.data(using: .utf8) else { return }
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:31:8: error: Unsupported runtime
 29 | let systemStdout = WASILibc.stdout!
 30 | #else
 31 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 32 | #endif
 33 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:77:58: error: cannot find 'systemStdout' in scope
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                          `- error: cannot find 'systemStdout' in scope
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:77:84: error: cannot infer contextual base in reference to member 'always'
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:113:68: error: cannot find 'systemStdout' in scope
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStdout' in scope
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:113:94: error: cannot infer contextual base in reference to member 'always'
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
[1012/1111] Compiling AWSLogging CloudwatchJsonStandardErrorLogger.swift
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLogger.swift:32:17: warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLogger' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 30 |
 31 |     private let jsonEncoder: JSONEncoder
 32 |     private let stream: TextOutputStream
    |                 `- warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLogger' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 33 |
 34 |     private init(minimumLogLevel: Logger.Level) {
Swift.TextOutputStream:1:17: note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
1 | public protocol TextOutputStream {
  |                 `- note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
2 |     mutating func _lock()
3 |     mutating func _unlock()
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLogger.swift:27:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 25 |  required to Standard error to be picked up by Cloudwatch logs.
 26 |  */
 27 | public struct CloudwatchJsonStandardErrorLogger: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 28 |     public var metadata: Logger.Metadata
 29 |     public var logLevel: Logger.Level
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
[1013/1111] Compiling AWSLogging CloudwatchStandardErrorLogger.swift
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchStandardErrorLogger.swift:31:17: warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchStandardErrorLogger' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 29 |     public var logLevel: Logger.Level
 30 |
 31 |     private let stream: TextOutputStream
    |                 `- warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchStandardErrorLogger' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 32 |
 33 |     private init(minimumLogLevel: Logger.Level) {
Swift.TextOutputStream:1:17: note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
1 | public protocol TextOutputStream {
  |                 `- note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
2 |     mutating func _lock()
3 |     mutating func _unlock()
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchStandardErrorLogger.swift:27:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 25 |  required to Standard error to be picked up by Cloudwatch logs.
 26 |  */
 27 | public struct CloudwatchStandardErrorLogger: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 28 |     public var metadata: Logger.Metadata
 29 |     public var logLevel: Logger.Level
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchStandardErrorLogger.swift:100:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 98 | }
 99 |
100 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
101 |     public func write(_ string: String) {
102 |         guard let data = string.data(using: .utf8) else { return }
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
[1014/1111] Compiling AWSLogging CloudwatchJsonStandardErrorLoggerV2.swift
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:61:17: warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 59 |
 60 |     private let entryStream: AsyncStream<String>
 61 |     private let stream: TextOutputStream
    |                 `- warning: stored property 'stream' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
 62 |     private let entryHandler: (String) -> ()
 63 |     private let entryQueueFinishHandler: () -> ()
Swift.TextOutputStream:1:17: note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
1 | public protocol TextOutputStream {
  |                 `- note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
2 |     mutating func _lock()
3 |     mutating func _unlock()
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:62:17: warning: stored property 'entryHandler' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '(String) -> ()'; this is an error in the Swift 6 language mode
 60 |     private let entryStream: AsyncStream<String>
 61 |     private let stream: TextOutputStream
 62 |     private let entryHandler: (String) -> ()
    |                 |- warning: stored property 'entryHandler' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '(String) -> ()'; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 63 |     private let entryQueueFinishHandler: () -> ()
 64 |     private let metadataTypes: [String: MetadataType]
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:63:17: warning: stored property 'entryQueueFinishHandler' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '() -> ()'; this is an error in the Swift 6 language mode
 61 |     private let stream: TextOutputStream
 62 |     private let entryHandler: (String) -> ()
 63 |     private let entryQueueFinishHandler: () -> ()
    |                 |- warning: stored property 'entryQueueFinishHandler' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '() -> ()'; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 64 |     private let metadataTypes: [String: MetadataType]
 65 |
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:64:17: warning: stored property 'metadataTypes' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '[String : MetadataType]'; this is an error in the Swift 6 language mode
 31 | }
 32 |
 33 | public enum MetadataType {
    |             `- note: consider making enum 'MetadataType' conform to the 'Sendable' protocol
 34 |     case String
 35 |     case Int
    :
 62 |     private let entryHandler: (String) -> ()
 63 |     private let entryQueueFinishHandler: () -> ()
 64 |     private let metadataTypes: [String: MetadataType]
    |                 `- warning: stored property 'metadataTypes' of 'Sendable'-conforming struct 'CloudwatchJsonStandardErrorLoggerV2' has non-sendable type '[String : MetadataType]'; this is an error in the Swift 6 language mode
 65 |
 66 |     private init(minimumLogLevel: Logger.Level,
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:50:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 48 |  strings.
 49 |  */
 50 | public struct CloudwatchJsonStandardErrorLoggerV2: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 51 |     public var metadata: Logger.Metadata
 52 |     public var metadataProvider: Logger.MetadataProvider?
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:142:33: warning: converting non-sendable function value to '@Sendable (String, Logger.MetadataProvider?) -> any LogHandler' may introduce data races
140 |         }
141 |
142 |         LoggingSystem.bootstrap(factory, metadataProvider: metadataProvider)
    |                                 `- warning: converting non-sendable function value to '@Sendable (String, Logger.MetadataProvider?) -> any LogHandler' may introduce data races
143 |
144 |         return logger
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:196:51: warning: reference to captured var 'codableMetadata' in concurrently-executing code; this is an error in the Swift 6 language mode
194 |         // schedule at a low priority to avoid disrupting request handling
195 |         self.serializationQueue.async(qos: .utility) {
196 |             let logEntry = LogEntry(stringFields: codableMetadata, integerFields: codableMetadataInts)
    |                                                   `- warning: reference to captured var 'codableMetadata' in concurrently-executing code; this is an error in the Swift 6 language mode
197 |             if let jsonData = try? self.jsonEncoder.encode(logEntry),
198 |                let jsonMessage = String(data: jsonData, encoding: .utf8) {
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:196:83: warning: reference to captured var 'codableMetadataInts' in concurrently-executing code; this is an error in the Swift 6 language mode
194 |         // schedule at a low priority to avoid disrupting request handling
195 |         self.serializationQueue.async(qos: .utility) {
196 |             let logEntry = LogEntry(stringFields: codableMetadata, integerFields: codableMetadataInts)
    |                                                                                   `- warning: reference to captured var 'codableMetadataInts' in concurrently-executing code; this is an error in the Swift 6 language mode
197 |             if let jsonData = try? self.jsonEncoder.encode(logEntry),
198 |                let jsonMessage = String(data: jsonData, encoding: .utf8) {
[1015/1111] Compiling Crypto Digests.swift
[1016/1111] Compiling Crypto HashFunctions.swift
[1017/1111] Compiling Crypto HashFunctions_SHA2.swift
[1018/1111] Compiling Crypto AES-GCM.swift
[1019/1111] Compiling Crypto Digest_boring.swift
[1020/1111] Compiling Crypto Digest.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/57] Compiling XMLCoding XMLKey.swift
[3/58] Emitting module ServiceContextModule
[4/58] Emitting module _NIOBase64
[5/58] Compiling Logging LogHandler.swift
[6/58] Compiling RealModule Float80+Real.swift
[7/58] Compiling RealModule Real.swift
[8/59] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/59] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/59] Compiling InternalCollectionsUtilities Debugging.swift
[11/59] Compiling InternalCollectionsUtilities Descriptions.swift
[12/59] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/60] Compiling XMLCoding ISO8601DateFormatter.swift
[14/60] Compiling ServiceContextModule ServiceContextKey.swift
[15/60] Compiling ServiceContextModule ServiceContext.swift
[16/60] Emitting module XMLCoding
[17/61] Emitting module NIOConcurrencyHelpers
[18/61] Compiling RealModule Float16+Real.swift
[19/61] Compiling _NIOBase64 Base64.swift
[20/62] Compiling RealModule Float+Real.swift
[21/62] Compiling XMLCoding XMLReferencingEncoder.swift
[22/62] Compiling RealModule ElementaryFunctions.swift
[23/62] Compiling RealModule RealFunctions.swift
[25/62] Compiling NIOConcurrencyHelpers lock.swift
[26/62] Compiling XMLCoding DecodingErrorExtension.swift
[27/62] Compiling XMLCoding XMLDecoder.swift
[28/62] Compiling XMLCoding XMLDecodingStorage.swift
[29/62] Compiling XMLCoding XMLKeyedDecodingContainer.swift
[30/62] Emitting module RealModule
[31/62] Emitting module Logging
[32/62] Compiling Logging Locks.swift
[34/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/63] Compiling XMLCoding XMLStackParser.swift
[36/63] Emitting module _NIODataStructures
[37/63] Compiling _NIODataStructures PriorityQueue.swift
[38/63] Compiling _NIODataStructures Heap.swift
[39/63] Compiling _NIODataStructures _TinyArray.swift
[41/64] Compiling NIOConcurrencyHelpers atomics.swift
[42/64] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[43/64] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[44/64] Compiling NIOConcurrencyHelpers NIOLock.swift
[46/65] Emitting module InternalCollectionsUtilities
[47/65] Compiling Logging MetadataProvider.swift
[48/65] Compiling Logging Logging.swift
[49/65] Compiling XMLCoding XMLUnkeyedDecodingContainer.swift
[50/65] Compiling XMLCoding EncodingErrorExtension.swift
[55/65] Compiling XMLCoding XMLEncoder.swift
[56/65] Compiling XMLCoding XMLEncodingStorage.swift
[60/153] Emitting module CoreMetrics
[61/153] Compiling Atomics AtomicStorage.swift
[62/153] Compiling Atomics AtomicValue.swift
[63/153] Compiling Atomics AtomicMemoryOrderings.swift
[64/153] Compiling Atomics DoubleWord.swift
[65/155] Compiling Instrumentation NoOpInstrument.swift
[66/155] Compiling AWSLogging StdioOutputStream.swift
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:31:8: error: Unsupported runtime
 29 | let systemStdout = WASILibc.stdout!
 30 | #else
 31 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 32 | #endif
 33 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:77:58: error: cannot find 'systemStdout' in scope
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                          `- error: cannot find 'systemStdout' in scope
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:77:84: error: cannot infer contextual base in reference to member 'always'
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:113:68: error: cannot find 'systemStdout' in scope
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStdout' in scope
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:113:94: error: cannot infer contextual base in reference to member 'always'
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
[67/155] Compiling Instrumentation MultiplexInstrument.swift
[68/161] Emitting module Instrumentation
[69/168] Compiling Atomics UnsafeAtomic.swift
[70/168] Compiling Atomics UnsafeAtomicLazyReference.swift
[71/201] Compiling Instrumentation Locks.swift
[72/201] Compiling Instrumentation Instrument.swift
[73/201] Compiling Instrumentation InstrumentationSystem.swift
[74/202] Compiling ShapeCoding ShapeSingleValueEncodingContainer.swift
[75/202] Compiling ShapeCoding ShapeSingleValueEncodingContainerDelegate.swift
[77/202] Compiling ShapeCoding StandardDecodingOptions.swift
[78/202] Compiling ShapeCoding StandardEncodingOptions.swift
[79/202] Compiling AWSLogging CloudwatchJsonStandardErrorLoggerV2.swift
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:50:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 48 |  strings.
 49 |  */
 50 | public struct CloudwatchJsonStandardErrorLoggerV2: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 51 |     public var metadata: Logger.Metadata
 52 |     public var metadataProvider: Logger.MetadataProvider?
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:196:51: warning: reference to captured var 'codableMetadata' in concurrently-executing code; this is an error in the Swift 6 language mode
194 |         // schedule at a low priority to avoid disrupting request handling
195 |         self.serializationQueue.async(qos: .utility) {
196 |             let logEntry = LogEntry(stringFields: codableMetadata, integerFields: codableMetadataInts)
    |                                                   `- warning: reference to captured var 'codableMetadata' in concurrently-executing code; this is an error in the Swift 6 language mode
197 |             if let jsonData = try? self.jsonEncoder.encode(logEntry),
198 |                let jsonMessage = String(data: jsonData, encoding: .utf8) {
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:196:83: warning: reference to captured var 'codableMetadataInts' in concurrently-executing code; this is an error in the Swift 6 language mode
194 |         // schedule at a low priority to avoid disrupting request handling
195 |         self.serializationQueue.async(qos: .utility) {
196 |             let logEntry = LogEntry(stringFields: codableMetadata, integerFields: codableMetadataInts)
    |                                                                                   `- warning: reference to captured var 'codableMetadataInts' in concurrently-executing code; this is an error in the Swift 6 language mode
197 |             if let jsonData = try? self.jsonEncoder.encode(logEntry),
198 |                let jsonMessage = String(data: jsonData, encoding: .utf8) {
[80/202] Compiling AWSLogging CloudwatchStandardErrorLogger.swift
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchStandardErrorLogger.swift:27:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 25 |  required to Standard error to be picked up by Cloudwatch logs.
 26 |  */
 27 | public struct CloudwatchStandardErrorLogger: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 28 |     public var metadata: Logger.Metadata
 29 |     public var logLevel: Logger.Level
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchStandardErrorLogger.swift:100:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 98 | }
 99 |
100 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
101 |     public func write(_ string: String) {
102 |         guard let data = string.data(using: .utf8) else { return }
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
[81/202] Compiling ShapeCoding RawShape.swift
[82/202] Compiling ShapeCoding ShapeCodingKey.swift
[83/202] Compiling ShapeCoding ShapeDecoderDelegate.swift
[84/202] Compiling ShapeCoding ShapeDecodingStorage.swift
[85/202] Compiling ShapeCoding ShapeDecoder+unbox.swift
[86/202] Compiling ShapeCoding ShapeDecoder.swift
[87/202] Compiling ShapeCoding ShapeElement.swift
[88/202] Compiling ShapeCoding ShapeKeyedDecodingContainer+KeyedDecodingContainerProtocol.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[89/203] Emitting module AWSLogging
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLogger.swift:27:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 25 |  required to Standard error to be picked up by Cloudwatch logs.
 26 |  */
 27 | public struct CloudwatchJsonStandardErrorLogger: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 28 |     public var metadata: Logger.Metadata
 29 |     public var logLevel: Logger.Level
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLoggerV2.swift:50:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 48 |  strings.
 49 |  */
 50 | public struct CloudwatchJsonStandardErrorLoggerV2: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 51 |     public var metadata: Logger.Metadata
 52 |     public var metadataProvider: Logger.MetadataProvider?
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchStandardErrorLogger.swift:27:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 25 |  required to Standard error to be picked up by Cloudwatch logs.
 26 |  */
 27 | public struct CloudwatchStandardErrorLogger: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 28 |     public var metadata: Logger.Metadata
 29 |     public var logLevel: Logger.Level
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchStandardErrorLogger.swift:100:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 98 | }
 99 |
100 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
101 |     public func write(_ string: String) {
102 |         guard let data = string.data(using: .utf8) else { return }
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:31:8: error: Unsupported runtime
 29 | let systemStdout = WASILibc.stdout!
 30 | #else
 31 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 32 | #endif
 33 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:77:58: error: cannot find 'systemStdout' in scope
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                          `- error: cannot find 'systemStdout' in scope
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:77:84: error: cannot infer contextual base in reference to member 'always'
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:113:68: error: cannot find 'systemStdout' in scope
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStdout' in scope
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:113:94: error: cannot infer contextual base in reference to member 'always'
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
[90/203] Compiling AWSLogging CloudwatchJsonStandardErrorLogger.swift
/host/spi-builder-workspace/Sources/AWSLogging/CloudwatchJsonStandardErrorLogger.swift:27:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 25 |  required to Standard error to be picked up by Cloudwatch logs.
 26 |  */
 27 | public struct CloudwatchJsonStandardErrorLogger: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 28 |     public var metadata: Logger.Metadata
 29 |     public var logLevel: Logger.Level
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 |     ///     - function: The function the log line was emitted from.
138 |     ///     - line: The line the log message was emitted from.
139 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 |         level: Logger.Level,
141 |         message: Logger.Message,
    :
211 | extension LogHandler {
212 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 |         level: Logger.Level,
215 |         message: Logger.Message,
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
[92/218] Compiling DequeModule Deque._UnsafeHandle.swift
[93/218] Compiling DequeModule Deque.swift
[94/218] Compiling DequeModule Deque+Testing.swift
[95/218] Emitting module ShapeCoding
[96/220] Compiling CoreMetrics Locks.swift
BUILD FAILURE 6.1 android