The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of apnswift, reference 6.2.0 (eb302f), with Swift 6.1 for macOS (SPM) on 30 Oct 2025 10:44:39 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/APNSwift.git
Reference: 6.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-server-community/APNSwift
 * tag               6.2.0      -> FETCH_HEAD
HEAD is now at eb302f9 Add new error reason: BadEnvironmentKeyInToken (#229)
Cloned https://github.com/swift-server-community/APNSwift.git
Revision (git rev-parse @):
eb302f9dfa5ad44270496fef12edbe7036f67dd5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/APNSwift.git at 6.2.0
========================================
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",
        "Widgets/APNSWidgetsNotificationTests.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",
        "Widgets/APNSClient+Widgets.swift",
        "Widgets/APNSWidgetsNotification.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/458] Write sources
[10/458] Copying PrivacyInfo.xcprivacy
[11/458] Write sources
[12/458] Copying PrivacyInfo.xcprivacy
[12/458] Write sources
[12/458] Copying PrivacyInfo.xcprivacy
[15/458] Write sources
[33/458] Compiling CNIOWASI CNIOWASI.c
[34/458] Compiling CNIOWindows shim.c
[35/458] Compiling CNIOWindows WSAStartup.c
[36/458] Compiling CNIOLinux shim.c
[37/458] Compiling CNIOLinux liburing_shims.c
[38/458] Compiling _NumericsShims _NumericsShims.c
[39/458] Write swift-version-2F0A5646E1D333AE.txt
[40/458] Compiling fiat_p256_adx_sqr.S
[41/458] Compiling fiat_p256_adx_mul.S
[42/458] Compiling CNIOExtrasZlib empty.c
[43/458] Compiling CNIOPosix event_loop_id.c
[44/458] Compiling _AtomicsShims.c
[45/467] Compiling CNIOLLHTTP c_nio_http.c
[46/483] Compiling CNIOLLHTTP c_nio_api.c
[47/500] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/500] Compiling fiat_curve25519_adx_square.S
[49/581] Compiling fiat_curve25519_adx_mul.S
[50/586] Compiling CNIODarwin shim.c
[52/586] Compiling RealModule RealFunctions.swift
[53/587] Emitting module RealModule
[54/587] Compiling Crypto AES-GCM.swift
[55/587] Compiling Crypto AES-GCM_boring.swift
[56/587] Compiling ServiceContextModule ServiceContextKey.swift
[57/587] Compiling RealModule AugmentedArithmetic.swift
[58/587] Emitting module ServiceContextModule
[59/587] Compiling ServiceContextModule ServiceContext.swift
[59/587] Compiling CNIOBoringSSLShims shims.c
[61/587] Emitting module _NIOBase64
[62/587] Compiling _NIOBase64 Base64.swift
[63/587] Compiling RealModule RelaxedArithmetic.swift
[64/587] Compiling RealModule ElementaryFunctions.swift
[65/587] Compiling RealModule Float+Real.swift
[66/587] Compiling RealModule Float16+Real.swift
[67/587] Compiling RealModule Float80+Real.swift
[68/587] Compiling RealModule Real.swift
[69/587] Compiling RealModule Double+Real.swift
[70/587] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[71/594] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[72/594] Compiling Crypto PKCS8PrivateKey.swift
[73/594] Compiling Crypto SEC1PrivateKey.swift
[74/594] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/594] Compiling Crypto SubjectPublicKeyInfo.swift
[76/594] Compiling Crypto CryptoError_boring.swift
[77/594] Compiling Crypto ASN1BitString.swift
[78/594] Compiling Crypto ASN1Boolean.swift
[79/594] Compiling _NIODataStructures PriorityQueue.swift
[80/594] Compiling _NIODataStructures _TinyArray.swift
[81/594] Compiling Instrumentation InstrumentationSystem.swift
[82/594] Compiling Crypto ASN1.swift
[83/594] Compiling Crypto ASN1Any.swift
[84/594] Compiling Crypto ChaChaPoly_boring.swift
[85/594] Compiling Crypto ChaChaPoly.swift
[86/594] Emitting module InternalCollectionsUtilities
[87/594] Compiling Crypto Cipher.swift
[88/594] Compiling Crypto Nonces.swift
[91/594] Compiling Logging MetadataProvider.swift
[92/594] Compiling Instrumentation MultiplexInstrument.swift
[93/594] Compiling Instrumentation Instrument.swift
[94/594] Compiling Instrumentation NoOpInstrument.swift
[95/594] Compiling Instrumentation Locks.swift
[96/594] Emitting module Instrumentation
[97/594] Emitting module Logging
[98/594] Compiling Logging LogHandler.swift
[99/594] Compiling Logging Logging.swift
[100/594] Compiling Logging Locks.swift
[101/609] Emitting module _NIODataStructures
[102/610] Compiling _NIODataStructures Heap.swift
[102/610] Compiling tls_record.cc
[103/610] Compiling tls_method.cc
[105/610] Compiling DequeModule _DequeBuffer.swift
[106/611] Compiling DequeModule _DequeBufferHeader.swift
[107/611] Compiling DequeModule _DequeSlot.swift
[107/619] Compiling tls13_server.cc
[108/619] Compiling tls13_enc.cc
[109/619] Compiling tls13_client.cc
[111/619] Compiling DequeModule _UnsafeWrappedBuffer.swift
[112/619] Compiling DequeModule Deque+Testing.swift
[113/619] Compiling DequeModule Deque._Storage.swift
[114/619] Compiling DequeModule Deque+Equatable.swift
[115/619] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[116/619] Compiling DequeModule Deque+CustomReflectable.swift
[117/619] Compiling DequeModule Deque+Descriptions.swift
[118/619] Compiling DequeModule Deque._UnsafeHandle.swift
[119/619] Compiling DequeModule Deque.swift
[120/619] Compiling DequeModule Deque+Extras.swift
[121/619] Compiling DequeModule Deque+Hashable.swift
[121/619] Compiling tls13_both.cc
[123/619] Compiling DequeModule Deque+Codable.swift
[124/619] Compiling DequeModule Deque+Collection.swift
[125/619] Compiling Tracing TracerProtocol+Legacy.swift
[126/619] Compiling Tracing TracerProtocol.swift
[127/619] Compiling Tracing TracingTime.swift
[128/619] Compiling Tracing Tracer.swift
[129/619] Compiling Tracing InstrumentationSystem+Tracing.swift
[130/619] Compiling Tracing NoOpTracer.swift
[131/619] Emitting module Tracing
[132/619] Compiling Tracing SpanProtocol.swift
[133/619] Emitting module DequeModule
[133/619] Compiling ssl_versions.cc
[134/619] Compiling t1_enc.cc
[135/619] Compiling ssl_stat.cc
[136/619] Compiling ssl_transcript.cc
[137/619] Compiling ssl_x509.cc
[138/619] Compiling ssl_session.cc
[140/619] Emitting module Crypto
[140/628] Compiling ssl_privkey.cc
[141/628] Compiling ssl_key_share.cc
[142/628] Compiling ssl_lib.cc
[143/628] Compiling ssl_file.cc
[144/628] Compiling ssl_credential.cc
[145/628] Compiling ssl_buffer.cc
[146/628] Compiling ssl_cipher.cc
[147/628] Compiling ssl_cert.cc
[148/628] Compiling ssl_asn1.cc
[149/628] Compiling ssl_aead_ctx.cc
[150/628] Compiling s3_pkt.cc
[151/628] Compiling s3_lib.cc
[152/628] Compiling s3_both.cc
[153/628] Compiling handshake.cc
[154/628] Compiling handshake_client.cc
[155/628] Compiling handshake_server.cc
[156/628] Compiling handoff.cc
[158/628] Compiling Crypto MLKEM_boring.swift
[159/628] Compiling Crypto MLKEM_wrapper.swift
[160/628] Compiling Crypto XWing_boring.swift
[161/628] Compiling Crypto KEM-Errors.swift
[162/628] Compiling Crypto KEM.swift
[163/628] Compiling Crypto MLKEM.swift
[164/628] Compiling Crypto XWing.swift
[165/628] Compiling Crypto ECDH_boring.swift
[166/628] Compiling Crypto DH.swift
[167/628] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[168/628] Compiling Crypto HPKE-KEM.swift
[169/628] Compiling Crypto HPKE-Errors.swift
[170/628] Compiling Crypto HPKE.swift
[171/628] Compiling Crypto HPKE-Context.swift
[172/628] Compiling Crypto HPKE-KeySchedule.swift
[173/628] Compiling Crypto HPKE-Modes.swift
[174/628] Compiling Crypto Insecure.swift
[175/628] Compiling Crypto Insecure_HashFunctions.swift
[176/628] Compiling Crypto ECDSA_boring.swift
[177/628] Compiling Crypto EdDSA_boring.swift
[178/628] Compiling Crypto MLDSA_boring.swift
[179/628] Compiling Crypto MLDSA_wrapper.swift
[180/628] Compiling Crypto ECDSA.swift
[181/628] Compiling Crypto Ed25519.swift
[182/628] Compiling Crypto MLDSA.swift
[183/628] Compiling Crypto Signature.swift
[184/628] Compiling Crypto CryptoKitErrors_boring.swift
[185/628] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[186/628] Compiling Crypto RNG_boring.swift
[187/628] Compiling Crypto SafeCompare_boring.swift
[188/628] Compiling Crypto Zeroization_boring.swift
[189/628] Compiling Crypto PrettyBytes.swift
[190/628] Compiling Crypto SafeCompare.swift
[191/628] Compiling Crypto SecureBytes.swift
[192/628] Compiling Crypto Zeroization.swift
[193/628] Compiling Crypto resource_bundle_accessor.swift
[194/628] Compiling Crypto ASN1Identifier.swift
[195/628] Compiling Crypto ASN1Integer.swift
[196/628] Compiling Crypto ASN1Null.swift
[197/628] Compiling Crypto ASN1OctetString.swift
[198/628] Compiling Crypto ASN1Strings.swift
[199/628] Compiling Crypto ArraySliceBigint.swift
[200/628] Compiling Crypto GeneralizedTime.swift
[201/628] Compiling Crypto ObjectIdentifier.swift
[202/628] Compiling Crypto ECDSASignature.swift
[203/628] Compiling Crypto PEMDocument.swift
[204/628] Compiling Crypto ECDH.swift
[205/628] Compiling Crypto ANSIx963.swift
[206/628] Compiling Crypto HKDF.swift
[207/628] Compiling Crypto AESWrap.swift
[208/628] Compiling Crypto AESWrap_boring.swift
[209/628] Compiling Crypto Ed25519_boring.swift
[210/628] Compiling Crypto NISTCurvesKeys_boring.swift
[211/628] Compiling Crypto X25519Keys_boring.swift
[212/628] Compiling Crypto Curve25519.swift
[217/628] Compiling Crypto CryptoKitErrors.swift
[218/628] Compiling Crypto Digest_boring.swift
[219/628] Compiling Crypto Digest.swift
[220/628] Compiling Crypto Digests.swift
[221/628] Compiling Crypto HashFunctions.swift
[222/628] Compiling Crypto HashFunctions_SHA2.swift
[223/628] Compiling Crypto HashFunctions_SHA3.swift
[224/628] Compiling Crypto Digest_xkcp.swift
[225/628] Compiling Crypto HPKE-AEAD.swift
[226/628] Compiling Crypto HPKE-Ciphersuite.swift
[227/628] Compiling Crypto HPKE-KDF.swift
[228/628] Compiling Crypto HPKE-KexKeyDerivation.swift
[229/628] Compiling Crypto HPKE-LabeledExtract.swift
[230/628] Compiling Crypto HPKE-Utils.swift
[231/628] Compiling Crypto DHKEM.swift
[232/628] Compiling Crypto HPKE-KEM-Curve25519.swift
[233/628] Compiling Crypto Ed25519Keys.swift
[234/628] Compiling Crypto NISTCurvesKeys.swift
[235/628] Compiling Crypto X25519Keys.swift
[236/628] Compiling Crypto SymmetricKeys.swift
[237/628] Compiling Crypto HMAC.swift
[238/628] Compiling Crypto MACFunctions.swift
[239/628] Compiling Crypto MessageAuthenticationCode.swift
[240/628] Compiling Crypto AES.swift
[241/628] Compiling Crypto ECDSASignature_boring.swift
[251/628] Compiling md5-x86_64-linux.S
[252/628] Compiling md5-x86_64-apple.S
[253/628] Compiling md5-586-linux.S
[254/628] Compiling md5-586-apple.S
[255/628] Compiling extensions.cc
[256/628] Compiling dtls_record.cc
[257/628] Compiling encrypted_client_hello.cc
[258/628] Compiling chacha20_poly1305_x86_64-linux.S
[259/628] Compiling chacha20_poly1305_armv8-linux.S
[260/628] Compiling chacha20_poly1305_x86_64-apple.S
[260/628] Compiling chacha20_poly1305_armv8-win.S
[262/628] Compiling chacha-x86_64-linux.S
[263/628] Compiling chacha-x86_64-apple.S
[264/628] Compiling dtls_method.cc
[265/628] Compiling chacha20_poly1305_armv8-apple.S
[266/628] Compiling chacha-x86-apple.S
[267/628] Compiling chacha-x86-linux.S
[268/628] Compiling d1_srtp.cc
[269/628] Compiling chacha-armv8-win.S
[270/628] Compiling chacha-armv8-linux.S
[271/628] Compiling chacha-armv4-linux.S
[272/628] Compiling aes128gcmsiv-x86_64-linux.S
[273/628] Compiling chacha-armv8-apple.S
[274/628] Compiling aes128gcmsiv-x86_64-apple.S
[275/628] Compiling x86_64-mont5-linux.S
[276/628] Compiling bio_ssl.cc
[277/628] Compiling x86_64-mont5-apple.S
[278/628] Compiling err_data.cc
[279/628] Compiling x86_64-mont-linux.S
[280/628] Compiling x86_64-mont-apple.S
[281/628] Compiling x86-mont-linux.S
[282/628] Compiling x86-mont-apple.S
[283/628] Compiling vpaes-x86_64-apple.S
[284/628] Compiling vpaes-x86_64-linux.S
[285/628] Compiling vpaes-x86-apple.S
[286/628] Compiling vpaes-x86-linux.S
[287/628] Compiling vpaes-armv8-win.S
[288/628] Compiling vpaes-armv8-linux.S
[289/628] Compiling d1_pkt.cc
[290/628] Compiling vpaes-armv8-apple.S
[291/628] Compiling d1_lib.cc
[292/628] Compiling sha512-x86_64-linux.S
[293/628] Compiling vpaes-armv7-linux.S
[294/628] Compiling sha512-armv8-win.S
[295/628] Compiling sha512-x86_64-apple.S
[296/628] Compiling sha512-armv8-linux.S
[297/628] Compiling sha512-armv4-linux.S
[298/628] Compiling sha512-586-linux.S
[299/628] Compiling sha512-586-apple.S
[300/628] Compiling sha512-armv8-apple.S
[301/628] Compiling sha256-x86_64-apple.S
[302/628] Compiling sha256-x86_64-linux.S
[303/628] Compiling sha256-armv8-win.S
[304/628] Compiling sha256-armv8-linux.S
[305/628] Compiling sha256-armv8-apple.S
[306/628] Compiling sha256-586-linux.S
[307/628] Compiling sha256-armv4-linux.S
[308/628] Compiling sha256-586-apple.S
[309/628] Compiling sha1-x86_64-linux.S
[310/628] Compiling d1_both.cc
[311/628] Compiling sha1-x86_64-apple.S
[312/628] Compiling sha1-armv8-win.S
[313/628] Compiling sha1-armv8-linux.S
[314/628] Compiling sha1-armv8-apple.S
[315/628] Compiling sha1-armv4-large-linux.S
[316/628] Compiling sha1-586-apple.S
[317/628] Compiling sha1-586-linux.S
[318/628] Compiling rsaz-avx2-apple.S
[319/628] Compiling rsaz-avx2-linux.S
[319/628] Compiling rdrand-x86_64-linux.S
[321/628] Compiling rdrand-x86_64-apple.S
[322/628] Compiling p256_beeu-x86_64-asm-linux.S
[323/628] Compiling p256_beeu-armv8-asm-win.S
[324/628] Compiling p256_beeu-x86_64-asm-apple.S
[325/628] Compiling p256_beeu-armv8-asm-linux.S
[326/628] Compiling p256_beeu-armv8-asm-apple.S
[327/628] Compiling p256-x86_64-asm-linux.S
[328/628] Compiling p256-x86_64-asm-apple.S
[329/628] Compiling p256-armv8-asm-win.S
[329/628] Compiling p256-armv8-asm-linux.S
[331/628] Compiling ghashv8-armv8-win.S
[332/628] Compiling p256-armv8-asm-apple.S
[333/628] Compiling ghashv8-armv8-apple.S
[333/628] Compiling ghashv8-armv8-linux.S
[335/628] Compiling ghash-x86_64-linux.S
[336/628] Compiling ghash-x86_64-apple.S
[337/628] Compiling ghashv8-armv7-linux.S
[338/628] Compiling ghash-x86-linux.S
[339/628] Compiling ghash-x86-apple.S
[340/628] Compiling ghash-ssse3-x86_64-linux.S
[341/628] Compiling ghash-ssse3-x86_64-apple.S
[342/628] Compiling ghash-neon-armv8-linux.S
[342/628] Compiling ghash-neon-armv8-win.S
[344/628] Compiling ghash-ssse3-x86-linux.S
[344/628] Compiling ghash-ssse3-x86-apple.S
[346/628] Compiling ghash-armv4-linux.S
[347/628] Compiling ghash-neon-armv8-apple.S
[348/628] Compiling co-586-linux.S
[349/628] Compiling co-586-apple.S
[350/628] Compiling bsaes-armv7-linux.S
[351/628] Compiling bn-armv8-win.S
[352/628] Compiling bn-armv8-linux.S
[353/628] Compiling bn-586-apple.S
[354/628] Compiling bn-armv8-apple.S
[355/628] Compiling bn-586-linux.S
[356/628] Compiling armv8-mont-win.S
[357/628] Compiling armv4-mont-linux.S
[357/628] Compiling armv8-mont-linux.S
[359/628] Compiling armv8-mont-apple.S
[360/628] Compiling aesv8-gcm-armv8-win.S
[361/628] Compiling aesv8-gcm-armv8-linux.S
[362/628] Compiling aesv8-armv8-linux.S
[363/628] Compiling aesv8-armv8-win.S
[364/628] Compiling aesv8-armv8-apple.S
[365/628] Compiling aesv8-armv7-linux.S
[366/628] Compiling aesv8-gcm-armv8-apple.S
[367/628] Compiling aesni-x86_64-apple.S
[367/628] Compiling aesni-x86_64-linux.S
[369/628] Compiling aesni-x86-apple.S
[370/628] Compiling aesni-gcm-x86_64-linux.S
[371/628] Compiling aesni-x86-linux.S
[372/628] Compiling aesni-gcm-x86_64-apple.S
[373/628] Compiling aes-gcm-avx2-x86_64-linux.S
[374/628] Compiling aes-gcm-avx2-x86_64-apple.S
[375/628] Compiling aes-gcm-avx10-x86_64-linux.S
[376/628] Compiling aes-gcm-avx10-x86_64-apple.S
[377/628] Compiling x_sig.cc
[378/628] Compiling x_x509.cc
[379/628] Compiling x_x509a.cc
[379/628] Compiling x_val.cc
[381/628] Compiling x_spki.cc
[382/628] Compiling x_pubkey.cc
[383/628] Compiling x_req.cc
[384/628] Compiling x_name.cc
[385/628] Compiling x_exten.cc
[386/628] Compiling x_crl.cc
[387/628] Compiling x_attrib.cc
[388/628] Compiling x509spki.cc
[389/628] Compiling x_algor.cc
[390/628] Compiling x509rset.cc
[391/628] Compiling x_all.cc
[392/628] Compiling x509cset.cc
[393/628] Compiling x509name.cc
[394/628] Compiling x509_v3.cc
[395/628] Compiling x509_vpm.cc
[396/628] Compiling x509_vfy.cc
[397/628] Compiling x509_txt.cc
[398/628] Compiling x509_trs.cc
[399/628] Compiling x509_set.cc
[400/628] Compiling x509_obj.cc
[401/628] Compiling x509_req.cc
[402/628] Compiling x509_def.cc
[403/628] Compiling x509_d2.cc
[404/628] Compiling x509_ext.cc
[405/628] Compiling x509_lu.cc
[406/628] Compiling x509_cmp.cc
[407/628] Compiling x509_att.cc
[408/628] Compiling x509.cc
[409/628] Compiling v3_prn.cc
[410/628] Compiling v3_skey.cc
[411/628] Compiling v3_ocsp.cc
[412/628] Compiling v3_pmaps.cc
[413/628] Compiling v3_purp.cc
[414/628] Compiling v3_pcons.cc
[415/628] Compiling v3_utl.cc
[416/628] Compiling v3_ncons.cc
[417/628] Compiling v3_int.cc
[418/628] Compiling v3_lib.cc
[419/628] Compiling v3_info.cc
[420/628] Compiling v3_ia5.cc
[421/628] Compiling v3_enum.cc
[422/628] Compiling v3_extku.cc
[423/628] Compiling v3_genn.cc
[424/628] Compiling v3_cpols.cc
[425/628] Compiling v3_conf.cc
[426/628] Compiling v3_crld.cc
[427/628] Compiling v3_bitst.cc
[428/628] Compiling v3_bcons.cc
[429/628] Compiling v3_akeya.cc
[430/628] Compiling t_x509a.cc
[431/628] Compiling v3_alt.cc
[431/628] Compiling v3_akey.cc
[433/628] Compiling t_x509.cc
[434/628] Compiling t_crl.cc
[435/628] Compiling t_req.cc
[436/628] Compiling rsa_pss.cc
[437/628] Compiling i2d_pr.cc
[438/628] Compiling name_print.cc
[439/628] Compiling policy.cc
[440/628] Compiling algorithm.cc
[441/628] Compiling a_digest.cc
[442/628] Compiling by_file.cc
[443/628] Compiling a_verify.cc
[444/628] Compiling asn1_gen.cc
[445/628] Compiling a_sign.cc
[446/628] Compiling by_dir.cc
[447/628] Compiling voprf.cc
[448/628] Compiling thread_win.cc
[449/628] Compiling thread.cc
[450/628] Compiling thread_pthread.cc
[451/628] Compiling thread_none.cc
[452/628] Compiling trust_token.cc
[453/628] Compiling stack.cc
[454/628] Compiling pmbtoken.cc
[455/628] Compiling slhdsa.cc
[456/628] Compiling spake2plus.cc
[457/628] Compiling siphash.cc
[458/628] Compiling sha256.cc
[459/628] Compiling sha512.cc
[460/628] Compiling sha1.cc
[461/628] Compiling rsa_print.cc
[462/628] Compiling rsa_extra.cc
[463/628] Compiling rsa_crypt.cc
[464/628] Compiling refcount.cc
[465/628] Compiling rc4.cc
[466/628] Compiling rsa_asn1.cc
[467/628] Compiling windows.cc
[468/628] Compiling trusty.cc
[468/628] Compiling urandom.cc
[470/628] Compiling rand.cc
[471/628] Compiling ios.cc
[472/628] Compiling passive.cc
[473/628] Compiling poly1305_arm_asm.S
[474/628] Compiling getentropy.cc
[475/628] Compiling forkunsafe.cc
[476/628] Compiling deterministic.cc
[477/628] Compiling fork_detect.cc
[478/628] Compiling poly1305_vec.cc
[479/628] Compiling poly1305_arm.cc
[480/628] Compiling poly1305.cc
[481/628] Compiling pool.cc
[482/628] Compiling pkcs8.cc
[483/628] Compiling pkcs7.cc
[484/628] Compiling pkcs8_x509.cc
[485/628] Compiling p5_pbev2.cc
[486/628] Compiling pkcs7_x509.cc
[487/628] Compiling pem_xaux.cc
[488/628] Compiling pem_x509.cc
[489/628] Compiling pem_pkey.cc
[490/628] Compiling pem_pk8.cc
[491/628] Compiling pem_oth.cc
[492/628] Compiling mlkem.cc
[493/628] Compiling obj_xref.cc
[494/628] Compiling pem_info.cc
[495/628] Compiling pem_all.cc
[496/628] Compiling pem_lib.cc
[497/628] Compiling mldsa.cc
[498/628] Compiling obj.cc
[499/628] Compiling poly_rq_mul.S
[500/628] Compiling fips_shared_support.cc
[501/628] Compiling mem.cc
[502/628] Compiling md5.cc
[503/628] Compiling md4.cc
[504/628] Compiling lhash.cc
[505/628] Compiling kyber.cc
[506/628] Compiling ex_data.cc
[507/628] Compiling sign.cc
[508/628] Compiling scrypt.cc
[509/628] Compiling print.cc
[510/628] Compiling pbkdf.cc
[511/628] Compiling hpke.cc
[512/628] Compiling hrss.cc
[513/628] Compiling p_x25519_asn1.cc
[514/628] Compiling p_x25519.cc
[515/628] Compiling p_ed25519.cc
[516/628] Compiling p_rsa_asn1.cc
[517/628] Compiling p_ec.cc
[518/628] Compiling p_hkdf.cc
[519/628] Compiling p_rsa.cc
[520/628] Compiling p_ed25519_asn1.cc
[521/628] Compiling p_ec_asn1.cc
[522/628] Compiling p_dh_asn1.cc
[523/628] Compiling p_dsa_asn1.cc
[524/628] Compiling p_dh.cc
[525/628] Compiling evp_ctx.cc
[526/628] Compiling err.cc
[527/628] Compiling evp.cc
[528/628] Compiling engine.cc
[529/628] Compiling evp_asn1.cc
[530/628] Compiling ecdsa_asn1.cc
[531/628] Compiling ecdh.cc
[532/628] Compiling hash_to_curve.cc
[533/628] Compiling ec_derive.cc
[534/628] Compiling dsa.cc
[535/628] Compiling ec_asn1.cc
[536/628] Compiling dsa_asn1.cc
[537/628] Compiling params.cc
[538/628] Compiling bcm.cc
[538/628] Compiling x25519-asm-arm.S
[540/628] Compiling digest_extra.cc
[541/628] Compiling des.cc
[542/628] Compiling dh_asn1.cc
[543/628] Compiling curve25519_64_adx.cc
[544/628] Compiling spake25519.cc
[545/628] Compiling cpu_intel.cc
[546/628] Compiling crypto.cc
[547/628] Compiling cpu_arm_linux.cc
[548/628] Compiling cpu_arm_freebsd.cc
[549/628] Compiling cpu_aarch64_win.cc
[550/628] Compiling curve25519.cc
[551/628] Compiling cpu_aarch64_openbsd.cc
[552/628] Compiling cpu_aarch64_sysreg.cc
[553/628] Compiling cpu_aarch64_linux.cc
[554/628] Compiling cpu_aarch64_fuchsia.cc
[555/628] Compiling cpu_aarch64_apple.cc
[556/628] Compiling conf.cc
[557/628] Compiling get_cipher.cc
[558/628] Compiling tls_cbc.cc
[559/628] Compiling e_tls.cc
[560/628] Compiling e_rc4.cc
[561/628] Compiling e_null.cc
[562/628] Compiling e_des.cc
[563/628] Compiling e_rc2.cc
[564/628] Compiling e_chacha20poly1305.cc
[565/628] Compiling e_aesgcmsiv.cc
[566/628] Compiling derive_key.cc
[567/628] Compiling e_aesctrhmac.cc
[568/628] Compiling chacha.cc
[569/628] Compiling unicode.cc
[570/628] Compiling cbs.cc
[571/628] Compiling ber.cc
[572/628] Compiling asn1_compat.cc
[573/628] Compiling cbb.cc
[574/628] Compiling buf.cc
[575/628] Compiling blake2.cc
[576/628] Compiling socket_helper.cc
[577/628] Compiling bn_asn1.cc
[578/628] Compiling convert.cc
[579/628] Compiling socket.cc
[580/628] Compiling printf.cc
[581/628] Compiling hexdump.cc
[582/628] Compiling pair.cc
[583/628] Compiling file.cc
[584/628] Compiling fd.cc
[585/628] Compiling errno.cc
[586/628] Compiling connect.cc
[587/628] Compiling bio_mem.cc
[588/628] Compiling bio.cc
[589/628] Compiling base64.cc
[590/628] Compiling tasn_fre.cc
[591/628] Compiling tasn_typ.cc
[592/628] Compiling tasn_enc.cc
[593/628] Compiling tasn_utl.cc
[594/628] Compiling tasn_new.cc
[595/628] Compiling f_string.cc
[596/628] Compiling posix_time.cc
[597/628] Compiling tasn_dec.cc
[598/628] Compiling f_int.cc
[599/628] Compiling asn_pack.cc
[600/628] Compiling asn1_par.cc
[601/628] Compiling asn1_lib.cc
[602/628] Compiling a_utctm.cc
[603/628] Compiling a_type.cc
[604/628] Compiling a_time.cc
[605/628] Compiling a_octet.cc
[606/628] Compiling a_strex.cc
[607/628] Compiling a_strnid.cc
[608/628] Compiling a_mbstr.cc
[609/628] Compiling a_object.cc
[610/628] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[611/628] Write sources
[613/628] Compiling a_int.cc
[614/628] Compiling a_i2d_fp.cc
[615/628] Write APNSExample-entitlement.plist
[616/628] Write sources
[618/628] Compiling a_dup.cc
[619/628] Compiling a_d2i_fp.cc
[620/628] Compiling a_gentm.cc
[621/647] Compiling a_bitstr.cc
[622/712] Compiling a_bool.cc
[624/712] Compiling APNSCore APNSClient+Background.swift
[625/712] Compiling APNSCore Base64.swift
[626/714] Compiling APNSCore APNSClient+Alert.swift
[627/714] Compiling APNSCore APNSBackgroundNotification.swift
[628/714] Compiling APNSCore APNSPushType.swift
[629/714] Compiling APNSCore APNSRequest.swift
[630/714] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[631/714] Compiling APNSCore APNSAlertNotificationContent.swift
[632/714] Compiling APNSCore APNSResponse.swift
[633/714] Compiling APNSCore APNSAlertNotification.swift
[634/714] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[635/714] Compiling APNSCore APNSAlertNotificationSound.swift
[636/715] Compiling Atomics Unmanaged extensions.swift
[637/715] Compiling APNSCore APNSAuthenticationTokenManager.swift
[638/715] Compiling APNSCore APNSClient.swift
[639/715] Compiling Algorithms Unique.swift
[640/715] Compiling Algorithms Windows.swift
[641/715] Compiling APNSCore APNSClient+Complication.swift
[642/715] Compiling APNSCore APNSComplicationNotification.swift
[646/715] Compiling APNSCore APNSError.swift
[647/715] Compiling APNSCore APNSErrorResponse.swift
[648/715] Compiling APNSCore APNSMessage.swift
[649/715] Compiling APNSCore APNSNotificationExpiration.swift
[650/715] Compiling APNSCore APNSPriority.swift
[655/715] Compiling APNSCore EmptyPayload.swift
[656/715] Compiling APNSCore APNSClient+FileProvider.swift
[657/715] Compiling APNSCore APNSFileProviderNotification.swift
[667/715] Compiling APNSCore APNSEnvironment.swift
[668/715] Emitting module Atomics
[670/715] Compiling c-nioatomics.c
[672/715] Emitting module Algorithms
[672/715] Compiling c-atomics.c
[674/721] Compiling NIOConcurrencyHelpers lock.swift
[675/721] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[676/721] Compiling NIOConcurrencyHelpers atomics.swift
[677/721] Compiling NIOConcurrencyHelpers NIOLock.swift
[678/721] Emitting module NIOConcurrencyHelpers
[679/721] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[680/785] Compiling NIOCore FileRegion.swift
[681/785] Compiling NIOCore Linux.swift
[682/785] Compiling NIOCore MarkedCircularBuffer.swift
[683/785] Compiling NIOCore MulticastChannel.swift
[684/789] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[685/789] Compiling NIOCore EventLoopFuture.swift
[686/789] Compiling NIOCore FileDescriptor.swift
[687/789] Compiling NIOCore FileHandle.swift
[688/789] Compiling NIOCore EventLoop+SerialExecutor.swift
[689/789] Compiling NIOCore EventLoop.swift
[690/789] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[691/789] Compiling NIOCore EventLoopFuture+Deprecated.swift
[692/789] Compiling NIOCore ConvenienceOptionSupport.swift
[693/789] Compiling NIOCore DeadChannel.swift
[694/789] Compiling NIOCore DispatchQueue+WithFuture.swift
[695/789] Compiling NIOCore EventLoop+Deprecated.swift
[699/789] Compiling APNSCore APNSClient+VoIP.swift
[700/789] Compiling APNSCore APNSVoIPNotification.swift
[701/789] Compiling APNSCore APNSClient+Widgets.swift
[702/789] Compiling APNSCore APNSWidgetsNotification.swift
[703/796] Compiling NIOCore IPProtocol.swift
[704/796] Compiling NIOCore IntegerBitPacking.swift
[705/796] Compiling NIOCore IntegerTypes.swift
[706/796] Compiling NIOCore Interfaces.swift
[707/796] Compiling NIOCore AsyncChannelOutboundWriter.swift
[708/796] Compiling NIOCore NIOAsyncSequenceProducer.swift
[709/796] Compiling NIOCore GlobalSingletons.swift
[710/796] Compiling NIOCore IO.swift
[711/796] Compiling NIOCore IOData.swift
[712/796] Compiling NIOCore AddressedEnvelope.swift
[713/796] Compiling NIOCore AsyncAwaitSupport.swift
[714/796] Compiling NIOCore AsyncChannel.swift
[715/796] Compiling NIOCore AsyncChannelHandler.swift
[716/796] Compiling NIOCore AsyncChannelInboundStream.swift
[742/796] Compiling NIOCore NIOLoopBound.swift
[743/796] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[744/796] Compiling NIOCore NIOScheduledCallback.swift
[745/796] Compiling NIOCore NIOSendable.swift
[746/796] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[747/796] Compiling NIOCore RecvByteBufferAllocator.swift
[748/796] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[749/796] Compiling NIOCore Codec.swift
[756/796] Compiling NIOCore SocketAddresses.swift
[757/796] Compiling NIOCore SocketOptionProvider.swift
[758/796] Compiling NIOCore SystemCallHelpers.swift
[759/796] Compiling NIOCore TimeAmount+Duration.swift
[760/796] Compiling NIOCore TypeAssistedChannelHandler.swift
[761/796] Compiling NIOCore UniversalBootstrapSupport.swift
[762/796] Compiling NIOCore Utilities.swift
[763/796] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[764/796] Compiling NIOCore NIOAsyncWriter.swift
[765/796] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[766/796] Compiling NIOCore BSDSocketAPI.swift
[767/796] Compiling NIOCore ByteBuffer-aux.swift
[768/796] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[769/796] Compiling NIOCore ByteBuffer-conversions.swift
[770/796] Compiling NIOCore Channel.swift
[771/796] Compiling NIOCore ChannelHandler.swift
[772/796] Compiling NIOCore ChannelHandlers.swift
[773/796] Compiling NIOCore ChannelInvoker.swift
[774/796] Compiling NIOCore ChannelOption.swift
[775/796] Compiling NIOCore ChannelPipeline.swift
[776/796] Compiling NIOCore CircularBuffer.swift
[777/796] Compiling NIOCore ByteBuffer-core.swift
[778/796] Compiling NIOCore ByteBuffer-hex.swift
[779/796] Compiling NIOCore ByteBuffer-int.swift
[780/796] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[781/796] Compiling NIOCore ByteBuffer-multi-int.swift
[782/796] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[783/796] Compiling NIOCore ByteBuffer-views.swift
[784/796] Emitting module NIOCore
[785/852] Compiling NIOEmbedded AsyncTestingChannel.swift
[786/852] Compiling NIOEmbedded Embedded.swift
[787/852] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[788/852] Emitting module NIOEmbedded
[789/852] Compiling NIOPosix GetaddrinfoResolver.swift
[790/852] Compiling NIOPosix HappyEyeballs.swift
[791/852] Compiling NIOPosix IO.swift
[792/852] Compiling NIOPosix IntegerBitPacking.swift
[793/852] Compiling NIOPosix IntegerTypes.swift
[794/852] Compiling NIOPosix Linux.swift
[795/857] Compiling NIOPosix ServerSocket.swift
[796/857] Compiling NIOPosix Socket.swift
[797/857] Compiling NIOPosix SocketChannel.swift
[798/857] Compiling NIOPosix SocketProtocols.swift
[799/857] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[800/857] Compiling NIOPosix PosixSingletons.swift
[801/857] Compiling NIOPosix RawSocketBootstrap.swift
[802/857] Compiling NIOPosix Resolver.swift
[803/857] Compiling NIOPosix Selectable.swift
[804/857] Compiling NIOPosix SelectableChannel.swift
[805/857] Compiling NIOPosix SelectableEventLoop.swift
[806/857] Compiling NIOPosix BSDSocketAPICommon.swift
[807/857] Compiling NIOPosix BSDSocketAPIPosix.swift
[808/857] Compiling NIOPosix BSDSocketAPIWindows.swift
[809/857] Compiling NIOPosix BaseSocket.swift
[810/857] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[811/857] Compiling NIOPosix BaseSocketChannel.swift
[812/857] Emitting module NIOPosix
[813/857] Compiling NIOPosix Utilities.swift
[814/857] Compiling NIOPosix VsockAddress.swift
[815/857] Compiling NIOPosix VsockChannelEvents.swift
[816/857] Compiling NIOPosix Windows.swift
[817/857] Compiling NIOPosix resource_bundle_accessor.swift
[818/857] Compiling NIOPosix SelectorEpoll.swift
[819/857] Compiling NIOPosix SelectorGeneric.swift
[820/857] Compiling NIOPosix SelectorKqueue.swift
[821/857] Compiling NIOPosix SelectorUring.swift
[822/857] Compiling NIOPosix SelectorWSAPoll.swift
[823/857] Compiling NIOPosix System.swift
[824/857] Compiling NIOPosix Thread.swift
[825/857] Compiling NIOPosix ThreadPosix.swift
[826/857] Compiling NIOPosix ThreadWindows.swift
[827/857] Compiling NIOPosix UnsafeTransfer.swift
[828/857] Compiling NIOPosix LinuxCPUSet.swift
[829/857] Compiling NIOPosix LinuxUring.swift
[830/857] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[831/857] Compiling NIOPosix NIOPosixSendableMetatype.swift
[832/857] Compiling NIOPosix NIOThreadPool.swift
[833/857] Compiling NIOPosix NonBlockingFileIO.swift
[834/857] Compiling NIOPosix PendingDatagramWritesManager.swift
[835/857] Compiling NIOPosix PendingWritesManager.swift
[836/857] Compiling NIOPosix PipeChannel.swift
[837/857] Compiling NIOPosix PipePair.swift
[838/857] Compiling NIOPosix Pool.swift
[839/857] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[840/857] Compiling NIOPosix BaseStreamSocketChannel.swift
[841/857] Compiling NIOPosix Bootstrap.swift
[842/857] Compiling NIOPosix ControlMessage.swift
[843/857] Compiling NIOPosix DatagramVectorReadManager.swift
[844/857] Compiling NIOPosix Errors+Any.swift
[845/857] Compiling NIOPosix FileDescriptor.swift
[846/859] Emitting module APNSCore
[847/859] Emitting module NIO
[848/859] Compiling NIO Exports.swift
[857/902] Emitting module NIOTLS
[858/902] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[859/902] Compiling NIOSOCKS Errors.swift
[860/903] Compiling NIOSOCKS SOCKSResponse.swift
[861/903] Compiling NIOSOCKS AuthenticationMethod.swift
[862/903] Compiling NIOSOCKS ClientGreeting.swift
[863/903] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[864/903] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[865/903] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[866/903] Compiling NIOSOCKS ClientStateMachine.swift
[867/903] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[868/903] Compiling NIOSOCKS Messages.swift
[869/903] Compiling NIOSOCKS SOCKSRequest.swift
[870/903] Compiling NIOSOCKS Helpers.swift
[871/903] Emitting module NIOSOCKS
[872/903] Compiling NIOHTTP1 ByteCollectionUtils.swift
[873/903] Compiling NIOHTTP1 HTTPDecoder.swift
[874/903] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[875/904] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[876/904] Compiling NIOTLS TLSEvents.swift
[877/904] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[878/904] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[879/904] Compiling NIOTLS SNIHandler.swift
[880/904] Compiling APNSURLSession APNSURLSessionClientConfiguration.swift
[881/904] Compiling APNSURLSession APNSUrlSessionClient.swift
[882/904] Emitting module APNSURLSession
[883/904] Compiling NIOSOCKS ServerStateMachine.swift
[884/904] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[885/904] Emitting module NIOFoundationCompat
[886/904] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[887/904] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[888/904] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[889/904] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[892/904] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[893/904] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[894/957] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[895/957] Emitting module NIOHTTP1
[896/957] Compiling NIOTransportServices AcceptHandler.swift
[897/957] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[898/957] Compiling NIOTransportServices StateManagedListenerChannel.swift
[899/957] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[900/957] Compiling NIOTransportServices NIOTSEventLoop.swift
[901/957] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[902/975] Compiling NIOHPACK HPACKEncoder.swift
[903/976] Compiling NIOHPACK IntegerCoding.swift
[904/976] Compiling NIOHPACK IndexedHeaderTable.swift
[905/976] Compiling NIOHPACK DynamicHeaderTable.swift
[906/976] Compiling NIOHPACK HPACKDecoder.swift
[907/976] Emitting module NIOHTTPCompression
[908/976] Compiling NIOHTTPCompression HTTPDecompression.swift
[909/976] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[910/976] Compiling NIOHPACK HeaderTables.swift
[911/976] Compiling NIOHPACK HuffmanTables.swift
[912/976] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[913/976] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[914/976] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[915/976] Compiling NIOHTTPCompression HTTPCompression.swift
[916/976] Emitting module NIOSSL
[917/979] Compiling NIOHPACK HuffmanCoding.swift
[918/979] Compiling NIOHPACK StaticHeaderTable.swift
[919/979] Emitting module NIOHPACK
[920/979] Compiling NIOHPACK HPACKErrors.swift
[921/979] Compiling NIOHPACK HPACKHeader.swift
[924/979] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[925/979] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[926/1007] Compiling NIOSSL UniversalBootstrapSupport.swift
[927/1007] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[928/1007] Compiling NIOSSL resource_bundle_accessor.swift
[929/1019] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[930/1019] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[931/1019] Compiling NIOHTTP2 HTTP2Error.swift
[932/1019] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[933/1019] Compiling NIOHTTP2 HTTP2Stream.swift
[934/1019] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[935/1019] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[936/1019] Compiling NIOHTTP2 ControlFrameBuffer.swift
[937/1020] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[938/1041] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[939/1041] Compiling NIOHTTP2 ReceivingHeadersState.swift
[940/1041] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[941/1041] Compiling NIOHTTP2 Error+Any.swift
[942/1041] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[943/1041] Compiling NIOHTTP2 StateMachineResult.swift
[944/1041] Compiling NIOHTTP2 ContentLengthVerifier.swift
[945/1041] Compiling NIOHTTP2 DOSHeuristics.swift
[946/1041] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[947/1041] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[948/1041] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[949/1041] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[950/1041] Compiling NIOHTTP2 GlitchesMonitor.swift
[951/1041] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[952/1041] Compiling NIOHTTP2 LocallyQuiescingState.swift
[953/1041] Compiling NIOHTTP2 QuiescingState.swift
[954/1041] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[955/1041] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[956/1041] Compiling NIOHTTP2 HTTP2UserEvents.swift
[957/1041] Compiling NIOHTTP2 InboundEventBuffer.swift
[958/1041] Compiling NIOHTTP2 InboundWindowManager.swift
[959/1041] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[960/1041] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[961/1047] Emitting module NIOHTTP2
[962/1047] Emitting module NIOTransportServices
[970/1049] Compiling NIOHTTP2 ConnectionStateMachine.swift
[971/1049] Compiling NIOHTTP2 ConnectionStreamsState.swift
[972/1049] Compiling NIOHTTP2 MayReceiveFrames.swift
[973/1049] Compiling NIOHTTP2 ReceivingDataState.swift
[977/1049] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[978/1049] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1000/1049] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1001/1049] Compiling NIOHTTP2 StreamChannelList.swift
[1002/1049] Compiling NIOHTTP2 StreamMap.swift
[1003/1049] Compiling NIOHTTP2 StreamStateMachine.swift
[1004/1049] Compiling NIOHTTP2 UnsafeTransfer.swift
[1005/1049] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1008/1049] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1009/1049] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1010/1049] Compiling NIOHTTP2 HTTP2StreamID.swift
[1011/1049] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1012/1049] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1013/1049] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1014/1049] Compiling NIOHTTP2 MaySendFrames.swift
[1015/1049] Compiling NIOHTTP2 SendingDataState.swift
[1016/1049] Compiling NIOHTTP2 SendingGoawayState.swift
[1017/1049] Compiling NIOHTTP2 SendingHeadersState.swift
[1018/1049] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1019/1049] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1020/1049] Compiling NIOHTTP2 HTTP2Frame.swift
[1021/1049] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1022/1049] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1023/1049] Compiling NIOHTTP2 HTTP2PingData.swift
[1024/1049] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1025/1049] Compiling NIOHTTP2 HTTP2Settings.swift
[1026/1049] Compiling NIOHTTP2 SendingRstStreamState.swift
[1027/1049] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1028/1049] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1029/1049] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1030/1049] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1031/1049] Compiling NIOHTTP2 HasLocalSettings.swift
[1032/1049] Compiling NIOHTTP2 HasRemoteSettings.swift
[1047/1101] Compiling APNSTestServer APNSTestServer.swift
[1048/1101] Emitting module APNSTestServer
[1049/1115] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1050/1115] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1051/1115] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1052/1115] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1053/1115] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1054/1115] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1055/1115] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1056/1122] Compiling AsyncHTTPClient BasicAuth.swift
[1057/1122] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1058/1122] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1059/1122] Compiling AsyncHTTPClient ConnectionPool.swift
[1060/1122] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1061/1122] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1062/1122] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1063/1122] Emitting module AsyncHTTPClient
[1064/1122] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1065/1122] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1066/1122] Compiling AsyncHTTPClient ConnectionTarget.swift
[1067/1122] Compiling AsyncHTTPClient DeconstructedURL.swift
[1068/1122] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1069/1122] Compiling AsyncHTTPClient FoundationExtensions.swift
[1070/1122] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1071/1122] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1072/1122] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1073/1122] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1074/1122] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1075/1122] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1076/1122] Compiling AsyncHTTPClient Transaction.swift
[1077/1122] Compiling AsyncHTTPClient Base64.swift
[1078/1122] Compiling AsyncHTTPClient SSLContextCache.swift
[1079/1122] Compiling AsyncHTTPClient Scheme.swift
[1080/1122] Compiling AsyncHTTPClient Singleton.swift
[1081/1122] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1082/1122] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1083/1122] Compiling AsyncHTTPClient TracingSupport.swift
[1084/1122] Compiling AsyncHTTPClient Utils.swift
[1085/1122] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1086/1122] Compiling AsyncHTTPClient TLSConfiguration.swift
[1087/1122] Compiling AsyncHTTPClient RedirectState.swift
[1088/1122] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1089/1122] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1090/1122] Compiling AsyncHTTPClient RequestBag.swift
[1091/1122] Compiling AsyncHTTPClient RequestValidation.swift
[1092/1122] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1093/1122] Compiling AsyncHTTPClient RequestOptions.swift
[1094/1122] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1095/1122] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1096/1122] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1097/1122] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1098/1122] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1099/1122] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1100/1122] Compiling AsyncHTTPClient HTTP1Connection.swift
[1101/1122] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1102/1122] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1103/1122] Compiling AsyncHTTPClient HTTP2Connection.swift
[1104/1122] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1105/1122] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1106/1122] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1107/1122] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1108/1122] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1109/1122] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1110/1122] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1111/1122] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1112/1122] Compiling AsyncHTTPClient RequestBodyLength.swift
[1113/1122] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1114/1122] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1115/1122] Compiling AsyncHTTPClient HTTPClient.swift
[1116/1122] Compiling AsyncHTTPClient HTTPHandler.swift
[1117/1122] Compiling AsyncHTTPClient LRUCache.swift
[1118/1122] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1119/1122] Compiling AsyncHTTPClient NWErrorHandler.swift
[1120/1127] Compiling APNS APNSConfiguration.swift
[1121/1127] Compiling APNS APNSJSONEncoder.swift
[1122/1127] Compiling APNS APNSJSONDecoder.swift
[1123/1127] Emitting module APNS
[1124/1127] Compiling APNS APNSClient.swift
[1125/1129] Emitting module APNSExample
[1126/1129] 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()
[1126/1129] Write Objects.LinkFileList
[1127/1129] Linking APNSExample
[1128/1129] Applying APNSExample
Build complete! (84.27s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/2161] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (2.46s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.48s)
Fetched https://github.com/apple/swift-log.git from cache (2.49s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.49s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.50s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.53s)
Fetched https://github.com/apple/swift-nio.git from cache (2.56s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (5.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.93s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.46s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.29.1 (0.48s)
Fetching https://github.com/apple/swift-distributed-tracing.git
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
[1/5533] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.81s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.81s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.81s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.74s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (4.22s)
Fetching https://github.com/apple/swift-service-context.git
[1/1141] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.94s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.44s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (1.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.30.0 (0.50s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2530] Fetching swift-service-lifecycle
[128/8176] Fetching swift-service-lifecycle, swift-async-algorithms
[292/14847] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.77s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.77s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.05s)
[8668/9201] Fetching swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (1.08s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.13s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.13s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.0 (1.62s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.56s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.66s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.37s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.45s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (0.59s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.85s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (1.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (1.02s)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.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.88.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.30.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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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.29.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.5.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.38.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.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
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.36.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.2
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.5
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.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
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",
        "Widgets/APNSWidgetsNotificationTests.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",
        "Widgets/APNSClient+Widgets.swift",
        "Widgets/APNSWidgetsNotification.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.