Build Information
Successful build of apnswift, reference main (ff38db), with Swift 6.1 for macOS (SPM) on 6 Apr 2026 17:59:25 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylebrowning/APNSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylebrowning/APNSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ff38db1 Update badge links in README.md
Cloned https://github.com/kylebrowning/APNSwift.git
Revision (git rev-parse @):
ff38db10889b5cd0306b9504a171f50bee55ae18
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kylebrowning/APNSwift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kylebrowning/APNSwift.git
https://github.com/kylebrowning/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",
"product_dependencies" : [
"Crypto",
"NIOPosix"
],
"sources" : [
"APNSAuthenticationTokenManagerTests.swift",
"APNSClientIntegrationTests.swift",
"APNSClientTests.swift",
"APNSTestServerValidationTests.swift",
"Alert/APNSAlertNotificationTests.swift",
"Background/APNSBackgroundNotificationTests.swift",
"Broadcast/APNSBroadcastChannelListTests.swift",
"Broadcast/APNSBroadcastChannelTests.swift",
"Broadcast/APNSBroadcastClientTests.swift",
"Complication/APNSComplicationNotificationTests.swift",
"FileProvider/APNSFileProviderNotificationTests.swift",
"LiveActivity/APNSLiveActivityNotificationTests.swift",
"PushToTalk/APNSPushToTalkNotificationTests.swift",
"VoIP/APNSVoIPNotificationTests.swift",
"Widgets/APNSWidgetsNotificationTests.swift"
],
"target_dependencies" : [
"APNSCore",
"APNS",
"APNSTestServer"
],
"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",
"Broadcast/APNSBroadcastChannel.swift",
"Broadcast/APNSBroadcastChannelList.swift",
"Broadcast/APNSBroadcastClientProtocol.swift",
"Broadcast/APNSBroadcastEnvironment.swift",
"Broadcast/APNSBroadcastMessageStoragePolicy.swift",
"Broadcast/APNSBroadcastRequest.swift",
"Broadcast/APNSBroadcastResponse.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" : [
"AsyncHTTPClient",
"Crypto",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOPosix",
"NIOTLS",
"NIOSSL"
],
"product_memberships" : [
"APNSExample",
"APNS"
],
"sources" : [
"APNSBroadcastClient.swift",
"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/467] Write sources
[10/467] Copying PrivacyInfo.xcprivacy
[10/467] Write sources
[11/467] Copying PrivacyInfo.xcprivacy
[12/467] Write sources
[31/467] Compiling CNIOWindows WSAStartup.c
[31/467] Write swift-version-2F0A5646E1D333AE.txt
[33/467] Compiling CNIOWindows shim.c
[33/467] Compiling CNIOWASI CNIOWASI.c
[35/467] Compiling CNIOLinux liburing_shims.c
[36/467] Compiling CNIOOpenBSD shim.c
[36/467] Compiling CNIOLinux shim.c
[38/467] Compiling _NumericsShims _NumericsShims.c
[39/476] Compiling _AtomicsShims.c
[40/476] Compiling CNIOPosix event_loop_id.c
[41/579] Compiling CNIOLLHTTP c_nio_http.c
[42/587] Compiling CNIOLLHTTP c_nio_api.c
[43/598] Compiling CNIOExtrasZlib trees.c
[44/598] Compiling CNIOExtrasZlib inftrees.c
[45/598] Compiling CNIOExtrasZlib inflate.c
[46/598] Compiling CNIOExtrasZlib inffast.c
[47/598] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/598] Compiling CNIOExtrasZlib deflate.c
[49/598] Compiling CNIOExtrasZlib crc32.c
[50/598] Compiling CNIOExtrasZlib adler32.c
[51/598] Compiling CNIOExtrasZlib zutil.c
[52/598] Compiling fiat_p256_adx_sqr.S
[53/598] Compiling fiat_p256_adx_mul.S
[55/598] Compiling ServiceContextModule ServiceContextKey.swift
[56/598] Emitting module InternalCollectionsUtilities
[57/599] Compiling Crypto GeneralizedTime.swift
[58/599] Compiling Crypto ObjectIdentifier.swift
[59/599] Compiling Crypto Cipher.swift
[60/599] Compiling Crypto Nonces.swift
[61/599] Compiling Crypto ASN1.swift
[62/599] Compiling Crypto ASN1Any.swift
[62/599] Compiling fiat_curve25519_adx_square.S
[64/599] Emitting module ServiceContextModule
[65/599] Compiling ServiceContextModule ServiceContext.swift
[66/599] Compiling RealModule RealFunctions.swift
[67/600] Compiling _NIOBase64 Base64.swift
[68/600] Emitting module _NIOBase64
[68/600] Compiling fiat_curve25519_adx_mul.S
[70/600] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/600] Compiling RealModule Real.swift
[72/600] Compiling RealModule RelaxedArithmetic.swift
[73/600] Compiling Logging LogEvent.swift
[74/600] Compiling Crypto ASN1Strings.swift
[75/600] Compiling Crypto ArraySliceBigint.swift
[75/606] Compiling CNIODarwin shim.c
[77/606] Compiling Crypto ChaChaPoly_boring.swift
[78/606] Compiling Crypto ChaChaPoly.swift
[79/606] Compiling RealModule AlgebraicField.swift
[80/606] Compiling RealModule ApproximateEquality.swift
[81/606] Compiling RealModule Float80+Real.swift
[82/606] Compiling RealModule Float+Real.swift
[83/606] Compiling RealModule ElementaryFunctions.swift
[84/606] Compiling RealModule AugmentedArithmetic.swift
[85/606] Compiling RealModule Double+Real.swift
[88/606] Compiling RealModule Float16+Real.swift
[89/606] Emitting module RealModule
[90/606] Compiling Instrumentation NoOpInstrument.swift
[91/606] Compiling Instrumentation MultiplexInstrument.swift
[92/606] Compiling Crypto ASN1Identifier.swift
[93/606] Compiling Crypto ASN1Integer.swift
[94/606] Compiling Crypto ASN1BitString.swift
[95/606] Compiling Crypto ASN1Boolean.swift
[96/606] Compiling Crypto ASN1Null.swift
[97/606] Compiling Crypto ASN1OctetString.swift
[97/606] Compiling CNIOBoringSSLShims shims.c
[99/606] Compiling _NIODataStructures PriorityQueue.swift
[100/606] Compiling _NIODataStructures _TinyArray.swift
[101/606] Compiling Logging MetadataProvider.swift
[102/606] Emitting module Logging
[103/606] Compiling Logging Locks.swift
[104/606] Emitting module _NIODataStructures
[105/606] Compiling _NIODataStructures Heap.swift
[106/640] Compiling Instrumentation Instrument.swift
[107/640] Emitting module Instrumentation
[108/640] Compiling Instrumentation InstrumentationSystem.swift
[109/640] Compiling Instrumentation Locks.swift
[110/640] Compiling ContainersPreview RandomAccessContainer.swift
[111/640] Compiling ContainersPreview RangeExpression2.swift
[112/640] Compiling ContainersPreview RangeReplaceableContainer.swift
[113/640] Compiling ContainersPreview Drain+Map.swift
[114/643] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[115/643] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[116/643] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[117/643] Compiling ContainersPreview BorrowingSequence.swift
[118/643] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[119/643] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[120/643] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[121/643] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[122/643] Emitting module ContainersPreview
[123/643] Compiling ContainersPreview Producer+Filter.swift
[124/643] Compiling ContainersPreview Producer+Map.swift
[125/643] Compiling ContainersPreview Producer+Reduce.swift
[126/643] Compiling ContainersPreview ContainerIterator.swift
[127/643] Compiling ContainersPreview DynamicContainer.swift
[128/643] Compiling ContainersPreview MutableContainer.swift
[129/643] Compiling ContainersPreview PermutableContainer.swift
[130/643] Compiling ContainersPreview Drain+Reduce.swift
[131/643] Compiling ContainersPreview Drain.swift
[132/643] Compiling ContainersPreview Producer+Collect.swift
[133/643] Compiling ContainersPreview Producer.swift
[134/643] Compiling ContainersPreview Borrow.swift
[135/643] Compiling ContainersPreview Box.swift
[136/643] Compiling ContainersPreview OutputSpan+Extras.swift
[137/643] Compiling ContainersPreview TemporaryAllocation.swift
[138/643] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[139/643] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[140/643] Compiling ContainersPreview BidirectionalContainer.swift
[141/643] Compiling ContainersPreview Container+Filter.swift
[142/643] Compiling ContainersPreview Container+SpanwiseZip.swift
[143/643] Compiling ContainersPreview Container.swift
[144/643] Compiling ContainersPreview Inout.swift
[145/643] Compiling ContainersPreview InputSpan.swift
[146/643] Compiling ContainersPreview Shared.swift
[147/643] Compiling Logging LogHandler.swift
[148/643] Compiling Logging Logging.swift
[149/692] Compiling Tracing InstrumentationSystem+Tracing.swift
[150/692] Compiling DequeModule UniqueDeque+Append.swift
[151/692] Compiling DequeModule UniqueDeque+Consumption.swift
[152/692] Compiling DequeModule UniqueDeque+Container.swift
[153/692] Compiling DequeModule UniqueDeque+Descriptions.swift
[154/692] Compiling DequeModule UniqueDeque+Equatable.swift
[155/692] Compiling DequeModule UniqueDeque+Experimental.swift
[156/692] Compiling DequeModule UniqueDeque+Hashable.swift
[157/692] Compiling DequeModule UniqueDeque+Initializers.swift
[158/692] Compiling DequeModule UniqueDeque+Insertions.swift
[159/692] Compiling DequeModule UniqueDeque+Prepend.swift
[160/692] Compiling DequeModule UniqueDeque+Removals.swift
[161/692] Compiling DequeModule UniqueDeque+Replacements.swift
[162/696] Compiling DequeModule RigidDeque+Removals.swift
[163/696] Compiling DequeModule RigidDeque+Replacements.swift
[164/696] Compiling DequeModule RigidDeque+Testing.swift
[165/696] Compiling DequeModule RigidDeque.swift
[166/696] Compiling DequeModule RigidDeque+Hashable.swift
[167/696] Compiling DequeModule RigidDeque+Initializers.swift
[168/696] Compiling DequeModule RigidDeque+Insertions.swift
[169/696] Compiling DequeModule RigidDeque+Prepend.swift
[170/696] Compiling DequeModule RigidDeque+Consumption.swift
[171/696] Compiling DequeModule RigidDeque+Container.swift
[172/696] Compiling DequeModule RigidDeque+Descriptions.swift
[173/696] Compiling DequeModule RigidDeque+Equatable.swift
[174/696] Compiling DequeModule RigidDeque+Experimental.swift
[175/696] Compiling Tracing TracingTime.swift
[176/696] Emitting module Tracing
[177/696] Compiling Tracing NoOpTracer.swift
[178/696] Compiling Tracing Tracer.swift
[179/696] Compiling Tracing TracerProtocol+Legacy.swift
[180/696] Compiling Tracing TracerProtocol.swift
[180/696] Compiling tls13_both.cc
[181/696] Compiling tls13_server.cc
[181/696] Compiling tls13_enc.cc
[181/696] Compiling tls_method.cc
[181/696] Compiling tls_record.cc
[181/696] Compiling tls13_client.cc
[186/696] Compiling t1_enc.cc
[188/696] Compiling Tracing SpanProtocol.swift
[189/696] Compiling DequeModule Deque._UnsafeHandle.swift
[190/696] Compiling DequeModule Deque.swift
[191/696] Compiling DequeModule _DequeBuffer.swift
[192/696] Compiling DequeModule _DequeBufferHeader.swift
[193/696] Compiling DequeModule RigidDeque+Append.swift
[194/696] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[195/696] Compiling DequeModule Deque+Extras.swift
[196/696] Compiling DequeModule Deque+Hashable.swift
[197/696] Compiling DequeModule Deque+Testing.swift
[198/696] Compiling DequeModule Deque._Storage.swift
[199/696] Compiling DequeModule Deque+Codable.swift
[200/696] Compiling DequeModule Deque+Collection.swift
[201/696] Compiling DequeModule Deque+CustomReflectable.swift
[202/696] Compiling DequeModule Deque+Descriptions.swift
[203/696] Compiling DequeModule Deque+Equatable.swift
[204/696] Emitting module Crypto
[204/705] Compiling ssl_stat.cc
[205/705] Compiling ssl_transcript.cc
[206/705] Compiling ssl_versions.cc
[207/705] Compiling ssl_key_share.cc
[208/705] Compiling ssl_privkey.cc
[210/705] Compiling DequeModule UniqueDeque.swift
[211/705] Compiling DequeModule _DequeSlot.swift
[212/705] Compiling DequeModule _UnsafeDequeHandle.swift
[213/705] Compiling DequeModule _UnsafeDequeSegments.swift
[214/705] Emitting module DequeModule
[214/705] Compiling ssl_x509.cc
[215/705] Compiling ssl_session.cc
[216/705] Compiling ssl_lib.cc
[217/705] Compiling ssl_file.cc
[218/705] Compiling ssl_cipher.cc
[219/705] Compiling ssl_buffer.cc
[220/705] Compiling ssl_credential.cc
[231/705] Compiling s3_pkt.cc
[233/705] Compiling Crypto ECDH.swift
[234/705] Compiling Crypto ANSIx963.swift
[235/705] Compiling Crypto HKDF.swift
[236/705] Compiling Crypto AESWrap.swift
[237/705] Compiling Crypto AESWrap_boring.swift
[238/705] Compiling Crypto Ed25519_boring.swift
[239/705] Compiling Crypto NISTCurvesKeys_boring.swift
[240/705] Compiling Crypto X25519Keys_boring.swift
[241/705] Compiling Crypto Curve25519.swift
[242/705] Compiling Crypto MLKEM_boring.swift
[243/705] Compiling Crypto MLKEM_wrapper.swift
[244/705] Compiling Crypto XWing_boring.swift
[245/705] Compiling Crypto KEM-Errors.swift
[246/705] Compiling Crypto KEM.swift
[247/705] Compiling Crypto MLKEM.swift
[248/705] Compiling Crypto XWing.swift
[249/705] Compiling Crypto ECDH_boring.swift
[250/705] Compiling Crypto DH.swift
[251/705] Compiling Crypto ECDSA_boring.swift
[252/705] Compiling Crypto EdDSA_boring.swift
[253/705] Compiling Crypto MLDSA_boring.swift
[254/705] Compiling Crypto MLDSA_wrapper.swift
[255/705] Compiling Crypto ECDSA.swift
[256/705] Compiling Crypto Ed25519.swift
[257/705] Compiling Crypto MLDSA.swift
[258/705] Compiling Crypto Signature.swift
[259/705] Compiling Crypto CryptoKitErrors_boring.swift
[260/705] Compiling Crypto Ed25519Keys.swift
[261/705] Compiling Crypto NISTCurvesKeys.swift
[262/705] Compiling Crypto X25519Keys.swift
[263/705] Compiling Crypto SymmetricKeys.swift
[264/705] Compiling Crypto HMAC.swift
[265/705] Compiling Crypto MACFunctions.swift
[266/705] Compiling Crypto MessageAuthenticationCode.swift
[267/705] Compiling Crypto AES.swift
[268/705] Compiling Crypto ECDSASignature_boring.swift
[283/705] Compiling Crypto HPKE-Context.swift
[284/705] Compiling Crypto HPKE-KeySchedule.swift
[285/705] Compiling Crypto HPKE-Modes.swift
[286/705] Compiling Crypto Insecure.swift
[287/705] Compiling Crypto Insecure_HashFunctions.swift
[288/705] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[289/705] Compiling Crypto RNG_boring.swift
[290/705] Compiling Crypto SafeCompare_boring.swift
[291/705] Compiling Crypto Zeroization_boring.swift
[292/705] Compiling Crypto PrettyBytes.swift
[293/705] Compiling Crypto SafeCompare.swift
[294/705] Compiling Crypto SecureBytes.swift
[295/705] Compiling Crypto Zeroization.swift
[296/705] Compiling Crypto resource_bundle_accessor.swift
[316/705] Compiling ssl_aead_ctx.cc
[317/705] Compiling ssl_cert.cc
[318/705] Compiling ssl_asn1.cc
[319/705] Compiling s3_lib.cc
[320/705] Compiling s3_both.cc
[321/705] Compiling handshake_server.cc
[322/705] Compiling handshake_client.cc
[323/705] Compiling handoff.cc
[323/705] Compiling handshake.cc
[325/705] Compiling dtls_method.cc
[326/705] Compiling md5-x86_64-linux.S
[327/705] Compiling dtls_record.cc
[328/705] Compiling encrypted_client_hello.cc
[329/705] Compiling md5-x86_64-apple.S
[330/705] Compiling md5-586-linux.S
[331/705] Compiling md5-586-apple.S
[332/705] Compiling d1_srtp.cc
[333/705] Compiling chacha20_poly1305_x86_64-linux.S
[334/705] Compiling chacha20_poly1305_x86_64-apple.S
[335/705] Compiling chacha20_poly1305_armv8-win.S
[336/705] Compiling chacha20_poly1305_armv8-linux.S
[337/705] Compiling extensions.cc
[338/705] Compiling chacha-x86_64-apple.S
[339/705] Compiling chacha-x86_64-linux.S
[340/705] Compiling chacha20_poly1305_armv8-apple.S
[341/705] Compiling chacha-x86-linux.S
[342/705] Compiling chacha-x86-apple.S
[343/705] Compiling chacha-armv8-win.S
[344/705] Compiling chacha-armv8-linux.S
[345/705] Compiling chacha-armv4-linux.S
[346/705] Compiling aes128gcmsiv-x86_64-linux.S
[347/705] Compiling chacha-armv8-apple.S
[348/705] Compiling aes128gcmsiv-x86_64-apple.S
[349/705] Compiling x86_64-mont5-linux.S
[350/705] Compiling x86_64-mont-linux.S
[351/705] Compiling x86_64-mont5-apple.S
[352/705] Compiling x86_64-mont-apple.S
[353/705] Compiling x86-mont-linux.S
[354/705] Compiling x86-mont-apple.S
[355/705] Compiling err_data.cc
[356/705] Compiling vpaes-x86_64-linux.S
[357/705] Compiling vpaes-x86_64-apple.S
[358/705] Compiling vpaes-x86-linux.S
[359/705] Compiling vpaes-x86-apple.S
[360/705] Compiling vpaes-armv8-win.S
[361/705] Compiling vpaes-armv8-linux.S
[362/705] Compiling vpaes-armv7-linux.S
[363/705] Compiling vpaes-armv8-apple.S
[364/705] Compiling sha512-x86_64-linux.S
[365/705] Compiling sha512-armv8-win.S
[365/705] Compiling sha512-x86_64-apple.S
[367/705] Compiling sha512-armv8-linux.S
[368/705] Compiling sha512-armv4-linux.S
[369/705] Compiling sha512-586-linux.S
[370/705] Compiling sha512-armv8-apple.S
[371/705] Compiling sha256-x86_64-linux.S
[372/705] Compiling sha512-586-apple.S
[373/705] Compiling d1_pkt.cc
[374/705] Compiling sha256-x86_64-apple.S
[375/705] Compiling sha256-armv8-win.S
[376/705] Compiling sha256-armv8-linux.S
[377/705] Compiling sha256-armv8-apple.S
[378/705] Compiling bio_ssl.cc
[379/705] Compiling sha256-armv4-linux.S
[380/705] Compiling sha256-586-linux.S
[381/705] Compiling sha256-586-apple.S
[382/705] Compiling sha1-x86_64-linux.S
[383/705] Compiling sha1-x86_64-apple.S
[384/705] Compiling sha1-armv8-win.S
[385/705] Compiling sha1-armv8-linux.S
[386/705] Compiling sha1-armv4-large-linux.S
[387/705] Compiling sha1-586-linux.S
[387/705] Compiling sha1-586-apple.S
[389/705] Compiling rsaz-avx2-linux.S
[390/705] Compiling sha1-armv8-apple.S
[391/705] Compiling d1_lib.cc
[391/705] Compiling rsaz-avx2-apple.S
[393/705] Compiling rdrand-x86_64-linux.S
[394/705] Compiling rdrand-x86_64-apple.S
[395/705] Compiling p256_beeu-x86_64-asm-linux.S
[396/705] Compiling p256_beeu-armv8-asm-win.S
[397/705] Compiling p256_beeu-armv8-asm-linux.S
[398/705] Compiling p256_beeu-armv8-asm-apple.S
[398/705] Compiling p256_beeu-x86_64-asm-apple.S
[400/705] Compiling p256-x86_64-asm-linux.S
[401/705] Compiling p256-x86_64-asm-apple.S
[401/705] Compiling p256-armv8-asm-win.S
[403/705] Compiling d1_both.cc
[404/705] Compiling p256-armv8-asm-linux.S
[405/705] Compiling ghashv8-armv8-win.S
[406/705] Compiling ghashv8-armv7-linux.S
[407/705] Compiling p256-armv8-asm-apple.S
[408/705] Compiling ghashv8-armv8-apple.S
[409/705] Compiling ghashv8-armv8-linux.S
[410/705] Compiling ghash-x86-linux.S
[411/705] Compiling ghash-x86_64-linux.S
[412/705] Compiling ghash-x86_64-apple.S
[413/705] Compiling ghash-x86-apple.S
[414/705] Compiling ghash-ssse3-x86_64-linux.S
[415/705] Compiling ghash-ssse3-x86-linux.S
[416/705] Compiling ghash-ssse3-x86-apple.S
[417/705] Compiling ghash-ssse3-x86_64-apple.S
[418/705] Compiling ghash-neon-armv8-win.S
[419/705] Compiling ghash-neon-armv8-linux.S
[420/705] Compiling ghash-armv4-linux.S
[421/705] Compiling ghash-neon-armv8-apple.S
[422/705] Compiling co-586-linux.S
[423/705] Compiling co-586-apple.S
[424/705] Compiling bsaes-armv7-linux.S
[425/705] Compiling bn-armv8-win.S
[426/705] Compiling bn-armv8-apple.S
[427/705] Compiling bn-armv8-linux.S
[428/705] Compiling bn-586-apple.S
[429/705] Compiling bn-586-linux.S
[430/705] Compiling armv8-mont-linux.S
[431/705] Compiling armv8-mont-win.S
[432/705] Compiling armv4-mont-linux.S
[433/705] Compiling aesv8-gcm-armv8-win.S
[434/705] Compiling armv8-mont-apple.S
[435/705] Compiling aesv8-gcm-armv8-apple.S
[436/705] Compiling aesv8-gcm-armv8-linux.S
[437/705] Compiling aesv8-armv8-linux.S
[438/705] Compiling aesv8-armv8-win.S
[439/705] Compiling aesv8-armv8-apple.S
[440/705] Compiling aesv8-armv7-linux.S
[441/705] Compiling aesni-x86_64-linux.S
[442/705] Compiling aesni-x86_64-apple.S
[443/705] Compiling aesni-x86-linux.S
[444/705] Compiling aesni-x86-apple.S
[445/705] Compiling aesni-gcm-x86_64-linux.S
[446/705] Compiling aes-gcm-avx2-x86_64-linux.S
[447/705] Compiling aesni-gcm-x86_64-apple.S
[448/705] Compiling aes-gcm-avx2-x86_64-apple.S
[449/705] Compiling aes-gcm-avx10-x86_64-linux.S
[450/705] Compiling aes-gcm-avx10-x86_64-apple.S
[451/705] Compiling x_val.cc
[452/705] Compiling x_x509a.cc
[453/705] Compiling x_x509.cc
[454/705] Compiling x_spki.cc
[455/705] Compiling x_pubkey.cc
[456/705] Compiling x_req.cc
[457/705] Compiling x_sig.cc
[458/705] Compiling x_name.cc
[459/705] Compiling x_crl.cc
[460/705] Compiling x_exten.cc
[461/705] Compiling x_algor.cc
[462/705] Compiling x509spki.cc
[463/705] Compiling x_all.cc
[464/705] Compiling x_attrib.cc
[465/705] Compiling x509cset.cc
[466/705] Compiling x509rset.cc
[466/705] Compiling x509name.cc
[468/705] Compiling x509_v3.cc
[468/705] Compiling x509_vpm.cc
[470/705] Compiling x509_vfy.cc
[471/705] Compiling x509_txt.cc
[472/705] Compiling x509_set.cc
[473/705] Compiling x509_ext.cc
[474/705] Compiling x509_d2.cc
[475/705] Compiling x509_obj.cc
[476/705] Compiling x509_trs.cc
[477/705] Compiling x509_def.cc
[478/705] Compiling x509_lu.cc
[479/705] Compiling x509_req.cc
[480/705] Compiling x509_cmp.cc
[481/705] Compiling x509_att.cc
[482/705] Compiling x509.cc
[483/705] Compiling v3_prn.cc
[484/705] Compiling v3_purp.cc
[485/705] Compiling v3_ocsp.cc
[486/705] Compiling v3_skey.cc
[487/705] Compiling v3_pcons.cc
[488/705] Compiling v3_pmaps.cc
[489/705] Compiling v3_utl.cc
[490/705] Compiling v3_ncons.cc
[491/705] Compiling v3_lib.cc
[492/705] Compiling v3_int.cc
[493/705] Compiling v3_info.cc
[494/705] Compiling v3_genn.cc
[495/705] Compiling v3_ia5.cc
[496/705] Compiling v3_extku.cc
[497/705] Compiling v3_enum.cc
[498/705] Compiling v3_crld.cc
[499/705] Compiling v3_conf.cc
[500/705] Compiling v3_cpols.cc
[501/705] Compiling v3_bitst.cc
[502/705] Compiling v3_bcons.cc
[503/705] Compiling v3_alt.cc
[504/705] Compiling v3_akeya.cc
[505/705] Compiling v3_akey.cc
[506/705] Compiling t_x509a.cc
[507/705] Compiling t_x509.cc
[508/705] Compiling t_crl.cc
[509/705] Compiling rsa_pss.cc
[510/705] Compiling t_req.cc
[511/705] Compiling i2d_pr.cc
[512/705] Compiling policy.cc
[513/705] Compiling name_print.cc
[514/705] Compiling by_file.cc
[515/705] Compiling algorithm.cc
[516/705] Compiling asn1_gen.cc
[516/705] Compiling a_digest.cc
[518/705] Compiling a_verify.cc
[519/705] Compiling by_dir.cc
[520/705] Compiling a_sign.cc
[521/705] Compiling voprf.cc
[522/705] Compiling thread_win.cc
[523/705] Compiling trust_token.cc
[523/705] Compiling thread_pthread.cc
[525/705] Compiling thread_none.cc
[526/705] Compiling thread.cc
[527/705] Compiling stack.cc
[528/705] Compiling pmbtoken.cc
[529/705] Compiling slhdsa.cc
[530/705] Compiling spake2plus.cc
[531/705] Compiling siphash.cc
[532/705] Compiling sha256.cc
[533/705] Compiling sha1.cc
[534/705] Compiling sha512.cc
[535/705] Compiling rsa_print.cc
[536/705] Compiling rsa_extra.cc
[537/705] Compiling rsa_crypt.cc
[538/705] Compiling refcount.cc
[539/705] Compiling rc4.cc
[540/705] Compiling rsa_asn1.cc
[541/705] Compiling windows.cc
[542/705] Compiling urandom.cc
[543/705] Compiling rand.cc
[544/705] Compiling trusty.cc
[545/705] Compiling passive.cc
[546/705] Compiling ios.cc
[547/705] Compiling poly1305_arm_asm.S
[548/705] Compiling getentropy.cc
[549/705] Compiling forkunsafe.cc
[550/705] Compiling deterministic.cc
[551/705] Compiling fork_detect.cc
[552/705] Compiling poly1305_vec.cc
[553/705] Compiling poly1305_arm.cc
[554/705] Compiling poly1305.cc
[555/705] Compiling pool.cc
[556/705] Compiling p5_pbev2.cc
[557/705] Compiling pkcs8.cc
[558/705] Compiling pkcs7.cc
[559/705] Compiling pkcs8_x509.cc
[560/705] Compiling pem_xaux.cc
[561/705] Compiling pkcs7_x509.cc
[562/705] Compiling pem_x509.cc
[563/705] Compiling pem_pkey.cc
[564/705] Compiling pem_pk8.cc
[565/705] Compiling pem_oth.cc
[566/705] Compiling obj_xref.cc
[567/705] Compiling mlkem.cc
[568/705] Compiling pem_info.cc
[569/705] Compiling pem_lib.cc
[570/705] Compiling pem_all.cc
[571/705] Compiling mldsa.cc
[572/705] Compiling poly_rq_mul.S
[573/705] Compiling fips_shared_support.cc
[574/705] Compiling mem.cc
[575/705] Compiling obj.cc
[576/705] Compiling md5.cc
[577/705] Compiling md4.cc
[578/705] Compiling lhash.cc
[579/705] Compiling kyber.cc
[580/705] Compiling ex_data.cc
[581/705] Compiling sign.cc
[582/705] Compiling scrypt.cc
[583/705] Compiling hpke.cc
[583/705] Compiling hrss.cc
[585/705] Compiling print.cc
[586/705] Compiling pbkdf.cc
[587/705] Compiling p_x25519.cc
[588/705] Compiling p_x25519_asn1.cc
[589/705] Compiling p_rsa_asn1.cc
[590/705] Compiling p_ed25519.cc
[591/705] Compiling p_hkdf.cc
[592/705] Compiling p_rsa.cc
[593/705] Compiling p_ec.cc
[594/705] Compiling p_ed25519_asn1.cc
[595/705] Compiling p_ec_asn1.cc
[596/705] Compiling p_dh_asn1.cc
[597/705] Compiling p_dsa_asn1.cc
[598/705] Compiling p_dh.cc
[599/705] Compiling evp_ctx.cc
[600/705] Compiling evp.cc
[600/705] Compiling err.cc
[602/705] Compiling engine.cc
[603/705] Compiling evp_asn1.cc
[604/705] Compiling ecdh.cc
[605/705] Compiling ecdsa_asn1.cc
[606/705] Compiling ec_derive.cc
[607/705] Compiling hash_to_curve.cc
[608/705] Compiling dsa.cc
[609/705] Compiling bcm.cc
[610/705] Compiling ec_asn1.cc
[611/705] Compiling x25519-asm-arm.S
[612/705] Compiling params.cc
[613/705] Compiling digest_extra.cc
[614/705] Compiling dsa_asn1.cc
[615/705] Compiling des.cc
[616/705] Compiling dh_asn1.cc
[617/705] Compiling curve25519_64_adx.cc
[618/705] Compiling crypto.cc
[619/705] Compiling cpu_intel.cc
[620/705] Compiling spake25519.cc
[621/705] Compiling cpu_arm_linux.cc
[622/705] Compiling cpu_arm_freebsd.cc
[623/705] Compiling curve25519.cc
[624/705] Compiling cpu_aarch64_win.cc
[625/705] Compiling cpu_aarch64_sysreg.cc
[626/705] Compiling cpu_aarch64_openbsd.cc
[627/705] Compiling cpu_aarch64_linux.cc
[628/705] Compiling cpu_aarch64_fuchsia.cc
[629/705] Compiling cpu_aarch64_apple.cc
[630/705] Compiling tls_cbc.cc
[631/705] Compiling conf.cc
[632/705] Compiling get_cipher.cc
[633/705] Compiling e_tls.cc
[634/705] Compiling e_rc4.cc
[635/705] Compiling e_rc2.cc
[636/705] Compiling e_null.cc
[637/705] Compiling e_des.cc
[638/705] Compiling e_chacha20poly1305.cc
[639/705] Compiling e_aesgcmsiv.cc
[640/705] Compiling derive_key.cc
[641/705] Compiling e_aesctrhmac.cc
[642/705] Compiling chacha.cc
[643/705] Compiling unicode.cc
[644/705] Compiling cbs.cc
[645/705] Compiling cbb.cc
[646/705] Compiling ber.cc
[647/705] Compiling buf.cc
[648/705] Compiling asn1_compat.cc
[649/705] Compiling blake2.cc
[650/705] Compiling socket_helper.cc
[651/705] Compiling convert.cc
[652/705] Compiling bn_asn1.cc
[653/705] Compiling socket.cc
[654/705] Compiling printf.cc
[655/705] Compiling pair.cc
[656/705] Compiling hexdump.cc
[657/705] Compiling file.cc
[658/705] Compiling fd.cc
[659/705] Compiling errno.cc
[660/705] Compiling connect.cc
[661/705] Compiling bio_mem.cc
[662/705] Compiling bio.cc
[663/705] Compiling base64.cc
[664/705] Compiling tasn_typ.cc
[665/705] Compiling tasn_fre.cc
[666/705] Compiling tasn_utl.cc
[667/705] Compiling tasn_enc.cc
[668/705] Compiling tasn_new.cc
[669/705] Compiling posix_time.cc
[670/705] Compiling f_string.cc
[671/705] Compiling f_int.cc
[672/705] Compiling asn_pack.cc
[673/705] Compiling tasn_dec.cc
[674/705] Compiling asn1_par.cc
[675/705] Compiling asn1_lib.cc
[676/705] Compiling a_utctm.cc
[677/705] Compiling a_octet.cc
[678/705] Compiling a_time.cc
[679/705] Compiling a_type.cc
[680/705] Compiling a_strnid.cc
[681/705] Compiling a_strex.cc
[682/705] Compiling a_object.cc
[683/705] Compiling a_mbstr.cc
[684/705] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[685/705] Write sources
[687/705] Compiling a_int.cc
[688/705] Compiling a_dup.cc
[689/705] Write sources
[692/705] Write APNSExample-entitlement.plist
[692/705] Write sources
[695/705] Compiling a_i2d_fp.cc
[696/705] Compiling a_d2i_fp.cc
[697/720] Compiling a_bitstr.cc
[698/724] Compiling a_gentm.cc
[699/750] Compiling a_bool.cc
[701/796] Compiling APNSCore EmptyPayload.swift
[702/796] Compiling APNSCore APNSResponse.swift
[703/796] Compiling APNSCore APNSClient+Complication.swift
[704/796] Compiling APNSCore APNSComplicationNotification.swift
[705/796] Compiling APNSCore APNSAlertNotification.swift
[706/796] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[707/797] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[708/797] Compiling APNSCore APNSClient+Location.swift
[709/797] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[710/797] Compiling APNSCore APNSStartLiveActivityNotification.swift
[711/797] Compiling APNSCore APNSBroadcastRequest.swift
[712/797] Compiling APNSCore APNSBroadcastResponse.swift
[713/797] Compiling Atomics Unmanaged extensions.swift
[714/797] Compiling APNSCore APNSAuthenticationTokenManager.swift
[715/797] Compiling APNSCore APNSClient.swift
[716/797] Compiling APNSCore APNSEnvironment.swift
[720/799] Compiling APNSCore APNSMessage.swift
[721/799] Compiling APNSCore APNSNotificationExpiration.swift
[722/799] Compiling APNSCore APNSPriority.swift
[723/799] Compiling APNSCore APNSPushType.swift
[724/799] Compiling APNSCore APNSRequest.swift
[728/799] Compiling APNSCore APNSAlertNotificationContent.swift
[729/799] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[738/799] Compiling APNSCore APNSErrorResponse.swift
[739/799] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[741/799] Compiling APNSCore APNSError.swift
[742/799] Compiling Algorithms Unique.swift
[743/799] Compiling Algorithms Windows.swift
[747/799] Emitting module Atomics
[747/799] Compiling c-nioatomics.c
[749/799] Emitting module Algorithms
[749/799] Compiling c-atomics.c
[751/806] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[752/806] Compiling NIOConcurrencyHelpers NIOLock.swift
[753/806] Emitting module NIOConcurrencyHelpers
[754/806] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[755/806] Compiling NIOConcurrencyHelpers lock.swift
[756/806] Compiling NIOConcurrencyHelpers atomics.swift
[757/806] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[758/871] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[759/871] Compiling NIOCore RecvByteBufferAllocator.swift
[760/871] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[761/871] Compiling NIOCore ConvenienceOptionSupport.swift
[762/871] Compiling NIOCore DeadChannel.swift
[763/875] Compiling NIOCore ByteBuffer-views.swift
[764/875] Compiling NIOCore Channel.swift
[765/875] Compiling NIOCore IO.swift
[766/875] Compiling NIOCore IOData.swift
[767/875] Compiling NIOCore IPProtocol.swift
[768/875] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[769/875] Compiling NIOCore EventLoopFuture.swift
[770/875] Compiling NIOCore FileDescriptor.swift
[771/875] Compiling NIOCore FileHandle.swift
[772/875] Compiling NIOCore FileRegion.swift
[773/875] Compiling NIOCore IntegerBitPacking.swift
[774/875] Compiling NIOCore IntegerTypes.swift
[775/875] Compiling NIOCore Interfaces.swift
[776/875] Compiling NIOCore Linux.swift
[777/875] Compiling NIOCore EventLoopFuture+Deprecated.swift
[778/875] Compiling NIOCore AsyncChannelOutboundWriter.swift
[779/875] Compiling NIOCore NIOAsyncSequenceProducer.swift
[780/875] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[781/875] Compiling NIOCore ChannelHandler.swift
[782/875] Compiling NIOCore ChannelHandlers.swift
[783/875] Compiling NIOCore AddressedEnvelope.swift
[784/875] Compiling NIOCore AsyncAwaitSupport.swift
[785/875] Compiling NIOCore AsyncChannel.swift
[786/875] Compiling NIOCore AsyncChannelHandler.swift
[787/875] Compiling NIOCore AsyncChannelInboundStream.swift
[788/875] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[789/875] Compiling NIOCore NIOScheduledCallback.swift
[790/875] Compiling NIOCore NIOSendable.swift
[791/875] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[795/882] Compiling APNSCore APNSClient+VoIP.swift
[796/882] Compiling APNSCore APNSVoIPNotification.swift
[797/882] Compiling APNSCore APNSClient+Widgets.swift
[798/882] Compiling APNSCore APNSWidgetsNotification.swift
[805/882] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[827/882] Compiling NIOCore GlobalSingletons.swift
[828/882] Compiling NIOCore SocketAddresses.swift
[829/882] Compiling NIOCore SocketOptionProvider.swift
[830/882] Compiling NIOCore SystemCallHelpers.swift
[831/882] Compiling NIOCore TimeAmount+Duration.swift
[832/882] Compiling NIOCore TypeAssistedChannelHandler.swift
[833/882] Compiling NIOCore UniversalBootstrapSupport.swift
[834/882] Compiling NIOCore Utilities.swift
[837/882] Compiling NIOCore ChannelInvoker.swift
[838/882] Compiling NIOCore ChannelOption.swift
[839/882] Compiling NIOCore ChannelPipeline.swift
[840/882] Compiling NIOCore CircularBuffer.swift
[841/882] Compiling NIOCore Codec.swift
[842/882] Compiling NIOCore MarkedCircularBuffer.swift
[843/882] Compiling NIOCore MulticastChannel.swift
[844/882] Compiling NIOCore NIOAny.swift
[845/882] Compiling NIOCore NIOCloseOnErrorHandler.swift
[846/882] Compiling NIOCore NIOCoreSendableMetatype.swift
[847/882] Compiling NIOCore NIODecodedAsyncSequence.swift
[848/882] Compiling NIOCore NIOLoopBound.swift
[849/882] Compiling NIOCore NIOAsyncWriter.swift
[850/882] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[851/882] Compiling NIOCore BSDSocketAPI.swift
[852/882] Compiling NIOCore ByteBuffer-aux.swift
[853/882] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[854/882] Compiling NIOCore ByteBuffer-conversions.swift
[855/882] Compiling NIOCore ByteBuffer-core.swift
[856/882] Compiling NIOCore ByteBuffer-hex.swift
[857/882] Compiling NIOCore ByteBuffer-int.swift
[858/882] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[859/882] Compiling NIOCore ByteBuffer-multi-int.swift
[860/882] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[863/882] Emitting module NIOCore
[864/938] Compiling NIOEmbedded AsyncTestingChannel.swift
[865/938] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[866/938] Compiling NIOEmbedded Embedded.swift
[867/938] Emitting module NIOEmbedded
[868/938] Compiling NIOPosix FileDescriptor.swift
[869/938] Compiling NIOPosix GetaddrinfoResolver.swift
[870/938] Compiling NIOPosix HappyEyeballs.swift
[871/938] Compiling NIOPosix IO.swift
[872/938] Compiling NIOPosix IntegerBitPacking.swift
[873/938] Compiling NIOPosix IntegerTypes.swift
[874/943] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[875/943] Compiling NIOPosix PosixSingletons.swift
[876/943] Compiling NIOPosix RawSocketBootstrap.swift
[877/943] Compiling NIOPosix Resolver.swift
[878/943] Compiling NIOPosix Selectable.swift
[879/943] Compiling NIOPosix SelectableChannel.swift
[880/943] Compiling NIOPosix BSDSocketAPICommon.swift
[881/943] Compiling NIOPosix BSDSocketAPIPosix.swift
[882/943] Compiling NIOPosix BSDSocketAPIWindows.swift
[883/943] Compiling NIOPosix BaseSocket.swift
[884/943] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[885/943] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[886/943] Emitting module NIOPosix
[887/943] Compiling NIOPosix Utilities.swift
[888/943] Compiling NIOPosix VsockAddress.swift
[889/943] Compiling NIOPosix VsockChannelEvents.swift
[890/943] Compiling NIOPosix Windows.swift
[891/943] Compiling NIOPosix resource_bundle_accessor.swift
[892/943] Compiling NIOPosix SelectableEventLoop.swift
[893/943] Compiling NIOPosix SelectorEpoll.swift
[894/943] Compiling NIOPosix SelectorGeneric.swift
[895/943] Compiling NIOPosix SelectorKqueue.swift
[896/943] Compiling NIOPosix SelectorUring.swift
[897/943] Compiling NIOPosix NonBlockingFileIO.swift
[898/943] Compiling NIOPosix PendingDatagramWritesManager.swift
[899/943] Compiling NIOPosix PendingWritesManager.swift
[900/943] Compiling NIOPosix PipeChannel.swift
[901/943] Compiling NIOPosix PipePair.swift
[902/943] Compiling NIOPosix Pool.swift
[903/943] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[904/943] Compiling NIOPosix System.swift
[905/943] Compiling NIOPosix Thread.swift
[906/943] Compiling NIOPosix ThreadPosix.swift
[907/943] Compiling NIOPosix ThreadWindows.swift
[908/943] Compiling NIOPosix SelectorWSAPoll.swift
[909/943] Compiling NIOPosix ServerSocket.swift
[910/943] Compiling NIOPosix Socket.swift
[911/943] Compiling NIOPosix SocketChannel.swift
[912/943] Compiling NIOPosix SocketProtocols.swift
[913/943] Compiling NIOPosix BaseSocketChannel.swift
[914/943] Compiling NIOPosix BaseStreamSocketChannel.swift
[915/943] Compiling NIOPosix Bootstrap.swift
[916/943] Compiling NIOPosix ControlMessage.swift
[917/943] Compiling NIOPosix DatagramVectorReadManager.swift
[918/943] Compiling NIOPosix Errors+Any.swift
[919/943] Compiling NIOPosix Linux.swift
[920/943] Compiling NIOPosix LinuxCPUSet.swift
[921/943] Compiling NIOPosix LinuxUring.swift
[922/943] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[923/943] Compiling NIOPosix NIOPosixSendableMetatype.swift
[924/943] Compiling NIOPosix NIOThreadPool.swift
[925/943] Emitting module APNSCore
[941/945] Compiling NIO Exports.swift
[942/945] Emitting module NIO
[943/988] Compiling NIOTLS TLSEvents.swift
[944/988] Compiling APNSURLSession APNSURLSessionClientConfiguration.swift
[945/988] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[946/988] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[947/988] Compiling NIOSOCKS Helpers.swift
[948/989] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[949/989] Compiling NIOSOCKS Errors.swift
[950/989] Emitting module APNSURLSession
[951/989] Compiling APNSURLSession APNSUrlSessionClient.swift
[952/989] Compiling NIOSOCKS SOCKSResponse.swift
[953/989] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[954/989] Compiling NIOSOCKS ClientStateMachine.swift
[955/989] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[956/989] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[957/989] Emitting module NIOSOCKS
[958/989] Compiling NIOSOCKS SOCKSClientHandler.swift
[959/989] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[960/989] Compiling NIOSOCKS SOCKSRequest.swift
[961/989] Compiling NIOSOCKS Messages.swift
[962/989] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[963/989] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[964/989] Compiling NIOTLS SNIHandler.swift
[965/989] Emitting module NIOTLS
[966/989] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[967/989] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[968/989] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[969/990] Compiling NIOSOCKS ServerStateMachine.swift
[970/990] Emitting module NIOFoundationCompat
[971/990] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[972/1015] Compiling NIOSSL AndroidCABundle.swift
[973/1015] Compiling NIOSSL ByteBufferBIO.swift
[974/1015] Compiling NIOSSL SSLCertificate.swift
[975/1015] Compiling NIOSSL SSLCertificateExtensions.swift
[976/1021] Compiling NIOSSL PosixPort.swift
[977/1021] Compiling NIOSSL SSLCallbacks.swift
[978/1021] Compiling NIOSSL CustomPrivateKey.swift
[979/1021] Compiling NIOSSL IdentityVerification.swift
[980/1043] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[981/1043] Compiling NIOTransportServices NIOTSChannelOptions.swift
[982/1043] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[983/1043] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[984/1043] Compiling NIOTransportServices StateManagedChannel.swift
[985/1043] Emitting module NIOHTTP1
[986/1043] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[987/1043] Compiling NIOTransportServices NIOTSListenerChannel.swift
[988/1061] Emitting module NIOTransportServices
[989/1063] Compiling NIOHPACK DynamicHeaderTable.swift
[990/1063] Compiling NIOHPACK HPACKDecoder.swift
[991/1063] Compiling NIOTransportServices AcceptHandler.swift
[992/1063] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[993/1063] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[994/1063] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[995/1063] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[996/1063] Emitting module NIOSSL
[997/1066] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[998/1066] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[999/1066] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1000/1066] Compiling NIOTransportServices NIOTSEventLoop.swift
[1001/1066] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1002/1066] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1003/1066] Compiling NIOTransportServices NIOTSSingletons.swift
[1004/1066] Compiling NIOTransportServices NIOTSBootstraps.swift
[1007/1066] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1008/1066] Compiling NIOTransportServices NIOTSErrors.swift
[1011/1066] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1012/1066] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1013/1066] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1014/1066] Compiling NIOHTTPCompression HTTPCompression.swift
[1015/1066] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1016/1066] Compiling NIOHTTPCompression HTTPDecompression.swift
[1017/1066] Emitting module NIOHTTPCompression
[1018/1066] Compiling NIOHPACK IntegerCoding.swift
[1021/1066] Compiling NIOHPACK IndexedHeaderTable.swift
[1022/1066] Compiling NIOHPACK HeaderTables.swift
[1023/1067] Compiling NIOHPACK HuffmanTables.swift
[1024/1067] Compiling NIOHPACK HuffmanCoding.swift
[1025/1067] Compiling NIOHPACK HPACKEncoder.swift
[1026/1067] Compiling NIOHPACK HPACKErrors.swift
[1027/1067] Emitting module NIOHPACK
[1028/1067] Compiling NIOHPACK HPACKHeader.swift
[1029/1067] Compiling NIOHPACK StaticHeaderTable.swift
[1030/1067] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1031/1067] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1032/1067] Compiling NIOSSL UniversalBootstrapSupport.swift
[1033/1067] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1034/1067] Compiling NIOSSL resource_bundle_accessor.swift
[1035/1067] Compiling NIOSSL SafeCompare.swift
[1036/1067] Compiling NIOSSL Zeroization.swift
[1037/1067] Compiling NIOSSL TLSConfiguration.swift
[1038/1131] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1039/1131] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1040/1131] Compiling NIOHTTP2 HasLocalSettings.swift
[1041/1131] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1042/1131] Compiling NIOHTTP2 HTTP2Error.swift
[1043/1131] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1044/1131] Compiling NIOHTTP2 SendingRstStreamState.swift
[1045/1131] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1046/1131] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1047/1131] Compiling NIOHTTP2 Error+Any.swift
[1048/1131] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1049/1131] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1050/1131] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1051/1131] Compiling NIOHTTP2 SendingHeadersState.swift
[1052/1131] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1053/1131] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1054/1131] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1055/1131] Compiling NIOHTTP2 MaySendFrames.swift
[1056/1131] Compiling NIOHTTP2 SendingDataState.swift
[1057/1131] Compiling NIOHTTP2 SendingGoawayState.swift
[1058/1131] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1059/1131] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1060/1131] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1061/1131] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1062/1131] Compiling NIOHTTP2 GlitchesMonitor.swift
[1063/1131] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1064/1131] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1065/1131] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1066/1131] Compiling NIOHTTP2 QuiescingState.swift
[1067/1131] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1068/1131] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1069/1131] Compiling NIOHTTP2 StateMachineResult.swift
[1070/1131] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1071/1131] Compiling NIOHTTP2 DOSHeuristics.swift
[1079/1138] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1080/1138] Compiling NIOHTTP2 StreamChannelList.swift
[1081/1138] Compiling NIOHTTP2 StreamMap.swift
[1082/1138] Compiling NIOHTTP2 StreamStateMachine.swift
[1083/1138] Compiling NIOHTTP2 Timer.swift
[1084/1138] Compiling NIOHTTP2 UnsafeTransfer.swift
[1085/1138] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1086/1138] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1087/1138] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1088/1138] Compiling NIOHTTP2 MayReceiveFrames.swift
[1089/1138] Compiling NIOHTTP2 ReceivingDataState.swift
[1090/1138] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1091/1138] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1092/1138] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1093/1138] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1094/1138] Compiling NIOHTTP2 InboundEventBuffer.swift
[1095/1138] Compiling NIOHTTP2 InboundWindowManager.swift
[1096/1138] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1097/1138] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1098/1138] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1099/1138] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1100/1138] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1101/1138] Compiling NIOHTTP2 HTTP2Frame.swift
[1102/1138] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1103/1138] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1104/1138] Compiling NIOHTTP2 HTTP2PingData.swift
[1105/1138] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1106/1138] Compiling NIOHTTP2 HTTP2Settings.swift
[1107/1138] Compiling NIOHTTP2 HTTP2Stream.swift
[1108/1138] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1109/1138] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1110/1138] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1111/1138] Compiling NIOHTTP2 HTTP2StreamID.swift
[1112/1138] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1113/1138] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1120/1138] Compiling NIOHTTP2 HasRemoteSettings.swift
[1121/1138] Emitting module NIOHTTP2
[1136/1205] Emitting module APNSTestServer
[1137/1205] Compiling APNSTestServer APNSTestServer.swift
[1138/1205] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1139/1205] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1140/1205] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1141/1205] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1142/1205] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1143/1205] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1144/1205] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1145/1205] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1146/1212] Emitting module AsyncHTTPClient
[1147/1212] Compiling AsyncHTTPClient SSLContextCache.swift
[1148/1212] Compiling AsyncHTTPClient Scheme.swift
[1149/1212] Compiling AsyncHTTPClient Singleton.swift
[1150/1212] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1151/1212] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1152/1212] Compiling AsyncHTTPClient TracingSupport.swift
[1153/1212] Compiling AsyncHTTPClient Utils.swift
[1154/1212] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1155/1212] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1156/1212] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1157/1212] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1158/1212] Compiling AsyncHTTPClient Transaction.swift
[1159/1212] Compiling AsyncHTTPClient Base64.swift
[1160/1212] Compiling AsyncHTTPClient BasicAuth.swift
[1161/1212] Compiling AsyncHTTPClient HTTP1Connection.swift
[1162/1212] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1163/1212] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1164/1212] Compiling AsyncHTTPClient HTTP2Connection.swift
[1165/1212] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1166/1212] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1167/1212] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1168/1212] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1169/1212] Compiling AsyncHTTPClient ConnectionTarget.swift
[1170/1212] Compiling AsyncHTTPClient DeconstructedURL.swift
[1171/1212] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1172/1212] Compiling AsyncHTTPClient FoundationExtensions.swift
[1173/1212] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1174/1212] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1175/1212] Compiling AsyncHTTPClient RequestOptions.swift
[1176/1212] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1177/1212] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1178/1212] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1179/1212] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1180/1212] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1181/1212] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1182/1212] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1183/1212] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1184/1212] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1185/1212] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1186/1212] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1187/1212] Compiling AsyncHTTPClient RequestBodyLength.swift
[1188/1212] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1189/1212] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1190/1212] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1191/1212] Compiling AsyncHTTPClient ConnectionPool.swift
[1192/1212] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1193/1212] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1194/1212] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1195/1212] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1196/1212] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1197/1212] Compiling AsyncHTTPClient TLSConfiguration.swift
[1198/1212] Compiling AsyncHTTPClient RedirectState.swift
[1199/1212] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1200/1212] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1201/1212] Compiling AsyncHTTPClient RequestBag.swift
[1202/1212] Compiling AsyncHTTPClient RequestValidation.swift
[1203/1212] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1204/1212] Compiling AsyncHTTPClient HTTPClient.swift
[1205/1212] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1206/1212] Compiling AsyncHTTPClient HTTPHandler.swift
[1207/1212] Compiling AsyncHTTPClient LRUCache.swift
[1208/1212] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1209/1212] Compiling AsyncHTTPClient NWErrorHandler.swift
[1210/1218] Compiling APNS APNSConfiguration.swift
[1211/1218] Compiling APNS APNSJSONEncoder.swift
[1212/1218] Compiling APNS APNSJSONDecoder.swift
[1213/1218] Compiling APNS APNSClient.swift
[1214/1218] Emitting module APNS
[1215/1218] Compiling APNS APNSBroadcastClient.swift
[1216/1220] Compiling APNSExample Program.swift
[1217/1220] Emitting module APNSExample
[1217/1220] Write Objects.LinkFileList
[1218/1220] Linking APNSExample
[1219/1220] Applying APNSExample
Build complete! (84.24s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-docc-plugin
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/2222] Fetching swift-docc-plugin
Fetched https://github.com/swift-server/async-http-client.git from cache (1.34s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.45s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.47s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.48s)
Fetched https://github.com/apple/swift-log.git from cache (1.49s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.82s)
Fetched https://github.com/apple/swift-nio.git from cache (2.90s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (6.14s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (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.33.1 (0.46s)
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/5720] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-atomics.git from cache (1.02s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.02s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.03s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.03s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.12s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.59s)
Fetching https://github.com/apple/swift-service-context.git
[1/1230] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.89s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.47s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.88s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (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.44s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.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/6224] Fetching swift-async-algorithms
[126/8937] Fetching swift-async-algorithms, swift-service-lifecycle
[208/16082] Fetching swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.05s)
[6902/9858] Fetching swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.21s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.21s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.22s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.22s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.22s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.60s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.39s)
Fetched https://github.com/apple/swift-collections.git from cache (1.41s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (1.90s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.50s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.43s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.59s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.08s)
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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.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.6
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.1
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/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.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.26.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/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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.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.4
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.6.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.33.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.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.6.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.1.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.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/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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.33.0
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.4.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",
"product_dependencies" : [
"Crypto",
"NIOPosix"
],
"sources" : [
"APNSAuthenticationTokenManagerTests.swift",
"APNSClientIntegrationTests.swift",
"APNSClientTests.swift",
"APNSTestServerValidationTests.swift",
"Alert/APNSAlertNotificationTests.swift",
"Background/APNSBackgroundNotificationTests.swift",
"Broadcast/APNSBroadcastChannelListTests.swift",
"Broadcast/APNSBroadcastChannelTests.swift",
"Broadcast/APNSBroadcastClientTests.swift",
"Complication/APNSComplicationNotificationTests.swift",
"FileProvider/APNSFileProviderNotificationTests.swift",
"LiveActivity/APNSLiveActivityNotificationTests.swift",
"PushToTalk/APNSPushToTalkNotificationTests.swift",
"VoIP/APNSVoIPNotificationTests.swift",
"Widgets/APNSWidgetsNotificationTests.swift"
],
"target_dependencies" : [
"APNSCore",
"APNS",
"APNSTestServer"
],
"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",
"Broadcast/APNSBroadcastChannel.swift",
"Broadcast/APNSBroadcastChannelList.swift",
"Broadcast/APNSBroadcastClientProtocol.swift",
"Broadcast/APNSBroadcastEnvironment.swift",
"Broadcast/APNSBroadcastMessageStoragePolicy.swift",
"Broadcast/APNSBroadcastRequest.swift",
"Broadcast/APNSBroadcastResponse.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" : [
"AsyncHTTPClient",
"Crypto",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOPosix",
"NIOTLS",
"NIOSSL"
],
"product_memberships" : [
"APNSExample",
"APNS"
],
"sources" : [
"APNSBroadcastClient.swift",
"APNSClient.swift",
"APNSConfiguration.swift",
"Coding/APNSJSONDecoder.swift",
"Coding/APNSJSONEncoder.swift"
],
"target_dependencies" : [
"APNSCore"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.