Build Information
Successful build of apnswift, reference main (eb302f), with Swift 6.1 for macOS (SPM) on 30 Oct 2025 10:44: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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/APNSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-server-community/APNSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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
[13/458] Copying PrivacyInfo.xcprivacy
[14/458] Write sources
[16/458] Copying PrivacyInfo.xcprivacy
[16/458] Write sources
[18/458] Copying PrivacyInfo.xcprivacy
[19/458] Write sources
[33/458] Compiling CNIOWindows WSAStartup.c
[34/458] Compiling CNIOWindows shim.c
[35/458] Compiling CNIOWASI CNIOWASI.c
[36/458] Compiling CNIOLinux liburing_shims.c
[37/458] Compiling CNIOLinux shim.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 CNIOExtrasZlib empty.c
[42/458] Compiling fiat_p256_adx_mul.S
[43/458] Compiling _AtomicsShims.c
[44/458] Compiling CNIOPosix event_loop_id.c
[45/467] Compiling CNIOLLHTTP c_nio_http.c
[46/467] Compiling CNIOLLHTTP c_nio_api.c
[48/483] Emitting module ServiceContextModule
[48/586] Compiling CNIOLLHTTP c_nio_llhttp.c
[49/586] Compiling fiat_curve25519_adx_square.S
[50/586] Compiling fiat_curve25519_adx_mul.S
[51/586] Compiling CNIODarwin shim.c
[52/586] Compiling CNIOBoringSSLShims shims.c
[54/586] Compiling ServiceContextModule ServiceContextKey.swift
[55/586] Compiling ServiceContextModule ServiceContext.swift
[56/586] Compiling RealModule RealFunctions.swift
[57/587] Compiling _NIOBase64 Base64.swift
[58/587] Emitting module _NIOBase64
[59/587] Compiling _NIODataStructures PriorityQueue.swift
[60/587] Compiling RealModule RelaxedArithmetic.swift
[61/587] Compiling RealModule Float80+Real.swift
[62/587] Compiling RealModule Real.swift
[63/587] Compiling RealModule Float+Real.swift
[64/587] Compiling RealModule ElementaryFunctions.swift
[65/587] Compiling Crypto ECDSA_boring.swift
[66/587] Compiling Crypto EdDSA_boring.swift
[67/587] Compiling RealModule Double+Real.swift
[68/587] Compiling RealModule AugmentedArithmetic.swift
[69/587] Emitting module RealModule
[70/587] Compiling RealModule Float16+Real.swift
[71/593] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[72/593] Compiling Crypto MLDSA.swift
[73/593] Compiling Crypto Signature.swift
[74/593] Compiling Crypto ECDSA.swift
[75/593] Compiling Crypto Ed25519.swift
[76/593] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/594] Compiling _NIODataStructures _TinyArray.swift
[78/594] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[79/594] Compiling Instrumentation MultiplexInstrument.swift
[80/594] Compiling Instrumentation InstrumentationSystem.swift
[81/594] Compiling Crypto CryptoKitErrors_boring.swift
[82/594] Compiling Crypto HashFunctions_SHA3.swift
[83/594] Compiling Crypto MLDSA_boring.swift
[84/594] Compiling Crypto MLDSA_wrapper.swift
[85/594] Emitting module InternalCollectionsUtilities
[86/594] Compiling Crypto HPKE-Ciphersuite.swift
[87/594] Compiling Crypto HPKE-KDF.swift
[90/594] Compiling Crypto Digest_xkcp.swift
[91/594] Compiling Crypto HPKE-AEAD.swift
[92/594] Compiling Logging MetadataProvider.swift
[93/594] Compiling Instrumentation Instrument.swift
[94/594] Compiling Instrumentation NoOpInstrument.swift
[95/594] Emitting module Instrumentation
[96/594] Compiling Instrumentation Locks.swift
[97/594] Emitting module _NIODataStructures
[98/594] Compiling _NIODataStructures Heap.swift
[99/594] Compiling Logging LogHandler.swift
[100/594] Compiling Logging Locks.swift
[101/594] Emitting module Logging
[102/594] Compiling Logging Logging.swift
[102/618] Compiling tls13_server.cc
[103/618] Compiling tls_record.cc
[105/618] Compiling DequeModule _DequeSlot.swift
[106/618] Compiling DequeModule _DequeBufferHeader.swift
[106/619] Compiling tls_method.cc
[108/619] Compiling DequeModule Deque+CustomReflectable.swift
[109/619] Compiling DequeModule Deque+Descriptions.swift
[110/619] Compiling DequeModule _DequeBuffer.swift
[110/619] Compiling tls13_enc.cc
[112/619] Compiling Tracing TracingTime.swift
[113/619] Compiling DequeModule Deque+Equatable.swift
[114/619] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[115/619] Compiling DequeModule Deque+Extras.swift
[116/619] Compiling DequeModule Deque+Hashable.swift
[116/619] Compiling tls13_client.cc
[118/619] Compiling Tracing TracerProtocol.swift
[119/619] Compiling DequeModule _UnsafeWrappedBuffer.swift
[120/619] Compiling Tracing NoOpTracer.swift
[121/619] Compiling Tracing Tracer.swift
[122/619] Compiling Tracing TracerProtocol+Legacy.swift
[123/619] Compiling Tracing InstrumentationSystem+Tracing.swift
[124/619] Emitting module Tracing
[125/619] Compiling Tracing SpanProtocol.swift
[126/619] Compiling DequeModule Deque._UnsafeHandle.swift
[127/619] Compiling DequeModule Deque.swift
[128/619] Compiling DequeModule Deque+Testing.swift
[129/619] Compiling DequeModule Deque._Storage.swift
[129/619] Compiling tls13_both.cc
[131/619] Compiling DequeModule Deque+Codable.swift
[132/619] Compiling DequeModule Deque+Collection.swift
[133/619] Emitting module DequeModule
[133/619] Compiling t1_enc.cc
[134/619] Compiling ssl_transcript.cc
[135/619] Compiling ssl_versions.cc
[136/619] Compiling ssl_stat.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_cipher.cc
[145/628] Compiling ssl_credential.cc
[146/628] Compiling ssl_cert.cc
[147/628] Compiling ssl_buffer.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
[163/628] Compiling Crypto MLKEM_boring.swift
[164/628] Compiling Crypto MLKEM_wrapper.swift
[165/628] Compiling Crypto XWing_boring.swift
[166/628] Compiling Crypto KEM-Errors.swift
[167/628] Compiling Crypto KEM.swift
[168/628] Compiling Crypto MLKEM.swift
[169/628] Compiling Crypto XWing.swift
[170/628] Compiling Crypto ECDH_boring.swift
[171/628] Compiling Crypto DH.swift
[172/628] Compiling Crypto ECDH.swift
[173/628] Compiling Crypto ANSIx963.swift
[174/628] Compiling Crypto HKDF.swift
[175/628] Compiling Crypto AESWrap.swift
[176/628] Compiling Crypto AESWrap_boring.swift
[177/628] Compiling Crypto Ed25519_boring.swift
[178/628] Compiling Crypto NISTCurvesKeys_boring.swift
[179/628] Compiling Crypto X25519Keys_boring.swift
[180/628] Compiling Crypto Curve25519.swift
[181/628] Compiling Crypto Ed25519Keys.swift
[182/628] Compiling Crypto NISTCurvesKeys.swift
[183/628] Compiling Crypto X25519Keys.swift
[184/628] Compiling Crypto SymmetricKeys.swift
[185/628] Compiling Crypto HMAC.swift
[186/628] Compiling Crypto MACFunctions.swift
[187/628] Compiling Crypto MessageAuthenticationCode.swift
[188/628] Compiling Crypto AES.swift
[189/628] Compiling Crypto ECDSASignature_boring.swift
[190/628] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[191/628] Compiling Crypto RNG_boring.swift
[192/628] Compiling Crypto SafeCompare_boring.swift
[193/628] Compiling Crypto Zeroization_boring.swift
[194/628] Compiling Crypto PrettyBytes.swift
[195/628] Compiling Crypto SafeCompare.swift
[196/628] Compiling Crypto SecureBytes.swift
[197/628] Compiling Crypto Zeroization.swift
[198/628] Compiling Crypto resource_bundle_accessor.swift
[199/628] Compiling Crypto AES-GCM.swift
[200/628] Compiling Crypto AES-GCM_boring.swift
[201/628] Compiling Crypto ChaChaPoly_boring.swift
[202/628] Compiling Crypto ChaChaPoly.swift
[203/628] Compiling Crypto Cipher.swift
[204/628] Compiling Crypto Nonces.swift
[205/628] Compiling Crypto ASN1.swift
[206/628] Compiling Crypto ASN1Any.swift
[207/628] Compiling Crypto ASN1BitString.swift
[208/628] Compiling Crypto ASN1Boolean.swift
[209/628] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[210/628] Compiling Crypto HPKE-KEM.swift
[211/628] Compiling Crypto HPKE-Errors.swift
[212/628] Compiling Crypto HPKE.swift
[213/628] Compiling Crypto HPKE-Context.swift
[214/628] Compiling Crypto HPKE-KeySchedule.swift
[215/628] Compiling Crypto HPKE-Modes.swift
[216/628] Compiling Crypto Insecure.swift
[217/628] Compiling Crypto Insecure_HashFunctions.swift
[223/628] Compiling Crypto HPKE-KexKeyDerivation.swift
[224/628] Compiling Crypto HPKE-LabeledExtract.swift
[225/628] Compiling Crypto HPKE-Utils.swift
[226/628] Compiling Crypto DHKEM.swift
[227/628] Compiling Crypto HPKE-KEM-Curve25519.swift
[228/628] Compiling Crypto ASN1Identifier.swift
[229/628] Compiling Crypto ASN1Integer.swift
[230/628] Compiling Crypto ASN1Null.swift
[231/628] Compiling Crypto ASN1OctetString.swift
[232/628] Compiling Crypto ASN1Strings.swift
[233/628] Compiling Crypto ArraySliceBigint.swift
[234/628] Compiling Crypto GeneralizedTime.swift
[235/628] Compiling Crypto ObjectIdentifier.swift
[236/628] Compiling Crypto ECDSASignature.swift
[237/628] Compiling Crypto PEMDocument.swift
[238/628] Compiling Crypto PKCS8PrivateKey.swift
[239/628] Compiling Crypto SEC1PrivateKey.swift
[240/628] Compiling Crypto SubjectPublicKeyInfo.swift
[241/628] Compiling Crypto CryptoError_boring.swift
[242/628] Compiling Crypto CryptoKitErrors.swift
[243/628] Compiling Crypto Digest_boring.swift
[244/628] Compiling Crypto Digest.swift
[245/628] Compiling Crypto Digests.swift
[246/628] Compiling Crypto HashFunctions.swift
[247/628] Compiling Crypto HashFunctions_SHA2.swift
[247/628] Compiling handshake_server.cc
[248/628] Compiling handoff.cc
[249/628] Compiling handshake.cc
[250/628] Compiling handshake_client.cc
[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 encrypted_client_hello.cc
[256/628] Compiling extensions.cc
[257/628] Compiling chacha20_poly1305_x86_64-linux.S
[258/628] Compiling chacha20_poly1305_x86_64-apple.S
[259/628] Compiling chacha20_poly1305_armv8-win.S
[260/628] Compiling dtls_method.cc
[261/628] Compiling dtls_record.cc
[262/628] Compiling chacha20_poly1305_armv8-linux.S
[263/628] Compiling chacha-x86_64-apple.S
[264/628] Compiling chacha-x86_64-linux.S
[265/628] Compiling chacha-x86-linux.S
[266/628] Compiling chacha20_poly1305_armv8-apple.S
[267/628] Compiling d1_srtp.cc
[268/628] Compiling chacha-armv8-win.S
[269/628] Compiling chacha-x86-apple.S
[270/628] Compiling chacha-armv8-linux.S
[271/628] Compiling chacha-armv4-linux.S
[272/628] Compiling chacha-armv8-apple.S
[273/628] Compiling aes128gcmsiv-x86_64-linux.S
[274/628] Compiling aes128gcmsiv-x86_64-apple.S
[275/628] Compiling err_data.cc
[276/628] Compiling x86_64-mont5-linux.S
[277/628] Compiling x86_64-mont5-apple.S
[278/628] Compiling x86_64-mont-linux.S
[279/628] Compiling x86_64-mont-apple.S
[280/628] Compiling x86-mont-linux.S
[281/628] Compiling x86-mont-apple.S
[282/628] Compiling bio_ssl.cc
[283/628] Compiling vpaes-x86_64-linux.S
[284/628] Compiling vpaes-x86_64-apple.S
[285/628] Compiling vpaes-x86-linux.S
[286/628] Compiling vpaes-armv8-win.S
[287/628] Compiling vpaes-x86-apple.S
[288/628] Compiling vpaes-armv8-linux.S
[289/628] Compiling vpaes-armv7-linux.S
[290/628] Compiling vpaes-armv8-apple.S
[291/628] Compiling sha512-x86_64-linux.S
[291/628] Compiling sha512-x86_64-apple.S
[293/628] Compiling sha512-armv8-linux.S
[294/628] Compiling sha512-armv8-win.S
[295/628] Compiling sha512-armv4-linux.S
[296/628] Compiling sha512-586-linux.S
[297/628] Compiling sha512-armv8-apple.S
[298/628] Compiling d1_pkt.cc
[299/628] Compiling sha256-x86_64-linux.S
[300/628] Compiling sha512-586-apple.S
[301/628] Compiling sha256-x86_64-apple.S
[301/628] Compiling sha256-armv8-win.S
[303/628] Compiling sha256-armv8-linux.S
[304/628] Compiling d1_lib.cc
[305/628] Compiling sha256-armv4-linux.S
[306/628] Compiling sha256-armv8-apple.S
[307/628] Compiling sha256-586-linux.S
[308/628] Compiling sha1-x86_64-linux.S
[309/628] Compiling sha256-586-apple.S
[310/628] Compiling sha1-x86_64-apple.S
[311/628] Compiling sha1-armv8-win.S
[312/628] Compiling sha1-armv8-linux.S
[313/628] Compiling sha1-armv4-large-linux.S
[314/628] Compiling sha1-586-linux.S
[315/628] Compiling d1_both.cc
[316/628] Compiling sha1-armv8-apple.S
[317/628] Compiling rsaz-avx2-linux.S
[318/628] Compiling rsaz-avx2-apple.S
[318/628] Compiling sha1-586-apple.S
[320/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-armv8-asm-linux.S
[324/628] Compiling p256_beeu-x86_64-asm-apple.S
[326/628] Compiling p256_beeu-armv8-asm-apple.S
[327/628] Compiling p256-x86_64-asm-linux.S
[328/628] Compiling p256-armv8-asm-win.S
[329/628] Compiling p256-armv8-asm-linux.S
[330/628] Compiling p256-x86_64-asm-apple.S
[331/628] Compiling p256-armv8-asm-apple.S
[332/628] Compiling ghashv8-armv8-win.S
[333/628] Compiling ghashv8-armv7-linux.S
[334/628] Compiling ghashv8-armv8-linux.S
[335/628] Compiling ghashv8-armv8-apple.S
[336/628] Compiling ghash-x86_64-linux.S
[337/628] Compiling ghash-x86_64-apple.S
[338/628] Compiling ghash-x86-linux.S
[339/628] Compiling ghash-ssse3-x86_64-linux.S
[340/628] Compiling ghash-x86-apple.S
[341/628] Compiling ghash-ssse3-x86-linux.S
[342/628] Compiling ghash-ssse3-x86_64-apple.S
[343/628] Compiling ghash-neon-armv8-win.S
[344/628] Compiling ghash-ssse3-x86-apple.S
[345/628] Compiling ghash-neon-armv8-linux.S
[346/628] Compiling ghash-neon-armv8-apple.S
[347/628] Compiling ghash-armv4-linux.S
[348/628] Compiling co-586-linux.S
[349/628] Compiling bn-armv8-linux.S
[350/628] Compiling co-586-apple.S
[350/628] Compiling bn-armv8-win.S
[350/628] Compiling bsaes-armv7-linux.S
[353/628] Compiling bn-586-linux.S
[353/628] Compiling bn-armv8-apple.S
[355/628] Compiling armv8-mont-win.S
[356/628] Compiling bn-586-apple.S
[357/628] Compiling armv8-mont-linux.S
[358/628] Compiling armv8-mont-apple.S
[359/628] Compiling armv4-mont-linux.S
[360/628] Compiling aesv8-gcm-armv8-win.S
[361/628] Compiling aesv8-gcm-armv8-linux.S
[362/628] Compiling aesv8-armv8-win.S
[362/628] Compiling aesv8-armv8-linux.S
[364/628] Compiling aesv8-gcm-armv8-apple.S
[365/628] Compiling aesv8-armv7-linux.S
[366/628] Compiling aesv8-armv8-apple.S
[367/628] Compiling aesni-x86_64-linux.S
[368/628] Compiling aesni-x86_64-apple.S
[369/628] Compiling aesni-x86-linux.S
[370/628] Compiling aesni-gcm-x86_64-apple.S
[371/628] Compiling aesni-gcm-x86_64-linux.S
[372/628] Compiling aesni-x86-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_x509a.cc
[378/628] Compiling x_sig.cc
[379/628] Compiling x_val.cc
[380/628] Compiling x_x509.cc
[381/628] Compiling x_req.cc
[382/628] Compiling x_pubkey.cc
[383/628] Compiling x_exten.cc
[384/628] Compiling x_spki.cc
[385/628] Compiling x_name.cc
[386/628] Compiling x_crl.cc
[387/628] Compiling x_attrib.cc
[388/628] Compiling x_algor.cc
[389/628] Compiling x509spki.cc
[390/628] Compiling x_all.cc
[391/628] Compiling x509rset.cc
[392/628] Compiling x509cset.cc
[393/628] Compiling x509name.cc
[394/628] Compiling x509_vpm.cc
[395/628] Compiling x509_v3.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_req.cc
[401/628] Compiling x509_def.cc
[402/628] Compiling x509_d2.cc
[403/628] Compiling x509_obj.cc
[404/628] Compiling x509_lu.cc
[404/628] Compiling x509_ext.cc
[406/628] Compiling x509_cmp.cc
[407/628] Compiling x509.cc
[408/628] Compiling x509_att.cc
[409/628] Compiling v3_utl.cc
[410/628] Compiling v3_skey.cc
[411/628] Compiling v3_ocsp.cc
[412/628] Compiling v3_prn.cc
[413/628] Compiling v3_purp.cc
[414/628] Compiling v3_pcons.cc
[415/628] Compiling v3_pmaps.cc
[416/628] Compiling v3_ncons.cc
[417/628] Compiling v3_lib.cc
[418/628] Compiling v3_int.cc
[419/628] Compiling v3_info.cc
[420/628] Compiling v3_ia5.cc
[421/628] Compiling v3_genn.cc
[422/628] Compiling v3_extku.cc
[423/628] Compiling v3_enum.cc
[424/628] Compiling v3_crld.cc
[425/628] Compiling v3_cpols.cc
[426/628] Compiling v3_conf.cc
[427/628] Compiling v3_bitst.cc
[428/628] Compiling v3_bcons.cc
[429/628] Compiling v3_akeya.cc
[430/628] Compiling v3_alt.cc
[431/628] Compiling v3_akey.cc
[432/628] Compiling t_x509a.cc
[433/628] Compiling t_x509.cc
[434/628] Compiling t_req.cc
[435/628] Compiling t_crl.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 by_file.cc
[441/628] Compiling by_dir.cc
[442/628] Compiling asn1_gen.cc
[443/628] Compiling a_verify.cc
[444/628] Compiling algorithm.cc
[445/628] Compiling a_sign.cc
[446/628] Compiling a_digest.cc
[447/628] Compiling voprf.cc
[448/628] Compiling thread_win.cc
[449/628] Compiling thread_pthread.cc
[450/628] Compiling thread.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 sha512.cc
[459/628] Compiling sha256.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 rsa_asn1.cc
[466/628] Compiling rc4.cc
[467/628] Compiling windows.cc
[467/628] Compiling urandom.cc
[469/628] Compiling trusty.cc
[470/628] Compiling rand.cc
[471/628] Compiling ios.cc
[472/628] Compiling poly1305_arm_asm.S
[473/628] Compiling passive.cc
[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 pkcs8_x509.cc
[484/628] Compiling pkcs7.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_oth.cc
[491/628] Compiling pem_pk8.cc
[492/628] Compiling mlkem.cc
[493/628] Compiling obj_xref.cc
[494/628] Compiling mldsa.cc
[495/628] Compiling pem_lib.cc
[496/628] Compiling pem_info.cc
[497/628] Compiling pem_all.cc
[498/628] Compiling poly_rq_mul.S
[499/628] Compiling mem.cc
[500/628] Compiling fips_shared_support.cc
[501/628] Compiling obj.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 pbkdf.cc
[510/628] Compiling print.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_rsa.cc
[518/628] Compiling p_ec.cc
[519/628] Compiling p_hkdf.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 evp.cc
[526/628] Compiling err.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 ec_derive.cc
[533/628] Compiling hash_to_curve.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
[539/628] Compiling digest_extra.cc
[540/628] Compiling x25519-asm-arm.S
[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 cpu_arm_linux.cc
[546/628] Compiling crypto.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_sysreg.cc
[552/628] Compiling cpu_aarch64_linux.cc
[552/628] Compiling cpu_aarch64_openbsd.cc
[554/628] Compiling cpu_aarch64_fuchsia.cc
[555/628] Compiling cpu_aarch64_apple.cc
[556/628] Compiling get_cipher.cc
[557/628] Compiling tls_cbc.cc
[558/628] Compiling conf.cc
[559/628] Compiling e_tls.cc
[560/628] Compiling e_rc4.cc
[561/628] Compiling e_rc2.cc
[562/628] Compiling e_null.cc
[563/628] Compiling e_des.cc
[564/628] Compiling e_chacha20poly1305.cc
[565/628] Compiling derive_key.cc
[566/628] Compiling e_aesgcmsiv.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 cbb.cc
[572/628] Compiling ber.cc
[573/628] Compiling asn1_compat.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 socket.cc
[579/628] Compiling convert.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 base64.cc
[589/628] Compiling bio.cc
[590/628] Compiling tasn_typ.cc
[591/628] Compiling tasn_fre.cc
[592/628] Compiling tasn_utl.cc
[593/628] Compiling tasn_enc.cc
[594/628] Compiling tasn_new.cc
[595/628] Compiling posix_time.cc
[596/628] Compiling f_string.cc
[597/628] Compiling f_int.cc
[598/628] Compiling asn_pack.cc
[599/628] Compiling tasn_dec.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_octet.cc
[605/628] Compiling a_time.cc
[606/628] Compiling a_strnid.cc
[607/628] Compiling a_strex.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_i2d_fp.cc
[614/628] Compiling a_int.cc
[614/628] Write APNSExample-entitlement.plist
[614/628] Write sources
[618/628] Compiling a_dup.cc
[619/628] Compiling a_d2i_fp.cc
[620/633] Compiling a_gentm.cc
[621/644] Compiling a_bool.cc
[622/646] Compiling a_bitstr.cc
[624/712] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[625/712] Compiling APNSCore APNSAlertNotificationContent.swift
[626/712] Compiling APNSCore APNSClient+Background.swift
[627/712] Compiling APNSCore Base64.swift
[628/712] Compiling APNSCore APNSErrorResponse.swift
[629/712] Compiling APNSCore APNSMessage.swift
[630/712] Compiling APNSCore APNSClient+Complication.swift
[631/712] Compiling APNSCore APNSComplicationNotification.swift
[632/712] Compiling APNSCore APNSResponse.swift
[633/712] Compiling APNSCore APNSAlertNotification.swift
[634/713] Compiling Atomics Unmanaged extensions.swift
[635/713] Compiling APNSCore APNSLiveActivityDismissalDate.swift
[636/713] Compiling APNSCore APNSLiveActivityNotification.swift
[637/713] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[638/715] Compiling APNSCore APNSNotificationExpiration.swift
[639/715] Compiling APNSCore APNSPriority.swift
[640/715] Compiling APNSCore APNSPushType.swift
[641/715] Compiling APNSCore APNSFileProviderNotification.swift
[642/715] Compiling APNSCore APNSClient+LiveActivity.swift
[648/715] Compiling APNSCore APNSRequest.swift
[652/715] Compiling APNSCore EmptyPayload.swift
[653/715] Compiling APNSCore APNSClient+FileProvider.swift
[656/715] Compiling APNSCore APNSEnvironment.swift
[657/715] Compiling APNSCore APNSError.swift
[660/715] Compiling APNSCore APNSAuthenticationTokenManager.swift
[661/715] Compiling APNSCore APNSClient.swift
[663/715] Compiling Algorithms Unique.swift
[664/715] Compiling Algorithms Windows.swift
[667/715] Emitting module Atomics
[667/715] Compiling c-nioatomics.c
[672/715] Emitting module Algorithms
[672/715] Compiling c-atomics.c
[674/721] Compiling NIOConcurrencyHelpers NIOLock.swift
[675/721] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[676/721] Emitting module NIOConcurrencyHelpers
[677/721] Compiling NIOConcurrencyHelpers atomics.swift
[678/721] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[679/721] Compiling NIOConcurrencyHelpers lock.swift
[680/785] Compiling NIOCore NIODecodedAsyncSequence.swift
[681/785] Compiling NIOCore Channel.swift
[682/785] Compiling NIOCore ChannelHandler.swift
[683/785] Compiling NIOCore ChannelHandlers.swift
[684/789] Compiling NIOCore ByteBuffer-hex.swift
[685/789] Compiling NIOCore ByteBuffer-int.swift
[686/789] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[687/789] Compiling NIOCore ByteBuffer-multi-int.swift
[688/789] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[689/789] Compiling NIOCore ByteBuffer-views.swift
[690/789] Compiling NIOCore Linux.swift
[691/789] Compiling NIOCore MarkedCircularBuffer.swift
[692/789] Compiling NIOCore ByteBuffer-aux.swift
[693/789] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[694/789] Compiling NIOCore ByteBuffer-conversions.swift
[695/789] Compiling NIOCore ByteBuffer-core.swift
[696/789] Compiling NIOCore MulticastChannel.swift
[697/789] Compiling NIOCore NIOAny.swift
[698/789] Compiling NIOCore NIOCloseOnErrorHandler.swift
[699/789] Compiling NIOCore NIOCoreSendableMetatype.swift
[700/789] Compiling NIOCore AsyncChannelOutboundWriter.swift
[701/789] Compiling NIOCore NIOAsyncSequenceProducer.swift
[702/789] Compiling NIOCore Codec.swift
[703/789] Compiling NIOCore ConvenienceOptionSupport.swift
[704/789] Compiling NIOCore DeadChannel.swift
[705/789] Compiling NIOCore AddressedEnvelope.swift
[706/789] Compiling NIOCore AsyncAwaitSupport.swift
[707/789] Compiling NIOCore AsyncChannel.swift
[708/789] Compiling NIOCore AsyncChannelHandler.swift
[709/789] Compiling NIOCore AsyncChannelInboundStream.swift
[717/796] Compiling APNSCore APNSClient+VoIP.swift
[718/796] Compiling APNSCore APNSVoIPNotification.swift
[719/796] Compiling APNSCore APNSClient+Widgets.swift
[720/796] Compiling APNSCore APNSWidgetsNotification.swift
[721/796] Compiling NIOCore GlobalSingletons.swift
[722/796] Compiling NIOCore IO.swift
[723/796] Compiling NIOCore IOData.swift
[724/796] Compiling NIOCore IPProtocol.swift
[725/796] Compiling NIOCore IntegerBitPacking.swift
[726/796] Compiling NIOCore IntegerTypes.swift
[727/796] Compiling NIOCore Interfaces.swift
[738/796] Compiling NIOCore DispatchQueue+WithFuture.swift
[739/796] Compiling NIOCore EventLoop+Deprecated.swift
[740/796] Compiling NIOCore EventLoop+SerialExecutor.swift
[741/796] Compiling NIOCore EventLoop.swift
[742/796] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[743/796] Compiling NIOCore EventLoopFuture+Deprecated.swift
[744/796] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[745/796] Compiling NIOCore EventLoopFuture.swift
[746/796] Compiling NIOCore FileDescriptor.swift
[747/796] Compiling NIOCore FileHandle.swift
[748/796] Compiling NIOCore FileRegion.swift
[749/796] Compiling NIOCore NIOLoopBound.swift
[750/796] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[751/796] Compiling NIOCore NIOScheduledCallback.swift
[752/796] Compiling NIOCore NIOSendable.swift
[753/796] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[754/796] Compiling NIOCore RecvByteBufferAllocator.swift
[755/796] Compiling NIOCore SingleStepByteToMessageDecoder.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
[784/796] Emitting module NIOCore
[785/852] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[786/852] Compiling NIOEmbedded AsyncTestingChannel.swift
[787/852] Compiling NIOEmbedded Embedded.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 BSDSocketAPICommon.swift
[801/857] Compiling NIOPosix BSDSocketAPIPosix.swift
[802/857] Compiling NIOPosix BSDSocketAPIWindows.swift
[803/857] Compiling NIOPosix BaseSocket.swift
[804/857] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[805/857] Compiling NIOPosix BaseSocketChannel.swift
[806/857] Compiling NIOPosix SelectorEpoll.swift
[807/857] Compiling NIOPosix SelectorGeneric.swift
[808/857] Compiling NIOPosix SelectorKqueue.swift
[809/857] Compiling NIOPosix SelectorUring.swift
[810/857] Compiling NIOPosix SelectorWSAPoll.swift
[811/857] Compiling NIOPosix PosixSingletons.swift
[812/857] Compiling NIOPosix RawSocketBootstrap.swift
[813/857] Compiling NIOPosix Resolver.swift
[814/857] Compiling NIOPosix Selectable.swift
[815/857] Compiling NIOPosix SelectableChannel.swift
[816/857] Compiling NIOPosix SelectableEventLoop.swift
[817/857] Emitting module NIOPosix
[818/857] Compiling NIOPosix Utilities.swift
[819/857] Compiling NIOPosix VsockAddress.swift
[820/857] Compiling NIOPosix VsockChannelEvents.swift
[821/857] Compiling NIOPosix Windows.swift
[822/857] Compiling NIOPosix resource_bundle_accessor.swift
[823/857] Compiling NIOPosix LinuxCPUSet.swift
[824/857] Compiling NIOPosix LinuxUring.swift
[825/857] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[826/857] Compiling NIOPosix NIOPosixSendableMetatype.swift
[827/857] Compiling NIOPosix NIOThreadPool.swift
[828/857] Compiling NIOPosix NonBlockingFileIO.swift
[829/857] Compiling NIOPosix PendingDatagramWritesManager.swift
[830/857] Compiling NIOPosix PendingWritesManager.swift
[831/857] Compiling NIOPosix PipeChannel.swift
[832/857] Compiling NIOPosix PipePair.swift
[833/857] Compiling NIOPosix Pool.swift
[834/857] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[835/857] Compiling NIOPosix System.swift
[836/857] Compiling NIOPosix Thread.swift
[837/857] Compiling NIOPosix ThreadPosix.swift
[838/857] Compiling NIOPosix ThreadWindows.swift
[839/857] Compiling NIOPosix UnsafeTransfer.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 NIO
[847/859] Compiling NIO Exports.swift
[848/859] Emitting module APNSCore
[849/899] Compiling NIOHTTP1 HTTPTypes.swift
[850/899] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[851/899] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[852/899] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[857/899] Compiling NIOTLS TLSEvents.swift
[858/902] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[859/902] Compiling NIOSOCKS Errors.swift
[860/903] Compiling NIOSOCKS Helpers.swift
[861/903] Compiling NIOSOCKS AuthenticationMethod.swift
[862/903] Compiling NIOSOCKS ClientGreeting.swift
[863/903] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[864/903] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[865/903] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[866/903] Compiling NIOSOCKS SOCKSResponse.swift
[867/903] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[868/903] Compiling NIOSOCKS ClientStateMachine.swift
[869/903] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[870/903] Emitting module NIOSOCKS
[871/903] Emitting module NIOTLS
[872/903] Compiling NIOTLS SNIHandler.swift
[873/903] Compiling NIOSOCKS SOCKSClientHandler.swift
[874/903] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[875/903] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[876/903] Compiling NIOSOCKS Messages.swift
[877/903] Compiling NIOSOCKS SOCKSRequest.swift
[878/903] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[879/904] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[880/904] Compiling NIOSOCKS ServerStateMachine.swift
[881/904] Compiling APNSURLSession APNSURLSessionClientConfiguration.swift
[882/904] Emitting module APNSURLSession
[883/904] Compiling APNSURLSession APNSUrlSessionClient.swift
[884/904] Emitting module NIOFoundationCompat
[885/904] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[886/932] Compiling NIOSSL SSLCertificate.swift
[887/933] Compiling NIOSSL SSLCertificateExtensions.swift
[888/935] Compiling NIOSSL CustomPrivateKey.swift
[889/935] Compiling NIOSSL IdentityVerification.swift
[890/948] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[891/949] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[892/957] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[893/957] Compiling NIOTransportServices AcceptHandler.swift
[894/957] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[895/957] Emitting module NIOHTTP1
[896/957] Compiling NIOTransportServices NIOTSBootstraps.swift
[897/957] Compiling NIOTransportServices NIOTSChannelOptions.swift
[898/957] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[899/957] Compiling NIOTransportServices NIOTSErrors.swift
[900/957] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[901/957] Compiling NIOTransportServices NIOTSListenerChannel.swift
[902/975] Emitting module NIOSSL
[903/978] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[904/978] Compiling NIOHPACK HPACKEncoder.swift
[905/979] Compiling NIOHPACK IntegerCoding.swift
[906/979] Compiling NIOHPACK IndexedHeaderTable.swift
[907/979] Compiling NIOHPACK DynamicHeaderTable.swift
[908/979] Compiling NIOHPACK HPACKDecoder.swift
[909/979] Compiling NIOHTTPCompression HTTPDecompression.swift
[910/979] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[911/979] Compiling NIOHTTPCompression HTTPCompression.swift
[912/979] Emitting module NIOHTTPCompression
[913/979] Compiling NIOHPACK HuffmanTables.swift
[914/979] Compiling NIOHPACK StaticHeaderTable.swift
[915/979] Compiling NIOHPACK HeaderTables.swift
[916/979] Compiling NIOHPACK HuffmanCoding.swift
[917/979] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[918/979] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[919/979] Emitting module NIOHPACK
[922/979] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[923/979] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[924/979] Compiling NIOHPACK HPACKHeader.swift
[925/979] Compiling NIOHPACK HPACKErrors.swift
[926/979] Compiling NIOSSL SubjectAlternativeName.swift
[927/979] Compiling NIOSSL NIOSSLSecureBytes.swift
[928/979] Compiling NIOSSL RNG.swift
[929/979] Compiling NIOSSL SSLInit.swift
[930/979] Compiling NIOSSL SSLPKCS12Bundle.swift
[931/979] Compiling NIOSSL SSLPrivateKey.swift
[932/979] Compiling NIOSSL UniversalBootstrapSupport.swift
[933/979] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[934/979] Compiling NIOSSL resource_bundle_accessor.swift
[935/979] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[936/979] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[942/979] Compiling NIOTransportServices NIOTSSingletons.swift
[943/979] Compiling NIOTransportServices StateManagedListenerChannel.swift
[944/979] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[945/979] Compiling NIOTransportServices NIOTSEventLoop.swift
[946/979] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[947/979] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[948/979] Compiling NIOTransportServices StateManagedChannel.swift
[949/979] Compiling NIOSSL ObjectIdentifier.swift
[950/979] Compiling NIOSSL PosixPort.swift
[951/979] Compiling NIOSSL SSLCallbacks.swift
[952/1041] Compiling NIOHTTP2 SendingRstStreamState.swift
[953/1041] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[954/1041] Compiling NIOHTTP2 HTTP2SettingsState.swift
[958/1041] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[959/1041] Compiling NIOHTTP2 HasFlowControlWindows.swift
[960/1041] Compiling NIOHTTP2 HasLocalSettings.swift
[961/1041] Compiling NIOHTTP2 HasRemoteSettings.swift
[962/1047] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[963/1047] Compiling NIOHTTP2 HTTP2UserEvents.swift
[964/1047] Compiling NIOHTTP2 InboundEventBuffer.swift
[965/1047] Compiling NIOHTTP2 InboundWindowManager.swift
[966/1047] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[967/1047] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[968/1047] Compiling NIOHTTP2 LocallyQuiescingState.swift
[969/1047] Compiling NIOHTTP2 QuiescingState.swift
[970/1047] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[971/1047] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[972/1047] Compiling NIOHTTP2 StateMachineResult.swift
[973/1047] Compiling NIOHTTP2 ContentLengthVerifier.swift
[974/1047] Compiling NIOHTTP2 DOSHeuristics.swift
[975/1047] Compiling NIOHTTP2 Error+Any.swift
[976/1047] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[977/1047] Compiling NIOHTTP2 ControlFrameBuffer.swift
[978/1047] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[979/1047] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[980/1047] Compiling NIOHTTP2 GlitchesMonitor.swift
[981/1047] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[982/1047] Compiling NIOHTTP2 ConnectionStateMachine.swift
[983/1047] Compiling NIOHTTP2 ConnectionStreamsState.swift
[984/1047] Compiling NIOHTTP2 MayReceiveFrames.swift
[985/1047] Compiling NIOHTTP2 ReceivingDataState.swift
[986/1047] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[987/1047] Compiling NIOHTTP2 ReceivingHeadersState.swift
[988/1049] Emitting module NIOTransportServices
[989/1049] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[990/1049] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[991/1049] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[992/1049] Compiling NIOHTTP2 HTTP2StreamID.swift
[993/1049] Compiling NIOHTTP2 StreamChannelFlowController.swift
[994/1049] Compiling NIOHTTP2 StreamChannelList.swift
[995/1049] Compiling NIOHTTP2 StreamMap.swift
[996/1049] Compiling NIOHTTP2 StreamStateMachine.swift
[997/1049] Compiling NIOHTTP2 UnsafeTransfer.swift
[998/1049] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1002/1049] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1004/1049] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1005/1049] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1009/1049] Compiling NIOHTTP2 HTTP2Stream.swift
[1010/1049] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1011/1049] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1012/1049] Emitting module NIOHTTP2
[1026/1049] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1027/1049] Compiling NIOHTTP2 HTTP2Frame.swift
[1028/1049] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1029/1049] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1030/1049] Compiling NIOHTTP2 HTTP2PingData.swift
[1031/1049] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1032/1049] Compiling NIOHTTP2 HTTP2Settings.swift
[1036/1049] Compiling NIOHTTP2 SendingDataState.swift
[1037/1049] Compiling NIOHTTP2 SendingGoawayState.swift
[1038/1049] Compiling NIOHTTP2 SendingHeadersState.swift
[1039/1049] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1040/1049] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1041/1049] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1042/1049] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1043/1049] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1044/1049] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1045/1049] Compiling NIOHTTP2 HTTP2Error.swift
[1046/1049] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1047/1097] Emitting module APNSTestServer
[1048/1097] Compiling APNSTestServer APNSTestServer.swift
[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] Emitting module AsyncHTTPClient
[1057/1122] Compiling AsyncHTTPClient SSLContextCache.swift
[1058/1122] Compiling AsyncHTTPClient Scheme.swift
[1059/1122] Compiling AsyncHTTPClient Singleton.swift
[1060/1122] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1061/1122] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1062/1122] Compiling AsyncHTTPClient TracingSupport.swift
[1063/1122] Compiling AsyncHTTPClient Utils.swift
[1064/1122] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1065/1122] Compiling AsyncHTTPClient HTTP1Connection.swift
[1066/1122] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1067/1122] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1068/1122] Compiling AsyncHTTPClient HTTP2Connection.swift
[1069/1122] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1070/1122] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1071/1122] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1072/1122] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1073/1122] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1074/1122] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1075/1122] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1076/1122] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1077/1122] Compiling AsyncHTTPClient RequestBodyLength.swift
[1078/1122] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1079/1122] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1080/1122] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1081/1122] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1082/1122] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1083/1122] Compiling AsyncHTTPClient Transaction.swift
[1084/1122] Compiling AsyncHTTPClient Base64.swift
[1085/1122] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1086/1122] Compiling AsyncHTTPClient RequestOptions.swift
[1087/1122] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1088/1122] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1089/1122] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1090/1122] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1091/1122] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1092/1122] Compiling AsyncHTTPClient BasicAuth.swift
[1093/1122] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1094/1122] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1095/1122] Compiling AsyncHTTPClient ConnectionPool.swift
[1096/1122] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1097/1122] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1098/1122] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1099/1122] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1100/1122] Compiling AsyncHTTPClient TLSConfiguration.swift
[1101/1122] Compiling AsyncHTTPClient RedirectState.swift
[1102/1122] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1103/1122] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1104/1122] Compiling AsyncHTTPClient RequestBag.swift
[1105/1122] Compiling AsyncHTTPClient RequestValidation.swift
[1106/1122] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1107/1122] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1108/1122] Compiling AsyncHTTPClient ConnectionTarget.swift
[1109/1122] Compiling AsyncHTTPClient DeconstructedURL.swift
[1110/1122] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1111/1122] Compiling AsyncHTTPClient FoundationExtensions.swift
[1112/1122] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.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 APNSJSONDecoder.swift
[1121/1127] Compiling APNS APNSJSONEncoder.swift
[1122/1127] Compiling APNS APNSConfiguration.swift
[1123/1127] Compiling APNS APNSClient.swift
[1124/1127] Emitting module APNS
[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! (82.36s)
Fetching https://github.com/apple/swift-nio-http2.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
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/2161] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.88s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.89s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.92s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.59s)
Fetched https://github.com/apple/swift-log.git from cache (2.60s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.63s)
Fetched https://github.com/apple/swift-nio.git from cache (2.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (5.76s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.78s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.48s)
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.50s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-algorithms.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.85s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.85s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.85s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.85s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.17s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.68s)
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.88s)
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.40s)
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.82s)
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.33s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.48s)
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.51s)
Fetching https://github.com/apple/swift-certificates.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/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git from cache
[1/5646] Fetching swift-async-algorithms
[2/12317] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
[125/14847] Fetching swift-async-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.39s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.40s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.40s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.43s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.43s)
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.94s)
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.55s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
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.76s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.49s)
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.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.50s)
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.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (0.65s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.88s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (1.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.62s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (1.18s)
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-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/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-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-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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
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-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-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-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-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-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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/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-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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.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",
"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.