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 apnswift, reference 6.0.1 (cc8c71), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 13:35:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/APNSwift.git
Reference: 6.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-server-community/APNSwift
 * tag               6.0.1      -> FETCH_HEAD
HEAD is now at cc8c715 Fix `.spi.yml` (#211)
Cloned https://github.com/swift-server-community/APNSwift.git
Revision (git rev-parse @):
cc8c715763908750b9155928796a8a981688e4fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/APNSwift.git at 6.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server-community/APNSwift.git
https://github.com/swift-server-community/APNSwift.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.42.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    }
  ],
  "manifest_display_name" : "apnswift",
  "name" : "apnswift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "APNSExample",
      "targets" : [
        "APNSExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "APNS",
      "targets" : [
        "APNS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSCore",
      "targets" : [
        "APNSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSURLSession",
      "targets" : [
        "APNSURLSession"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSTestServer",
      "targets" : [
        "APNSTestServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "APNSURLSession",
      "module_type" : "SwiftTarget",
      "name" : "APNSURLSession",
      "path" : "Sources/APNSURLSession",
      "product_memberships" : [
        "APNSURLSession"
      ],
      "sources" : [
        "APNSURLSessionClientConfiguration.swift",
        "APNSUrlSessionClient.swift"
      ],
      "target_dependencies" : [
        "APNSCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNSTests",
      "module_type" : "SwiftTarget",
      "name" : "APNSTests",
      "path" : "Tests/APNSTests",
      "sources" : [
        "APNSAuthenticationTokenManagerTests.swift",
        "APNSClientTests.swift",
        "Alert/APNSAlertNotificationTests.swift",
        "Background/APNSBackgroundNotificationTests.swift",
        "Complication/APNSComplicationNotificationTests.swift",
        "FileProvider/APNSFileProviderNotificationTests.swift",
        "LiveActivity/APNSLiveActivityNotificationTests.swift",
        "PushToTalk/APNSPushToTalkNotificationTests.swift",
        "VoIP/APNSVoIPNotificationTests.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APNSTestServer",
      "module_type" : "SwiftTarget",
      "name" : "APNSTestServer",
      "path" : "Sources/APNSTestServer",
      "product_dependencies" : [
        "Logging",
        "Crypto",
        "NIOCore",
        "NIOPosix",
        "NIOSSL",
        "NIOHTTP1",
        "NIOHTTP2"
      ],
      "product_memberships" : [
        "APNSTestServer"
      ],
      "sources" : [
        "APNSTestServer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNSExample",
      "module_type" : "SwiftTarget",
      "name" : "APNSExample",
      "path" : "Sources/APNSExample",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "APNSExample"
      ],
      "sources" : [
        "Program.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "APNSCore",
      "module_type" : "SwiftTarget",
      "name" : "APNSCore",
      "path" : "Sources/APNSCore",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS",
        "APNSCore",
        "APNSURLSession"
      ],
      "sources" : [
        "APNSAuthenticationTokenManager.swift",
        "APNSClient.swift",
        "APNSEnvironment.swift",
        "APNSError.swift",
        "APNSErrorResponse.swift",
        "APNSMessage.swift",
        "APNSNotificationExpiration.swift",
        "APNSPriority.swift",
        "APNSPushType.swift",
        "APNSRequest.swift",
        "APNSResponse.swift",
        "Alert/APNSAlertNotification.swift",
        "Alert/APNSAlertNotificationAPSStorage.swift",
        "Alert/APNSAlertNotificationContent.swift",
        "Alert/APNSAlertNotificationInterruptionLevel.swift",
        "Alert/APNSAlertNotificationSound.swift",
        "Alert/APNSClient+Alert.swift",
        "Background/APNSBackgroundNotification.swift",
        "Background/APNSClient+Background.swift",
        "Base64.swift",
        "Complication/APNSClient+Complication.swift",
        "Complication/APNSComplicationNotification.swift",
        "EmptyPayload.swift",
        "FileProvider/APNSClient+FileProvider.swift",
        "FileProvider/APNSFileProviderNotification.swift",
        "LiveActivity/APNSClient+LiveActivity.swift",
        "LiveActivity/APNSLiveActivityDismissalDate.swift",
        "LiveActivity/APNSLiveActivityNotification.swift",
        "LiveActivity/APNSLiveActivityNotificationAPSStorage.swift",
        "LiveActivity/APNSLiveActivityNotificationEvent.swift",
        "LiveActivity/APNSStartLiveActivityNotification.swift",
        "LiveActivity/APNSStartLiveActivityNotificationAPSStorage.swift",
        "Location/APNSClient+Location.swift",
        "Location/APNSLocationNotification.swift",
        "Logging.swift",
        "P256.Signing.PrivateKey+PrivateFilePath.swift",
        "PushToTalk/APNSClient+PushToTalk.swift",
        "PushToTalk/APNSPushToTalkNotification.swift",
        "VoIP/APNSClient+VoIP.swift",
        "VoIP/APNSVoIPNotification.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNS",
      "module_type" : "SwiftTarget",
      "name" : "APNS",
      "path" : "Sources/APNS",
      "product_dependencies" : [
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS"
      ],
      "sources" : [
        "APNSClient.swift",
        "APNSConfiguration.swift",
        "Coding/APNSJSONDecoder.swift",
        "Coding/APNSJSONEncoder.swift"
      ],
      "target_dependencies" : [
        "APNSCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/454] Write sources
[7/454] Copying PrivacyInfo.xcprivacy
[7/454] Write APNSExample-entitlement.plist
[8/454] Write sources
[14/454] Copying PrivacyInfo.xcprivacy
[16/454] Write sources
[32/454] Compiling CNIOWindows WSAStartup.c
[33/454] Compiling CNIOWASI CNIOWASI.c
[33/454] Compiling CNIOWindows shim.c
[35/454] Compiling CNIOLinux liburing_shims.c
[36/454] Compiling CNIOLinux shim.c
[36/454] Compiling _NumericsShims _NumericsShims.c
[38/454] Write swift-version-2F0A5646E1D333AE.txt
[39/454] Compiling fiat_p256_adx_mul.S
[40/454] Compiling fiat_p256_adx_sqr.S
[41/454] Compiling CNIOExtrasZlib empty.c
[42/454] Compiling fiat_curve25519_adx_square.S
[43/454] Compiling _AtomicsShims.c
[44/475] Compiling CNIOLLHTTP c_nio_http.c
[45/475] Compiling CNIOLLHTTP c_nio_api.c
[46/475] Compiling fiat_curve25519_adx_mul.S
[47/493] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/566] Compiling CNIODarwin shim.c
[49/566] Compiling CNIOBoringSSLShims shims.c
[51/566] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/566] Compiling RealModule ApproximateEquality.swift
[53/566] Compiling RealModule AlgebraicField.swift
[54/566] Emitting module RealModule
[55/568] Compiling RealModule Real.swift
[56/568] Compiling RealModule Float80+Real.swift
[57/568] Compiling RealModule Float16+Real.swift
[58/568] Compiling RealModule AugmentedArithmetic.swift
[59/568] Compiling RealModule Double+Real.swift
[60/568] Compiling RealModule ElementaryFunctions.swift
[61/568] Compiling RealModule Float+Real.swift
[62/568] Emitting module _NIOBase64
[63/568] Compiling _NIOBase64 Base64.swift
[64/568] Compiling RealModule RealFunctions.swift
[65/568] Compiling Crypto ECDSA_boring.swift
[66/568] Compiling Crypto EdDSA_boring.swift
[67/568] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/568] Compiling _NIODataStructures _TinyArray.swift
[69/568] Compiling _NIODataStructures PriorityQueue.swift
[70/568] Emitting module Logging
[71/568] Compiling Logging MetadataProvider.swift
[72/568] Compiling Crypto Insecure.swift
[73/568] Compiling Crypto Insecure_HashFunctions.swift
[74/568] Compiling Crypto HPKE-KeySchedule.swift
[75/568] Compiling Crypto HPKE-Modes.swift
[76/568] Compiling Crypto AES.swift
[77/568] Compiling Crypto ECDSASignature_boring.swift
[78/568] Compiling Crypto KEM.swift
[79/568] Compiling Crypto ECDH_boring.swift
[80/568] Compiling Crypto Signature.swift
[81/568] Compiling Crypto CryptoKitErrors_boring.swift
[82/568] Compiling Crypto HPKE.swift
[83/568] Compiling Crypto HPKE-Context.swift
[84/568] Emitting module InternalCollectionsUtilities
[85/568] Compiling Crypto ECDSA.swift
[86/568] Compiling Crypto Ed25519.swift
[87/568] Emitting module _NIODataStructures
[88/568] Compiling _NIODataStructures Heap.swift
[88/568] Compiling tls_method.cc
[89/568] Compiling tls_record.cc
[91/568] Compiling Logging Locks.swift
[92/568] Compiling Logging LogHandler.swift
[93/568] Compiling Logging Logging.swift
[93/568] Compiling tls13_server.cc
[94/584] Compiling tls13_enc.cc
[96/584] Compiling DequeModule _DequeSlot.swift
[97/584] Compiling DequeModule _DequeBufferHeader.swift
[98/584] Compiling DequeModule _DequeBuffer.swift
[98/585] Compiling tls13_client.cc
[99/585] Compiling tls13_both.cc
[101/585] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/585] Compiling DequeModule Deque+Testing.swift
[103/585] Compiling DequeModule Deque._Storage.swift
[104/585] Compiling DequeModule Deque+Extras.swift
[105/585] Compiling DequeModule Deque+Hashable.swift
[106/585] Compiling DequeModule Deque+CustomReflectable.swift
[107/585] Compiling DequeModule Deque+Descriptions.swift
[108/585] Compiling DequeModule Deque._UnsafeHandle.swift
[109/585] Compiling DequeModule Deque.swift
[110/585] Compiling DequeModule Deque+Equatable.swift
[111/585] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[111/585] Compiling t1_enc.cc
[113/585] Compiling DequeModule Deque+Codable.swift
[114/585] Compiling DequeModule Deque+Collection.swift
[115/585] Emitting module DequeModule
[115/585] Compiling ssl_versions.cc
[116/585] Compiling ssl_stat.cc
[117/585] Compiling ssl_transcript.cc
[118/585] Compiling ssl_x509.cc
[119/585] Compiling ssl_session.cc
[120/585] Compiling ssl_privkey.cc
[121/585] Compiling ssl_lib.cc
[122/585] Compiling ssl_key_share.cc
[123/585] Compiling ssl_file.cc
[124/585] Compiling ssl_credential.cc
[125/585] Compiling ssl_cipher.cc
[126/585] Compiling ssl_buffer.cc
[127/585] Compiling ssl_cert.cc
[129/585] Emitting module Crypto
[129/593] Compiling ssl_aead_ctx.cc
[130/593] Compiling ssl_asn1.cc
[131/593] Compiling s3_pkt.cc
[132/593] Compiling s3_lib.cc
[133/593] Compiling s3_both.cc
[134/593] Compiling handshake.cc
[135/593] Compiling handoff.cc
[136/593] Compiling handshake_client.cc
[137/593] Compiling handshake_server.cc
[138/593] Compiling encrypted_client_hello.cc
[139/593] Compiling md5-x86_64-linux.S
[140/593] Compiling md5-x86_64-apple.S
[141/593] Compiling extensions.cc
[142/593] Compiling md5-586-linux.S
[143/593] Compiling md5-586-apple.S
[144/593] Compiling chacha20_poly1305_x86_64-linux.S
[145/593] Compiling dtls_record.cc
[146/593] Compiling chacha20_poly1305_x86_64-apple.S
[147/593] Compiling chacha20_poly1305_armv8-win.S
[148/593] Compiling chacha20_poly1305_armv8-linux.S
[149/593] Compiling chacha-x86_64-linux.S
[150/593] Compiling chacha20_poly1305_armv8-apple.S
[151/593] Compiling chacha-x86_64-apple.S
[152/593] Compiling chacha-x86-linux.S
[153/593] Compiling chacha-x86-apple.S
[154/593] Compiling chacha-armv8-win.S
[155/593] Compiling chacha-armv8-linux.S
[156/593] Compiling chacha-armv8-apple.S
[157/593] Compiling chacha-armv4-linux.S
[158/593] Compiling aes128gcmsiv-x86_64-linux.S
[159/593] Compiling aes128gcmsiv-x86_64-apple.S
[160/593] Compiling x86_64-mont5-linux.S
[162/593] Compiling Crypto DH.swift
[163/593] Compiling Crypto ECDH.swift
[164/593] Compiling Crypto HKDF.swift
[165/593] Compiling Crypto AESWrap.swift
[166/593] Compiling Crypto AESWrap_boring.swift
[167/593] Compiling Crypto Ed25519_boring.swift
[168/593] Compiling Crypto NISTCurvesKeys_boring.swift
[169/593] Compiling Crypto X25519Keys_boring.swift
[170/593] Compiling Crypto ASN1BitString.swift
[171/593] Compiling Crypto ASN1Boolean.swift
[172/593] Compiling Crypto ASN1Identifier.swift
[173/593] Compiling Crypto ASN1Integer.swift
[174/593] Compiling Crypto ASN1Null.swift
[175/593] Compiling Crypto ASN1OctetString.swift
[176/593] Compiling Crypto ASN1Strings.swift
[177/593] Compiling Crypto ArraySliceBigint.swift
[177/593] Compiling x86_64-mont5-apple.S
[179/593] Compiling Crypto HPKE-KexKeyDerivation.swift
[180/593] Compiling Crypto HPKE-LabeledExtract.swift
[181/593] Compiling Crypto HPKE-Utils.swift
[182/593] Compiling Crypto DHKEM.swift
[183/593] Compiling Crypto HPKE-KEM-Curve25519.swift
[184/593] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[185/593] Compiling Crypto HPKE-KEM.swift
[186/593] Compiling Crypto HPKE-Errors.swift
[187/593] Compiling Crypto Curve25519.swift
[188/593] Compiling Crypto Ed25519Keys.swift
[189/593] Compiling Crypto NISTCurvesKeys.swift
[190/593] Compiling Crypto X25519Keys.swift
[191/593] Compiling Crypto SymmetricKeys.swift
[192/593] Compiling Crypto HMAC.swift
[193/593] Compiling Crypto MACFunctions.swift
[194/593] Compiling Crypto MessageAuthenticationCode.swift
[194/593] Compiling bio_ssl.cc
[196/593] Compiling Crypto AES-GCM.swift
[197/593] Compiling Crypto AES-GCM_boring.swift
[198/593] Compiling Crypto ChaChaPoly_boring.swift
[199/593] Compiling Crypto ChaChaPoly.swift
[200/593] Compiling Crypto Cipher.swift
[201/593] Compiling Crypto Nonces.swift
[202/593] Compiling Crypto ASN1.swift
[203/593] Compiling Crypto ASN1Any.swift
[204/593] Compiling Crypto Digest_boring.swift
[205/593] Compiling Crypto Digest.swift
[206/593] Compiling Crypto Digests.swift
[207/593] Compiling Crypto HashFunctions.swift
[208/593] Compiling Crypto HashFunctions_SHA2.swift
[209/593] Compiling Crypto HPKE-AEAD.swift
[210/593] Compiling Crypto HPKE-Ciphersuite.swift
[211/593] Compiling Crypto HPKE-KDF.swift
[212/593] Compiling Crypto GeneralizedTime.swift
[213/593] Compiling Crypto ObjectIdentifier.swift
[214/593] Compiling Crypto ECDSASignature.swift
[215/593] Compiling Crypto PEMDocument.swift
[216/593] Compiling Crypto PKCS8PrivateKey.swift
[217/593] Compiling Crypto SEC1PrivateKey.swift
[218/593] Compiling Crypto SubjectPublicKeyInfo.swift
[219/593] Compiling Crypto CryptoKitErrors.swift
[235/593] Compiling dtls_method.cc
[236/593] Compiling err_data.cc
[237/593] Compiling x86_64-mont-linux.S
[239/593] Compiling Crypto RNG_boring.swift
[240/593] Compiling Crypto SafeCompare_boring.swift
[241/593] Compiling Crypto Zeroization_boring.swift
[242/593] Compiling Crypto PrettyBytes.swift
[243/593] Compiling Crypto SafeCompare.swift
[244/593] Compiling Crypto SecureBytes.swift
[245/593] Compiling Crypto Zeroization.swift
[246/593] Compiling Crypto resource_bundle_accessor.swift
[246/593] Compiling x86_64-mont-apple.S
[247/593] Compiling x86-mont-linux.S
[248/593] Compiling d1_srtp.cc
[249/593] Compiling x86-mont-apple.S
[250/593] Compiling vpaes-x86_64-linux.S
[251/593] Compiling vpaes-x86_64-apple.S
[252/593] Compiling vpaes-x86-linux.S
[253/593] Compiling vpaes-x86-apple.S
[254/593] Compiling vpaes-armv8-win.S
[255/593] Compiling vpaes-armv8-linux.S
[256/593] Compiling vpaes-armv8-apple.S
[257/593] Compiling vpaes-armv7-linux.S
[258/593] Compiling sha512-x86_64-linux.S
[259/593] Compiling sha512-x86_64-apple.S
[259/593] Compiling sha512-armv8-win.S
[261/593] Compiling d1_pkt.cc
[262/593] Compiling d1_lib.cc
[263/593] Compiling sha512-armv8-linux.S
[264/593] Compiling sha512-586-linux.S
[265/593] Compiling sha512-armv4-linux.S
[266/593] Compiling sha512-586-apple.S
[267/593] Compiling sha512-armv8-apple.S
[268/593] Compiling sha256-x86_64-linux.S
[269/593] Compiling sha256-x86_64-apple.S
[270/593] Compiling d1_both.cc
[271/593] Compiling sha256-armv8-linux.S
[272/593] Compiling sha256-armv8-win.S
[273/606] Compiling sha256-armv4-linux.S
[274/610] Compiling sha256-586-linux.S
[275/622] Compiling sha256-586-apple.S
[276/630] Compiling sha1-x86_64-linux.S
[277/630] Compiling sha256-armv8-apple.S
[278/630] Compiling sha1-x86_64-apple.S
[279/630] Compiling sha1-armv8-win.S
[280/630] Compiling sha1-armv8-linux.S
[281/630] Compiling sha1-armv4-large-linux.S
[282/630] Compiling sha1-586-linux.S
[282/630] Compiling sha1-armv8-apple.S
[284/630] Compiling sha1-586-apple.S
[284/630] Compiling rsaz-avx2-linux.S
[286/630] Compiling rsaz-avx2-apple.S
[287/630] Compiling rdrand-x86_64-linux.S
[288/630] Compiling rdrand-x86_64-apple.S
[289/630] Compiling p256_beeu-x86_64-asm-linux.S
[290/630] Compiling p256_beeu-x86_64-asm-apple.S
[291/630] Compiling p256_beeu-armv8-asm-win.S
[292/630] Compiling p256_beeu-armv8-asm-linux.S
[292/630] Compiling p256-x86_64-asm-linux.S
[294/630] Compiling p256-x86_64-asm-apple.S
[295/630] Compiling p256_beeu-armv8-asm-apple.S
[296/630] Compiling p256-armv8-asm-win.S
[297/630] Compiling p256-armv8-asm-linux.S
[298/630] Compiling p256-armv8-asm-apple.S
[299/630] Compiling ghashv8-armv8-win.S
[300/630] Compiling ghashv8-armv8-linux.S
[301/630] Compiling ghash-x86_64-apple.S
[301/630] Compiling ghashv8-armv7-linux.S
[303/630] Compiling ghashv8-armv8-apple.S
[303/630] Compiling ghash-x86_64-linux.S
[305/630] Compiling ghash-x86-linux.S
[306/630] Compiling ghash-x86-apple.S
[307/630] Compiling ghash-ssse3-x86_64-linux.S
[308/630] Compiling ghash-ssse3-x86_64-apple.S
[309/630] Compiling ghash-ssse3-x86-linux.S
[310/630] Compiling ghash-neon-armv8-win.S
[311/630] Compiling ghash-ssse3-x86-apple.S
[312/630] Compiling ghash-neon-armv8-linux.S
[313/630] Compiling ghash-neon-armv8-apple.S
[314/630] Compiling ghash-armv4-linux.S
[315/630] Compiling co-586-linux.S
[316/630] Compiling co-586-apple.S
[317/630] Compiling bsaes-armv7-linux.S
[318/630] Compiling bn-armv8-win.S
[319/630] Compiling bn-armv8-linux.S
[320/630] Compiling bn-armv8-apple.S
[321/630] Compiling bn-586-linux.S
[321/630] Compiling armv8-mont-win.S
[321/630] Compiling bn-586-apple.S
[324/630] Compiling armv8-mont-linux.S
[325/630] Compiling armv4-mont-linux.S
[326/630] Compiling armv8-mont-apple.S
[327/630] Compiling aesv8-gcm-armv8-win.S
[328/630] Compiling aesv8-gcm-armv8-linux.S
[329/630] Compiling aesv8-armv8-win.S
[330/630] Compiling aesv8-armv8-linux.S
[330/630] Compiling aesv8-armv7-linux.S
[332/630] Compiling aesv8-armv8-apple.S
[333/630] Compiling aesv8-gcm-armv8-apple.S
[334/630] Compiling aesni-x86_64-apple.S
[335/630] Compiling aesni-x86_64-linux.S
[336/630] Compiling aesni-x86-linux.S
[337/630] Compiling aesni-x86-apple.S
[338/630] Compiling aes-gcm-avx2-x86_64-linux.S
[339/630] Compiling aesni-gcm-x86_64-linux.S
[340/630] Compiling aesni-gcm-x86_64-apple.S
[341/630] Compiling aes-gcm-avx10-x86_64-linux.S
[342/630] Compiling aes-gcm-avx2-x86_64-apple.S
[343/630] Compiling aes-gcm-avx10-x86_64-apple.S
[344/630] Compiling x_sig.cc
[345/630] Compiling x_val.cc
[346/630] Compiling x_x509a.cc
[347/630] Compiling x_spki.cc
[348/630] Compiling x_pubkey.cc
[349/630] Compiling x_req.cc
[350/630] Compiling x_x509.cc
[351/630] Compiling x_name.cc
[352/630] Compiling x_exten.cc
[353/630] Compiling x_attrib.cc
[354/630] Compiling x_crl.cc
[355/630] Compiling x509spki.cc
[356/630] Compiling x_algor.cc
[357/630] Compiling x_all.cc
[358/630] Compiling x509rset.cc
[359/630] Compiling x509cset.cc
[360/630] Compiling x509name.cc
[361/630] Compiling x509_vpm.cc
[362/630] Compiling x509_txt.cc
[363/630] Compiling x509_v3.cc
[364/630] Compiling x509_set.cc
[365/630] Compiling x509_vfy.cc
[366/630] Compiling x509_trs.cc
[367/630] Compiling x509_req.cc
[368/630] Compiling x509_obj.cc
[369/630] Compiling x509_ext.cc
[370/630] Compiling x509_lu.cc
[371/630] Compiling x509_def.cc
[372/630] Compiling x509_d2.cc
[373/630] Compiling x509.cc
[374/630] Compiling x509_cmp.cc
[375/630] Compiling x509_att.cc
[376/630] Compiling v3_skey.cc
[377/630] Compiling v3_utl.cc
[378/630] Compiling v3_prn.cc
[379/630] Compiling v3_purp.cc
[380/630] Compiling v3_pmaps.cc
[381/630] Compiling v3_pcons.cc
[382/630] Compiling v3_ocsp.cc
[383/630] Compiling v3_int.cc
[384/630] Compiling v3_lib.cc
[385/630] Compiling v3_genn.cc
[386/630] Compiling v3_ncons.cc
[387/630] Compiling v3_ia5.cc
[388/630] Compiling v3_info.cc
[389/630] Compiling v3_extku.cc
[390/630] Compiling v3_enum.cc
[391/630] Compiling v3_crld.cc
[393/630] Compiling APNSCore APNSClient+Location.swift
[394/630] Compiling APNSCore APNSLocationNotification.swift
[395/630] Compiling APNSCore Logging.swift
[396/630] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[396/634] Compiling v3_cpols.cc
[397/634] Compiling v3_bitst.cc
[398/634] Compiling v3_akeya.cc
[399/634] Compiling v3_bcons.cc
[400/634] Compiling v3_conf.cc
[402/634] Compiling APNSCore APNSClient+Complication.swift
[403/634] Compiling APNSCore APNSComplicationNotification.swift
[404/634] Compiling APNSCore EmptyPayload.swift
[405/634] Compiling APNSCore APNSClient+FileProvider.swift
[405/634] Compiling v3_alt.cc
[407/634] Compiling APNSCore APNSPushType.swift
[408/634] Compiling APNSCore APNSRequest.swift
[409/634] Compiling APNSCore APNSResponse.swift
[410/634] Compiling APNSCore APNSAlertNotification.swift
[411/634] Compiling APNSCore APNSFileProviderNotification.swift
[412/634] Compiling APNSCore APNSClient+LiveActivity.swift
[413/634] Compiling APNSCore APNSLiveActivityDismissalDate.swift
[414/634] Compiling APNSCore APNSLiveActivityNotification.swift
[415/634] Compiling APNSCore APNSErrorResponse.swift
[416/634] Compiling APNSCore APNSMessage.swift
[417/634] Compiling APNSCore APNSNotificationExpiration.swift
[418/634] Compiling APNSCore APNSPriority.swift
[419/634] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[420/634] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[421/634] Compiling APNSCore APNSStartLiveActivityNotification.swift
[422/634] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[423/634] Compiling APNSCore APNSClient+PushToTalk.swift
[424/634] Compiling APNSCore APNSPushToTalkNotification.swift
[425/634] Compiling APNSCore APNSClient+VoIP.swift
[426/634] Compiling APNSCore APNSVoIPNotification.swift
[426/634] Compiling i2d_pr.cc
[427/634] Compiling v3_akey.cc
[428/634] Compiling t_x509a.cc
[429/634] Compiling t_x509.cc
[430/634] Compiling t_crl.cc
[431/634] Compiling t_req.cc
[432/634] Compiling name_print.cc
[433/634] Compiling policy.cc
[434/634] Compiling rsa_pss.cc
[435/634] Compiling by_file.cc
[436/634] Compiling trust_token.cc
[437/634] Compiling voprf.cc
[438/634] Compiling asn1_gen.cc
[439/634] Compiling a_digest.cc
[440/634] Compiling by_dir.cc
[441/634] Compiling a_sign.cc
[442/634] Compiling a_verify.cc
[442/634] Compiling algorithm.cc
[444/634] Compiling thread_win.cc
[445/634] Compiling thread.cc
[446/634] Compiling thread_none.cc
[447/634] Compiling thread_pthread.cc
[448/634] Compiling siphash.cc
[449/634] Compiling stack.cc
[450/634] Compiling pmbtoken.cc
[451/634] Compiling slhdsa.cc
[452/634] Compiling spake2plus.cc
[453/634] Compiling sha512.cc
[454/634] Compiling sha1.cc
[455/634] Compiling sha256.cc
[456/634] Compiling rsa_print.cc
[457/634] Compiling rsa_extra.cc
[458/634] Compiling rsa_crypt.cc
[459/634] Compiling refcount.cc
[460/634] Compiling rc4.cc
[461/634] Compiling rsa_asn1.cc
[462/634] Compiling urandom.cc
[463/634] Compiling windows.cc
[464/634] Compiling trusty.cc
[465/634] Compiling rand.cc
[466/634] Compiling passive.cc
[467/634] Compiling poly1305_arm_asm.S
[468/634] Compiling ios.cc
[469/634] Compiling getentropy.cc
[470/634] Compiling forkunsafe.cc
[471/634] Compiling fork_detect.cc
[472/634] Compiling deterministic.cc
[473/634] Compiling poly1305_vec.cc
[474/634] Compiling poly1305_arm.cc
[475/634] Compiling poly1305.cc
[476/634] Compiling pool.cc
[477/634] Compiling pkcs8.cc
[478/634] Compiling pkcs7.cc
[479/634] Compiling pkcs8_x509.cc
[480/634] Compiling p5_pbev2.cc
[481/634] Compiling pem_xaux.cc
[482/634] Compiling pkcs7_x509.cc
[483/634] Compiling pem_x509.cc
[484/634] Compiling pem_pkey.cc
[485/634] Compiling pem_pk8.cc
[486/634] Compiling mlkem.cc
[487/634] Compiling mldsa.cc
[488/634] Compiling pem_oth.cc
[489/634] Compiling obj_xref.cc
[490/634] Compiling pem_info.cc
[491/634] Compiling pem_lib.cc
[492/634] Compiling pem_all.cc
[493/634] Compiling poly_rq_mul.S
[494/634] Compiling fips_shared_support.cc
[495/634] Compiling obj.cc
[496/634] Compiling mem.cc
[497/634] Compiling md5.cc
[498/634] Compiling md4.cc
[499/634] Compiling lhash.cc
[500/634] Compiling kyber.cc
[501/634] Compiling ex_data.cc
[502/634] Compiling sign.cc
[503/634] Compiling hpke.cc
[504/634] Compiling hrss.cc
[505/634] Compiling scrypt.cc
[506/634] Compiling pbkdf.cc
[507/634] Compiling print.cc
[508/634] Compiling p_x25519.cc
[509/634] Compiling p_x25519_asn1.cc
[510/634] Compiling p_rsa_asn1.cc
[511/634] Compiling p_hkdf.cc
[512/634] Compiling p_rsa.cc
[513/634] Compiling p_ed25519.cc
[514/634] Compiling p_ed25519_asn1.cc
[515/634] Compiling p_ec_asn1.cc
[516/634] Compiling p_ec.cc
[517/634] Compiling p_dh_asn1.cc
[518/634] Compiling p_dh.cc
[519/634] Compiling evp_ctx.cc
[520/634] Compiling p_dsa_asn1.cc
[521/634] Compiling evp.cc
[522/634] Compiling engine.cc
[523/634] Compiling err.cc
[524/634] Compiling evp_asn1.cc
[525/634] Compiling ecdh.cc
[526/634] Compiling hash_to_curve.cc
[527/634] Compiling ecdsa_asn1.cc
[528/634] Compiling ec_derive.cc
[529/634] Compiling dsa.cc
[530/634] Compiling ec_asn1.cc
[531/634] Compiling dsa_asn1.cc
[532/634] Compiling digest_extra.cc
[533/634] Compiling x25519-asm-arm.S
[534/634] Compiling params.cc
[535/634] Compiling des.cc
[536/634] Compiling dh_asn1.cc
[537/634] Compiling curve25519_64_adx.cc
[538/634] Compiling spake25519.cc
[539/634] Compiling cpu_intel.cc
[540/634] Compiling crypto.cc
[541/634] Compiling cpu_arm_linux.cc
[542/634] Compiling curve25519.cc
[543/634] Compiling bcm.cc
[544/634] Compiling cpu_arm_freebsd.cc
[545/634] Compiling cpu_aarch64_win.cc
[546/634] Compiling cpu_aarch64_openbsd.cc
[547/634] Compiling cpu_aarch64_sysreg.cc
[548/634] Compiling cpu_aarch64_linux.cc
[549/634] Compiling cpu_aarch64_fuchsia.cc
[550/634] Compiling cpu_aarch64_apple.cc
[551/634] Compiling conf.cc
[552/634] Compiling tls_cbc.cc
[553/634] Compiling get_cipher.cc
[554/634] Compiling e_tls.cc
[555/634] Compiling e_rc2.cc
[556/634] Compiling e_rc4.cc
[557/634] Compiling e_null.cc
[558/634] Compiling e_des.cc
[559/634] Compiling e_chacha20poly1305.cc
[560/634] Compiling e_aesgcmsiv.cc
[561/634] Compiling e_aesctrhmac.cc
[562/634] Compiling derive_key.cc
[563/634] Compiling chacha.cc
[564/634] Compiling unicode.cc
[566/634] Emitting module APNSCore
[566/634] Compiling cbs.cc
[567/634] Compiling ber.cc
[568/634] Compiling buf.cc
[569/634] Compiling cbb.cc
[570/634] Compiling asn1_compat.cc
[571/634] Compiling bn_asn1.cc
[572/634] Compiling blake2.cc
[573/634] Compiling convert.cc
[574/634] Compiling socket_helper.cc
[575/634] Compiling socket.cc
[576/634] Compiling printf.cc
[577/634] Compiling pair.cc
[578/634] Compiling hexdump.cc
[579/634] Compiling file.cc
[580/634] Compiling fd.cc
[581/634] Compiling errno.cc
[582/634] Compiling connect.cc
[583/634] Compiling bio_mem.cc
[585/634] Compiling APNSCore APNSAuthenticationTokenManager.swift
[586/634] Compiling APNSCore APNSClient.swift
[587/634] Compiling APNSCore APNSEnvironment.swift
[588/634] Compiling APNSCore APNSError.swift
[589/634] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[590/634] Compiling APNSCore APNSAlertNotificationContent.swift
[591/634] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[592/634] Compiling APNSCore APNSAlertNotificationSound.swift
[593/634] Compiling APNSCore APNSClient+Alert.swift
[594/634] Compiling APNSCore APNSBackgroundNotification.swift
[595/634] Compiling APNSCore APNSClient+Background.swift
[596/634] Compiling APNSCore Base64.swift
[596/634] Compiling base64.cc
[597/634] Compiling bio.cc
[598/634] Compiling tasn_typ.cc
[599/634] Compiling tasn_fre.cc
[599/634] Compiling tasn_utl.cc
[601/634] Compiling tasn_enc.cc
[602/634] Compiling tasn_new.cc
[603/637] Compiling posix_time.cc
[604/637] Compiling tasn_dec.cc
[605/637] Compiling f_string.cc
[606/637] Compiling f_int.cc
[607/637] Compiling asn_pack.cc
[608/637] Compiling asn1_par.cc
[610/637] Compiling APNSURLSession APNSUrlSessionClient.swift
[611/637] Compiling APNSURLSession APNSURLSessionClientConfiguration.swift
[612/637] Emitting module APNSURLSession
[612/637] Compiling asn1_lib.cc
[613/637] Compiling a_utctm.cc
[614/637] Compiling a_type.cc
[615/637] Compiling a_octet.cc
[616/637] Compiling a_time.cc
[617/637] Compiling a_strnid.cc
[618/637] Compiling a_strex.cc
[619/637] Compiling a_object.cc
[620/637] Compiling a_mbstr.cc
[621/637] Compiling a_i2d_fp.cc
[622/637] Write sources
[624/637] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[625/637] Compiling a_dup.cc
[625/637] Write sources
[627/637] Compiling a_int.cc
[628/637] Compiling a_d2i_fp.cc
[629/637] Compiling a_gentm.cc
[630/637] Compiling a_bitstr.cc
[631/637] Compiling a_bool.cc
[633/682] Compiling Algorithms Suffix.swift
[634/682] Compiling Algorithms Trim.swift
[635/684] Compiling Algorithms Joined.swift
[636/684] Compiling Algorithms Keyed.swift
[637/684] Compiling Algorithms Permutations.swift
[638/684] Compiling Algorithms Product.swift
[639/686] Compiling Algorithms Unique.swift
[640/686] Compiling Algorithms Windows.swift
[641/686] Compiling Atomics IntegerOperations.swift
[642/686] Compiling Atomics Unmanaged extensions.swift
[643/686] Compiling Algorithms Combinations.swift
[644/686] Compiling Algorithms Compacted.swift
[645/686] Compiling Algorithms Cycle.swift
[646/686] Compiling Algorithms Split.swift
[647/686] Compiling Algorithms Stride.swift
[650/686] Compiling Algorithms Rotate.swift
[651/686] Compiling Algorithms EitherSequence.swift
[652/686] Compiling Algorithms FirstNonNil.swift
[653/686] Compiling Algorithms FlattenCollection.swift
[654/686] Compiling Algorithms Grouped.swift
[655/686] Compiling Algorithms Indexed.swift
[656/686] Compiling Algorithms Intersperse.swift
[659/686] Compiling Algorithms MinMax.swift
[660/686] Compiling Algorithms Partition.swift
[671/686] Compiling Algorithms AdjacentPairs.swift
[672/686] Compiling Algorithms Chain.swift
[673/686] Compiling Algorithms Chunked.swift
[673/686] Compiling c-nioatomics.c
[681/686] Emitting module Atomics
[682/686] Emitting module Algorithms
[682/686] Compiling c-atomics.c
[684/692] Compiling NIOConcurrencyHelpers lock.swift
[685/692] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[686/692] Compiling NIOConcurrencyHelpers NIOLock.swift
[687/692] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[688/692] Compiling NIOConcurrencyHelpers atomics.swift
[689/692] Emitting module NIOConcurrencyHelpers
[690/753] Compiling NIOCore GlobalSingletons.swift
[691/753] Compiling NIOCore IO.swift
[692/753] Compiling NIOCore IOData.swift
[693/753] Compiling NIOCore IPProtocol.swift
[694/753] Compiling NIOCore IntegerBitPacking.swift
[695/753] Compiling NIOCore IntegerTypes.swift
[696/759] Compiling NIOCore AddressedEnvelope.swift
[697/759] Compiling NIOCore AsyncAwaitSupport.swift
[698/759] Compiling NIOCore AsyncChannel.swift
[699/759] Compiling NIOCore AsyncChannelHandler.swift
[700/759] Compiling NIOCore AsyncChannelInboundStream.swift
[701/759] Compiling NIOCore AsyncChannelOutboundWriter.swift
[702/759] Compiling NIOCore NIOAsyncSequenceProducer.swift
[703/759] Compiling NIOCore Codec.swift
[704/759] Compiling NIOCore ConvenienceOptionSupport.swift
[705/759] Compiling NIOCore DeadChannel.swift
[706/759] Compiling NIOCore DispatchQueue+WithFuture.swift
[707/759] Compiling NIOCore EventLoop+Deprecated.swift
[708/759] Compiling NIOCore EventLoop+SerialExecutor.swift
[709/759] Compiling NIOCore EventLoop.swift
[710/759] Compiling NIOCore SocketOptionProvider.swift
[711/759] Compiling NIOCore SystemCallHelpers.swift
[712/759] Compiling NIOCore TimeAmount+Duration.swift
[713/759] Compiling NIOCore TypeAssistedChannelHandler.swift
[714/759] Compiling NIOCore UniversalBootstrapSupport.swift
[715/759] Compiling NIOCore Utilities.swift
[716/759] Compiling NIOCore Channel.swift
[717/759] Compiling NIOCore ChannelHandler.swift
[718/759] Compiling NIOCore ChannelHandlers.swift
[719/759] Compiling NIOCore ChannelInvoker.swift
[720/759] Compiling NIOCore ChannelOption.swift
[721/759] Compiling NIOCore ChannelPipeline.swift
[722/759] Compiling NIOCore CircularBuffer.swift
[723/759] Compiling NIOCore Interfaces.swift
[724/759] Compiling NIOCore Linux.swift
[725/759] Compiling NIOCore MarkedCircularBuffer.swift
[726/759] Compiling NIOCore MulticastChannel.swift
[727/759] Compiling NIOCore NIOAny.swift
[728/759] Compiling NIOCore NIOCloseOnErrorHandler.swift
[729/759] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[730/759] Compiling NIOCore NIOAsyncWriter.swift
[731/759] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[732/759] Compiling NIOCore BSDSocketAPI.swift
[733/759] Compiling NIOCore ByteBuffer-aux.swift
[734/759] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[735/759] Compiling NIOCore ByteBuffer-conversions.swift
[736/759] Compiling NIOCore NIOLoopBound.swift
[737/759] Compiling NIOCore NIOScheduledCallback.swift
[738/759] Compiling NIOCore NIOSendable.swift
[739/759] Compiling NIOCore RecvByteBufferAllocator.swift
[740/759] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[741/759] Compiling NIOCore SocketAddresses.swift
[742/759] Compiling NIOCore ByteBuffer-core.swift
[743/759] Compiling NIOCore ByteBuffer-hex.swift
[744/759] Compiling NIOCore ByteBuffer-int.swift
[745/759] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[746/759] Compiling NIOCore ByteBuffer-multi-int.swift
[747/759] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[748/759] Compiling NIOCore ByteBuffer-views.swift
[749/759] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[750/759] Compiling NIOCore EventLoopFuture+Deprecated.swift
[751/759] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[752/759] Compiling NIOCore EventLoopFuture.swift
[753/759] Compiling NIOCore FileDescriptor.swift
[754/759] Compiling NIOCore FileHandle.swift
[755/759] Compiling NIOCore FileRegion.swift
[756/759] Emitting module NIOCore
[757/812] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[758/812] Compiling NIOEmbedded AsyncTestingChannel.swift
[759/812] Emitting module NIOEmbedded
[760/812] Compiling NIOEmbedded Embedded.swift
[761/812] Compiling NIOPosix PooledRecvBufferAllocator.swift
[762/812] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[763/812] Compiling NIOPosix PosixSingletons.swift
[764/812] Compiling NIOPosix RawSocketBootstrap.swift
[765/812] Compiling NIOPosix Resolver.swift
[766/817] Compiling NIOPosix GetaddrinfoResolver.swift
[767/817] Compiling NIOPosix HappyEyeballs.swift
[768/817] Compiling NIOPosix IO.swift
[769/817] Compiling NIOPosix IntegerBitPacking.swift
[770/817] Compiling NIOPosix IntegerTypes.swift
[771/817] Compiling NIOPosix Linux.swift
[772/817] Compiling NIOPosix UnsafeTransfer.swift
[773/817] Compiling NIOPosix Utilities.swift
[774/817] Compiling NIOPosix VsockAddress.swift
[775/817] Compiling NIOPosix VsockChannelEvents.swift
[776/817] Compiling NIOPosix resource_bundle_accessor.swift
[777/817] Emitting module NIOPosix
[778/817] Compiling NIOPosix SelectorKqueue.swift
[779/817] Compiling NIOPosix SelectorUring.swift
[780/817] Compiling NIOPosix ServerSocket.swift
[781/817] Compiling NIOPosix Socket.swift
[782/817] Compiling NIOPosix SocketChannel.swift
[783/817] Compiling NIOPosix SocketProtocols.swift
[784/817] Compiling NIOPosix System.swift
[785/817] Compiling NIOPosix Thread.swift
[786/817] Compiling NIOPosix ThreadPosix.swift
[787/817] Compiling NIOPosix ThreadWindows.swift
[788/817] Compiling NIOPosix BSDSocketAPICommon.swift
[789/817] Compiling NIOPosix BSDSocketAPIPosix.swift
[790/817] Compiling NIOPosix BSDSocketAPIWindows.swift
[791/817] Compiling NIOPosix BaseSocket.swift
[792/817] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[793/817] Compiling NIOPosix BaseSocketChannel.swift
[794/817] Compiling NIOPosix Selectable.swift
[795/817] Compiling NIOPosix SelectableChannel.swift
[796/817] Compiling NIOPosix SelectableEventLoop.swift
[797/817] Compiling NIOPosix SelectorEpoll.swift
[798/817] Compiling NIOPosix SelectorGeneric.swift
[799/817] Compiling NIOPosix PendingDatagramWritesManager.swift
[800/817] Compiling NIOPosix PendingWritesManager.swift
[801/817] Compiling NIOPosix PipeChannel.swift
[802/817] Compiling NIOPosix PipePair.swift
[803/817] Compiling NIOPosix Pool.swift
[804/817] Compiling NIOPosix BaseStreamSocketChannel.swift
[805/817] Compiling NIOPosix Bootstrap.swift
[806/817] Compiling NIOPosix ControlMessage.swift
[807/817] Compiling NIOPosix DatagramVectorReadManager.swift
[808/817] Compiling NIOPosix Errors+Any.swift
[809/817] Compiling NIOPosix FileDescriptor.swift
[810/817] Compiling NIOPosix LinuxCPUSet.swift
[811/817] Compiling NIOPosix LinuxUring.swift
[812/817] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[813/817] Compiling NIOPosix NIOThreadPool.swift
[814/817] Compiling NIOPosix NonBlockingFileIO.swift
[815/819] Compiling NIO Exports.swift
[816/819] Emitting module NIO
[817/859] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[818/859] Compiling NIOSOCKS ClientStateMachine.swift
[819/859] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[820/860] Compiling NIOSOCKS Errors.swift
[821/860] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[822/860] Compiling NIOSOCKS Helpers.swift
[823/860] Compiling NIOSOCKS Messages.swift
[824/860] Compiling NIOSOCKS SOCKSRequest.swift
[825/860] Compiling NIOSOCKS SOCKSResponse.swift
[826/860] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[827/860] Compiling NIOHTTP1 HTTPEncoder.swift
[828/860] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[829/860] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[830/860] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[831/861] Compiling NIOHTTP1 ByteCollectionUtils.swift
[832/861] Compiling NIOHTTP1 HTTPDecoder.swift
[833/861] Emitting module NIOSOCKS
[834/861] Emitting module NIOTLS
[835/861] Compiling NIOTLS TLSEvents.swift
[836/861] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[837/861] Compiling NIOTLS SNIHandler.swift
[838/861] Compiling NIOSOCKS ServerStateMachine.swift
[839/861] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[840/861] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[841/861] Emitting module NIOFoundationCompat
[842/861] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[843/861] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[844/861] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[845/861] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[846/861] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[849/861] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[850/861] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[851/913] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[852/913] Emitting module NIOHTTP1
[853/913] Compiling NIOTransportServices AcceptHandler.swift
[854/913] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[855/913] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[856/913] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[857/913] Compiling NIOTransportServices NIOTSErrors.swift
[858/913] Compiling NIOTransportServices NIOTSEventLoop.swift
[859/931] Compiling NIOHPACK IndexedHeaderTable.swift
[860/932] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[861/932] Compiling NIOHPACK IntegerCoding.swift
[862/932] Compiling NIOHPACK StaticHeaderTable.swift
[863/932] Compiling NIOHPACK HuffmanTables.swift
[864/932] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[865/932] Compiling NIOHPACK HuffmanCoding.swift
[866/932] Compiling NIOHPACK HeaderTables.swift
[867/932] Compiling NIOHTTPCompression HTTPCompression.swift
[868/932] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[869/932] Emitting module NIOHTTPCompression
[870/932] Compiling NIOHTTPCompression HTTPDecompression.swift
[871/932] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[872/932] Compiling NIOTransportServices NIOTSDatagramListener.swift
[873/932] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[874/932] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[877/934] Compiling NIOTransportServices NIOTSBootstraps.swift
[878/934] Compiling NIOTransportServices NIOTSChannelOptions.swift
[881/934] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[882/934] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[883/934] Compiling NIOTransportServices NIOTSListenerChannel.swift
[884/934] Emitting module NIOTransportServices
[885/934] Compiling NIOHPACK DynamicHeaderTable.swift
[886/934] Compiling NIOHPACK HPACKDecoder.swift
[887/934] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[888/934] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[889/934] Compiling NIOTransportServices NIOTSSingletons.swift
[890/934] Compiling NIOHPACK HPACKErrors.swift
[891/934] Compiling NIOHPACK HPACKEncoder.swift
[892/934] Emitting module NIOHPACK
[895/934] Compiling NIOHPACK HPACKHeader.swift
[896/934] Emitting module NIOSSL
[897/937] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[898/937] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[905/997] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[906/997] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[907/997] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[908/997] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[909/997] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[910/997] Compiling NIOHTTP2 HTTP2FrameParser.swift
[911/997] Compiling NIOHTTP2 HTTP2PingData.swift
[912/997] Compiling NIOHTTP2 SendingRstStreamState.swift
[913/997] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[914/997] Compiling NIOHTTP2 HTTP2SettingsState.swift
[915/997] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[916/997] Compiling NIOHTTP2 HasFlowControlWindows.swift
[917/997] Compiling NIOHTTP2 HasLocalSettings.swift
[918/997] Compiling NIOHTTP2 HasRemoteSettings.swift
[919/997] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[920/997] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[921/997] Compiling NIOHTTP2 MaySendFrames.swift
[922/997] Compiling NIOHTTP2 SendingDataState.swift
[923/997] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[924/997] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[925/997] Compiling NIOHTTP2 HTTP2Frame.swift
[926/997] Compiling NIOHTTP2 HTTP2UserEvents.swift
[927/997] Compiling NIOHTTP2 InboundEventBuffer.swift
[928/997] Compiling NIOHTTP2 InboundWindowManager.swift
[933/997] Compiling NIOHTTP2 SendingGoawayState.swift
[934/997] Compiling NIOHTTP2 SendingHeadersState.swift
[935/997] Compiling NIOHTTP2 SendingPushPromiseState.swift
[936/1003] Compiling NIOHTTP2 LocallyQuiescingState.swift
[937/1003] Compiling NIOHTTP2 QuiescingState.swift
[938/1003] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[939/1003] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[940/1003] Compiling NIOHTTP2 StateMachineResult.swift
[941/1003] Compiling NIOHTTP2 ContentLengthVerifier.swift
[942/1003] Compiling NIOHTTP2 DOSHeuristics.swift
[947/1003] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[948/1003] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[956/1003] Emitting module NIOHTTP2
[957/1003] Compiling NIOHTTP2 StreamChannelFlowController.swift
[958/1003] Compiling NIOHTTP2 StreamChannelList.swift
[959/1003] Compiling NIOHTTP2 StreamMap.swift
[960/1003] Compiling NIOHTTP2 StreamStateMachine.swift
[961/1003] Compiling NIOHTTP2 UnsafeTransfer.swift
[962/1003] Compiling NIOHTTP2 WatermarkedFlowController.swift
[963/1003] Compiling NIOHTTP2 ConnectionStateMachine.swift
[964/1003] Compiling NIOHTTP2 ConnectionStreamsState.swift
[965/1003] Compiling NIOHTTP2 MayReceiveFrames.swift
[966/1003] Compiling NIOHTTP2 ReceivingDataState.swift
[967/1003] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[968/1003] Compiling NIOHTTP2 ReceivingHeadersState.swift
[969/1003] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[970/1003] Compiling NIOHTTP2 HTTP2Settings.swift
[971/1003] Compiling NIOHTTP2 HTTP2Stream.swift
[972/1003] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[973/1003] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[974/1003] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[975/1003] Compiling NIOHTTP2 HTTP2StreamID.swift
[976/1003] Compiling NIOHTTP2 Error+Any.swift
[977/1003] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[978/1003] Compiling NIOHTTP2 ControlFrameBuffer.swift
[994/1003] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[995/1003] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[996/1003] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[997/1003] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[998/1003] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[999/1003] Compiling NIOHTTP2 HTTP2Error.swift
[1000/1003] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1001/1050] Compiling APNSTestServer APNSTestServer.swift
[1002/1050] Emitting module APNSTestServer
[1003/1066] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1004/1066] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1005/1066] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1006/1066] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1007/1066] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1008/1066] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1009/1066] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1010/1072] Emitting module AsyncHTTPClient
[1011/1072] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1012/1072] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1013/1072] Compiling AsyncHTTPClient ConnectionPool.swift
[1014/1072] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1015/1072] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1016/1072] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1017/1072] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1018/1072] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1019/1072] Compiling AsyncHTTPClient ConnectionTarget.swift
[1020/1072] Compiling AsyncHTTPClient DeconstructedURL.swift
[1021/1072] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1022/1072] Compiling AsyncHTTPClient FoundationExtensions.swift
[1023/1072] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1024/1072] Compiling AsyncHTTPClient SSLContextCache.swift
[1025/1072] Compiling AsyncHTTPClient Scheme.swift
[1026/1072] Compiling AsyncHTTPClient Singleton.swift
[1027/1072] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1028/1072] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1029/1072] Compiling AsyncHTTPClient Utils.swift
[1030/1072] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1031/1072] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1032/1072] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1033/1072] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1034/1072] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1035/1072] Compiling AsyncHTTPClient RequestBodyLength.swift
[1036/1072] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1037/1072] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1038/1072] Compiling AsyncHTTPClient TLSConfiguration.swift
[1039/1072] Compiling AsyncHTTPClient RedirectState.swift
[1040/1072] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1041/1072] Compiling AsyncHTTPClient RequestBag.swift
[1042/1072] Compiling AsyncHTTPClient RequestValidation.swift
[1043/1072] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1044/1072] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1045/1072] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1046/1072] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1047/1072] Compiling AsyncHTTPClient Transaction.swift
[1048/1072] Compiling AsyncHTTPClient Base64.swift
[1049/1072] Compiling AsyncHTTPClient BasicAuth.swift
[1050/1072] Compiling AsyncHTTPClient RequestOptions.swift
[1051/1072] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1052/1072] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1053/1072] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1054/1072] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1055/1072] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1056/1072] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1057/1072] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1058/1072] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1059/1072] Compiling AsyncHTTPClient HTTPClient.swift
[1060/1072] Compiling AsyncHTTPClient HTTPHandler.swift
[1061/1072] Compiling AsyncHTTPClient LRUCache.swift
[1062/1072] Compiling AsyncHTTPClient NWErrorHandler.swift
[1063/1072] Compiling AsyncHTTPClient HTTP1Connection.swift
[1064/1072] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1065/1072] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1066/1072] Compiling AsyncHTTPClient HTTP2Connection.swift
[1067/1072] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1068/1072] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1069/1072] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1070/1077] Compiling APNS APNSJSONEncoder.swift
[1071/1077] Compiling APNS APNSConfiguration.swift
[1072/1077] Compiling APNS APNSJSONDecoder.swift
[1073/1077] Emitting module APNS
[1074/1077] Compiling APNS APNSClient.swift
[1075/1079] Emitting module APNSExample
[1076/1079] Compiling APNSExample Program.swift
/Users/admin/builder/spi-builder-workspace/Sources/APNSExample/Program.swift:48:38: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
 46 |                 environment: .development
 47 |             ),
 48 |             eventLoopGroupProvider: .createNew,
    |                                      `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
 49 |             responseDecoder: JSONDecoder(),
 50 |             requestEncoder: JSONEncoder()
[1076/1079] Write Objects.LinkFileList
[1077/1079] Linking APNSExample
[1078/1079] Applying APNSExample
Build complete! (70.87s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-crypto.git from cache (0.73s)
Fetched https://github.com/apple/swift-nio.git from cache (0.98s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.58s)
Fetched https://github.com/apple/swift-log.git from cache (1.58s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.58s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.59s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.59s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.00s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.66s)
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 (0.51s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.05s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.05s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.06s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.68s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.94s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.74s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.77s)
Fetched https://github.com/apple/swift-collections.git from cache (0.78s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.75s)
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.62s)
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.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
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.52s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.47s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.55s)
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.07s)
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.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.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.02s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.20s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-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-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-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-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.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-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/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.42.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    }
  ],
  "manifest_display_name" : "apnswift",
  "name" : "apnswift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "APNSExample",
      "targets" : [
        "APNSExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "APNS",
      "targets" : [
        "APNS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSCore",
      "targets" : [
        "APNSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSURLSession",
      "targets" : [
        "APNSURLSession"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSTestServer",
      "targets" : [
        "APNSTestServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "APNSURLSession",
      "module_type" : "SwiftTarget",
      "name" : "APNSURLSession",
      "path" : "Sources/APNSURLSession",
      "product_memberships" : [
        "APNSURLSession"
      ],
      "sources" : [
        "APNSURLSessionClientConfiguration.swift",
        "APNSUrlSessionClient.swift"
      ],
      "target_dependencies" : [
        "APNSCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNSTests",
      "module_type" : "SwiftTarget",
      "name" : "APNSTests",
      "path" : "Tests/APNSTests",
      "sources" : [
        "APNSAuthenticationTokenManagerTests.swift",
        "APNSClientTests.swift",
        "Alert/APNSAlertNotificationTests.swift",
        "Background/APNSBackgroundNotificationTests.swift",
        "Complication/APNSComplicationNotificationTests.swift",
        "FileProvider/APNSFileProviderNotificationTests.swift",
        "LiveActivity/APNSLiveActivityNotificationTests.swift",
        "PushToTalk/APNSPushToTalkNotificationTests.swift",
        "VoIP/APNSVoIPNotificationTests.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APNSTestServer",
      "module_type" : "SwiftTarget",
      "name" : "APNSTestServer",
      "path" : "Sources/APNSTestServer",
      "product_dependencies" : [
        "Logging",
        "Crypto",
        "NIOCore",
        "NIOPosix",
        "NIOSSL",
        "NIOHTTP1",
        "NIOHTTP2"
      ],
      "product_memberships" : [
        "APNSTestServer"
      ],
      "sources" : [
        "APNSTestServer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNSExample",
      "module_type" : "SwiftTarget",
      "name" : "APNSExample",
      "path" : "Sources/APNSExample",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "APNSExample"
      ],
      "sources" : [
        "Program.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "APNSCore",
      "module_type" : "SwiftTarget",
      "name" : "APNSCore",
      "path" : "Sources/APNSCore",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS",
        "APNSCore",
        "APNSURLSession"
      ],
      "sources" : [
        "APNSAuthenticationTokenManager.swift",
        "APNSClient.swift",
        "APNSEnvironment.swift",
        "APNSError.swift",
        "APNSErrorResponse.swift",
        "APNSMessage.swift",
        "APNSNotificationExpiration.swift",
        "APNSPriority.swift",
        "APNSPushType.swift",
        "APNSRequest.swift",
        "APNSResponse.swift",
        "Alert/APNSAlertNotification.swift",
        "Alert/APNSAlertNotificationAPSStorage.swift",
        "Alert/APNSAlertNotificationContent.swift",
        "Alert/APNSAlertNotificationInterruptionLevel.swift",
        "Alert/APNSAlertNotificationSound.swift",
        "Alert/APNSClient+Alert.swift",
        "Background/APNSBackgroundNotification.swift",
        "Background/APNSClient+Background.swift",
        "Base64.swift",
        "Complication/APNSClient+Complication.swift",
        "Complication/APNSComplicationNotification.swift",
        "EmptyPayload.swift",
        "FileProvider/APNSClient+FileProvider.swift",
        "FileProvider/APNSFileProviderNotification.swift",
        "LiveActivity/APNSClient+LiveActivity.swift",
        "LiveActivity/APNSLiveActivityDismissalDate.swift",
        "LiveActivity/APNSLiveActivityNotification.swift",
        "LiveActivity/APNSLiveActivityNotificationAPSStorage.swift",
        "LiveActivity/APNSLiveActivityNotificationEvent.swift",
        "LiveActivity/APNSStartLiveActivityNotification.swift",
        "LiveActivity/APNSStartLiveActivityNotificationAPSStorage.swift",
        "Location/APNSClient+Location.swift",
        "Location/APNSLocationNotification.swift",
        "Logging.swift",
        "P256.Signing.PrivateKey+PrivateFilePath.swift",
        "PushToTalk/APNSClient+PushToTalk.swift",
        "PushToTalk/APNSPushToTalkNotification.swift",
        "VoIP/APNSClient+VoIP.swift",
        "VoIP/APNSVoIPNotification.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNS",
      "module_type" : "SwiftTarget",
      "name" : "APNS",
      "path" : "Sources/APNS",
      "product_dependencies" : [
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS"
      ],
      "sources" : [
        "APNSClient.swift",
        "APNSConfiguration.swift",
        "Coding/APNSJSONDecoder.swift",
        "Coding/APNSJSONEncoder.swift"
      ],
      "target_dependencies" : [
        "APNSCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.