The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of apple-maps-kit, reference main (d52e04), with Swift 6.1 for Linux on 30 Apr 2025 05:38:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fpseverino/apple-maps-kit.git
Reference: main
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/fpseverino/apple-maps-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d52e042 Fix tests
Cloned https://github.com/fpseverino/apple-maps-kit.git
Revision (git rev-parse @):
d52e042677b596d527e98032f752b79a6cd9bbd4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fpseverino/apple-maps-kit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fpseverino/apple-maps-kit.git
https://github.com/fpseverino/apple-maps-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    }
  ],
  "manifest_display_name" : "apple-maps-kit",
  "name" : "apple-maps-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AppleMapsKit",
      "targets" : [
        "AppleMapsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppleMapsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AppleMapsKitTests",
      "path" : "Tests/AppleMapsKitTests",
      "sources" : [
        "AppleMapsKitTests.swift",
        "AuthTests.swift"
      ],
      "target_dependencies" : [
        "AppleMapsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppleMapsKit",
      "module_type" : "SwiftTarget",
      "name" : "AppleMapsKit",
      "path" : "Sources/AppleMapsKit",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "JWTKit"
      ],
      "product_memberships" : [
        "AppleMapsKit"
      ],
      "sources" : [
        "AppleMapsClient.swift",
        "AppleMapsKitError.swift",
        "Auth/AuthClient.swift",
        "Auth/TokenResponse.swift",
        "DTOs/AlternateIDsResponse.swift",
        "DTOs/AutocompleteResult.swift",
        "DTOs/DirectionsResponse.swift",
        "DTOs/ErrorResponse.swift",
        "DTOs/Eta.swift",
        "DTOs/MapRegion.swift",
        "DTOs/Place.swift",
        "DTOs/PlacesResponse.swift",
        "DTOs/PoiCategory.swift",
        "DTOs/SearchResponse.swift",
        "DTOs/SearchResultType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/swift-server/async-http-client.git
[1/13890] Fetching async-http-client
[2085/22939] Fetching async-http-client, jwt-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (1.10s)
Fetched https://github.com/vapor/jwt-kit.git from cache (1.11s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (1.77s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[2188/9948] Fetching swift-log, swift-certificates
[5243/23732] Fetching swift-log, swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
[7491/19896] Fetching swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (1.70s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.72s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (2.39s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
[1/5662] Fetching swift-nio-extras
[454/8281] Fetching swift-nio-extras, swift-nio-transport-services
[2442/9986] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[3104/15889] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms
[11462/27393] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms, swift-nio-http2
[18306/42202] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
[14410/36299] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
[28748/111860] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.79s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.79s)
[42554/107536] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.80s)
[32561/96032] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.58s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.60s)
[51382/75561] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.16s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (8.15s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.88s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.12s)
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.79s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.54s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.66s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.07s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.60s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.70s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[13/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.01s)
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.70s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.60s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.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.82.1
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/807] Write sources
[22/807] Compiling CNIOWindows shim.c
[22/807] Write sources
[29/807] Compiling CNIOWindows WSAStartup.c
[29/807] Compiling CNIOWASI CNIOWASI.c
[31/807] Compiling _NumericsShims _NumericsShims.c
[32/807] Compiling CNIOLinux liburing_shims.c
[32/807] Compiling _AtomicsShims.c
[34/807] Compiling CNIOExtrasZlib empty.c
[35/807] Compiling CNIODarwin shim.c
[36/807] Compiling CNIOLLHTTP c_nio_http.c
[37/807] Compiling CNIOLinux shim.c
[38/807] Compiling fiat_p256_adx_sqr.S
[39/807] Compiling fiat_curve25519_adx_square.S
[40/807] Compiling fiat_p256_adx_mul.S
[41/807] Compiling CNIOLLHTTP c_nio_api.c
[42/807] Compiling fiat_curve25519_adx_mul.S
[43/807] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[44/807] Write swift-version-24593BA9C3E375BF.txt
[45/807] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/807] Compiling CNIOBoringSSLShims shims.c
[47/813] Compiling tls13_server.cc
[48/813] Compiling tls13_both.cc
[49/813] Compiling tls13_enc.cc
[50/813] Compiling tls_record.cc
[51/813] Compiling tls_method.cc
[52/832] Compiling tls13_client.cc
[54/864] Emitting module _CertificateInternals
[55/864] Emitting module Logging
[56/864] Emitting module RealModule
[57/865] Emitting module _NIOBase64
[58/865] Compiling _NIOBase64 Base64.swift
[59/866] Compiling RealModule RealFunctions.swift
[60/866] Compiling RealModule Real.swift
[61/866] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/866] Compiling InternalCollectionsUtilities Specialize.swift
[63/868] Compiling InternalCollectionsUtilities Debugging.swift
[64/868] Compiling InternalCollectionsUtilities Descriptions.swift
[65/868] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/868] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/868] Compiling RealModule ElementaryFunctions.swift
[68/868] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/868] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/868] Compiling InternalCollectionsUtilities UInt+reversed.swift
[71/868] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/868] Emitting module InternalCollectionsUtilities
[74/868] Compiling _CertificateInternals _TinyArray.swift
[75/869] Compiling RealModule Float+Real.swift
[76/869] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/869] Compiling InternalCollectionsUtilities Integer rank.swift
[78/869] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[79/869] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[80/869] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[81/869] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[86/869] Compiling RealModule Float16+Real.swift
[87/869] Compiling RealModule Float80+Real.swift
[88/870] Compiling _NIODataStructures PriorityQueue.swift
[89/870] Compiling _NIODataStructures _TinyArray.swift
[91/870] Compiling t1_enc.cc
[93/870] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[94/870] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[105/873] Compiling Logging MetadataProvider.swift
[106/873] Compiling _NIODataStructures Heap.swift
[107/873] Emitting module _NIODataStructures
[108/874] Compiling Logging LogHandler.swift
[109/874] Compiling Logging Locks.swift
[110/874] Compiling Logging Logging.swift
[119/890] Compiling ssl_versions.cc
[120/890] Compiling ssl_transcript.cc
[122/890] Emitting module SwiftASN1
[123/890] Compiling SwiftASN1 DER.swift
[124/890] Compiling SwiftASN1 Errors.swift
[125/890] Compiling DequeModule Deque+CustomReflectable.swift
[126/890] Compiling DequeModule Deque+Descriptions.swift
[128/893] Compiling DequeModule _DequeBuffer.swift
[129/893] Compiling DequeModule _DequeBufferHeader.swift
[130/893] Compiling DequeModule Deque+Equatable.swift
[131/893] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[131/893] Compiling ssl_x509.cc
[132/893] Compiling ssl_stat.cc
[134/893] Compiling DequeModule _DequeSlot.swift
[135/893] Compiling DequeModule _UnsafeWrappedBuffer.swift
[136/893] Compiling DequeModule Deque+Testing.swift
[137/893] Compiling DequeModule Deque._Storage.swift
[138/893] Compiling DequeModule Deque._UnsafeHandle.swift
[139/893] Compiling DequeModule Deque.swift
[140/893] Compiling DequeModule Deque+Extras.swift
[141/893] Compiling DequeModule Deque+Hashable.swift
[142/893] Compiling DequeModule Deque+Codable.swift
[143/893] Compiling DequeModule Deque+Collection.swift
[144/893] Emitting module DequeModule
[144/894] Compiling ssl_session.cc
[146/894] Compiling ssl_privkey.cc
[147/894] Compiling ssl_file.cc
[148/894] Compiling ssl_key_share.cc
[149/894] Compiling ssl_credential.cc
[150/894] Compiling ssl_lib.cc
[151/894] Compiling ssl_cert.cc
[152/894] Compiling ssl_cipher.cc
[153/894] Compiling ssl_buffer.cc
[154/894] Compiling ssl_asn1.cc
[155/894] Compiling ssl_aead_ctx.cc
[156/894] Compiling s3_pkt.cc
[157/894] Compiling handshake_server.cc
[158/894] Compiling s3_lib.cc
[159/894] Compiling s3_both.cc
[160/894] Compiling handshake_client.cc
[161/894] Compiling handshake.cc
[162/894] Compiling encrypted_client_hello.cc
[163/894] Compiling handoff.cc
[164/894] Compiling d1_srtp.cc
[165/894] Compiling md5-x86_64-linux.S
[166/894] Compiling md5-x86_64-apple.S
[167/894] Compiling md5-586-linux.S
[168/894] Compiling md5-586-apple.S
[169/894] Compiling dtls_record.cc
[170/894] Compiling extensions.cc
[171/894] Compiling chacha20_poly1305_x86_64-apple.S
[172/894] Compiling chacha20_poly1305_x86_64-linux.S
[173/894] Compiling chacha20_poly1305_armv8-win.S
[174/894] Compiling chacha20_poly1305_armv8-linux.S
[175/894] Compiling chacha20_poly1305_armv8-apple.S
[176/894] Compiling dtls_method.cc
[177/894] Compiling err_data.cc
[178/894] Compiling chacha-x86_64-linux.S
[179/894] Compiling chacha-x86_64-apple.S
[180/894] Compiling chacha-x86-linux.S
[181/894] Compiling chacha-x86-apple.S
[182/894] Compiling chacha-armv8-win.S
[183/894] Compiling chacha-armv8-linux.S
[184/894] Compiling chacha-armv8-apple.S
[185/894] Compiling chacha-armv4-linux.S
[186/894] Compiling aes128gcmsiv-x86_64-apple.S
[187/894] Compiling x86_64-mont5-apple.S
[188/894] Compiling aes128gcmsiv-x86_64-linux.S
[189/894] Compiling x86_64-mont5-linux.S
[190/894] Compiling d1_pkt.cc
[191/894] Compiling x86_64-mont-linux.S
[192/894] Compiling x86_64-mont-apple.S
[193/894] Compiling x86-mont-apple.S
[194/894] Compiling vpaes-x86-linux.S
[195/894] Compiling vpaes-x86_64-apple.S
[196/894] Compiling vpaes-x86_64-linux.S
[197/894] Compiling x86-mont-linux.S
[198/894] Compiling vpaes-armv8-linux.S
[199/894] Compiling vpaes-armv8-win.S
[200/894] Compiling vpaes-x86-apple.S
[201/894] Compiling vpaes-armv8-apple.S
[202/894] Compiling vpaes-armv7-linux.S
[203/894] Compiling bio_ssl.cc
[204/894] Compiling sha512-x86_64-linux.S
[205/894] Compiling sha512-armv8-linux.S
[206/894] Compiling sha512-armv8-apple.S
[207/894] Compiling sha512-x86_64-apple.S
[208/894] Compiling sha512-armv8-win.S
[209/894] Compiling sha512-armv4-linux.S
[210/894] Compiling sha512-586-linux.S
[211/894] Compiling sha512-586-apple.S
[212/894] Compiling sha256-x86_64-apple.S
[213/894] Compiling sha256-x86_64-linux.S
[214/894] Compiling sha256-armv8-win.S
[215/894] Compiling d1_lib.cc
[216/894] Compiling sha256-586-apple.S
[217/894] Compiling sha256-armv8-linux.S
[218/894] Compiling sha256-586-linux.S
[219/894] Compiling sha256-armv8-apple.S
[220/894] Compiling sha256-armv4-linux.S
[221/894] Compiling sha1-x86_64-apple.S
[222/894] Compiling sha1-x86_64-linux.S
[223/894] Compiling sha1-armv8-linux.S
[224/894] Compiling sha1-armv8-win.S
[225/894] Compiling sha1-586-linux.S
[226/894] Compiling sha1-armv4-large-linux.S
[226/894] Compiling sha1-armv8-apple.S
[228/894] Compiling sha1-586-apple.S
[229/894] Compiling rdrand-x86_64-linux.S
[230/894] Compiling p256_beeu-armv8-asm-win.S
[231/894] Compiling p256_beeu-x86_64-asm-apple.S
[232/894] Compiling rdrand-x86_64-apple.S
[233/894] Compiling p256_beeu-x86_64-asm-linux.S
[234/894] Compiling rsaz-avx2-linux.S
[235/894] Compiling rsaz-avx2-apple.S
[236/894] Compiling p256_beeu-armv8-asm-apple.S
[237/894] Compiling p256_beeu-armv8-asm-linux.S
[238/894] Compiling p256-x86_64-asm-apple.S
[239/894] Compiling p256-armv8-asm-linux.S
[240/894] Compiling p256-armv8-asm-win.S
[241/894] Compiling p256-armv8-asm-apple.S
[242/894] Compiling ghashv8-armv8-win.S
[243/894] Compiling p256-x86_64-asm-linux.S
[244/894] Compiling ghashv8-armv7-linux.S
[245/894] Compiling ghashv8-armv8-linux.S
[246/894] Compiling ghashv8-armv8-apple.S
[247/894] Compiling ghash-x86_64-linux.S
[248/894] Compiling ghash-x86-linux.S
[249/894] Compiling ghash-x86_64-apple.S
[250/894] Compiling ghash-ssse3-x86-linux.S
[251/894] Compiling ghash-x86-apple.S
[252/894] Compiling ghash-ssse3-x86_64-apple.S
[253/894] Compiling ghash-ssse3-x86_64-linux.S
[254/894] Compiling ghash-neon-armv8-linux.S
[255/894] Compiling ghash-ssse3-x86-apple.S
[256/894] Compiling ghash-neon-armv8-win.S
[257/894] Compiling ghash-neon-armv8-apple.S
[257/894] Compiling bsaes-armv7-linux.S
[259/894] Compiling co-586-linux.S
[260/894] Compiling co-586-apple.S
[261/894] Compiling ghash-armv4-linux.S
[262/894] Compiling bn-armv8-win.S
[263/894] Compiling bn-armv8-apple.S
[264/894] Compiling bn-armv8-linux.S
[265/894] Compiling bn-586-linux.S
[266/894] Compiling armv8-mont-linux.S
[267/894] Compiling bn-586-apple.S
[268/894] Compiling armv8-mont-apple.S
[269/894] Compiling armv8-mont-win.S
[270/894] Compiling aesv8-gcm-armv8-linux.S
[271/894] Compiling aesv8-gcm-armv8-apple.S
[272/894] Compiling aesv8-armv8-win.S
[273/894] Compiling aesv8-gcm-armv8-win.S
[274/894] Compiling armv4-mont-linux.S
[275/894] Compiling aesv8-armv8-linux.S
[276/894] Compiling aesv8-armv8-apple.S
[277/894] Compiling aesv8-armv7-linux.S
[278/894] Compiling aesni-x86-linux.S
[279/894] Compiling aesni-x86_64-apple.S
[280/894] Compiling aesni-x86-apple.S
[281/894] Compiling aesni-x86_64-linux.S
[282/894] Compiling aesni-gcm-x86_64-apple.S
[283/894] Compiling aesni-gcm-x86_64-linux.S
[284/894] Compiling aes-gcm-avx2-x86_64-linux.S
[285/894] Compiling aes-gcm-avx2-x86_64-apple.S
[286/894] Compiling d1_both.cc
[287/894] Compiling aes-gcm-avx10-x86_64-linux.S
[288/894] Compiling aes-gcm-avx10-x86_64-apple.S
[289/894] Compiling x_req.cc
[290/894] Compiling x_sig.cc
[291/894] Compiling x_pubkey.cc
[292/894] Compiling x_val.cc
[293/894] Compiling x_x509a.cc
[294/894] Compiling x_name.cc
[295/894] Compiling x_spki.cc
[296/894] Compiling x_x509.cc
[297/894] Compiling x_exten.cc
[298/894] Compiling x_crl.cc
[299/894] Compiling x509name.cc
[300/894] Compiling x509spki.cc
[301/894] Compiling x_attrib.cc
[302/894] Compiling x_all.cc
[303/894] Compiling x_algor.cc
[304/894] Compiling x509rset.cc
[305/894] Compiling x509_vfy.cc
[306/894] Compiling x509_v3.cc
[307/894] Compiling x509_vpm.cc
[308/894] Compiling x509cset.cc
[309/894] Compiling x509_txt.cc
[310/894] Compiling x509_def.cc
[311/894] Compiling x509_trs.cc
[312/894] Compiling x509_set.cc
[313/894] Compiling x509_obj.cc
[314/894] Compiling x509_lu.cc
[315/894] Compiling x509_att.cc
[316/894] Compiling x509_req.cc
[317/894] Compiling x509_ext.cc
[318/894] Compiling x509_d2.cc
[319/894] Compiling x509_cmp.cc
[320/894] Compiling x509.cc
[321/894] Compiling v3_skey.cc
[322/894] Compiling v3_utl.cc
[323/894] Compiling v3_prn.cc
[324/894] Compiling v3_pmaps.cc
[325/894] Compiling v3_purp.cc
[326/894] Compiling v3_pcons.cc
[327/894] Compiling v3_ocsp.cc
[328/894] Compiling v3_ncons.cc
[329/894] Compiling v3_lib.cc
[330/894] Compiling v3_genn.cc
[331/894] Compiling v3_extku.cc
[332/894] Compiling v3_ia5.cc
[333/894] Compiling v3_int.cc
[334/894] Compiling v3_enum.cc
[335/894] Compiling v3_info.cc
[336/894] Compiling v3_crld.cc
[337/894] Compiling v3_cpols.cc
[338/894] Compiling v3_conf.cc
[339/894] Compiling v3_akeya.cc
[340/894] Compiling v3_bitst.cc
[341/894] Compiling t_x509a.cc
[342/894] Compiling v3_akey.cc
[343/894] Compiling v3_bcons.cc
[344/894] Compiling v3_alt.cc
[345/894] Compiling t_crl.cc
[346/894] Compiling policy.cc
[347/894] Compiling t_x509.cc
[348/894] Compiling i2d_pr.cc
[349/894] Compiling t_req.cc
[350/894] Compiling rsa_pss.cc
[351/894] Compiling name_print.cc
[352/894] Compiling by_file.cc
[353/894] Compiling by_dir.cc
[354/894] Compiling a_verify.cc
[355/894] Compiling algorithm.cc
[356/894] Compiling asn1_gen.cc
[357/894] Compiling voprf.cc
[358/894] Compiling thread_win.cc
[359/894] Compiling a_digest.cc
[360/894] Compiling thread_pthread.cc
[361/894] Compiling a_sign.cc
[362/894] Compiling trust_token.cc
[363/894] Compiling thread_none.cc
[364/894] Compiling siphash.cc
[365/894] Compiling thread.cc
[366/894] Compiling stack.cc
[367/894] Compiling sha1.cc
[368/894] Compiling pmbtoken.cc
[369/894] Compiling sha512.cc
[370/894] Compiling refcount.cc
[371/894] Compiling rsa_crypt.cc
[372/894] Compiling slhdsa.cc
[373/894] Compiling sha256.cc
[374/894] Compiling rsa_print.cc
[375/894] Compiling rsa_extra.cc
[376/894] Compiling rc4.cc
[377/894] Compiling rand.cc
[378/894] Compiling spake2plus.cc
[379/894] Compiling passive.cc
[380/894] Compiling getentropy.cc
[381/894] Compiling forkunsafe.cc
[382/894] Compiling trusty.cc
[383/894] Compiling rsa_asn1.cc
[384/894] Compiling windows.cc
[385/894] Compiling ios.cc
[386/894] Compiling urandom.cc
[387/894] Compiling poly1305_arm_asm.S
[388/894] Compiling pool.cc
[389/894] Compiling deterministic.cc
[390/894] Compiling fork_detect.cc
[391/894] Compiling poly1305_arm.cc
[392/894] Compiling poly1305.cc
[393/894] Compiling poly1305_vec.cc
[394/894] Compiling pkcs7.cc
[395/894] Compiling pkcs8.cc
[396/894] Compiling pem_pkey.cc
[397/894] Compiling pkcs7_x509.cc
[398/894] Compiling p5_pbev2.cc
[399/894] Compiling pkcs8_x509.cc
[400/894] Compiling pem_xaux.cc
[401/894] Compiling pem_lib.cc
[402/894] Compiling pem_x509.cc
[403/894] Compiling mlkem.cc
[404/894] Compiling obj_xref.cc
[405/894] Compiling mem.cc
[406/894] Compiling mldsa.cc
[407/894] Compiling pem_oth.cc
[408/894] Compiling pem_pk8.cc
[409/894] Compiling md5.cc
[410/894] Compiling pem_info.cc
[411/894] Compiling poly_rq_mul.S
[412/894] Compiling fips_shared_support.cc
[413/894] Compiling md4.cc
[414/894] Compiling obj.cc
[415/894] Compiling pem_all.cc
[416/894] Compiling lhash.cc
[417/894] Compiling ex_data.cc
[418/894] Compiling hrss.cc
[419/894] Compiling kyber.cc
[420/894] Compiling sign.cc
[421/894] Compiling scrypt.cc
[422/894] Compiling print.cc
[423/894] Compiling hpke.cc
[424/894] Compiling pbkdf.cc
[425/894] Compiling p_x25519.cc
[426/894] Compiling p_x25519_asn1.cc
[427/894] Compiling p_ed25519.cc
[428/894] Compiling p_rsa.cc
[429/894] Compiling p_rsa_asn1.cc
[430/894] Compiling p_hkdf.cc
[431/894] Compiling p_ed25519_asn1.cc
[432/894] Compiling p_ec.cc
[433/894] Compiling p_ec_asn1.cc
[434/894] Compiling p_dh.cc
[435/894] Compiling p_dh_asn1.cc
[436/894] Compiling evp.cc
[437/894] Compiling evp_ctx.cc
[438/894] Compiling err.cc
[439/894] Compiling p_dsa_asn1.cc
[440/894] Compiling engine.cc
[441/894] Compiling ecdh.cc
[442/894] Compiling evp_asn1.cc
[443/894] Compiling hash_to_curve.cc
[444/894] Compiling ec_derive.cc
[445/894] Compiling ecdsa_asn1.cc
[446/894] Compiling ec_asn1.cc
[447/894] Compiling dsa.cc
[448/894] Compiling params.cc
[449/894] Compiling dsa_asn1.cc
[450/894] Compiling x25519-asm-arm.S
[451/894] Compiling des.cc
[452/894] Compiling digest_extra.cc
[453/894] Compiling dh_asn1.cc
[454/894] Compiling crypto.cc
[455/894] Compiling cpu_intel.cc
[456/894] Compiling spake25519.cc
[457/894] Compiling cpu_arm_linux.cc
[458/894] Compiling bcm.cc
[459/894] Compiling curve25519.cc
[460/894] Compiling cpu_arm_freebsd.cc
[461/894] Compiling curve25519_64_adx.cc
[462/894] Compiling cpu_aarch64_sysreg.cc
[463/894] Compiling cpu_aarch64_openbsd.cc
[464/894] Compiling cpu_aarch64_win.cc
[465/894] Compiling tls_cbc.cc
[466/894] Compiling cpu_aarch64_linux.cc
[467/894] Compiling cpu_aarch64_fuchsia.cc
[468/894] Compiling cpu_aarch64_apple.cc
[469/894] Compiling conf.cc
[470/894] Compiling get_cipher.cc
[471/894] Compiling e_chacha20poly1305.cc
[472/894] Compiling e_null.cc
[473/894] Compiling e_rc4.cc
[474/894] Compiling e_tls.cc
[475/894] Compiling e_rc2.cc
[476/894] Compiling e_des.cc
[477/894] Compiling e_aesgcmsiv.cc
[478/894] Compiling derive_key.cc
[479/894] Compiling cbb.cc
[480/894] Compiling e_aesctrhmac.cc
[481/894] Compiling chacha.cc
[482/894] Compiling unicode.cc
[483/894] Compiling buf.cc
[484/894] Compiling ber.cc
[485/894] Compiling asn1_compat.cc
[486/894] Compiling blake2.cc
[487/894] Compiling cbs.cc
[488/894] Compiling printf.cc
[489/894] Compiling bn_asn1.cc
[490/894] Compiling socket.cc
[491/894] Compiling socket_helper.cc
[492/894] Compiling convert.cc
[493/894] Compiling hexdump.cc
[494/894] Compiling pair.cc
[495/894] Compiling file.cc
[496/894] Compiling errno.cc
[497/894] Compiling fd.cc
[498/894] Compiling connect.cc
[499/894] Compiling bio_mem.cc
[500/894] Compiling base64.cc
[501/894] Compiling bio.cc
[502/894] Compiling tasn_typ.cc
[503/894] Compiling tasn_fre.cc
[504/894] Compiling tasn_utl.cc
[505/894] Compiling posix_time.cc
[506/894] Compiling tasn_enc.cc
[507/894] Compiling f_string.cc
[508/894] Compiling tasn_new.cc
[509/894] Compiling f_int.cc
[510/894] Compiling asn1_par.cc
[511/894] Compiling tasn_dec.cc
[512/894] Compiling asn_pack.cc
[513/894] Compiling a_utctm.cc
[514/894] Compiling a_octet.cc
[515/894] Compiling a_type.cc
[516/894] Compiling asn1_lib.cc
[517/894] Compiling a_time.cc
[518/894] Compiling a_strnid.cc
[519/894] Compiling a_strex.cc
[520/894] Compiling a_object.cc
[521/894] Compiling a_i2d_fp.cc
[522/894] Compiling a_dup.cc
[523/894] Compiling a_bitstr.cc
[524/894] Compiling a_d2i_fp.cc
[525/894] Compiling a_gentm.cc
[526/894] Compiling fiat_p256_adx_mul.S
[527/894] Compiling fiat_p256_adx_sqr.S
[528/894] Compiling fiat_curve25519_adx_mul.S
[529/894] Compiling fiat_curve25519_adx_square.S
[530/894] Compiling a_mbstr.cc
[531/894] Compiling md5-x86_64-linux.S
[532/894] Compiling md5-x86_64-apple.S
[533/894] Compiling a_int.cc
[534/894] Compiling md5-586-apple.S
[535/894] Compiling md5-586-linux.S
[536/894] Compiling chacha20_poly1305_armv8-win.S
[537/894] Compiling chacha20_poly1305_x86_64-linux.S
[538/894] Compiling chacha20_poly1305_x86_64-apple.S
[539/894] Compiling CCryptoBoringSSLShims shims.c
[540/894] Compiling chacha20_poly1305_armv8-linux.S
[541/894] Compiling chacha-x86_64-linux.S
[542/894] Compiling chacha20_poly1305_armv8-apple.S
[543/894] Compiling chacha-x86-linux.S
[544/894] Compiling chacha-x86-apple.S
[545/894] Compiling chacha-x86_64-apple.S
[546/894] Compiling chacha-armv8-win.S
[547/894] Compiling a_bool.cc
[548/894] Compiling chacha-armv8-linux.S
[549/894] Compiling chacha-armv4-linux.S
[550/894] Compiling chacha-armv8-apple.S
[551/894] Compiling aes128gcmsiv-x86_64-linux.S
[552/894] Compiling aes128gcmsiv-x86_64-apple.S
[553/894] Compiling x86_64-mont5-linux.S
[554/894] Compiling x86_64-mont5-apple.S
[555/894] Compiling x86_64-mont-apple.S
[556/894] Compiling x86_64-mont-linux.S
[557/894] Compiling x86-mont-linux.S
[558/894] Compiling err_data.cc
[559/894] Compiling x86-mont-apple.S
[560/894] Compiling vpaes-x86-linux.S
[561/894] Compiling vpaes-x86_64-linux.S
[562/894] Compiling vpaes-x86-apple.S
[563/894] Compiling vpaes-armv8-win.S
[564/894] Compiling vpaes-x86_64-apple.S
[565/894] Compiling vpaes-armv8-apple.S
[566/894] Compiling vpaes-armv8-linux.S
[567/894] Compiling vpaes-armv7-linux.S
[568/894] Compiling sha512-armv8-win.S
[569/894] Compiling sha512-x86_64-apple.S
[570/894] Compiling sha512-armv8-apple.S
[571/894] Compiling sha512-x86_64-linux.S
[572/894] Compiling sha512-armv4-linux.S
[573/894] Compiling sha512-armv8-linux.S
[574/894] Compiling sha512-586-linux.S
[575/894] Compiling sha512-586-apple.S
[576/894] Compiling sha256-armv8-win.S
[577/894] Compiling sha256-x86_64-apple.S
[578/894] Compiling sha256-armv8-linux.S
[579/894] Compiling sha256-x86_64-linux.S
[580/894] Compiling sha256-armv8-apple.S
[581/894] Compiling sha256-586-apple.S
[582/894] Compiling sha256-armv4-linux.S
[583/894] Compiling sha256-586-linux.S
[584/894] Compiling sha1-armv8-apple.S
[585/894] Compiling sha1-armv8-win.S
[586/894] Compiling sha1-armv4-large-linux.S
[587/894] Compiling sha1-x86_64-linux.S
[588/894] Compiling sha1-x86_64-apple.S
[589/894] Compiling sha1-armv8-linux.S
[590/894] Compiling sha1-586-linux.S
[591/894] Compiling sha1-586-apple.S
[592/894] Compiling rsaz-avx2-apple.S
[593/894] Compiling rsaz-avx2-linux.S
[594/894] Compiling rdrand-x86_64-apple.S
[595/894] Compiling rdrand-x86_64-linux.S
[596/894] Compiling p256_beeu-x86_64-asm-linux.S
[597/894] Compiling p256_beeu-x86_64-asm-apple.S
[598/894] Compiling p256-x86_64-asm-linux.S
[599/894] Compiling p256_beeu-armv8-asm-linux.S
[600/894] Compiling p256_beeu-armv8-asm-apple.S
[601/894] Compiling p256-x86_64-asm-apple.S
[602/894] Compiling p256_beeu-armv8-asm-win.S
[603/894] Compiling p256-armv8-asm-win.S
[604/894] Compiling p256-armv8-asm-linux.S
[605/894] Compiling p256-armv8-asm-apple.S
[606/894] Compiling ghashv8-armv8-win.S
[607/894] Compiling ghashv8-armv8-linux.S
[608/894] Compiling ghashv8-armv8-apple.S
[609/894] Compiling ghashv8-armv7-linux.S
[610/894] Compiling ghash-x86_64-linux.S
[611/894] Compiling ghash-x86_64-apple.S
[612/894] Compiling ghash-x86-linux.S
[613/894] Compiling ghash-x86-apple.S
[614/894] Compiling ghash-ssse3-x86_64-linux.S
[615/894] Compiling ghash-ssse3-x86_64-apple.S
[616/894] Compiling ghash-ssse3-x86-apple.S
[617/894] Compiling ghash-ssse3-x86-linux.S
[618/894] Compiling ghash-armv4-linux.S
[619/894] Compiling ghash-neon-armv8-linux.S
[620/894] Compiling ghash-neon-armv8-win.S
[621/894] Compiling ghash-neon-armv8-apple.S
[622/894] Compiling co-586-linux.S
[623/894] Compiling bsaes-armv7-linux.S
[624/894] Compiling co-586-apple.S
[625/894] Compiling bn-armv8-apple.S
[626/894] Compiling bn-armv8-linux.S
[627/894] Compiling bn-armv8-win.S
[628/894] Compiling bn-586-linux.S
[629/894] Compiling bn-586-apple.S
[630/894] Compiling armv8-mont-win.S
[631/894] Compiling armv4-mont-linux.S
[632/894] Compiling armv8-mont-linux.S
[633/894] Compiling aesv8-gcm-armv8-win.S
[634/894] Compiling armv8-mont-apple.S
[635/894] Compiling aesv8-gcm-armv8-apple.S
[636/894] Compiling aesv8-gcm-armv8-linux.S
[637/894] Compiling aesv8-armv8-linux.S
[637/894] Compiling aesv8-armv8-win.S
[639/894] Compiling aesv8-armv8-apple.S
[640/894] Compiling aesv8-armv7-linux.S
[641/894] Compiling aesni-x86_64-apple.S
[642/894] Compiling aesni-gcm-x86_64-linux.S
[643/894] Compiling aesni-x86-linux.S
[644/894] Compiling aesni-x86_64-linux.S
[645/894] Compiling aesni-x86-apple.S
[646/894] Compiling aesni-gcm-x86_64-apple.S
[647/894] Compiling aes-gcm-avx10-x86_64-linux.S
[648/894] Compiling aes-gcm-avx10-x86_64-apple.S
[649/894] Compiling x_spki.cc
[650/894] Compiling x_x509a.cc
[651/894] Compiling x_sig.cc
[652/894] Compiling x_val.cc
[653/894] Compiling x_x509.cc
[654/894] Compiling x_req.cc
[655/894] Compiling x_pubkey.cc
[656/894] Compiling x_name.cc
[657/894] Compiling x_exten.cc
[658/894] Compiling x_attrib.cc
[659/894] Compiling x_crl.cc
[660/894] Compiling x_all.cc
[661/894] Compiling x_algor.cc
[662/894] Compiling x509rset.cc
[663/894] Compiling x509_v3.cc
[664/894] Compiling c-nioatomics.c
[665/894] Compiling x509spki.cc
[666/894] Compiling x509name.cc
[667/894] Compiling x509cset.cc
[668/894] Compiling x509_vpm.cc
[669/894] Compiling x509_vfy.cc
[670/894] Compiling c-atomics.c
[671/894] Compiling x509_txt.cc
[672/894] Compiling x509_def.cc
[673/900] Compiling x509_trs.cc
[674/900] Compiling x509_obj.cc
[675/900] Compiling x509_req.cc
[676/900] Compiling x509_set.cc
[677/900] Compiling x509_ext.cc
[678/900] Compiling x509_lu.cc
[680/900] Compiling NIOConcurrencyHelpers lock.swift
[680/900] Compiling x509_d2.cc
[682/900] Emitting module NIOConcurrencyHelpers
[683/900] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[683/900] Compiling x509_cmp.cc
[685/900] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[686/900] Compiling NIOConcurrencyHelpers NIOLock.swift
[687/900] Compiling NIOConcurrencyHelpers atomics.swift
[687/901] Compiling x509.cc
[689/901] Compiling x509_att.cc
[690/901] Compiling v3_utl.cc
[691/901] Compiling v3_purp.cc
[692/901] Compiling v3_skey.cc
[693/901] Compiling v3_prn.cc
[694/901] Compiling v3_ocsp.cc
[695/901] Compiling v3_pmaps.cc
[696/901] Compiling v3_pcons.cc
[697/901] Compiling v3_ncons.cc
[698/901] Compiling v3_lib.cc
[699/901] Compiling v3_int.cc
[700/901] Compiling v3_info.cc
[701/901] Compiling v3_ia5.cc
[702/901] Compiling v3_enum.cc
[703/901] Compiling v3_genn.cc
[704/901] Compiling v3_extku.cc
[705/901] Compiling v3_crld.cc
[706/901] Compiling v3_cpols.cc
[707/901] Compiling v3_bcons.cc
[708/901] Compiling v3_conf.cc
[709/901] Compiling v3_bitst.cc
[710/901] Compiling t_x509a.cc
[711/901] Compiling v3_akeya.cc
[712/901] Compiling v3_alt.cc
[713/901] Compiling v3_akey.cc
[714/901] Compiling t_x509.cc
[715/901] Compiling t_crl.cc
[716/901] Compiling t_req.cc
[717/901] Compiling rsa_pss.cc
[718/901] Compiling i2d_pr.cc
[719/901] Compiling policy.cc
[720/901] Compiling name_print.cc
[721/901] Compiling by_file.cc
[722/901] Compiling by_dir.cc
[723/901] Compiling a_verify.cc
[724/901] Compiling asn1_gen.cc
[725/901] Compiling algorithm.cc
[726/901] Compiling a_sign.cc
[727/901] Compiling trust_token.cc
[728/901] Compiling voprf.cc
[729/901] Compiling thread_win.cc
[730/901] Compiling thread.cc
[731/901] Compiling a_digest.cc
[732/901] Compiling thread_none.cc
[733/901] Compiling thread_pthread.cc
[734/901] Compiling pmbtoken.cc
[735/901] Compiling wots.cc
[736/901] Compiling stack.cc
[737/901] Compiling sha256.cc
[738/901] Compiling merkle.cc
[739/901] Compiling thash.cc
[740/901] Compiling siphash.cc
[741/901] Compiling slhdsa.cc
[742/901] Compiling fors.cc
[743/901] Compiling sha512.cc
[744/901] Compiling rsa_print.cc
[745/901] Compiling rc4.cc
[746/901] Compiling sha1.cc
[747/901] Compiling rsa_extra.cc
[748/901] Compiling trusty.cc
[749/901] Compiling refcount.cc
[750/901] Compiling urandom.cc
[751/901] Compiling rsa_crypt.cc
[752/901] Compiling windows.cc
[753/901] Compiling rsa_asn1.cc
[754/901] Compiling rand_extra.cc
[755/901] Compiling ios.cc
[756/901] Compiling poly1305_arm_asm.S
[757/901] Compiling passive.cc
[758/901] Compiling getentropy.cc
[759/901] Compiling fork_detect.cc
[760/901] Compiling deterministic.cc
[761/901] Compiling forkunsafe.cc
[762/901] Compiling pool.cc
[763/901] Compiling poly1305.cc
[764/901] Compiling poly1305_arm.cc
[765/901] Compiling poly1305_vec.cc
[766/901] Compiling pkcs7.cc
[767/901] Compiling pkcs8.cc
[768/901] Compiling p5_pbev2.cc
[769/901] Compiling pkcs7_x509.cc
[770/901] Compiling pkcs8_x509.cc
[771/901] Compiling pem_x509.cc
[772/901] Compiling pem_xaux.cc
[773/901] Compiling pem_pkey.cc
[774/901] Compiling pem_pk8.cc
[775/901] Compiling obj_xref.cc
[776/901] Compiling pem_oth.cc
[777/901] Compiling mldsa.cc
[778/901] Compiling pem_info.cc
[779/901] Compiling pem_lib.cc
[780/901] Compiling mlkem.cc
[781/901] Compiling obj.cc
[782/901] Compiling pem_all.cc
[783/901] Compiling poly_rq_mul.S
[784/901] Compiling fips_shared_support.cc
[785/901] Compiling md5.cc
[786/901] Compiling mem.cc
[787/901] Compiling md4.cc
[788/901] Compiling lhash.cc
[789/901] Compiling kyber.cc
[790/901] Compiling hpke.cc
[791/901] Compiling ex_data.cc
[792/901] Compiling sign.cc
[793/901] Compiling hrss.cc
[794/901] Compiling scrypt.cc
[795/901] Compiling p_x25519_asn1.cc
[796/901] Compiling print.cc
[797/901] Compiling pbkdf.cc
[798/901] Compiling p_ed25519_asn1.cc
[799/901] Compiling p_ec.cc
[800/901] Compiling p_x25519.cc
[801/901] Compiling p_rsa.cc
[802/901] Compiling p_rsa_asn1.cc
[803/901] Compiling p_hkdf.cc
[804/901] Compiling p_dsa_asn1.cc
[805/901] Compiling p_ed25519.cc
[806/901] Compiling p_ec_asn1.cc
[807/901] Compiling evp.cc
[808/901] Compiling p_dh_asn1.cc
[809/901] Compiling p_dh.cc
[810/901] Compiling evp_ctx.cc
[811/901] Compiling err.cc
[812/901] Compiling ecdh_extra.cc
[813/901] Compiling evp_asn1.cc
[814/901] Compiling engine.cc
[815/901] Compiling ecdsa_asn1.cc
[816/901] Compiling hash_to_curve.cc
[817/901] Compiling ec_derive.cc
[818/901] Compiling dsa_asn1.cc
[819/901] Compiling ec_asn1.cc
[820/901] Compiling dsa.cc
[821/901] Compiling digest_extra.cc
[822/901] Compiling x25519-asm-arm.S
[823/901] Compiling spake25519.cc
[824/901] Compiling dh_asn1.cc
[825/901] Compiling params.cc
[826/901] Compiling cpu_intel.cc
[827/901] Compiling des.cc
[828/901] Compiling crypto.cc
[829/901] Compiling bcm.cc
[830/901] Compiling cpu_arm_linux.cc
[831/901] Compiling cpu_aarch64_win.cc
[832/901] Compiling cpu_arm_freebsd.cc
[833/901] Compiling curve25519.cc
[834/901] Compiling cpu_aarch64_sysreg.cc
[835/901] Compiling cpu_aarch64_linux.cc
[836/901] Compiling cpu_aarch64_openbsd.cc
[837/901] Compiling e_rc4.cc
[838/901] Compiling cpu_aarch64_apple.cc
[839/901] Compiling cpu_aarch64_fuchsia.cc
[840/901] Compiling curve25519_64_adx.cc
[841/901] Compiling e_des.cc
[842/901] Compiling e_null.cc
[843/901] Compiling conf.cc
[844/901] Compiling tls_cbc.cc
[845/901] Compiling e_tls.cc
[846/901] Compiling derive_key.cc
[847/901] Compiling e_rc2.cc
[848/901] Compiling e_chacha20poly1305.cc
[849/901] Compiling cbb.cc
[850/901] Compiling e_aesctrhmac.cc
[851/901] Compiling e_aesgcmsiv.cc
[852/901] Compiling asn1_compat.cc
[853/901] Compiling unicode.cc
[854/901] Compiling cipher_extra.cc
[855/901] Compiling chacha.cc
[856/901] Compiling ber.cc
[857/901] Compiling cbs.cc
[858/901] Compiling pair.cc
[859/901] Compiling buf.cc
[860/901] Compiling blake2.cc
[861/901] Compiling file.cc
[862/901] Compiling bn_asn1.cc
[863/901] Compiling printf.cc
[864/901] Compiling bio.cc
[865/901] Compiling convert.cc
[866/901] Compiling hexdump.cc
[867/901] Compiling fd.cc
[868/901] Compiling tasn_typ.cc
[869/901] Compiling errno.cc
[870/901] Compiling base64.cc
[871/901] Compiling tasn_dec.cc
[872/901] Compiling bio_mem.cc
[873/901] Compiling f_int.cc
[874/901] Compiling tasn_utl.cc
[875/901] Compiling tasn_fre.cc
[876/901] Compiling asn1_par.cc
[877/901] Compiling tasn_new.cc
[878/901] Compiling posix_time.cc
[879/901] Compiling tasn_enc.cc
[880/901] Compiling asn_pack.cc
[881/901] Compiling f_string.cc
[882/901] Compiling a_type.cc
[883/901] Compiling a_mbstr.cc
[884/901] Compiling a_int.cc
[885/901] Compiling asn1_lib.cc
[886/901] Compiling a_time.cc
[887/901] Compiling a_utctm.cc
[888/901] Compiling a_strnid.cc
[889/901] Compiling a_octet.cc
[890/901] Compiling a_strex.cc
[891/901] Write sources
[892/901] Compiling a_object.cc
[893/901] Write sources
[895/901] Compiling a_bool.cc
[896/926] Compiling a_i2d_fp.cc
[897/926] Compiling a_dup.cc
[898/945] Compiling a_d2i_fp.cc
[899/945] Compiling a_gentm.cc
[900/945] Compiling a_bitstr.cc
[902/945] Compiling Atomics ManagedAtomic.swift
[903/945] Compiling Atomics ManagedAtomicLazyReference.swift
[904/947] Compiling Atomics UnsafeAtomic.swift
[905/947] Compiling Atomics UnsafeAtomicLazyReference.swift
[906/947] Compiling Atomics AtomicOptionalWrappable.swift
[907/947] Compiling Atomics AtomicReference.swift
[908/947] Compiling Atomics AtomicStorage.swift
[909/950] Compiling Atomics AtomicMemoryOrderings.swift
[910/950] Compiling Atomics DoubleWord.swift
[911/958] Compiling Atomics OptionalRawRepresentable.swift
[912/958] Compiling Atomics RawRepresentable.swift
[913/958] Compiling Atomics AtomicBool.swift
[916/958] Compiling Atomics AtomicValue.swift
[917/958] Compiling Atomics Primitives.shims.swift
[918/958] Compiling Atomics AtomicInteger.swift
[920/958] Compiling Atomics IntegerOperations.swift
[921/958] Compiling Atomics Unmanaged extensions.swift
[922/958] Compiling Algorithms Trim.swift
[923/958] Compiling Algorithms Unique.swift
[924/958] Compiling Algorithms Windows.swift
[925/958] Compiling Algorithms Split.swift
[926/958] Compiling Algorithms Stride.swift
[927/958] Compiling Algorithms Suffix.swift
[935/958] Compiling Atomics PointerConformances.swift
[936/958] Compiling Atomics Primitives.native.swift
[941/958] Compiling Algorithms Product.swift
[942/958] Compiling CryptoBoringWrapper RandomBytes.swift
[943/958] Compiling CryptoBoringWrapper EllipticCurve.swift
[944/958] Emitting module CryptoBoringWrapper
[945/958] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[946/958] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[950/958] Compiling Atomics IntegerConformances.swift
[951/958] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[952/958] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[953/958] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[955/959] Emitting module Atomics
[960/1090] Emitting module Algorithms
[962/1091] Compiling NIOCore DeadChannel.swift
[963/1091] Compiling NIOCore DispatchQueue+WithFuture.swift
[964/1091] Compiling NIOCore EventLoop+Deprecated.swift
[965/1091] Compiling NIOCore EventLoop+SerialExecutor.swift
[966/1091] Compiling NIOCore EventLoop.swift
[967/1091] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[968/1091] Compiling NIOCore EventLoopFuture+Deprecated.swift
[969/1091] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[970/1091] Compiling NIOCore EventLoopFuture.swift
[971/1091] Compiling NIOCore FileDescriptor.swift
[972/1100] Compiling NIOCore MarkedCircularBuffer.swift
[973/1100] Compiling NIOCore MulticastChannel.swift
[974/1100] Compiling NIOCore NIOAny.swift
[975/1100] Compiling NIOCore NIOCloseOnErrorHandler.swift
[976/1100] Compiling NIOCore NIOLoopBound.swift
[977/1100] Compiling NIOCore NIOScheduledCallback.swift
[978/1100] Compiling NIOCore NIOSendable.swift
[979/1100] Compiling NIOCore RecvByteBufferAllocator.swift
[980/1100] Compiling Crypto NISTCurvesKeys.swift
[981/1100] Compiling Crypto X25519Keys.swift
[982/1100] Compiling Crypto SymmetricKeys.swift
[983/1100] Compiling Crypto HMAC.swift
[984/1100] Compiling Crypto MACFunctions.swift
[985/1100] Compiling Crypto MessageAuthenticationCode.swift
[986/1100] Compiling Crypto AES.swift
[987/1100] Compiling Crypto ECDSASignature_boring.swift
[988/1100] Compiling Crypto ECDSA_boring.swift
[989/1100] Compiling Crypto EdDSA_boring.swift
[990/1100] Compiling Crypto ECDSA.swift
[991/1100] Compiling Crypto Ed25519.swift
[1000/1108] Compiling NIOCore ByteBuffer-views.swift
[1001/1108] Compiling NIOCore Channel.swift
[1002/1108] Compiling NIOCore ChannelHandler.swift
[1003/1108] Compiling NIOCore ChannelHandlers.swift
[1004/1108] Compiling NIOCore ChannelInvoker.swift
[1005/1108] Compiling NIOCore ChannelOption.swift
[1006/1108] Compiling NIOCore ChannelPipeline.swift
[1007/1108] Compiling NIOCore CircularBuffer.swift
[1008/1108] Compiling NIOCore Codec.swift
[1009/1108] Compiling NIOCore ConvenienceOptionSupport.swift
[1010/1108] Emitting module Crypto
[1011/1108] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1012/1108] Compiling NIOCore BSDSocketAPI.swift
[1013/1108] Compiling NIOCore ByteBuffer-aux.swift
[1014/1108] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1015/1108] Compiling NIOCore ByteBuffer-conversions.swift
[1016/1108] Compiling NIOCore ByteBuffer-core.swift
[1017/1108] Compiling NIOCore ByteBuffer-hex.swift
[1018/1108] Compiling NIOCore ByteBuffer-int.swift
[1019/1108] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1020/1108] Compiling NIOCore AddressedEnvelope.swift
[1021/1108] Compiling NIOCore GlobalSingletons.swift
[1022/1108] Compiling NIOCore IO.swift
[1023/1108] Compiling NIOCore IOData.swift
[1024/1108] Compiling NIOCore IPProtocol.swift
[1025/1108] Compiling NIOCore IntegerBitPacking.swift
[1026/1108] Compiling NIOCore IntegerTypes.swift
[1027/1108] Compiling NIOCore Interfaces.swift
[1028/1108] Compiling NIOCore Linux.swift
[1029/1108] Compiling NIOCore FileHandle.swift
[1030/1108] Compiling NIOCore FileRegion.swift
[1039/1108] Compiling NIOCore AsyncAwaitSupport.swift
[1040/1108] Compiling NIOCore AsyncChannel.swift
[1041/1108] Compiling NIOCore AsyncChannelHandler.swift
[1042/1108] Compiling NIOCore AsyncChannelInboundStream.swift
[1043/1108] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1044/1108] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1045/1108] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1046/1108] Compiling NIOCore NIOAsyncWriter.swift
[1047/1108] Compiling NIOCore ByteBuffer-multi-int.swift
[1048/1108] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1049/1108] Compiling Crypto Signature.swift
[1050/1108] Compiling Crypto CryptoKitErrors_boring.swift
[1051/1108] Compiling Crypto RNG_boring.swift
[1052/1108] Compiling Crypto SafeCompare_boring.swift
[1053/1108] Compiling Crypto Zeroization_boring.swift
[1054/1108] Compiling Crypto PrettyBytes.swift
[1055/1108] Compiling Crypto SafeCompare.swift
[1056/1108] Compiling Crypto SecureBytes.swift
[1057/1108] Compiling Crypto Zeroization.swift
[1059/1155] Compiling _CryptoExtras DigestType.swift
[1060/1155] Compiling _CryptoExtras Error.swift
[1061/1155] Compiling _CryptoExtras I2OSP.swift
[1062/1155] Compiling _CryptoExtras IntegerEncoding.swift
[1063/1155] Compiling _CryptoExtras PEMDocument.swift
[1064/1155] Compiling _CryptoExtras VOPRFServer.swift
[1065/1155] Compiling _CryptoExtras RSA+BlindSigning.swift
[1066/1155] Compiling _CryptoExtras RSA.swift
[1067/1155] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1068/1155] Compiling NIOCore SocketAddresses.swift
[1069/1155] Compiling NIOCore SocketOptionProvider.swift
[1070/1155] Compiling NIOCore SystemCallHelpers.swift
[1071/1155] Compiling NIOCore TimeAmount+Duration.swift
[1072/1155] Compiling NIOCore TypeAssistedChannelHandler.swift
[1073/1155] Compiling NIOCore UniversalBootstrapSupport.swift
[1074/1155] Compiling NIOCore Utilities.swift
[1075/1155] Compiling _CryptoExtras Scrypt_boring.swift
[1076/1155] Compiling _CryptoExtras Scrypt.swift
[1077/1155] Compiling _CryptoExtras OPRF.swift
[1078/1155] Compiling _CryptoExtras OPRFClient.swift
[1079/1155] Compiling _CryptoExtras OPRFServer.swift
[1080/1155] Compiling _CryptoExtras VOPRF+API.swift
[1081/1155] Compiling _CryptoExtras VOPRFClient.swift
[1082/1155] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1089/1161] Emitting module _CryptoExtras
[1090/1161] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1091/1161] Compiling _CryptoExtras ARC+API.swift
[1092/1161] Compiling _CryptoExtras ARC.swift
[1093/1161] Compiling _CryptoExtras ARCCredential.swift
[1094/1161] Compiling _CryptoExtras ARCEncoding.swift
[1095/1161] Compiling _CryptoExtras ARCPrecredential.swift
[1096/1161] Compiling _CryptoExtras ARCPresentation.swift
[1097/1161] Compiling _CryptoExtras ARCRequest.swift
[1098/1161] Compiling _CryptoExtras ARCResponse.swift
[1099/1161] Compiling _CryptoExtras ARCServer.swift
[1100/1161] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1101/1161] Compiling _CryptoExtras ChaCha20CTR.swift
[1102/1161] Compiling _CryptoExtras ECToolbox_boring.swift
[1103/1161] Compiling _CryptoExtras ECToolbox.swift
[1104/1161] Compiling _CryptoExtras AES_CBC.swift
[1105/1161] Compiling _CryptoExtras AES_CFB.swift
[1106/1161] Compiling _CryptoExtras AES_CTR.swift
[1107/1161] Compiling _CryptoExtras AES_GCM_SIV.swift
[1108/1161] Compiling _CryptoExtras Block Function.swift
[1109/1161] Compiling _CryptoExtras AES_CFB_boring.swift
[1110/1161] Compiling _CryptoExtras AES_CTR_boring.swift
[1114/1161] Compiling _CryptoExtras RSA_boring.swift
[1115/1161] Compiling _CryptoExtras RSA_security.swift
[1116/1161] Compiling _CryptoExtras BoringSSLHelpers.swift
[1117/1161] Compiling _CryptoExtras PrettyBytes.swift
[1118/1161] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1119/1161] Compiling _CryptoExtras DLEQ.swift
[1120/1161] Compiling _CryptoExtras Prover.swift
[1121/1161] Compiling _CryptoExtras Verifier.swift
[1122/1161] Compiling _CryptoExtras ZKPToolbox.swift
[1135/1161] Compiling _CryptoExtras HashToField.swift
[1136/1161] Compiling _CryptoExtras KDF.swift
[1137/1161] Compiling _CryptoExtras PBKDF2_boring.swift
[1138/1161] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1139/1161] Compiling _CryptoExtras PBKDF2.swift
[1149/1161] Emitting module NIOCore
[1151/1213] Emitting module NIOEmbedded
[1152/1213] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1153/1213] Compiling NIOEmbedded Embedded.swift
[1154/1213] Compiling NIOEmbedded AsyncTestingChannel.swift
[1156/1214] Emitting module NIOPosix
[1157/1220] Compiling NIOPosix ThreadPosix.swift
[1158/1220] Compiling NIOPosix ThreadWindows.swift
[1159/1220] Compiling NIOPosix UnsafeTransfer.swift
[1160/1220] Compiling NIOPosix Utilities.swift
[1161/1220] Compiling NIOPosix VsockAddress.swift
[1162/1220] Compiling NIOPosix VsockChannelEvents.swift
[1163/1220] Compiling NIOPosix ServerSocket.swift
[1164/1220] Compiling NIOPosix Socket.swift
[1165/1220] Compiling NIOPosix SocketChannel.swift
[1166/1220] Compiling NIOPosix SocketProtocols.swift
[1167/1220] Compiling NIOPosix System.swift
[1168/1220] Compiling NIOPosix Thread.swift
[1169/1220] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1170/1220] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1171/1220] Compiling NIOPosix PosixSingletons.swift
[1172/1220] Compiling NIOPosix RawSocketBootstrap.swift
[1173/1220] Compiling NIOPosix Resolver.swift
[1174/1220] Compiling NIOPosix Selectable.swift
[1175/1220] Compiling NIOPosix SelectableChannel.swift
[1176/1220] Compiling NIOPosix SelectableEventLoop.swift
[1177/1220] Compiling NIOPosix SelectorEpoll.swift
[1178/1220] Compiling NIOPosix SelectorGeneric.swift
[1179/1220] Compiling NIOPosix SelectorKqueue.swift
[1180/1220] Compiling NIOPosix SelectorUring.swift
[1181/1220] Compiling NIOPosix IO.swift
[1182/1220] Compiling NIOPosix IntegerBitPacking.swift
[1183/1220] Compiling NIOPosix IntegerTypes.swift
[1184/1220] Compiling NIOPosix Linux.swift
[1185/1220] Compiling NIOPosix LinuxCPUSet.swift
[1186/1220] Compiling NIOPosix LinuxUring.swift
[1187/1220] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1188/1220] Compiling NIOPosix NIOThreadPool.swift
[1189/1220] Compiling NIOPosix NonBlockingFileIO.swift
[1190/1220] Compiling NIOPosix PendingDatagramWritesManager.swift
[1191/1220] Compiling NIOPosix PendingWritesManager.swift
[1192/1220] Compiling NIOPosix PipeChannel.swift
[1193/1220] Compiling NIOPosix PipePair.swift
[1194/1220] Compiling NIOPosix Pool.swift
[1195/1220] Compiling NIOPosix BSDSocketAPICommon.swift
[1196/1220] Compiling NIOPosix BSDSocketAPIPosix.swift
[1197/1220] Compiling NIOPosix BSDSocketAPIWindows.swift
[1198/1220] Compiling NIOPosix BaseSocket.swift
[1199/1220] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1200/1220] Compiling NIOPosix BaseSocketChannel.swift
[1201/1220] Compiling NIOPosix BaseStreamSocketChannel.swift
[1202/1220] Compiling NIOPosix Bootstrap.swift
[1203/1220] Compiling NIOPosix ControlMessage.swift
[1204/1220] Compiling NIOPosix DatagramVectorReadManager.swift
[1205/1220] Compiling NIOPosix Errors+Any.swift
[1206/1220] Compiling NIOPosix FileDescriptor.swift
[1207/1220] Compiling NIOPosix GetaddrinfoResolver.swift
[1208/1220] Compiling NIOPosix HappyEyeballs.swift
[1210/1223] Compiling NIO Exports.swift
[1211/1223] Emitting module NIO
[1213/1263] Compiling NIOTLS TLSEvents.swift
[1214/1263] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1215/1263] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1216/1263] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1217/1263] Compiling NIOSOCKS ClientGreeting.swift
[1218/1263] Compiling NIOSOCKS Errors.swift
[1219/1265] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1220/1265] Emitting module NIOTLS
[1221/1265] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1222/1265] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1224/1265] Compiling NIOSOCKS Helpers.swift
[1225/1266] Compiling NIOSOCKS SOCKSResponse.swift
[1226/1266] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1227/1266] Compiling NIOSOCKS ClientStateMachine.swift
[1228/1266] Compiling NIOSOCKS AuthenticationMethod.swift
[1230/1266] Emitting module NIOSOCKS
[1231/1266] Compiling NIOSOCKS SOCKSClientHandler.swift
[1232/1266] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1233/1266] Compiling NIOSOCKS Messages.swift
[1234/1266] Compiling NIOSOCKS SOCKSRequest.swift
[1235/1266] Compiling NIOTLS SNIHandler.swift
[1236/1267] Compiling NIOSOCKS ServerStateMachine.swift
[1238/1268] Emitting module NIOHTTP1
[1239/1268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1240/1268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1242/1268] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1243/1268] Emitting module NIOFoundationCompat
[1245/1298] Compiling NIOSSL SSLCallbacks.swift
[1246/1298] Compiling NIOSSL SSLCertificate.swift
[1247/1298] Compiling NIOSSL SSLContext.swift
[1248/1298] Compiling NIOSSL SSLErrors.swift
[1249/1320] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1250/1320] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1251/1320] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1252/1320] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1253/1320] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1254/1320] Compiling NIOTransportServices NIOTSBootstraps.swift
[1258/1322] Compiling NIOTransportServices AcceptHandler.swift
[1259/1322] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1260/1322] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1261/1322] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1262/1322] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1264/1322] Emitting module NIOTransportServices
[1267/1322] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1268/1322] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1269/1322] Compiling NIOTransportServices NIOTSSingletons.swift
[1270/1322] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1271/1322] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1272/1322] Compiling NIOTransportServices NIOTSErrors.swift
[1273/1322] Compiling NIOTransportServices NIOTSEventLoop.swift
[1274/1322] Compiling NIOTransportServices StateManagedChannel.swift
[1275/1322] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1276/1322] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1277/1322] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1278/1322] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1284/1342] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1285/1342] Emitting module NIOSSL
[1286/1345] Compiling NIOHPACK IntegerCoding.swift
[1287/1345] Compiling NIOHPACK IndexedHeaderTable.swift
[1288/1346] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1292/1346] Compiling NIOSSL SubjectAlternativeName.swift
[1293/1346] Compiling NIOHPACK DynamicHeaderTable.swift
[1294/1346] Compiling NIOHPACK HPACKDecoder.swift
[1295/1346] Compiling NIOHPACK HPACKEncoder.swift
[1296/1346] Compiling NIOHPACK HPACKErrors.swift
[1297/1346] Compiling NIOSSL NIOSSLSecureBytes.swift
[1298/1346] Compiling NIOSSL RNG.swift
[1299/1346] Compiling NIOSSL SafeCompare.swift
[1300/1346] Compiling NIOSSL Zeroization.swift
[1301/1346] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1302/1346] Compiling NIOHTTPCompression HTTPDecompression.swift
[1303/1346] Emitting module NIOHTTPCompression
[1304/1346] Compiling NIOHTTPCompression HTTPCompression.swift
[1305/1346] Compiling NIOHPACK HuffmanTables.swift
[1306/1346] Compiling NIOHPACK StaticHeaderTable.swift
[1307/1346] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1308/1347] Compiling NIOHPACK HuffmanCoding.swift
[1316/1347] Emitting module NIOHPACK
[1317/1347] Compiling NIOHPACK HPACKHeader.swift
[1318/1347] Compiling NIOHPACK HeaderTables.swift
[1322/1406] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1323/1406] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1324/1406] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1325/1406] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1326/1406] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1327/1406] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1328/1406] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1329/1406] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1330/1406] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1331/1406] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1332/1406] Compiling NIOHTTP2 HTTP2Error.swift
[1333/1406] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1334/1406] Compiling NIOHTTP2 MaySendFrames.swift
[1335/1406] Compiling NIOHTTP2 SendingDataState.swift
[1336/1406] Compiling NIOHTTP2 SendingGoawayState.swift
[1337/1406] Compiling NIOHTTP2 SendingHeadersState.swift
[1341/1406] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1342/1406] Compiling NIOHTTP2 QuiescingState.swift
[1343/1406] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1344/1406] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1345/1406] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1346/1406] Compiling NIOHTTP2 SendingRstStreamState.swift
[1347/1406] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1348/1406] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1351/1500] Emitting module NIOHTTP2
[1352/1508] Compiling X509 CSRAttribute.swift
[1353/1508] Compiling X509 CSRAttributes.swift
[1354/1508] Compiling X509 CSRVersion.swift
[1355/1508] Compiling X509 CertificateSigningRequest.swift
[1356/1508] Compiling X509 CertificationRequestInfo.swift
[1357/1508] Compiling X509 ExtensionRequest.swift
[1358/1508] Compiling X509 Certificate.swift
[1359/1508] Compiling X509 CertificatePrivateKey.swift
[1360/1508] Compiling X509 LockedValueBox.swift
[1361/1508] Compiling X509 BasicOCSPResponse.swift
[1362/1508] Compiling X509 DirectoryString.swift
[1363/1508] Compiling X509 OCSPCertID.swift
[1364/1508] Compiling X509 OCSPCertStatus.swift
[1365/1508] Compiling X509 OCSPExtensionID.swift
[1366/1508] Compiling X509 OCSPNonce.swift
[1367/1508] Compiling X509 OCSPPolicy.swift
[1368/1508] Compiling NIOHTTP2 InboundWindowManager.swift
[1369/1508] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1370/1508] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1371/1508] Compiling NIOHTTP2 StreamChannelList.swift
[1372/1508] Compiling NIOHTTP2 StreamMap.swift
[1373/1508] Compiling NIOHTTP2 StreamStateMachine.swift
[1374/1508] Compiling NIOHTTP2 UnsafeTransfer.swift
[1375/1508] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1376/1508] Compiling X509 NameConstraints.swift
[1377/1508] Compiling X509 SubjectAlternativeName.swift
[1378/1508] Compiling X509 SubjectKeyIdentifier.swift
[1379/1508] Compiling X509 Extension.swift
[1380/1508] Compiling X509 Extensions.swift
[1381/1508] Compiling X509 ExtensionsBuilder.swift
[1382/1508] Compiling X509 GeneralName.swift
[1383/1508] Compiling X509 Lock.swift
[1384/1508] Compiling X509 OCSPTBSRequest.swift
[1385/1508] Compiling X509 OCSPVersion.swift
[1386/1508] Compiling X509 PKCS8PrivateKey.swift
[1387/1508] Compiling X509 PromiseAndFuture.swift
[1388/1508] Compiling X509 RDNAttribute.swift
[1389/1508] Compiling X509 RandomNumberGenerator+bytes.swift
[1390/1508] Compiling X509 RelativeDistinguishedName.swift
[1391/1508] Compiling X509 SEC1PrivateKey.swift
[1392/1508] Compiling X509 SecKeyWrapper.swift
[1393/1508] Compiling X509 Signature.swift
[1394/1508] Compiling X509 SignatureAlgorithm.swift
[1395/1508] Compiling X509 AllOfPolicies.swift
[1396/1508] Compiling X509 AnyPolicy.swift
[1397/1508] Compiling X509 CertificateStore.swift
[1398/1508] Compiling X509 OneOfPolicies.swift
[1399/1508] Compiling X509 PolicyBuilder.swift
[1400/1508] Compiling X509 BasicConstraintsPolicy.swift
[1401/1508] Compiling X509 DNSNames.swift
[1402/1508] Compiling X509 DirectoryNames.swift
[1403/1508] Compiling X509 ExpiryPolicy.swift
[1404/1508] Compiling X509 IPConstraints.swift
[1405/1508] Compiling X509 NameConstraintsPolicy.swift
[1406/1508] Compiling X509 RFC5280Policy.swift
[1407/1508] Compiling X509 URIConstraints.swift
[1408/1508] Compiling X509 VersionPolicy.swift
[1409/1508] Compiling X509 ServerIdentityPolicy.swift
[1410/1521] Compiling X509 CMSEncapsulatedContentInfo.swift
[1411/1521] Compiling X509 CMSIssuerAndSerialNumber.swift
[1412/1521] Compiling X509 CMSOperations.swift
[1413/1521] Compiling X509 CMSSignature.swift
[1414/1521] Compiling X509 CMSSignedData.swift
[1415/1521] Compiling X509 CMSSignerIdentifier.swift
[1416/1521] Compiling X509 CMSSignerInfo.swift
[1417/1521] Compiling X509 CMSVersion.swift
[1418/1521] Compiling X509 Curve25519+DER.swift
[1419/1521] Compiling X509 Digests.swift
[1420/1521] Compiling X509 DistinguishedName.swift
[1421/1521] Compiling X509 CommonName.swift
[1422/1521] Compiling X509 CountryName.swift
[1431/1521] Compiling X509 CertificatePublicKey.swift
[1432/1521] Compiling X509 CertificateSerialNumber.swift
[1433/1521] Compiling X509 CertificateVersion.swift
[1434/1521] Compiling X509 CMSAttribute.swift
[1435/1521] Compiling X509 CMSContentInfo.swift
[1454/1521] Compiling X509 DNBuilder.swift
[1455/1521] Compiling X509 DomainComponent.swift
[1456/1521] Compiling X509 EmailAddress.swift
[1457/1521] Compiling X509 LocalityName.swift
[1458/1521] Compiling X509 OrganizationName.swift
[1459/1521] Compiling X509 OrganizationalUnitName.swift
[1460/1521] Compiling X509 StateOrProvinceName.swift
[1461/1521] Compiling X509 StreetAddress.swift
[1462/1521] Compiling X509 Error.swift
[1463/1521] Compiling X509 AuthorityInformationAccess.swift
[1464/1521] Compiling X509 AuthorityKeyIdentifier.swift
[1465/1521] Compiling X509 BasicConstraints.swift
[1472/1521] Compiling X509 ExtensionIdentifiers.swift
[1473/1521] Compiling X509 KeyUsage.swift
[1474/1521] Compiling X509 ExtendedKeyUsage.swift
[1509/1581] Emitting module X509
[1510/1581] Emitting module AsyncHTTPClient
[1511/1589] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1512/1589] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1513/1589] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1514/1589] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1515/1589] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1516/1589] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1517/1589] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1518/1589] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1519/1589] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1520/1589] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1521/1589] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1522/1589] Compiling AsyncHTTPClient Transaction.swift
[1523/1589] Compiling AsyncHTTPClient Base64.swift
[1524/1589] Compiling AsyncHTTPClient BasicAuth.swift
[1525/1589] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1526/1589] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1527/1589] Compiling AsyncHTTPClient ConnectionPool.swift
[1528/1589] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1529/1589] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1530/1589] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1531/1589] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1532/1589] Compiling AsyncHTTPClient HTTP1Connection.swift
[1533/1589] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1534/1589] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1535/1589] Compiling AsyncHTTPClient HTTP2Connection.swift
[1536/1589] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1537/1589] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1538/1589] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1539/1589] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1540/1589] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1541/1589] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1542/1589] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1543/1589] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1544/1589] Compiling AsyncHTTPClient RequestBodyLength.swift
[1545/1589] Compiling X509 TrustRootLoading.swift
[1546/1589] Compiling X509 UnverifiedChain.swift
[1547/1589] Compiling X509 VerificationDiagnostic.swift
[1548/1589] Compiling X509 Verifier.swift
[1549/1589] Compiling X509 VerifierPolicy.swift
[1550/1589] Compiling X509 AlgorithmIdentifier.swift
[1551/1589] Compiling X509 ECDSASignature.swift
[1552/1589] Compiling X509 RSAPKCS1PublicKey.swift
[1553/1589] Compiling X509 SubjectPublicKeyInfo.swift
[1554/1589] Compiling X509 TBSCertificate.swift
[1555/1589] Compiling X509 Time.swift
[1556/1589] Compiling X509 TimeCalculations.swift
[1557/1589] Compiling X509 Validity.swift
[1559/1590] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1560/1590] Compiling AsyncHTTPClient RequestOptions.swift
[1561/1590] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1562/1590] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1563/1590] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1564/1590] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1565/1590] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1566/1590] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1567/1648] Compiling AsyncHTTPClient RequestBag.swift
[1568/1648] Compiling AsyncHTTPClient RequestValidation.swift
[1569/1648] Compiling AsyncHTTPClient SSLContextCache.swift
[1570/1648] Compiling AsyncHTTPClient Scheme.swift
[1571/1648] Compiling AsyncHTTPClient Singleton.swift
[1572/1648] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1573/1648] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1574/1648] Compiling AsyncHTTPClient Utils.swift
[1575/1648] Compiling JWTKit JWTHeader.swift
[1576/1648] Compiling JWTKit JWTHeaderField.swift
[1577/1648] Compiling JWTKit JWTKeyCollection.swift
[1578/1648] Compiling JWTKit JWTParser.swift
[1579/1648] Compiling JWTKit JWTPayload.swift
[1580/1648] Compiling JWTKit JWTSerializer.swift
[1581/1648] Compiling JWTKit JWTSigner.swift
[1582/1648] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1583/1648] Compiling JWTKit EdDSACurve.swift
[1584/1648] Compiling JWTKit EdDSAError.swift
[1585/1648] Compiling JWTKit EdDSASigner.swift
[1586/1648] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[1587/1648] Compiling JWTKit HMAC.swift
[1588/1648] Compiling JWTKit HMACError.swift
[1589/1648] Compiling JWTKit HMACSigner.swift
[1590/1648] Compiling JWTKit JWTHeader+CommonFields.swift
[1592/1649] Compiling JWTKit EdDSA.swift
[1600/1649] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[1601/1649] Compiling JWTKit UnsecuredNoneSigner.swift
[1602/1649] Compiling JWTKit JWTKeyCollection+RSA.swift
[1603/1649] Compiling JWTKit RSA.swift
[1604/1649] Compiling JWTKit RSAError.swift
[1605/1649] Compiling JWTKit RSASigner.swift
[1606/1649] Compiling JWTKit Base64URL.swift
[1607/1649] Compiling JWTKit CryptoSigner.swift
[1608/1657] Compiling JWTKit AudienceClaim.swift
[1609/1657] Compiling JWTKit BoolClaim.swift
[1610/1657] Compiling JWTKit ExpirationClaim.swift
[1611/1657] Compiling JWTKit GoogleHostedDomainClaim.swift
[1612/1657] Compiling JWTKit IDClaim.swift
[1613/1657] Compiling JWTKit IssuedAtClaim.swift
[1614/1657] Compiling JWTKit IssuerClaim.swift
[1615/1657] Compiling JWTKit JWTClaim.swift
[1616/1657] Compiling JWTKit JWTMultiValueClaim.swift
[1617/1657] Emitting module JWTKit
[1618/1657] Compiling JWTKit JWTKeyCollection+HMAC.swift
[1619/1657] Compiling JWTKit Insecure.swift
[1620/1657] Compiling JWTKit JWK.swift
[1621/1657] Compiling JWTKit JWKIdentifier.swift
[1622/1657] Compiling JWTKit JWKS.swift
[1623/1657] Compiling JWTKit JWKSigner.swift
[1624/1657] Compiling JWTKit JWTAlgorithm.swift
[1625/1657] Compiling JWTKit JWTError.swift
[1626/1657] Compiling JWTKit ECDSAError.swift
[1627/1657] Compiling JWTKit ECDSAKeyTypes.swift
[1628/1657] Compiling JWTKit ECDSASigner.swift
[1629/1657] Compiling JWTKit ECDSASigningAlgorithm.swift
[1630/1657] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[1631/1657] Compiling JWTKit P256+CurveType.swift
[1632/1657] Compiling JWTKit P384+CurveType.swift
[1633/1657] Compiling JWTKit P521+CurveType.swift
[1634/1657] Compiling JWTKit JWTUnixEpochClaim.swift
[1635/1657] Compiling JWTKit LocaleClaim.swift
[1636/1657] Compiling JWTKit NotBeforeClaim.swift
[1637/1657] Compiling JWTKit SubjectClaim.swift
[1638/1657] Compiling JWTKit TenantIDClaim.swift
[1639/1657] Compiling JWTKit ECDSA.swift
[1640/1657] Compiling JWTKit ECDSACurve.swift
[1641/1657] Compiling JWTKit ECDSACurveType.swift
[1650/1657] Compiling JWTKit CustomizedJSONCoders.swift
[1651/1657] Compiling JWTKit Utilities.swift
[1652/1657] Compiling JWTKit AppleIdentityToken.swift
[1653/1657] Compiling JWTKit FirebaseAuthIdentityToken.swift
[1654/1657] Compiling JWTKit GoogleIdentityToken.swift
[1655/1657] Compiling JWTKit MicrosoftIdentityToken.swift
[1656/1657] Compiling JWTKit ValidationTimePayload.swift
[1657/1657] Compiling JWTKit X5CVerifier.swift
[1659/1673] Compiling AppleMapsKit PoiCategory.swift
[1660/1673] Compiling AppleMapsKit SearchResponse.swift
[1661/1674] Compiling AppleMapsKit Eta.swift
[1662/1674] Compiling AppleMapsKit MapRegion.swift
[1663/1674] Compiling AppleMapsKit DirectionsResponse.swift
[1664/1674] Compiling AppleMapsKit ErrorResponse.swift
[1665/1674] Compiling AppleMapsKit Place.swift
[1666/1674] Compiling AppleMapsKit PlacesResponse.swift
[1667/1674] Compiling AppleMapsKit AlternateIDsResponse.swift
[1668/1674] Compiling AppleMapsKit AutocompleteResult.swift
[1669/1674] Compiling AppleMapsKit SearchResultType.swift
[1670/1674] Compiling AppleMapsKit AuthClient.swift
[1671/1674] Compiling AppleMapsKit TokenResponse.swift
[1672/1674] Emitting module AppleMapsKit
[1673/1674] Compiling AppleMapsKit AppleMapsClient.swift
[1674/1674] Compiling AppleMapsKit AppleMapsKitError.swift
Build complete! (449.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    }
  ],
  "manifest_display_name" : "apple-maps-kit",
  "name" : "apple-maps-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AppleMapsKit",
      "targets" : [
        "AppleMapsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppleMapsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AppleMapsKitTests",
      "path" : "Tests/AppleMapsKitTests",
      "sources" : [
        "AppleMapsKitTests.swift",
        "AuthTests.swift"
      ],
      "target_dependencies" : [
        "AppleMapsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppleMapsKit",
      "module_type" : "SwiftTarget",
      "name" : "AppleMapsKit",
      "path" : "Sources/AppleMapsKit",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "JWTKit"
      ],
      "product_memberships" : [
        "AppleMapsKit"
      ],
      "sources" : [
        "AppleMapsClient.swift",
        "AppleMapsKitError.swift",
        "Auth/AuthClient.swift",
        "Auth/TokenResponse.swift",
        "DTOs/AlternateIDsResponse.swift",
        "DTOs/AutocompleteResult.swift",
        "DTOs/DirectionsResponse.swift",
        "DTOs/ErrorResponse.swift",
        "DTOs/Eta.swift",
        "DTOs/MapRegion.swift",
        "DTOs/Place.swift",
        "DTOs/PlacesResponse.swift",
        "DTOs/PoiCategory.swift",
        "DTOs/SearchResponse.swift",
        "DTOs/SearchResultType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.