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 spacetrack, reference main (60f5de), with Swift 6.1 for Linux on 26 Apr 2025 23:39:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fundaev/spacetrack.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/fundaev/spacetrack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 60f5deb Update README.md
Cloned https://github.com/fundaev/spacetrack.git
Revision (git rev-parse @):
60f5deb95b8c7f9e4353a5d280801b84615c9f50
SUCCESS checkout https://github.com/fundaev/spacetrack.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fundaev/spacetrack.git
https://github.com/fundaev/spacetrack.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "spacetrack",
  "name" : "spacetrack",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SpaceTrack",
      "targets" : [
        "SpaceTrack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpaceTrackTests",
      "module_type" : "SwiftTarget",
      "name" : "SpaceTrackTests",
      "path" : "Tests/SpaceTrackTests",
      "sources" : [
        "BoxscoreTests.swift",
        "ConjunctionDataMessageTests.swift",
        "DecayTests.swift",
        "GPTests.swift",
        "LaunchSiteTests.swift",
        "OrderTests.swift",
        "PredicateTests.swift",
        "SatelliteChangeTests.swift",
        "SatelliteTests.swift",
        "TIPMessageTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "SpaceTrack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpaceTrack",
      "module_type" : "SwiftTarget",
      "name" : "SpaceTrack",
      "path" : "Sources/SpaceTrack",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "SpaceTrack"
      ],
      "sources" : [
        "AuthDecoder.swift",
        "AuthDelegate.swift",
        "Client.swift",
        "DataDalegate.swift",
        "DataDecoder.swift",
        "DateDecoder.swift",
        "Entities/Boxscore.swift",
        "Entities/Common.swift",
        "Entities/ConjunctionDataMessage.swift",
        "Entities/Decay.swift",
        "Entities/GeneralPerturbations.swift",
        "Entities/LaunchSite.swift",
        "Entities/SatelliteCatalog.swift",
        "Entities/SatelliteCatalogChange.swift",
        "Entities/TIPMessage.swift",
        "Order.swift",
        "Predicate.swift",
        "RequestInfo.swift",
        "Session.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 -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
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/swift-server/async-http-client.git
[1/13787] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.56s)
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.49s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2619] Fetching swift-nio-transport-services
[1809/8281] Fetching swift-nio-transport-services, swift-nio-extras
[2023/9986] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[2767/13822] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log
[4057/19725] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log, swift-algorithms
[4658/31217] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.80s)
[17306/28598] Fetching swift-nio-extras, swift-atomics, swift-log, swift-algorithms, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.12s)
[18619/26893] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[26550/41686] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl
[28670/117117] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.84s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.84s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.85s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.86s)
[30575/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.74s)
Fetched https://github.com/apple/swift-nio.git from cache (8.00s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (10.11s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.37s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.36s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[1612/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.63s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.31s)
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.92s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.87s)
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.94s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[499/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.41s)
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.30s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (4.48s)
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.85s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Building for debugging...
[0/440] Write sources
[21/440] Compiling CNIOWindows shim.c
[22/440] Compiling _NumericsShims _NumericsShims.c
[22/440] Compiling CNIOWindows WSAStartup.c
[24/440] Compiling CNIOWASI CNIOWASI.c
[25/440] Compiling _AtomicsShims.c
[26/440] Compiling CNIOLinux liburing_shims.c
[27/440] Compiling CNIODarwin shim.c
[28/440] Compiling CNIOExtrasZlib empty.c
[29/440] Compiling CNIOLLHTTP c_nio_http.c
[30/440] Compiling CNIOLinux shim.c
[31/440] Compiling fiat_p256_adx_sqr.S
[32/440] Compiling fiat_p256_adx_mul.S
[33/440] Compiling CNIOLLHTTP c_nio_api.c
[34/440] Compiling fiat_curve25519_adx_square.S
[35/440] Compiling fiat_curve25519_adx_mul.S
[36/440] Write swift-version-24593BA9C3E375BF.txt
[37/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[38/440] Compiling CNIOBoringSSLShims shims.c
[39/446] Compiling tls_record.cc
[40/446] Compiling tls_method.cc
[41/446] Compiling tls13_both.cc
[42/456] Compiling tls13_client.cc
[43/456] Compiling tls13_enc.cc
[44/461] Compiling tls13_server.cc
[46/478] Emitting module InternalCollectionsUtilities
[46/480] Compiling t1_enc.cc
[47/480] Compiling ssl_versions.cc
[49/480] Compiling InternalCollectionsUtilities _SortedCollection.swift
[50/480] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[51/480] Emitting module RealModule
[52/480] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/480] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/481] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/481] Compiling InternalCollectionsUtilities Specialize.swift
[55/481] Compiling ssl_x509.cc
[57/481] Compiling _NIODataStructures PriorityQueue.swift
[58/481] Emitting module _NIOBase64
[59/481] Compiling _NIOBase64 Base64.swift
[60/482] Compiling RealModule RealFunctions.swift
[61/482] Compiling InternalCollectionsUtilities Debugging.swift
[62/482] Compiling InternalCollectionsUtilities Descriptions.swift
[63/482] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/482] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/482] Compiling RealModule ElementaryFunctions.swift
[66/482] Compiling _NIODataStructures _TinyArray.swift
[67/482] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[68/482] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[69/482] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[70/482] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[71/482] Compiling InternalCollectionsUtilities Integer rank.swift
[72/482] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[73/482] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/482] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/483] Compiling RealModule Float80+Real.swift
[76/483] Compiling RealModule Float16+Real.swift
[77/483] Compiling RealModule Real.swift
[78/483] Compiling RealModule Float+Real.swift
[79/483] Compiling Logging LogHandler.swift
[87/499] Compiling DequeModule _DequeBuffer.swift
[88/499] Compiling DequeModule _DequeBufferHeader.swift
[89/501] Emitting module Logging
[90/501] Compiling Logging Locks.swift
[91/501] Compiling Logging MetadataProvider.swift
[92/501] Emitting module _NIODataStructures
[93/501] Compiling _NIODataStructures Heap.swift
[94/502] Compiling DequeModule Deque+Testing.swift
[95/502] Compiling DequeModule Deque._Storage.swift
[96/502] Compiling DequeModule Deque+Equatable.swift
[97/502] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/502] Compiling DequeModule Deque+Extras.swift
[99/502] Compiling DequeModule Deque+Hashable.swift
[100/502] Compiling DequeModule Deque+CustomReflectable.swift
[101/502] Compiling DequeModule Deque+Descriptions.swift
[102/502] Compiling Logging Logging.swift
[105/503] Compiling DequeModule Deque._UnsafeHandle.swift
[106/503] Compiling DequeModule Deque.swift
[107/503] Compiling DequeModule _DequeSlot.swift
[108/503] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/503] Compiling ssl_stat.cc
[109/503] Compiling ssl_transcript.cc
[111/503] Compiling DequeModule Deque+Codable.swift
[112/503] Compiling DequeModule Deque+Collection.swift
[113/503] Emitting module DequeModule
[114/504] Compiling ssl_session.cc
[115/504] Compiling ssl_privkey.cc
[116/504] Compiling ssl_file.cc
[117/504] Compiling ssl_lib.cc
[118/504] Compiling ssl_key_share.cc
[119/504] Compiling ssl_credential.cc
[120/504] Compiling ssl_cipher.cc
[121/504] Compiling ssl_buffer.cc
[122/504] Compiling ssl_asn1.cc
[123/504] Compiling ssl_cert.cc
[124/504] Compiling s3_pkt.cc
[125/504] Compiling ssl_aead_ctx.cc
[126/504] Compiling s3_lib.cc
[127/504] Compiling s3_both.cc
[128/504] Compiling handshake_server.cc
[129/504] Compiling handoff.cc
[130/504] Compiling handshake.cc
[131/504] Compiling handshake_client.cc
[132/504] Compiling dtls_record.cc
[133/504] Compiling encrypted_client_hello.cc
[134/504] Compiling md5-x86_64-linux.S
[135/504] Compiling md5-x86_64-apple.S
[136/504] Compiling md5-586-linux.S
[137/504] Compiling md5-586-apple.S
[138/504] Compiling dtls_method.cc
[139/504] Compiling d1_srtp.cc
[140/504] Compiling chacha20_poly1305_x86_64-apple.S
[141/504] Compiling chacha20_poly1305_x86_64-linux.S
[142/504] Compiling chacha20_poly1305_armv8-linux.S
[143/504] Compiling chacha20_poly1305_armv8-win.S
[144/504] Compiling extensions.cc
[145/504] Compiling chacha20_poly1305_armv8-apple.S
[146/504] Compiling chacha-x86_64-linux.S
[147/504] Compiling chacha-x86_64-apple.S
[148/504] Compiling err_data.cc
[149/504] Compiling chacha-x86-linux.S
[150/504] Compiling chacha-x86-apple.S
[151/504] Compiling chacha-armv8-win.S
[152/504] Compiling chacha-armv8-linux.S
[153/504] Compiling chacha-armv8-apple.S
[154/504] Compiling chacha-armv4-linux.S
[155/504] Compiling aes128gcmsiv-x86_64-linux.S
[156/504] Compiling aes128gcmsiv-x86_64-apple.S
[157/504] Compiling x86_64-mont5-linux.S
[158/504] Compiling x86_64-mont5-apple.S
[159/504] Compiling x86_64-mont-apple.S
[160/504] Compiling x86_64-mont-linux.S
[161/504] Compiling x86-mont-apple.S
[162/504] Compiling x86-mont-linux.S
[163/504] Compiling vpaes-x86_64-apple.S
[163/504] Compiling vpaes-x86_64-linux.S
[165/504] Compiling bio_ssl.cc
[166/504] Compiling vpaes-x86-linux.S
[167/504] Compiling vpaes-x86-apple.S
[168/504] Compiling d1_pkt.cc
[169/504] Compiling vpaes-armv8-linux.S
[170/504] Compiling vpaes-armv8-win.S
[171/504] Compiling vpaes-armv7-linux.S
[172/504] Compiling vpaes-armv8-apple.S
[173/504] Compiling sha512-x86_64-apple.S
[174/504] Compiling sha512-x86_64-linux.S
[174/504] Compiling sha512-armv8-linux.S
[176/504] Compiling sha512-armv4-linux.S
[176/504] Compiling sha512-armv8-win.S
[178/504] Compiling sha512-armv8-apple.S
[179/504] Compiling d1_lib.cc
[180/504] Compiling sha512-586-linux.S
[181/504] Compiling sha512-586-apple.S
[182/504] Compiling sha256-armv8-win.S
[183/504] Compiling sha256-x86_64-apple.S
[184/504] Compiling sha256-armv4-linux.S
[185/504] Compiling sha256-armv8-linux.S
[186/504] Compiling sha256-armv8-apple.S
[187/504] Compiling sha256-586-linux.S
[188/504] Compiling sha256-x86_64-linux.S
[189/504] Compiling sha256-586-apple.S
[190/504] Compiling sha1-armv8-win.S
[191/504] Compiling sha1-x86_64-apple.S
[192/504] Compiling sha1-armv8-linux.S
[193/504] Compiling sha1-armv4-large-linux.S
[194/504] Compiling sha1-x86_64-linux.S
[195/504] Compiling sha1-armv8-apple.S
[196/504] Compiling sha1-586-linux.S
[197/504] Compiling sha1-586-apple.S
[198/504] Compiling rsaz-avx2-apple.S
[199/504] Compiling rsaz-avx2-linux.S
[200/504] Compiling rdrand-x86_64-linux.S
[201/504] Compiling p256_beeu-x86_64-asm-linux.S
[202/504] Compiling rdrand-x86_64-apple.S
[203/504] Compiling p256_beeu-x86_64-asm-apple.S
[204/504] Compiling p256_beeu-armv8-asm-win.S
[205/504] Compiling p256_beeu-armv8-asm-linux.S
[206/504] Compiling p256_beeu-armv8-asm-apple.S
[207/504] Compiling p256-x86_64-asm-apple.S
[208/504] Compiling p256-x86_64-asm-linux.S
[209/504] Compiling p256-armv8-asm-win.S
[210/504] Compiling p256-armv8-asm-linux.S
[211/504] Compiling d1_both.cc
[212/504] Compiling p256-armv8-asm-apple.S
[213/504] Compiling ghashv8-armv8-linux.S
[214/504] Compiling ghash-x86_64-apple.S
[215/504] Compiling ghashv8-armv8-apple.S
[215/504] Compiling ghashv8-armv8-win.S
[217/504] Compiling ghash-x86_64-linux.S
[218/504] Compiling ghashv8-armv7-linux.S
[219/504] Compiling ghash-x86-linux.S
[220/504] Compiling ghash-x86-apple.S
[221/504] Compiling ghash-ssse3-x86_64-linux.S
[222/504] Compiling ghash-ssse3-x86-linux.S
[223/504] Compiling ghash-ssse3-x86-apple.S
[224/504] Compiling ghash-ssse3-x86_64-apple.S
[225/504] Compiling ghash-neon-armv8-linux.S
[226/504] Compiling ghash-neon-armv8-win.S
[227/504] Compiling ghash-neon-armv8-apple.S
[228/504] Compiling co-586-linux.S
[229/504] Compiling ghash-armv4-linux.S
[230/504] Compiling co-586-apple.S
[231/504] Compiling bn-armv8-win.S
[232/504] Compiling bsaes-armv7-linux.S
[233/504] Compiling bn-armv8-linux.S
[234/504] Compiling bn-armv8-apple.S
[235/504] Compiling bn-586-linux.S
[236/504] Compiling armv8-mont-linux.S
[237/504] Compiling bn-586-apple.S
[237/504] Compiling armv8-mont-win.S
[239/504] Compiling armv4-mont-linux.S
[240/504] Compiling armv8-mont-apple.S
[241/504] Compiling aesv8-gcm-armv8-win.S
[242/504] Compiling aesv8-gcm-armv8-apple.S
[243/504] Compiling aesv8-gcm-armv8-linux.S
[244/504] Compiling aesv8-armv8-win.S
[245/504] Compiling aesni-x86_64-apple.S
[246/504] Compiling aesv8-armv8-linux.S
[247/504] Compiling aesv8-armv8-apple.S
[248/504] Compiling aesv8-armv7-linux.S
[249/504] Compiling aesni-x86-linux.S
[250/504] Compiling aesni-gcm-x86_64-apple.S
[250/504] Compiling aesni-x86_64-linux.S
[252/504] Compiling aesni-x86-apple.S
[253/504] Compiling aesni-gcm-x86_64-linux.S
[254/504] Compiling aes-gcm-avx2-x86_64-apple.S
[255/504] Compiling aes-gcm-avx10-x86_64-apple.S
[256/504] Compiling aes-gcm-avx2-x86_64-linux.S
[257/504] Compiling aes-gcm-avx10-x86_64-linux.S
[258/504] Compiling x_val.cc
[259/504] Compiling x_sig.cc
[260/504] Compiling x_x509a.cc
[261/504] Compiling x_pubkey.cc
[262/504] Compiling x_spki.cc
[263/504] Compiling x_x509.cc
[264/504] Compiling x_req.cc
[265/504] Compiling x_name.cc
[266/504] Compiling x_exten.cc
[267/504] Compiling x509spki.cc
[268/504] Compiling x_algor.cc
[269/504] Compiling x_crl.cc
[270/504] Compiling x_attrib.cc
[271/504] Compiling x_all.cc
[272/504] Compiling x509rset.cc
[273/504] Compiling x509name.cc
[274/504] Compiling x509_txt.cc
[275/504] Compiling x509_vpm.cc
[276/504] Compiling x509cset.cc
[277/504] Compiling x509_v3.cc
[278/504] Compiling x509_trs.cc
[279/504] Compiling x509_set.cc
[280/504] Compiling x509_vfy.cc
[281/504] Compiling x509_req.cc
[282/504] Compiling x509_def.cc
[283/504] Compiling x509_obj.cc
[284/504] Compiling x509_ext.cc
[285/504] Compiling x509_d2.cc
[286/504] Compiling x509_cmp.cc
[287/504] Compiling x509_lu.cc
[288/504] Compiling x509.cc
[289/504] Compiling x509_att.cc
[290/504] Compiling v3_utl.cc
[291/504] Compiling v3_skey.cc
[292/504] Compiling v3_prn.cc
[293/504] Compiling v3_ocsp.cc
[294/504] Compiling v3_ncons.cc
[295/504] Compiling v3_pmaps.cc
[296/504] Compiling v3_purp.cc
[297/504] Compiling v3_pcons.cc
[298/504] Compiling v3_int.cc
[299/504] Compiling v3_info.cc
[300/504] Compiling v3_lib.cc
[301/504] Compiling v3_genn.cc
[302/504] Compiling v3_ia5.cc
[303/504] Compiling v3_enum.cc
[304/504] Compiling v3_extku.cc
[305/504] Compiling v3_crld.cc
[306/504] Compiling v3_cpols.cc
[307/504] Compiling v3_conf.cc
[308/504] Compiling v3_bitst.cc
[309/504] Compiling v3_alt.cc
[310/504] Compiling t_x509a.cc
[311/504] Compiling v3_bcons.cc
[312/504] Compiling v3_akeya.cc
[313/504] Compiling v3_akey.cc
[314/504] Compiling i2d_pr.cc
[315/504] Compiling t_req.cc
[316/504] Compiling t_crl.cc
[317/504] Compiling name_print.cc
[318/504] Compiling rsa_pss.cc
[319/504] Compiling t_x509.cc
[320/504] Compiling policy.cc
[321/504] Compiling by_file.cc
[322/504] Compiling by_dir.cc
[323/504] Compiling trust_token.cc
[324/504] Compiling a_digest.cc
[325/504] Compiling algorithm.cc
[326/504] Compiling voprf.cc
[327/504] Compiling a_verify.cc
[328/504] Compiling asn1_gen.cc
[329/504] Compiling a_sign.cc
[330/504] Compiling thread_win.cc
[331/504] Compiling stack.cc
[332/504] Compiling thread_none.cc
[333/504] Compiling thread_pthread.cc
[334/504] Compiling thread.cc
[335/504] Compiling pmbtoken.cc
[336/504] Compiling slhdsa.cc
[337/504] Compiling sha512.cc
[338/504] Compiling siphash.cc
[339/504] Compiling sha256.cc
[340/504] Compiling sha1.cc
[341/504] Compiling rsa_print.cc
[342/504] Compiling spake2plus.cc
[343/504] Compiling rsa_extra.cc
[344/504] Compiling rc4.cc
[345/504] Compiling refcount.cc
[346/504] Compiling windows.cc
[347/504] Compiling rsa_crypt.cc
[348/504] Compiling trusty.cc
[349/504] Compiling urandom.cc
[350/504] Compiling rand.cc
[351/504] Compiling rsa_asn1.cc
[352/504] Compiling passive.cc
[353/504] Compiling ios.cc
[354/504] Compiling getentropy.cc
[355/504] Compiling poly1305_arm_asm.S
[356/504] Compiling forkunsafe.cc
[357/504] Compiling deterministic.cc
[358/504] Compiling fork_detect.cc
[359/504] Compiling poly1305.cc
[360/504] Compiling poly1305_arm.cc
[361/504] Compiling poly1305_vec.cc
[362/504] Compiling pool.cc
[363/504] Compiling pkcs7.cc
[364/504] Compiling pkcs8_x509.cc
[365/504] Compiling p5_pbev2.cc
[366/504] Compiling pkcs8.cc
[367/504] Compiling pkcs7_x509.cc
[368/504] Compiling pem_xaux.cc
[369/504] Compiling pem_x509.cc
[370/504] Compiling pem_pkey.cc
[371/504] Compiling mlkem.cc
[372/504] Compiling pem_pk8.cc
[373/504] Compiling pem_oth.cc
[374/504] Compiling obj_xref.cc
[375/504] Compiling pem_info.cc
[376/504] Compiling mldsa.cc
[377/504] Compiling pem_lib.cc
[378/504] Compiling pem_all.cc
[379/504] Compiling obj.cc
[380/504] Compiling poly_rq_mul.S
[381/504] Compiling md5.cc
[382/504] Compiling fips_shared_support.cc
[383/504] Compiling mem.cc
[384/504] Compiling md4.cc
[385/504] Compiling lhash.cc
[386/504] Compiling ex_data.cc
[387/504] Compiling sign.cc
[388/504] Compiling hrss.cc
[389/504] Compiling kyber.cc
[390/504] Compiling scrypt.cc
[391/504] Compiling hpke.cc
[392/504] Compiling print.cc
[393/504] Compiling pbkdf.cc
[394/504] Compiling p_x25519.cc
[395/504] Compiling p_x25519_asn1.cc
[396/504] Compiling p_rsa_asn1.cc
[397/504] Compiling p_ed25519.cc
[398/504] Compiling p_rsa.cc
[399/504] Compiling p_hkdf.cc
[400/504] Compiling p_ed25519_asn1.cc
[401/504] Compiling p_ec_asn1.cc
[402/504] Compiling p_ec.cc
[403/504] Compiling p_dh.cc
[404/504] Compiling p_dh_asn1.cc
[405/504] Compiling evp_ctx.cc
[406/504] Compiling p_dsa_asn1.cc
[407/504] Compiling ecdh.cc
[408/504] Compiling err.cc
[409/504] Compiling evp.cc
[410/504] Compiling engine.cc
[411/504] Compiling evp_asn1.cc
[412/504] Compiling ec_derive.cc
[413/504] Compiling ecdsa_asn1.cc
[414/504] Compiling hash_to_curve.cc
[415/504] Compiling dsa.cc
[416/504] Compiling params.cc
[417/504] Compiling dsa_asn1.cc
[418/504] Compiling dh_asn1.cc
[419/504] Compiling ec_asn1.cc
[420/504] Compiling x25519-asm-arm.S
[421/504] Compiling digest_extra.cc
[422/504] Compiling des.cc
[423/504] Compiling crypto.cc
[424/504] Compiling cpu_intel.cc
[425/504] Compiling cpu_arm_linux.cc
[426/504] Compiling cpu_arm_freebsd.cc
[427/504] Compiling spake25519.cc
[428/504] Compiling curve25519.cc
[429/504] Compiling cpu_aarch64_sysreg.cc
[430/504] Compiling cpu_aarch64_win.cc
[431/504] Compiling cpu_aarch64_openbsd.cc
[432/504] Compiling cpu_aarch64_linux.cc
[433/504] Compiling cpu_aarch64_fuchsia.cc
[434/504] Compiling curve25519_64_adx.cc
[435/504] Compiling bcm.cc
[436/504] Compiling cpu_aarch64_apple.cc
[437/504] Compiling get_cipher.cc
[438/504] Compiling tls_cbc.cc
[439/504] Compiling conf.cc
[440/504] Compiling e_tls.cc
[441/504] Compiling e_rc2.cc
[442/504] Compiling e_rc4.cc
[443/504] Compiling e_null.cc
[444/504] Compiling e_des.cc
[445/504] Compiling e_chacha20poly1305.cc
[446/504] Compiling e_aesgcmsiv.cc
[447/504] Compiling e_aesctrhmac.cc
[448/504] Compiling derive_key.cc
[449/504] Compiling chacha.cc
[450/504] Compiling unicode.cc
[451/504] Compiling cbb.cc
[452/504] Compiling buf.cc
[453/504] Compiling ber.cc
[454/504] Compiling cbs.cc
[455/504] Compiling blake2.cc
[456/504] Compiling asn1_compat.cc
[457/504] Compiling bn_asn1.cc
[458/504] Compiling convert.cc
[459/504] Compiling printf.cc
[460/504] Compiling socket.cc
[461/504] Compiling pair.cc
[462/504] Compiling socket_helper.cc
[463/504] Compiling file.cc
[464/504] Compiling hexdump.cc
[465/504] Compiling fd.cc
[466/504] Compiling errno.cc
[467/504] Compiling bio_mem.cc
[468/504] Compiling connect.cc
[469/504] Compiling base64.cc
[470/504] Compiling bio.cc
[471/504] Compiling tasn_typ.cc
[472/504] Compiling tasn_fre.cc
[473/504] Compiling tasn_utl.cc
[474/504] Compiling tasn_new.cc
[475/504] Compiling tasn_enc.cc
[476/504] Compiling f_string.cc
[477/504] Compiling posix_time.cc
[478/504] Compiling f_int.cc
[479/504] Compiling asn_pack.cc
[480/504] Compiling asn1_par.cc
[481/504] Compiling tasn_dec.cc
[482/504] Compiling a_octet.cc
[483/504] Compiling a_utctm.cc
[484/504] Compiling asn1_lib.cc
[485/504] Compiling a_time.cc
[486/504] Compiling a_type.cc
[487/504] Compiling a_strnid.cc
[488/504] Compiling a_strex.cc
[489/504] Compiling a_dup.cc
[490/504] Compiling a_i2d_fp.cc
[491/504] Compiling a_d2i_fp.cc
[492/504] Compiling a_object.cc
[493/504] Compiling a_mbstr.cc
[493/504] Write sources
[497/504] Compiling a_int.cc
[498/504] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[499/548] Compiling a_gentm.cc
[500/548] Compiling a_bitstr.cc
[502/548] Compiling Atomics ManagedAtomic.swift
[503/548] Compiling Atomics ManagedAtomicLazyReference.swift
[504/548] Compiling Atomics UnsafeAtomic.swift
[505/548] Compiling Atomics UnsafeAtomicLazyReference.swift
[506/550] Compiling Atomics AtomicMemoryOrderings.swift
[507/550] Compiling Atomics DoubleWord.swift
[507/550] Compiling a_bool.cc
[509/550] Compiling Atomics IntegerOperations.swift
[510/550] Compiling Atomics Unmanaged extensions.swift
[511/550] Compiling Atomics Primitives.shims.swift
[512/550] Compiling Atomics AtomicInteger.swift
[513/550] Compiling Atomics AtomicOptionalWrappable.swift
[514/550] Compiling Atomics AtomicReference.swift
[515/550] Compiling Atomics AtomicStorage.swift
[516/550] Compiling Atomics AtomicValue.swift
[517/550] Compiling Atomics PointerConformances.swift
[518/550] Compiling Atomics Primitives.native.swift
[523/550] Compiling Algorithms Suffix.swift
[524/550] Compiling Algorithms RandomSample.swift
[525/550] Compiling Algorithms Reductions.swift
[526/550] Compiling Algorithms Rotate.swift
[537/553] Compiling Algorithms Trim.swift
[538/553] Compiling Algorithms Unique.swift
[539/553] Compiling Algorithms Windows.swift
[540/553] Compiling Atomics OptionalRawRepresentable.swift
[541/553] Compiling Atomics RawRepresentable.swift
[542/553] Compiling Atomics AtomicBool.swift
[543/553] Compiling Atomics IntegerConformances.swift
[543/553] Compiling c-nioatomics.c
[545/553] Emitting module Atomics
[553/554] Emitting module Algorithms
[554/555] Compiling c-atomics.c
[556/561] Compiling NIOConcurrencyHelpers lock.swift
[557/561] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[558/561] Compiling NIOConcurrencyHelpers NIOLock.swift
[559/561] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[560/561] Emitting module NIOConcurrencyHelpers
[561/561] Compiling NIOConcurrencyHelpers atomics.swift
[563/621] Compiling NIOCore MarkedCircularBuffer.swift
[564/621] Compiling NIOCore MulticastChannel.swift
[565/621] Compiling NIOCore NIOAny.swift
[566/621] Compiling NIOCore NIOCloseOnErrorHandler.swift
[567/621] Compiling NIOCore NIOLoopBound.swift
[568/621] Compiling NIOCore NIOScheduledCallback.swift
[569/621] Compiling NIOCore NIOSendable.swift
[570/621] Compiling NIOCore RecvByteBufferAllocator.swift
[571/629] Compiling NIOCore GlobalSingletons.swift
[572/629] Compiling NIOCore IO.swift
[573/629] Compiling NIOCore IOData.swift
[574/629] Compiling NIOCore IPProtocol.swift
[575/629] Compiling NIOCore IntegerBitPacking.swift
[576/629] Compiling NIOCore IntegerTypes.swift
[577/629] Compiling NIOCore Interfaces.swift
[578/629] Compiling NIOCore Linux.swift
[579/629] Compiling NIOCore EventLoop.swift
[580/629] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[581/629] Compiling NIOCore EventLoopFuture+Deprecated.swift
[582/629] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[583/629] Compiling NIOCore EventLoopFuture.swift
[584/629] Compiling NIOCore FileDescriptor.swift
[585/629] Compiling NIOCore FileHandle.swift
[586/629] Compiling NIOCore FileRegion.swift
[587/629] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[588/629] Compiling NIOCore SocketAddresses.swift
[589/629] Compiling NIOCore SocketOptionProvider.swift
[590/629] Compiling NIOCore SystemCallHelpers.swift
[591/629] Compiling NIOCore TimeAmount+Duration.swift
[592/629] Compiling NIOCore TypeAssistedChannelHandler.swift
[593/629] Compiling NIOCore UniversalBootstrapSupport.swift
[594/629] Compiling NIOCore Utilities.swift
[595/629] Compiling NIOCore ChannelPipeline.swift
[596/629] Compiling NIOCore CircularBuffer.swift
[597/629] Compiling NIOCore Codec.swift
[598/629] Compiling NIOCore ConvenienceOptionSupport.swift
[599/629] Compiling NIOCore DeadChannel.swift
[600/629] Compiling NIOCore DispatchQueue+WithFuture.swift
[601/629] Compiling NIOCore EventLoop+Deprecated.swift
[602/629] Compiling NIOCore EventLoop+SerialExecutor.swift
[603/629] Compiling NIOCore ByteBuffer-multi-int.swift
[604/629] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[605/629] Compiling NIOCore ByteBuffer-views.swift
[606/629] Compiling NIOCore Channel.swift
[607/629] Compiling NIOCore ChannelHandler.swift
[608/629] Compiling NIOCore ChannelHandlers.swift
[609/629] Compiling NIOCore ChannelInvoker.swift
[610/629] Compiling NIOCore ChannelOption.swift
[611/629] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[612/629] Compiling NIOCore BSDSocketAPI.swift
[613/629] Compiling NIOCore ByteBuffer-aux.swift
[614/629] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[615/629] Compiling NIOCore ByteBuffer-conversions.swift
[616/629] Compiling NIOCore ByteBuffer-core.swift
[617/629] Compiling NIOCore ByteBuffer-hex.swift
[618/629] Compiling NIOCore ByteBuffer-int.swift
[619/629] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[620/629] Compiling NIOCore AddressedEnvelope.swift
[621/629] Compiling NIOCore AsyncAwaitSupport.swift
[622/629] Compiling NIOCore AsyncChannel.swift
[623/629] Compiling NIOCore AsyncChannelHandler.swift
[624/629] Compiling NIOCore AsyncChannelInboundStream.swift
[625/629] Compiling NIOCore AsyncChannelOutboundWriter.swift
[626/629] Compiling NIOCore NIOAsyncSequenceProducer.swift
[627/629] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[628/629] Compiling NIOCore NIOAsyncWriter.swift
[629/629] Emitting module NIOCore
[631/681] Emitting module NIOEmbedded
[632/681] Compiling NIOEmbedded AsyncTestingChannel.swift
[633/681] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[634/681] Compiling NIOEmbedded Embedded.swift
[636/682] Compiling NIOPosix PooledRecvBufferAllocator.swift
[637/682] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[638/682] Compiling NIOPosix PosixSingletons.swift
[639/682] Compiling NIOPosix RawSocketBootstrap.swift
[640/682] Compiling NIOPosix Resolver.swift
[641/682] Compiling NIOPosix Selectable.swift
[642/688] Emitting module NIOPosix
[643/688] Compiling NIOPosix ServerSocket.swift
[644/688] Compiling NIOPosix Socket.swift
[645/688] Compiling NIOPosix SocketChannel.swift
[646/688] Compiling NIOPosix SocketProtocols.swift
[647/688] Compiling NIOPosix System.swift
[648/688] Compiling NIOPosix Thread.swift
[649/688] Compiling NIOPosix ThreadPosix.swift
[650/688] Compiling NIOPosix ThreadWindows.swift
[651/688] Compiling NIOPosix UnsafeTransfer.swift
[652/688] Compiling NIOPosix Utilities.swift
[653/688] Compiling NIOPosix VsockAddress.swift
[654/688] Compiling NIOPosix VsockChannelEvents.swift
[655/688] Compiling NIOPosix IO.swift
[656/688] Compiling NIOPosix IntegerBitPacking.swift
[657/688] Compiling NIOPosix IntegerTypes.swift
[658/688] Compiling NIOPosix Linux.swift
[659/688] Compiling NIOPosix LinuxCPUSet.swift
[660/688] Compiling NIOPosix LinuxUring.swift
[661/688] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[662/688] Compiling NIOPosix SelectableChannel.swift
[663/688] Compiling NIOPosix SelectableEventLoop.swift
[664/688] Compiling NIOPosix SelectorEpoll.swift
[665/688] Compiling NIOPosix SelectorGeneric.swift
[666/688] Compiling NIOPosix SelectorKqueue.swift
[667/688] Compiling NIOPosix SelectorUring.swift
[668/688] Compiling NIOPosix NIOThreadPool.swift
[669/688] Compiling NIOPosix NonBlockingFileIO.swift
[670/688] Compiling NIOPosix PendingDatagramWritesManager.swift
[671/688] Compiling NIOPosix PendingWritesManager.swift
[672/688] Compiling NIOPosix PipeChannel.swift
[673/688] Compiling NIOPosix PipePair.swift
[674/688] Compiling NIOPosix Pool.swift
[675/688] Compiling NIOPosix Bootstrap.swift
[676/688] Compiling NIOPosix ControlMessage.swift
[677/688] Compiling NIOPosix DatagramVectorReadManager.swift
[678/688] Compiling NIOPosix Errors+Any.swift
[679/688] Compiling NIOPosix FileDescriptor.swift
[680/688] Compiling NIOPosix GetaddrinfoResolver.swift
[681/688] Compiling NIOPosix HappyEyeballs.swift
[682/688] Compiling NIOPosix BSDSocketAPICommon.swift
[683/688] Compiling NIOPosix BSDSocketAPIPosix.swift
[684/688] Compiling NIOPosix BSDSocketAPIWindows.swift
[685/688] Compiling NIOPosix BaseSocket.swift
[686/688] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[687/688] Compiling NIOPosix BaseSocketChannel.swift
[688/688] Compiling NIOPosix BaseStreamSocketChannel.swift
[690/691] Compiling NIO Exports.swift
[691/691] Emitting module NIO
[693/731] Compiling NIOTLS TLSEvents.swift
[694/731] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[695/731] Emitting module NIOTLS
[696/731] Compiling NIOSOCKS SOCKSResponse.swift
[697/732] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[698/732] Compiling NIOSOCKS ClientStateMachine.swift
[699/732] Compiling NIOSOCKS AuthenticationMethod.swift
[700/732] Compiling NIOSOCKS ClientGreeting.swift
[701/732] Emitting module NIOSOCKS
[702/732] Compiling NIOSOCKS ServerStateMachine.swift
[703/732] Compiling NIOSOCKS Errors.swift
[704/732] Compiling NIOSOCKS Helpers.swift
[705/732] Compiling NIOSOCKS Messages.swift
[706/732] Compiling NIOSOCKS SOCKSRequest.swift
[707/732] Compiling NIOSOCKS SOCKSClientHandler.swift
[708/732] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[709/733] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[710/733] Compiling NIOTLS SNIHandler.swift
[711/733] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[714/734] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[715/734] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[716/736] Emitting module NIOHTTP1
[717/736] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[718/736] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[719/765] Compiling NIOSSL NIOSSLHandler.swift
[720/765] Compiling NIOSSL NIOSSLServerHandler.swift
[721/765] Compiling NIOSSL ObjectIdentifier.swift
[722/765] Compiling NIOSSL PosixPort.swift
[723/765] Compiling NIOSSL NIOSSLClientHandler.swift
[724/765] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[725/765] Compiling NIOSSL SSLPrivateKey.swift
[726/765] Compiling NIOSSL SSLCertificate.swift
[727/765] Compiling NIOSSL IdentityVerification.swift
[728/765] Compiling NIOSSL LinuxCABundle.swift
[729/765] Compiling NIOSSL AndroidCABundle.swift
[730/765] Compiling NIOSSL ByteBufferBIO.swift
[731/765] Compiling NIOSSL CustomPrivateKey.swift
[733/784] Compiling NIOSSL NIOSSLSecureBytes.swift
[734/784] Compiling NIOSSL RNG.swift
[735/784] Compiling NIOSSL SafeCompare.swift
[736/784] Compiling NIOSSL Zeroization.swift
[737/787] Compiling NIOHPACK HPACKHeader.swift
[738/787] Compiling NIOHPACK HeaderTables.swift
[741/787] Compiling NIOHPACK IndexedHeaderTable.swift
[742/788] Compiling NIOHPACK IntegerCoding.swift
[743/788] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[744/788] Compiling NIOSSL SSLPublicKey.swift
[745/788] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[746/788] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[747/788] Compiling NIOSSL SubjectAlternativeName.swift
[748/788] Compiling NIOHPACK DynamicHeaderTable.swift
[749/788] Compiling NIOHPACK HPACKDecoder.swift
[750/788] Compiling NIOHPACK HPACKEncoder.swift
[751/788] Compiling NIOHPACK HPACKErrors.swift
[752/788] Emitting module NIOSSL
[753/788] Compiling NIOSSL SSLErrors.swift
[754/788] Compiling NIOSSL SSLInit.swift
[755/788] Compiling NIOSSL SSLPKCS12Bundle.swift
[757/788] Compiling NIOHTTPCompression HTTPDecompression.swift
[758/788] Emitting module NIOHTTPCompression
[759/788] Compiling NIOHTTPCompression HTTPCompression.swift
[760/788] Compiling NIOHPACK HuffmanTables.swift
[761/788] Compiling NIOHPACK StaticHeaderTable.swift
[762/788] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[763/788] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[764/788] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[765/788] Emitting module NIOFoundationCompat
[766/788] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[767/788] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[768/788] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[769/788] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[770/788] Compiling NIOHPACK HuffmanCoding.swift
[771/790] Emitting module NIOHPACK
[781/813] Emitting module NIOTransportServices
[782/815] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[783/815] Compiling NIOTransportServices NIOTSSingletons.swift
[784/815] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[785/815] Compiling NIOTransportServices StateManagedChannel.swift
[786/815] Compiling NIOTransportServices StateManagedListenerChannel.swift
[787/815] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[788/815] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[789/815] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[790/815] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[791/815] Compiling NIOTransportServices NIOTSErrors.swift
[792/815] Compiling NIOTransportServices NIOTSEventLoop.swift
[793/815] Compiling NIOTransportServices NIOTSBootstraps.swift
[794/815] Compiling NIOTransportServices NIOTSChannelOptions.swift
[795/815] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[796/815] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[797/815] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[798/815] Compiling NIOTransportServices NIOTSListenerChannel.swift
[799/815] Compiling NIOTransportServices AcceptHandler.swift
[800/815] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[801/815] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[802/815] Compiling NIOTransportServices NIOTSDatagramListener.swift
[803/815] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[804/815] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[806/874] Compiling NIOHTTP2 ConnectionStateMachine.swift
[807/874] Compiling NIOHTTP2 ConnectionStreamsState.swift
[808/874] Compiling NIOHTTP2 MayReceiveFrames.swift
[809/874] Compiling NIOHTTP2 ReceivingDataState.swift
[810/874] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[811/874] Compiling NIOHTTP2 MaySendFrames.swift
[812/874] Compiling NIOHTTP2 SendingDataState.swift
[813/874] Compiling NIOHTTP2 SendingGoawayState.swift
[814/874] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[815/874] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[816/874] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[818/875] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[819/875] Compiling NIOHTTP2 HasFlowControlWindows.swift
[820/875] Compiling NIOHTTP2 HasLocalSettings.swift
[821/875] Compiling NIOHTTP2 HasRemoteSettings.swift
[822/875] Compiling NIOHTTP2 LocallyQuiescingState.swift
[823/875] Compiling NIOHTTP2 QuiescingState.swift
[824/875] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[825/875] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[826/883] Emitting module NIOHTTP2
[830/883] Compiling NIOHTTP2 SendingHeadersState.swift
[831/883] Compiling NIOHTTP2 SendingPushPromiseState.swift
[832/883] Compiling NIOHTTP2 SendingRstStreamState.swift
[833/883] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[834/883] Compiling NIOHTTP2 HTTP2SettingsState.swift
[835/883] Compiling NIOHTTP2 InboundWindowManager.swift
[836/883] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[837/883] Compiling NIOHTTP2 StreamChannelFlowController.swift
[838/883] Compiling NIOHTTP2 StreamChannelList.swift
[839/883] Compiling NIOHTTP2 StreamMap.swift
[840/883] Compiling NIOHTTP2 StreamStateMachine.swift
[841/883] Compiling NIOHTTP2 UnsafeTransfer.swift
[842/883] Compiling NIOHTTP2 WatermarkedFlowController.swift
[843/883] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[844/883] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[845/883] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[846/883] Compiling NIOHTTP2 HTTP2StreamID.swift
[847/883] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[848/883] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[849/883] Compiling NIOHTTP2 HTTP2UserEvents.swift
[850/883] Compiling NIOHTTP2 InboundEventBuffer.swift
[855/883] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[856/883] Compiling NIOHTTP2 ReceivingHeadersState.swift
[857/883] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[858/883] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[860/883] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[861/883] Compiling NIOHTTP2 HTTP2Frame.swift
[862/883] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[863/883] Compiling NIOHTTP2 HTTP2FrameParser.swift
[864/883] Compiling NIOHTTP2 HTTP2PingData.swift
[865/883] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[866/883] Compiling NIOHTTP2 HTTP2Settings.swift
[867/883] Compiling NIOHTTP2 HTTP2Stream.swift
[868/883] Compiling NIOHTTP2 StateMachineResult.swift
[869/883] Compiling NIOHTTP2 ContentLengthVerifier.swift
[870/883] Compiling NIOHTTP2 DOSHeuristics.swift
[871/883] Compiling NIOHTTP2 Error+Any.swift
[872/883] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[873/883] Compiling NIOHTTP2 ControlFrameBuffer.swift
[874/883] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[875/883] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[876/883] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[877/883] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[878/883] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[882/883] Compiling NIOHTTP2 HTTP2Error.swift
[883/883] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[885/943] Emitting module AsyncHTTPClient
[886/951] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[887/951] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[888/951] Compiling AsyncHTTPClient Transaction.swift
[889/951] Compiling AsyncHTTPClient Base64.swift
[890/951] Compiling AsyncHTTPClient BasicAuth.swift
[891/951] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[892/951] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[893/951] Compiling AsyncHTTPClient ConnectionPool.swift
[894/951] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[895/951] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[896/951] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[897/951] Compiling AsyncHTTPClient AsyncLazySequence.swift
[898/951] Compiling AsyncHTTPClient HTTPClient+execute.swift
[899/951] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[900/951] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[901/951] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[902/951] Compiling AsyncHTTPClient HTTPClientRequest.swift
[903/951] Compiling AsyncHTTPClient HTTPClientResponse.swift
[904/951] Compiling AsyncHTTPClient RequestBag.swift
[905/951] Compiling AsyncHTTPClient RequestValidation.swift
[906/951] Compiling AsyncHTTPClient SSLContextCache.swift
[907/951] Compiling AsyncHTTPClient Scheme.swift
[908/951] Compiling AsyncHTTPClient Singleton.swift
[909/951] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[910/951] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[911/951] Compiling AsyncHTTPClient Utils.swift
[912/951] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[913/951] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[914/951] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[915/951] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[916/951] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[917/951] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[918/951] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[919/951] Compiling AsyncHTTPClient RequestBodyLength.swift
[920/951] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[921/951] Compiling AsyncHTTPClient RequestOptions.swift
[922/951] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[923/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[924/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[925/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[926/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[927/951] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[928/951] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[929/951] Compiling AsyncHTTPClient ConnectionTarget.swift
[930/951] Compiling AsyncHTTPClient DeconstructedURL.swift
[931/951] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[932/951] Compiling AsyncHTTPClient FoundationExtensions.swift
[933/951] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[934/951] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[935/951] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[936/951] Compiling AsyncHTTPClient HTTPClient.swift
[937/951] Compiling AsyncHTTPClient HTTPHandler.swift
[938/951] Compiling AsyncHTTPClient LRUCache.swift
[939/951] Compiling AsyncHTTPClient NWErrorHandler.swift
[940/951] Compiling AsyncHTTPClient NWWaitingHandler.swift
[941/951] Compiling AsyncHTTPClient TLSConfiguration.swift
[942/951] Compiling AsyncHTTPClient RedirectState.swift
[943/951] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[944/951] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[945/951] Compiling AsyncHTTPClient TLSEventsHandler.swift
[946/951] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[947/951] Compiling AsyncHTTPClient HTTP1Connection.swift
[948/951] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[949/951] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[950/951] Compiling AsyncHTTPClient HTTP2Connection.swift
[951/951] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[953/971] Compiling SpaceTrack Predicate.swift
[954/971] Compiling SpaceTrack RequestInfo.swift
[955/973] Compiling SpaceTrack SatelliteCatalog.swift
[956/973] Compiling SpaceTrack SatelliteCatalogChange.swift
[957/973] Emitting module SpaceTrack
[958/973] Compiling SpaceTrack AuthDecoder.swift
[959/973] Compiling SpaceTrack AuthDelegate.swift
[960/973] Compiling SpaceTrack Client.swift
[961/973] Compiling SpaceTrack Boxscore.swift
[962/973] Compiling SpaceTrack Common.swift
[963/973] Compiling SpaceTrack ConjunctionDataMessage.swift
[964/973] Compiling SpaceTrack TIPMessage.swift
[965/973] Compiling SpaceTrack Order.swift
[966/973] Compiling SpaceTrack DataDalegate.swift
[967/973] Compiling SpaceTrack DataDecoder.swift
[968/973] Compiling SpaceTrack DateDecoder.swift
[969/973] Compiling SpaceTrack Decay.swift
[970/973] Compiling SpaceTrack GeneralPerturbations.swift
[971/973] Compiling SpaceTrack LaunchSite.swift
[972/973] Compiling SpaceTrack Session.swift
[973/973] Compiling SpaceTrack Types.swift
Build complete! (179.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "spacetrack",
  "name" : "spacetrack",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SpaceTrack",
      "targets" : [
        "SpaceTrack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpaceTrackTests",
      "module_type" : "SwiftTarget",
      "name" : "SpaceTrackTests",
      "path" : "Tests/SpaceTrackTests",
      "sources" : [
        "BoxscoreTests.swift",
        "ConjunctionDataMessageTests.swift",
        "DecayTests.swift",
        "GPTests.swift",
        "LaunchSiteTests.swift",
        "OrderTests.swift",
        "PredicateTests.swift",
        "SatelliteChangeTests.swift",
        "SatelliteTests.swift",
        "TIPMessageTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "SpaceTrack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpaceTrack",
      "module_type" : "SwiftTarget",
      "name" : "SpaceTrack",
      "path" : "Sources/SpaceTrack",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "SpaceTrack"
      ],
      "sources" : [
        "AuthDecoder.swift",
        "AuthDelegate.swift",
        "Client.swift",
        "DataDalegate.swift",
        "DataDecoder.swift",
        "DateDecoder.swift",
        "Entities/Boxscore.swift",
        "Entities/Common.swift",
        "Entities/ConjunctionDataMessage.swift",
        "Entities/Decay.swift",
        "Entities/GeneralPerturbations.swift",
        "Entities/LaunchSite.swift",
        "Entities/SatelliteCatalog.swift",
        "Entities/SatelliteCatalogChange.swift",
        "Entities/TIPMessage.swift",
        "Order.swift",
        "Predicate.swift",
        "RequestInfo.swift",
        "Session.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
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.