Build Information
Successful build of apnswift, reference 6.5.0 (9c781a), with Swift 6.1 for macOS (SPM) on 27 Mar 2026 04:58:50 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: 6.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylebrowning/APNSwift
* tag 6.5.0 -> FETCH_HEAD
HEAD is now at 9c781ae Fix broadcast channel management to match Apple's APNs API (#239)
Cloned https://github.com/kylebrowning/APNSwift.git
Revision (git rev-parse @):
9c781aea21054fd0a0db3d4df1a340cb6eeef11f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kylebrowning/APNSwift.git at 6.5.0
========================================
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
[12/467] Copying PrivacyInfo.xcprivacy
[14/467] Write sources
[14/467] Copying PrivacyInfo.xcprivacy
[17/467] Write sources
[30/467] Compiling CNIOWindows shim.c
[31/467] Compiling CNIOWASI CNIOWASI.c
[31/467] Compiling CNIOWindows WSAStartup.c
[33/467] Compiling CNIOLinux shim.c
[33/467] Compiling CNIOLinux liburing_shims.c
[34/467] Compiling CNIOOpenBSD shim.c
[36/467] Compiling _NumericsShims _NumericsShims.c
[37/467] Write swift-version-2F0A5646E1D333AE.txt
[38/467] Compiling _AtomicsShims.c
[39/467] Compiling CNIOPosix event_loop_id.c
[40/467] Compiling CNIOLLHTTP c_nio_http.c
[41/476] Compiling CNIOExtrasZlib inftrees.c
[42/476] Compiling CNIOExtrasZlib inflate.c
[43/476] Compiling CNIOExtrasZlib trees.c
[44/476] Compiling CNIOExtrasZlib inffast.c
[45/476] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/492] Compiling CNIOExtrasZlib deflate.c
[47/511] Compiling CNIOLLHTTP c_nio_api.c
[48/511] Compiling CNIOExtrasZlib adler32.c
[49/511] Compiling CNIOExtrasZlib crc32.c
[51/597] Compiling ServiceContextModule ServiceContextKey.swift
[52/597] Emitting module _NIOBase64
[53/597] Compiling _NIOBase64 Base64.swift
[53/597] Compiling fiat_p256_adx_sqr.S
[54/597] Compiling fiat_p256_adx_mul.S
[55/597] Compiling fiat_curve25519_adx_square.S
[56/597] Compiling CNIOExtrasZlib zutil.c
[57/597] Compiling fiat_curve25519_adx_mul.S
[58/597] Compiling CNIODarwin shim.c
[60/597] Emitting module ServiceContextModule
[61/597] Compiling ServiceContextModule ServiceContext.swift
[61/597] Compiling CNIOBoringSSLShims shims.c
[63/597] Compiling RealModule RealFunctions.swift
[64/598] Compiling RealModule Real.swift
[65/598] Compiling RealModule Float80+Real.swift
[66/604] Compiling RealModule RelaxedArithmetic.swift
[67/604] Compiling Crypto SubjectPublicKeyInfo.swift
[68/604] Compiling Crypto CryptoError_boring.swift
[69/604] Compiling Crypto ASN1BitString.swift
[70/604] Compiling Crypto ASN1Boolean.swift
[71/604] Compiling Crypto Digest.swift
[72/604] Compiling Crypto Digests.swift
[73/604] Compiling Crypto PKCS8PrivateKey.swift
[74/604] Compiling Crypto SEC1PrivateKey.swift
[75/604] Compiling Crypto CryptoKitErrors.swift
[76/604] Compiling Crypto Digest_boring.swift
[77/604] Compiling Crypto ASN1.swift
[78/604] Compiling Crypto ASN1Any.swift
[79/605] Compiling Crypto Cipher.swift
[80/605] Compiling Crypto Nonces.swift
[81/605] Compiling Crypto ChaChaPoly_boring.swift
[82/605] Compiling Crypto ChaChaPoly.swift
[83/605] Emitting module InternalCollectionsUtilities
[84/605] Compiling Crypto AES-GCM.swift
[85/605] Compiling Crypto AES-GCM_boring.swift
[86/605] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/605] Compiling RealModule ElementaryFunctions.swift
[88/605] Compiling RealModule Float16+Real.swift
[89/605] Compiling RealModule Float+Real.swift
[90/605] Compiling RealModule AugmentedArithmetic.swift
[93/605] Compiling RealModule Double+Real.swift
[94/605] Emitting module RealModule
[95/605] Compiling _NIODataStructures _TinyArray.swift
[96/605] Compiling _NIODataStructures PriorityQueue.swift
[97/605] Compiling Instrumentation NoOpInstrument.swift
[98/639] Compiling ContainersPreview Drain+Reduce.swift
[99/639] Compiling ContainersPreview Drain.swift
[100/639] Compiling ContainersPreview Producer+Collect.swift
[101/642] Compiling ContainersPreview Producer+Filter.swift
[102/642] Compiling ContainersPreview Producer+Map.swift
[103/642] Compiling ContainersPreview Producer+Reduce.swift
[104/642] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[105/642] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[106/642] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[107/642] Compiling ContainersPreview BorrowingSequence.swift
[108/642] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[109/642] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[110/642] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[111/642] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[112/642] Emitting module ContainersPreview
[113/642] Compiling ContainersPreview Producer.swift
[114/642] Compiling ContainersPreview Borrow.swift
[115/642] Compiling ContainersPreview Box.swift
[116/642] Compiling ContainersPreview RandomAccessContainer.swift
[117/642] Compiling ContainersPreview RangeExpression2.swift
[118/642] Compiling ContainersPreview RangeReplaceableContainer.swift
[119/642] Compiling ContainersPreview Drain+Map.swift
[120/642] Compiling ContainersPreview OutputSpan+Extras.swift
[121/642] Compiling ContainersPreview TemporaryAllocation.swift
[122/642] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[123/642] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[124/642] Compiling ContainersPreview BidirectionalContainer.swift
[125/642] Compiling ContainersPreview Container+Filter.swift
[126/642] Compiling ContainersPreview Container+SpanwiseZip.swift
[127/642] Compiling ContainersPreview Container.swift
[128/642] Compiling ContainersPreview ContainerIterator.swift
[129/642] Compiling ContainersPreview DynamicContainer.swift
[130/642] Compiling ContainersPreview MutableContainer.swift
[131/642] Compiling ContainersPreview PermutableContainer.swift
[132/642] Compiling Logging Locks.swift
[133/642] Emitting module Logging
[134/642] Compiling Logging MetadataProvider.swift
[135/642] Emitting module _NIODataStructures
[136/642] Compiling _NIODataStructures Heap.swift
[137/642] Compiling ContainersPreview Inout.swift
[138/642] Compiling ContainersPreview InputSpan.swift
[139/642] Compiling ContainersPreview Shared.swift
[140/642] Compiling Instrumentation MultiplexInstrument.swift
[141/642] Compiling Instrumentation Instrument.swift
[142/642] Compiling Instrumentation InstrumentationSystem.swift
[143/642] Compiling Instrumentation Locks.swift
[144/642] Emitting module Instrumentation
[145/642] Compiling Logging LogHandler.swift
[146/642] Compiling Logging Logging.swift
[147/691] Compiling DequeModule UniqueDeque+Equatable.swift
[148/691] Compiling DequeModule UniqueDeque+Experimental.swift
[149/691] Compiling DequeModule UniqueDeque+Hashable.swift
[150/691] Compiling DequeModule UniqueDeque+Initializers.swift
[151/695] Compiling DequeModule UniqueDeque+Insertions.swift
[152/695] Compiling DequeModule UniqueDeque+Prepend.swift
[153/695] Compiling DequeModule UniqueDeque+Removals.swift
[154/695] Compiling DequeModule UniqueDeque+Replacements.swift
[155/695] Compiling DequeModule RigidDeque+Consumption.swift
[156/695] Compiling DequeModule RigidDeque+Container.swift
[157/695] Compiling DequeModule RigidDeque+Descriptions.swift
[158/695] Compiling DequeModule RigidDeque+Equatable.swift
[159/695] Compiling DequeModule RigidDeque+Experimental.swift
[160/695] Compiling DequeModule RigidDeque+Hashable.swift
[161/695] Compiling DequeModule RigidDeque+Initializers.swift
[162/695] Compiling DequeModule RigidDeque+Insertions.swift
[163/695] Compiling DequeModule RigidDeque+Prepend.swift
[163/695] Compiling tls13_server.cc
[164/695] Compiling tls13_enc.cc
[165/695] Compiling tls_record.cc
[166/695] Compiling tls_method.cc
[167/695] Compiling tls13_client.cc
[169/695] Compiling Tracing TracerProtocol.swift
[170/695] Compiling Tracing TracingTime.swift
[171/695] Emitting module Tracing
[172/695] Compiling Tracing NoOpTracer.swift
[173/695] Compiling Tracing TracerProtocol+Legacy.swift
[174/695] Compiling Tracing Tracer.swift
[175/695] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[176/695] Compiling DequeModule Deque+Extras.swift
[177/695] Compiling DequeModule Deque+Hashable.swift
[178/695] Compiling DequeModule Deque+Testing.swift
[179/695] Compiling DequeModule Deque._Storage.swift
[180/695] Compiling DequeModule UniqueDeque+Append.swift
[181/695] Compiling DequeModule UniqueDeque+Consumption.swift
[182/695] Compiling DequeModule UniqueDeque+Container.swift
[183/695] Compiling DequeModule UniqueDeque+Descriptions.swift
[184/695] Compiling DequeModule Deque._UnsafeHandle.swift
[185/695] Compiling DequeModule Deque.swift
[186/695] Compiling DequeModule _DequeBuffer.swift
[187/695] Compiling DequeModule _DequeBufferHeader.swift
[188/695] Compiling DequeModule RigidDeque+Append.swift
[189/695] Compiling DequeModule RigidDeque+Removals.swift
[190/695] Compiling DequeModule RigidDeque+Replacements.swift
[191/695] Compiling DequeModule RigidDeque+Testing.swift
[192/695] Compiling DequeModule RigidDeque.swift
[193/695] Compiling Tracing InstrumentationSystem+Tracing.swift
[194/695] Compiling Tracing SpanProtocol.swift
[194/695] Compiling tls13_both.cc
[195/695] Compiling t1_enc.cc
[197/695] Compiling DequeModule Deque+Codable.swift
[198/695] Compiling DequeModule Deque+Collection.swift
[199/695] Compiling DequeModule Deque+CustomReflectable.swift
[200/695] Compiling DequeModule Deque+Descriptions.swift
[201/695] Compiling DequeModule Deque+Equatable.swift
[202/695] Emitting module Crypto
[202/704] Compiling ssl_stat.cc
[203/704] Compiling ssl_transcript.cc
[204/704] Compiling ssl_versions.cc
[205/704] Compiling ssl_x509.cc
[206/704] Compiling ssl_session.cc
[208/704] Compiling DequeModule UniqueDeque.swift
[209/704] Compiling DequeModule _DequeSlot.swift
[210/704] Compiling DequeModule _UnsafeDequeHandle.swift
[211/704] Compiling DequeModule _UnsafeDequeSegments.swift
[212/704] Emitting module DequeModule
[212/704] Compiling ssl_privkey.cc
[213/704] Compiling ssl_key_share.cc
[214/704] Compiling ssl_lib.cc
[215/704] Compiling ssl_file.cc
[216/704] Compiling ssl_cipher.cc
[217/704] Compiling ssl_credential.cc
[218/704] Compiling ssl_buffer.cc
[219/704] Compiling ssl_cert.cc
[220/704] Compiling ssl_asn1.cc
[221/704] Compiling ssl_aead_ctx.cc
[223/704] Compiling Crypto HashFunctions_SHA3.swift
[224/704] Compiling Crypto Digest_xkcp.swift
[225/704] Compiling Crypto HPKE-AEAD.swift
[226/704] Compiling Crypto HPKE-Ciphersuite.swift
[227/704] Compiling Crypto HPKE-KDF.swift
[228/704] Compiling Crypto HPKE-KexKeyDerivation.swift
[229/704] Compiling Crypto HPKE-LabeledExtract.swift
[230/704] Compiling Crypto HPKE-Utils.swift
[231/704] Compiling Crypto DHKEM.swift
[232/704] Compiling Crypto HPKE-KEM-Curve25519.swift
[233/704] Compiling Crypto ECDH.swift
[234/704] Compiling Crypto ANSIx963.swift
[235/704] Compiling Crypto HKDF.swift
[236/704] Compiling Crypto AESWrap.swift
[237/704] Compiling Crypto AESWrap_boring.swift
[238/704] Compiling Crypto Ed25519_boring.swift
[239/704] Compiling Crypto NISTCurvesKeys_boring.swift
[240/704] Compiling Crypto X25519Keys_boring.swift
[241/704] Compiling Crypto Curve25519.swift
[262/704] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[263/704] Compiling Crypto HPKE-KEM.swift
[264/704] Compiling Crypto HPKE-Errors.swift
[265/704] Compiling Crypto HPKE.swift
[266/704] Compiling Crypto HPKE-Context.swift
[267/704] Compiling Crypto HPKE-KeySchedule.swift
[268/704] Compiling Crypto HPKE-Modes.swift
[269/704] Compiling Crypto Insecure.swift
[270/704] Compiling Crypto Insecure_HashFunctions.swift
[271/704] Compiling Crypto Ed25519Keys.swift
[272/704] Compiling Crypto NISTCurvesKeys.swift
[273/704] Compiling Crypto X25519Keys.swift
[274/704] Compiling Crypto SymmetricKeys.swift
[275/704] Compiling Crypto HMAC.swift
[276/704] Compiling Crypto MACFunctions.swift
[277/704] Compiling Crypto MessageAuthenticationCode.swift
[278/704] Compiling Crypto AES.swift
[279/704] Compiling Crypto ECDSASignature_boring.swift
[304/704] Compiling Crypto MLKEM.swift
[305/704] Compiling Crypto XWing.swift
[306/704] Compiling Crypto ECDH_boring.swift
[307/704] Compiling Crypto DH.swift
[307/704] Compiling s3_pkt.cc
[309/704] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[310/704] Compiling Crypto RNG_boring.swift
[311/704] Compiling Crypto SafeCompare_boring.swift
[312/704] Compiling Crypto Zeroization_boring.swift
[313/704] Compiling Crypto PrettyBytes.swift
[314/704] Compiling Crypto SafeCompare.swift
[315/704] Compiling Crypto SecureBytes.swift
[316/704] Compiling Crypto Zeroization.swift
[317/704] Compiling Crypto resource_bundle_accessor.swift
[317/704] Compiling s3_lib.cc
[318/704] Compiling s3_both.cc
[319/704] Compiling handshake_server.cc
[320/704] Compiling handshake.cc
[321/704] Compiling handshake_client.cc
[322/704] Compiling handoff.cc
[323/704] Compiling md5-x86_64-linux.S
[324/704] Compiling md5-x86_64-apple.S
[325/704] Compiling md5-586-linux.S
[326/704] Compiling md5-586-apple.S
[327/704] Compiling extensions.cc
[328/704] Compiling chacha20_poly1305_x86_64-linux.S
[329/704] Compiling encrypted_client_hello.cc
[330/704] Compiling dtls_record.cc
[330/704] Compiling dtls_method.cc
[332/704] Compiling chacha20_poly1305_x86_64-apple.S
[333/704] Compiling chacha20_poly1305_armv8-win.S
[334/704] Compiling chacha20_poly1305_armv8-linux.S
[335/704] Compiling chacha-x86_64-linux.S
[336/704] Compiling chacha-x86_64-apple.S
[337/704] Compiling chacha20_poly1305_armv8-apple.S
[338/704] Compiling chacha-x86-linux.S
[339/704] Compiling d1_srtp.cc
[340/704] Compiling chacha-x86-apple.S
[341/704] Compiling chacha-armv8-win.S
[342/704] Compiling chacha-armv8-linux.S
[343/704] Compiling chacha-armv4-linux.S
[344/704] Compiling aes128gcmsiv-x86_64-linux.S
[345/704] Compiling chacha-armv8-apple.S
[346/704] Compiling x86_64-mont5-linux.S
[347/704] Compiling err_data.cc
[348/704] Compiling aes128gcmsiv-x86_64-apple.S
[349/704] Compiling x86_64-mont5-apple.S
[350/704] Compiling x86_64-mont-linux.S
[351/704] Compiling x86_64-mont-apple.S
[352/704] Compiling vpaes-x86_64-linux.S
[353/704] Compiling x86-mont-apple.S
[353/704] Compiling x86-mont-linux.S
[355/704] Compiling d1_pkt.cc
[356/704] Compiling bio_ssl.cc
[357/704] Compiling vpaes-x86_64-apple.S
[358/704] Compiling vpaes-x86-linux.S
[359/704] Compiling vpaes-x86-apple.S
[360/704] Compiling vpaes-armv8-linux.S
[361/704] Compiling vpaes-armv7-linux.S
[362/704] Compiling vpaes-armv8-win.S
[363/704] Compiling sha512-x86_64-linux.S
[363/704] Compiling vpaes-armv8-apple.S
[365/704] Compiling sha512-x86_64-apple.S
[366/704] Compiling d1_lib.cc
[367/704] Compiling sha512-armv8-win.S
[368/704] Compiling sha512-armv8-linux.S
[369/704] Compiling sha512-armv4-linux.S
[370/704] Compiling sha512-586-linux.S
[371/704] Compiling sha512-586-apple.S
[372/704] Compiling sha256-x86_64-linux.S
[373/704] Compiling sha256-x86_64-apple.S
[374/704] Compiling sha512-armv8-apple.S
[375/704] Compiling sha256-armv8-win.S
[375/704] Compiling sha256-armv8-linux.S
[377/704] Compiling sha256-armv8-apple.S
[378/704] Compiling sha256-586-apple.S
[379/704] Compiling sha256-armv4-linux.S
[379/704] Compiling sha256-586-linux.S
[381/704] Compiling sha1-x86_64-linux.S
[382/704] Compiling sha1-x86_64-apple.S
[383/704] Compiling sha1-armv8-win.S
[384/704] Compiling sha1-armv8-linux.S
[385/704] Compiling sha1-armv8-apple.S
[386/704] Compiling sha1-armv4-large-linux.S
[387/704] Compiling d1_both.cc
[388/704] Compiling sha1-586-apple.S
[389/704] Compiling sha1-586-linux.S
[390/704] Compiling rsaz-avx2-linux.S
[391/704] Compiling rsaz-avx2-apple.S
[392/704] Compiling rdrand-x86_64-linux.S
[393/704] Compiling rdrand-x86_64-apple.S
[394/704] Compiling p256_beeu-x86_64-asm-linux.S
[395/704] Compiling p256_beeu-x86_64-asm-apple.S
[396/704] Compiling p256_beeu-armv8-asm-win.S
[397/704] Compiling p256_beeu-armv8-asm-linux.S
[398/704] Compiling p256-x86_64-asm-linux.S
[399/704] Compiling p256-x86_64-asm-apple.S
[400/704] Compiling p256_beeu-armv8-asm-apple.S
[401/704] Compiling p256-armv8-asm-win.S
[402/704] Compiling p256-armv8-asm-linux.S
[403/704] Compiling ghashv8-armv8-win.S
[404/704] Compiling p256-armv8-asm-apple.S
[405/704] Compiling ghashv8-armv8-linux.S
[406/704] Compiling ghashv8-armv8-apple.S
[406/704] Compiling ghashv8-armv7-linux.S
[408/704] Compiling ghash-x86-linux.S
[409/704] Compiling ghash-x86_64-apple.S
[409/704] Compiling ghash-x86_64-linux.S
[411/704] Compiling ghash-x86-apple.S
[412/704] Compiling ghash-ssse3-x86_64-linux.S
[413/704] Compiling ghash-ssse3-x86_64-apple.S
[414/704] Compiling ghash-ssse3-x86-apple.S
[415/704] Compiling ghash-ssse3-x86-linux.S
[416/704] Compiling ghash-neon-armv8-win.S
[416/704] Compiling ghash-neon-armv8-linux.S
[418/704] Compiling bsaes-armv7-linux.S
[418/704] Compiling ghash-neon-armv8-apple.S
[420/704] Compiling co-586-apple.S
[420/704] Compiling ghash-armv4-linux.S
[422/704] Compiling co-586-linux.S
[423/704] Compiling bn-armv8-win.S
[424/704] Compiling bn-armv8-linux.S
[425/704] Compiling bn-armv8-apple.S
[426/704] Compiling bn-586-linux.S
[427/704] Compiling bn-586-apple.S
[428/704] Compiling armv4-mont-linux.S
[429/704] Compiling armv8-mont-linux.S
[430/704] Compiling armv8-mont-win.S
[431/704] Compiling aesv8-gcm-armv8-win.S
[432/704] Compiling armv8-mont-apple.S
[433/704] Compiling aesv8-gcm-armv8-linux.S
[434/704] Compiling aesv8-armv8-win.S
[435/704] Compiling aesv8-gcm-armv8-apple.S
[436/704] Compiling aesv8-armv8-linux.S
[437/704] Compiling aesv8-armv8-apple.S
[438/704] Compiling aesni-x86-linux.S
[438/704] Compiling aesni-x86_64-apple.S
[440/704] Compiling aesni-x86_64-linux.S
[441/704] Compiling aesv8-armv7-linux.S
[442/704] Compiling aesni-x86-apple.S
[443/704] Compiling aesni-gcm-x86_64-linux.S
[444/704] Compiling aesni-gcm-x86_64-apple.S
[445/704] Compiling aes-gcm-avx2-x86_64-linux.S
[446/704] Compiling aes-gcm-avx2-x86_64-apple.S
[447/704] Compiling aes-gcm-avx10-x86_64-linux.S
[448/704] Compiling aes-gcm-avx10-x86_64-apple.S
[449/704] Compiling x_sig.cc
[450/704] Compiling x_spki.cc
[451/704] Compiling x_val.cc
[452/704] Compiling x_x509a.cc
[453/704] Compiling x_x509.cc
[454/704] Compiling x_pubkey.cc
[455/704] Compiling x_req.cc
[456/704] Compiling x_name.cc
[457/704] Compiling x_exten.cc
[458/704] Compiling x_crl.cc
[459/704] Compiling x_algor.cc
[460/704] Compiling x509spki.cc
[461/704] Compiling x_attrib.cc
[462/704] Compiling x509rset.cc
[463/704] Compiling x509name.cc
[464/704] Compiling x_all.cc
[465/704] Compiling x509cset.cc
[466/704] Compiling x509_vpm.cc
[467/704] Compiling x509_v3.cc
[468/704] Compiling x509_vfy.cc
[469/704] Compiling x509_txt.cc
[470/704] Compiling x509_trs.cc
[471/704] Compiling x509_set.cc
[472/704] Compiling x509_req.cc
[473/704] Compiling x509_def.cc
[474/704] Compiling x509_obj.cc
[475/704] Compiling x509_ext.cc
[476/704] Compiling x509_lu.cc
[477/704] Compiling x509_d2.cc
[478/704] Compiling x509_cmp.cc
[479/704] Compiling x509_att.cc
[480/704] Compiling x509.cc
[481/704] Compiling v3_purp.cc
[482/704] Compiling v3_prn.cc
[482/704] Compiling v3_skey.cc
[484/704] Compiling v3_ocsp.cc
[485/704] Compiling v3_utl.cc
[486/704] Compiling v3_pmaps.cc
[487/704] Compiling v3_pcons.cc
[488/704] Compiling v3_ncons.cc
[489/704] Compiling v3_int.cc
[490/704] Compiling v3_lib.cc
[491/704] Compiling v3_ia5.cc
[492/704] Compiling v3_genn.cc
[493/704] Compiling v3_info.cc
[494/704] Compiling v3_extku.cc
[495/704] Compiling v3_enum.cc
[496/704] Compiling v3_cpols.cc
[497/704] Compiling v3_crld.cc
[498/704] Compiling v3_conf.cc
[499/704] Compiling v3_bitst.cc
[500/704] Compiling v3_bcons.cc
[501/704] Compiling v3_akeya.cc
[502/704] Compiling v3_alt.cc
[503/704] Compiling v3_akey.cc
[504/704] Compiling t_x509a.cc
[505/704] Compiling t_crl.cc
[506/704] Compiling t_x509.cc
[507/704] Compiling t_req.cc
[508/704] Compiling rsa_pss.cc
[509/704] Compiling i2d_pr.cc
[510/704] Compiling name_print.cc
[511/704] Compiling policy.cc
[512/704] Compiling by_file.cc
[513/704] Compiling by_dir.cc
[514/704] Compiling algorithm.cc
[515/704] Compiling a_digest.cc
[516/704] Compiling a_verify.cc
[517/704] Compiling asn1_gen.cc
[517/704] Compiling a_sign.cc
[519/704] Compiling voprf.cc
[520/704] Compiling thread_win.cc
[521/704] Compiling thread.cc
[522/704] Compiling thread_none.cc
[523/704] Compiling thread_pthread.cc
[524/704] Compiling stack.cc
[525/704] Compiling trust_token.cc
[526/704] Compiling pmbtoken.cc
[527/704] Compiling slhdsa.cc
[528/704] Compiling spake2plus.cc
[529/704] Compiling siphash.cc
[530/704] Compiling sha512.cc
[531/704] Compiling sha256.cc
[532/704] Compiling sha1.cc
[533/704] Compiling rsa_print.cc
[534/704] Compiling rsa_extra.cc
[535/704] Compiling rsa_crypt.cc
[536/704] Compiling refcount.cc
[537/704] Compiling rc4.cc
[538/704] Compiling rsa_asn1.cc
[539/704] Compiling windows.cc
[540/704] Compiling urandom.cc
[541/704] Compiling trusty.cc
[542/704] Compiling rand.cc
[543/704] Compiling ios.cc
[544/704] Compiling passive.cc
[545/704] Compiling poly1305_arm_asm.S
[546/704] Compiling getentropy.cc
[547/704] Compiling forkunsafe.cc
[548/704] Compiling fork_detect.cc
[549/704] Compiling deterministic.cc
[550/704] Compiling poly1305_vec.cc
[551/704] Compiling poly1305_arm.cc
[552/704] Compiling poly1305.cc
[553/704] Compiling pool.cc
[554/704] Compiling pkcs7.cc
[555/704] Compiling pkcs8.cc
[556/704] Compiling pkcs8_x509.cc
[557/704] Compiling p5_pbev2.cc
[558/704] Compiling pkcs7_x509.cc
[559/704] Compiling pem_xaux.cc
[560/704] Compiling pem_x509.cc
[561/704] Compiling pem_pkey.cc
[562/704] Compiling pem_pk8.cc
[563/704] Compiling pem_oth.cc
[564/704] Compiling mlkem.cc
[565/704] Compiling obj_xref.cc
[566/704] Compiling pem_info.cc
[567/704] Compiling mldsa.cc
[568/704] Compiling pem_lib.cc
[569/704] Compiling obj.cc
[570/704] Compiling pem_all.cc
[571/704] Compiling poly_rq_mul.S
[572/704] Compiling fips_shared_support.cc
[573/704] Compiling mem.cc
[574/704] Compiling md5.cc
[575/704] Compiling md4.cc
[576/704] Compiling lhash.cc
[577/704] Compiling kyber.cc
[578/704] Compiling ex_data.cc
[579/704] Compiling sign.cc
[580/704] Compiling scrypt.cc
[581/704] Compiling print.cc
[582/704] Compiling hpke.cc
[583/704] Compiling pbkdf.cc
[584/704] Compiling hrss.cc
[585/704] Compiling p_x25519.cc
[586/704] Compiling p_x25519_asn1.cc
[587/704] Compiling p_ed25519.cc
[588/704] Compiling p_rsa_asn1.cc
[589/704] Compiling p_rsa.cc
[590/704] Compiling p_ec.cc
[591/704] Compiling p_hkdf.cc
[592/704] Compiling p_ed25519_asn1.cc
[593/704] Compiling p_ec_asn1.cc
[594/704] Compiling p_dh_asn1.cc
[595/704] Compiling p_dsa_asn1.cc
[595/704] Compiling p_dh.cc
[597/704] Compiling evp_ctx.cc
[598/704] Compiling err.cc
[599/704] Compiling evp.cc
[600/704] Compiling engine.cc
[601/704] Compiling evp_asn1.cc
[602/704] Compiling ecdh.cc
[603/704] Compiling ecdsa_asn1.cc
[604/704] Compiling ec_derive.cc
[605/704] Compiling hash_to_curve.cc
[606/704] Compiling dsa.cc
[607/704] Compiling ec_asn1.cc
[608/704] Compiling dsa_asn1.cc
[609/704] Compiling params.cc
[610/704] Compiling bcm.cc
[611/704] Compiling x25519-asm-arm.S
[612/704] Compiling digest_extra.cc
[613/704] Compiling des.cc
[614/704] Compiling dh_asn1.cc
[615/704] Compiling curve25519_64_adx.cc
[616/704] Compiling spake25519.cc
[617/704] Compiling crypto.cc
[618/704] Compiling cpu_intel.cc
[619/704] Compiling cpu_arm_linux.cc
[620/704] Compiling cpu_arm_freebsd.cc
[621/704] Compiling cpu_aarch64_win.cc
[622/704] Compiling curve25519.cc
[623/704] Compiling cpu_aarch64_sysreg.cc
[624/704] Compiling cpu_aarch64_openbsd.cc
[625/704] Compiling cpu_aarch64_linux.cc
[626/704] Compiling cpu_aarch64_fuchsia.cc
[627/704] Compiling cpu_aarch64_apple.cc
[628/704] Compiling conf.cc
[629/704] Compiling get_cipher.cc
[630/704] Compiling tls_cbc.cc
[631/704] Compiling e_tls.cc
[632/704] Compiling e_rc4.cc
[633/704] Compiling e_rc2.cc
[634/704] Compiling e_null.cc
[635/704] Compiling e_des.cc
[636/704] Compiling e_chacha20poly1305.cc
[637/704] Compiling e_aesgcmsiv.cc
[638/704] Compiling derive_key.cc
[639/704] Compiling chacha.cc
[640/704] Compiling e_aesctrhmac.cc
[641/704] Compiling unicode.cc
[642/704] Compiling ber.cc
[643/704] Compiling cbs.cc
[644/704] Compiling cbb.cc
[645/704] Compiling asn1_compat.cc
[646/704] Compiling buf.cc
[647/704] Compiling blake2.cc
[648/704] Compiling socket_helper.cc
[649/704] Compiling bn_asn1.cc
[650/704] Compiling convert.cc
[651/704] Compiling socket.cc
[652/704] Compiling printf.cc
[653/704] Compiling hexdump.cc
[654/704] Compiling pair.cc
[655/704] Compiling file.cc
[656/704] Compiling fd.cc
[657/704] Compiling errno.cc
[658/704] Compiling connect.cc
[659/704] Compiling bio_mem.cc
[660/704] Compiling base64.cc
[661/704] Compiling bio.cc
[662/704] Compiling tasn_typ.cc
[663/704] Compiling tasn_fre.cc
[664/704] Compiling tasn_utl.cc
[665/704] Compiling tasn_new.cc
[666/704] Compiling tasn_enc.cc
[667/704] Compiling posix_time.cc
[668/704] Compiling f_string.cc
[669/704] Compiling f_int.cc
[670/704] Compiling tasn_dec.cc
[671/704] Compiling asn_pack.cc
[672/704] Compiling asn1_par.cc
[673/704] Compiling asn1_lib.cc
[674/704] Compiling a_utctm.cc
[675/704] Compiling a_type.cc
[676/704] Compiling a_time.cc
[677/704] Compiling a_octet.cc
[678/704] Compiling a_strnid.cc
[679/704] Compiling a_strex.cc
[680/704] Compiling a_mbstr.cc
[681/704] Compiling a_object.cc
[682/704] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[682/704] Write sources
[682/704] Write APNSExample-entitlement.plist
[690/704] Write sources
[691/704] Compiling a_int.cc
[692/704] Compiling a_i2d_fp.cc
[693/704] Compiling a_dup.cc
[694/704] Write sources
[695/704] Compiling a_d2i_fp.cc
[696/719] Compiling a_gentm.cc
[697/723] Compiling a_bitstr.cc
[698/724] Compiling a_bool.cc
[700/795] Compiling APNSCore APNSPushType.swift
[701/795] Compiling APNSCore APNSRequest.swift
[702/797] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[703/797] Compiling APNSCore APNSAlertNotificationContent.swift
[704/797] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[705/797] Compiling APNSCore APNSBroadcastRequest.swift
[706/797] Compiling APNSCore APNSClient+Background.swift
[707/797] Compiling APNSCore Base64.swift
[708/798] Compiling APNSCore APNSClient+Alert.swift
[709/798] Compiling APNSCore APNSBackgroundNotification.swift
[710/798] Compiling Atomics Unmanaged extensions.swift
[711/798] Compiling APNSCore APNSResponse.swift
[712/798] Compiling APNSCore APNSAlertNotification.swift
[713/798] Compiling APNSCore APNSBroadcastResponse.swift
[714/798] Compiling APNSCore APNSClient+Complication.swift
[715/798] Compiling Algorithms Unique.swift
[716/798] Compiling Algorithms Windows.swift
[717/798] Compiling APNSCore APNSNotificationExpiration.swift
[718/798] Compiling APNSCore APNSPriority.swift
[719/798] Compiling APNSCore APNSComplicationNotification.swift
[720/798] Compiling APNSCore EmptyPayload.swift
[721/798] Compiling APNSCore APNSMessage.swift
[725/798] Compiling APNSCore APNSError.swift
[726/798] Compiling APNSCore APNSErrorResponse.swift
[727/798] Compiling APNSCore APNSAlertNotificationSound.swift
[737/798] Compiling APNSCore APNSEnvironment.swift
[741/798] Compiling APNSCore APNSAuthenticationTokenManager.swift
[742/798] Compiling APNSCore APNSClient.swift
[746/798] Emitting module Atomics
[746/798] Compiling c-nioatomics.c
[748/798] Emitting module Algorithms
[748/798] Compiling c-atomics.c
[750/805] Compiling NIOConcurrencyHelpers lock.swift
[751/805] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[752/805] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[753/805] Compiling NIOConcurrencyHelpers NIOLock.swift
[754/805] Emitting module NIOConcurrencyHelpers
[755/805] Compiling NIOConcurrencyHelpers atomics.swift
[756/805] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[757/870] Compiling NIOCore ByteBuffer-int.swift
[758/870] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[759/870] Compiling NIOCore ByteBuffer-multi-int.swift
[760/870] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[761/870] Compiling NIOCore ByteBuffer-views.swift
[762/870] Compiling NIOCore FileDescriptor.swift
[763/870] Compiling NIOCore FileHandle.swift
[764/870] Compiling NIOCore FileRegion.swift
[765/870] Compiling NIOCore GlobalSingletons.swift
[766/870] Compiling NIOCore ByteBuffer-hex.swift
[767/870] Compiling NIOCore Channel.swift
[768/870] Compiling NIOCore MarkedCircularBuffer.swift
[769/870] Compiling NIOCore MulticastChannel.swift
[770/870] Compiling NIOCore NIOAny.swift
[771/870] Compiling NIOCore NIOCloseOnErrorHandler.swift
[772/870] Compiling NIOCore CircularBuffer.swift
[773/870] Compiling NIOCore Codec.swift
[774/870] Compiling NIOCore EventLoopFuture+Deprecated.swift
[775/870] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[776/870] Compiling NIOCore EventLoopFuture.swift
[777/870] Compiling NIOCore NIOCoreSendableMetatype.swift
[778/870] Compiling NIOCore NIODecodedAsyncSequence.swift
[779/870] Compiling NIOCore NIOLoopBound.swift
[780/870] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[781/870] Compiling NIOCore NIOScheduledCallback.swift
[782/870] Compiling NIOCore ChannelHandler.swift
[783/870] Compiling NIOCore ChannelHandlers.swift
[784/870] Compiling NIOCore ChannelInvoker.swift
[785/870] Compiling NIOCore ChannelOption.swift
[786/870] Compiling NIOCore ChannelPipeline.swift
[789/874] Compiling APNSCore APNSClient+VoIP.swift
[790/874] Compiling APNSCore APNSVoIPNotification.swift
[791/874] Compiling APNSCore APNSClient+Widgets.swift
[792/874] Compiling APNSCore APNSWidgetsNotification.swift
[793/874] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[801/881] Compiling NIOCore BSDSocketAPI.swift
[802/881] Compiling NIOCore ByteBuffer-aux.swift
[803/881] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[804/881] Compiling NIOCore ByteBuffer-conversions.swift
[805/881] Compiling NIOCore ByteBuffer-core.swift
[810/881] Compiling NIOCore ConvenienceOptionSupport.swift
[811/881] Compiling NIOCore DeadChannel.swift
[812/881] Compiling NIOCore DispatchQueue+WithFuture.swift
[813/881] Compiling NIOCore EventLoop+Deprecated.swift
[814/881] Compiling NIOCore EventLoop+SerialExecutor.swift
[815/881] Compiling NIOCore EventLoop.swift
[816/881] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[817/881] Compiling NIOCore IO.swift
[818/881] Compiling NIOCore IOData.swift
[819/881] Compiling NIOCore IPProtocol.swift
[820/881] Compiling NIOCore IntegerBitPacking.swift
[821/881] Compiling NIOCore IntegerTypes.swift
[822/881] Compiling NIOCore Interfaces.swift
[823/881] Compiling NIOCore Linux.swift
[824/881] Compiling NIOCore AddressedEnvelope.swift
[825/881] Compiling NIOCore AsyncAwaitSupport.swift
[826/881] Compiling NIOCore AsyncChannel.swift
[827/881] Compiling NIOCore AsyncChannelHandler.swift
[828/881] Compiling NIOCore AsyncChannelInboundStream.swift
[829/881] Compiling NIOCore AsyncChannelOutboundWriter.swift
[830/881] Compiling NIOCore NIOAsyncSequenceProducer.swift
[831/881] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[839/881] Compiling NIOCore SocketAddresses.swift
[840/881] Compiling NIOCore SocketOptionProvider.swift
[841/881] Compiling NIOCore SystemCallHelpers.swift
[842/881] Compiling NIOCore TimeAmount+Duration.swift
[843/881] Compiling NIOCore TypeAssistedChannelHandler.swift
[844/881] Compiling NIOCore UniversalBootstrapSupport.swift
[845/881] Compiling NIOCore Utilities.swift
[853/881] Compiling NIOCore NIOAsyncWriter.swift
[854/881] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[867/881] Emitting module NIOCore
[868/937] Compiling NIOEmbedded AsyncTestingChannel.swift
[869/937] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[870/937] Emitting module NIOEmbedded
[871/937] Compiling NIOEmbedded Embedded.swift
[872/937] Compiling NIOPosix BSDSocketAPICommon.swift
[873/937] Compiling NIOPosix BSDSocketAPIPosix.swift
[874/937] Compiling NIOPosix BSDSocketAPIWindows.swift
[875/937] Compiling NIOPosix BaseSocket.swift
[876/937] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[877/937] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[878/942] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[879/942] Compiling NIOPosix System.swift
[880/942] Compiling NIOPosix Thread.swift
[881/942] Compiling NIOPosix ThreadPosix.swift
[882/942] Compiling NIOPosix ThreadWindows.swift
[883/942] Compiling NIOPosix SelectorWSAPoll.swift
[884/942] Compiling NIOPosix ServerSocket.swift
[885/942] Compiling NIOPosix Socket.swift
[886/942] Compiling NIOPosix SocketChannel.swift
[887/942] Compiling NIOPosix SocketProtocols.swift
[888/942] Emitting module NIOPosix
[889/942] Compiling NIOPosix Utilities.swift
[890/942] Compiling NIOPosix VsockAddress.swift
[891/942] Compiling NIOPosix VsockChannelEvents.swift
[892/942] Compiling NIOPosix Windows.swift
[893/942] Compiling NIOPosix resource_bundle_accessor.swift
[894/942] Compiling NIOPosix SelectableEventLoop.swift
[895/942] Compiling NIOPosix SelectorEpoll.swift
[896/942] Compiling NIOPosix SelectorGeneric.swift
[897/942] Compiling NIOPosix SelectorKqueue.swift
[898/942] Compiling NIOPosix SelectorUring.swift
[899/942] Emitting module APNSCore
[900/942] Compiling NIOPosix Linux.swift
[901/942] Compiling NIOPosix LinuxCPUSet.swift
[902/942] Compiling NIOPosix LinuxUring.swift
[903/942] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[904/942] Compiling NIOPosix NIOPosixSendableMetatype.swift
[905/942] Compiling NIOPosix NIOThreadPool.swift
[906/942] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[907/942] Compiling NIOPosix PosixSingletons.swift
[908/942] Compiling NIOPosix RawSocketBootstrap.swift
[909/942] Compiling NIOPosix Resolver.swift
[910/942] Compiling NIOPosix Selectable.swift
[911/942] Compiling NIOPosix SelectableChannel.swift
[912/942] Compiling NIOPosix NonBlockingFileIO.swift
[913/942] Compiling NIOPosix PendingDatagramWritesManager.swift
[914/942] Compiling NIOPosix PendingWritesManager.swift
[915/942] Compiling NIOPosix PipeChannel.swift
[916/942] Compiling NIOPosix PipePair.swift
[917/942] Compiling NIOPosix Pool.swift
[918/942] Compiling NIOPosix FileDescriptor.swift
[919/942] Compiling NIOPosix GetaddrinfoResolver.swift
[920/942] Compiling NIOPosix HappyEyeballs.swift
[921/942] Compiling NIOPosix IO.swift
[922/942] Compiling NIOPosix IntegerBitPacking.swift
[923/942] Compiling NIOPosix IntegerTypes.swift
[924/942] Compiling NIOPosix BaseSocketChannel.swift
[925/942] Compiling NIOPosix BaseStreamSocketChannel.swift
[926/942] Compiling NIOPosix Bootstrap.swift
[927/942] Compiling NIOPosix ControlMessage.swift
[928/942] Compiling NIOPosix DatagramVectorReadManager.swift
[929/942] Compiling NIOPosix Errors+Any.swift
[940/947] Emitting module NIO
[941/947] Compiling NIO Exports.swift
[942/987] Emitting module APNSURLSession
[943/987] Compiling APNSURLSession APNSURLSessionClientConfiguration.swift
[944/987] Compiling APNSURLSession APNSUrlSessionClient.swift
[945/987] Compiling NIOTLS TLSEvents.swift
[946/987] Compiling NIOSOCKS Errors.swift
[947/988] Compiling NIOSOCKS Helpers.swift
[948/988] Compiling NIOSOCKS SOCKSResponse.swift
[949/988] Compiling NIOSOCKS ClientStateMachine.swift
[950/988] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[951/988] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[952/988] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[953/988] Compiling NIOHTTP1 HTTPEncoder.swift
[954/988] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[955/988] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[956/988] Compiling NIOSOCKS Messages.swift
[957/988] Compiling NIOSOCKS SOCKSRequest.swift
[958/988] Compiling NIOHTTP1 ByteCollectionUtils.swift
[959/988] Compiling NIOHTTP1 HTTPDecoder.swift
[960/988] Emitting module NIOSOCKS
[961/988] Compiling NIOSOCKS ServerStateMachine.swift
[962/988] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[963/989] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[964/989] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[965/989] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[966/989] Emitting module NIOTLS
[967/989] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[968/989] Compiling NIOTLS SNIHandler.swift
[969/989] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[970/989] Emitting module NIOFoundationCompat
[971/989] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[972/989] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[973/989] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[974/989] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[975/989] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[976/989] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[979/1042] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[980/1042] Emitting module NIOHTTP1
[981/1042] Compiling NIOTransportServices AcceptHandler.swift
[982/1042] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[983/1042] Compiling NIOTransportServices StateManagedListenerChannel.swift
[984/1042] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[985/1042] Compiling NIOTransportServices NIOTSEventLoop.swift
[986/1042] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[987/1060] Emitting module NIOTransportServices
[988/1062] Compiling NIOHPACK IntegerCoding.swift
[989/1062] Compiling NIOHPACK IndexedHeaderTable.swift
[990/1063] Compiling NIOHPACK HuffmanTables.swift
[991/1063] Compiling NIOTransportServices NIOTSBootstraps.swift
[992/1063] Compiling NIOTransportServices NIOTSChannelOptions.swift
[993/1063] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[994/1063] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[995/1063] Compiling NIOTransportServices StateManagedChannel.swift
[996/1063] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[997/1063] Compiling NIOTransportServices NIOTSListenerChannel.swift
[998/1063] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[999/1063] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1000/1063] Compiling NIOHTTPCompression HTTPCompression.swift
[1001/1063] Emitting module NIOHTTPCompression
[1002/1063] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1003/1063] Compiling NIOHTTPCompression HTTPDecompression.swift
[1004/1063] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1005/1063] Compiling NIOHPACK DynamicHeaderTable.swift
[1006/1063] Compiling NIOHPACK HPACKDecoder.swift
[1007/1063] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1008/1063] Compiling NIOHPACK HeaderTables.swift
[1009/1063] Compiling NIOHPACK HuffmanCoding.swift
[1010/1063] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1011/1063] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1012/1063] Compiling NIOHPACK StaticHeaderTable.swift
[1013/1063] Emitting module NIOSSL
[1014/1066] Compiling NIOHPACK HPACKErrors.swift
[1015/1066] Compiling NIOHPACK HPACKEncoder.swift
[1016/1066] Emitting module NIOHPACK
[1017/1066] Compiling NIOHPACK HPACKHeader.swift
[1022/1066] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1023/1066] Compiling NIOTransportServices NIOTSSingletons.swift
[1024/1066] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1025/1066] Compiling NIOTransportServices NIOTSErrors.swift
[1028/1066] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1029/1066] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1030/1066] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1031/1130] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1032/1130] Compiling NIOHTTP2 InboundEventBuffer.swift
[1033/1130] Compiling NIOHTTP2 InboundWindowManager.swift
[1034/1130] Compiling NIOHTTP2 StateMachineResult.swift
[1035/1130] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1036/1130] Compiling NIOHTTP2 DOSHeuristics.swift
[1037/1130] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1038/1130] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1039/1130] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1040/1130] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1041/1130] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1042/1130] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1043/1130] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1044/1130] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1045/1130] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1046/1130] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1047/1130] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1048/1130] Compiling NIOHTTP2 MayReceiveFrames.swift
[1049/1130] Compiling NIOHTTP2 ReceivingDataState.swift
[1050/1130] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1051/1130] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1052/1130] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1053/1130] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1054/1130] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1055/1130] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1056/1130] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1057/1130] Compiling NIOHTTP2 Error+Any.swift
[1058/1130] Compiling NIOHTTP2 QuiescingState.swift
[1059/1130] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1060/1130] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1061/1130] Compiling NIOHTTP2 GlitchesMonitor.swift
[1062/1130] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1063/1130] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1064/1130] Emitting module NIOHTTP2
[1072/1137] Compiling NIOHTTP2 SendingRstStreamState.swift
[1073/1137] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1074/1137] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1075/1137] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1076/1137] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1077/1137] Compiling NIOHTTP2 HasLocalSettings.swift
[1078/1137] Compiling NIOHTTP2 HasRemoteSettings.swift
[1079/1137] Compiling NIOHTTP2 HTTP2Stream.swift
[1080/1137] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1081/1137] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1082/1137] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1083/1137] Compiling NIOHTTP2 HTTP2StreamID.swift
[1084/1137] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1085/1137] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1093/1137] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1094/1137] Compiling NIOHTTP2 StreamChannelList.swift
[1095/1137] Compiling NIOHTTP2 StreamMap.swift
[1096/1137] Compiling NIOHTTP2 StreamStateMachine.swift
[1097/1137] Compiling NIOHTTP2 Timer.swift
[1098/1137] Compiling NIOHTTP2 UnsafeTransfer.swift
[1099/1137] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1100/1137] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1101/1137] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1102/1137] Compiling NIOHTTP2 MaySendFrames.swift
[1103/1137] Compiling NIOHTTP2 SendingDataState.swift
[1104/1137] Compiling NIOHTTP2 SendingGoawayState.swift
[1105/1137] Compiling NIOHTTP2 SendingHeadersState.swift
[1106/1137] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1107/1137] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1108/1137] Compiling NIOHTTP2 HTTP2Frame.swift
[1109/1137] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1110/1137] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1111/1137] Compiling NIOHTTP2 HTTP2PingData.swift
[1112/1137] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1113/1137] Compiling NIOHTTP2 HTTP2Settings.swift
[1133/1137] Compiling NIOHTTP2 HTTP2Error.swift
[1134/1137] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1135/1204] Emitting module APNSTestServer
[1136/1204] Compiling APNSTestServer APNSTestServer.swift
[1137/1204] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1138/1204] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1139/1204] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1140/1204] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1141/1204] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1142/1204] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1143/1204] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1144/1204] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1145/1211] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1146/1211] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1147/1211] Compiling AsyncHTTPClient ConnectionPool.swift
[1148/1211] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1149/1211] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1150/1211] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1151/1211] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1152/1211] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1153/1211] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1154/1211] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1155/1211] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1156/1211] Compiling AsyncHTTPClient Transaction.swift
[1157/1211] Compiling AsyncHTTPClient Base64.swift
[1158/1211] Compiling AsyncHTTPClient BasicAuth.swift
[1159/1211] Compiling AsyncHTTPClient SSLContextCache.swift
[1160/1211] Compiling AsyncHTTPClient Scheme.swift
[1161/1211] Compiling AsyncHTTPClient Singleton.swift
[1162/1211] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1163/1211] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1164/1211] Compiling AsyncHTTPClient TracingSupport.swift
[1165/1211] Compiling AsyncHTTPClient Utils.swift
[1166/1211] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1167/1211] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1168/1211] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1169/1211] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1170/1211] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1171/1211] Compiling AsyncHTTPClient RequestBodyLength.swift
[1172/1211] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1173/1211] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1174/1211] Compiling AsyncHTTPClient ConnectionTarget.swift
[1175/1211] Compiling AsyncHTTPClient DeconstructedURL.swift
[1176/1211] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1177/1211] Compiling AsyncHTTPClient FoundationExtensions.swift
[1178/1211] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1179/1211] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1180/1211] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1181/1211] Compiling AsyncHTTPClient TLSConfiguration.swift
[1182/1211] Compiling AsyncHTTPClient RedirectState.swift
[1183/1211] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1184/1211] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1185/1211] Compiling AsyncHTTPClient RequestBag.swift
[1186/1211] Compiling AsyncHTTPClient RequestValidation.swift
[1187/1211] Compiling AsyncHTTPClient RequestOptions.swift
[1188/1211] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1189/1211] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1190/1211] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1191/1211] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1192/1211] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1193/1211] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1194/1211] Emitting module AsyncHTTPClient
[1195/1211] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1196/1211] Compiling AsyncHTTPClient HTTPClient.swift
[1197/1211] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1198/1211] Compiling AsyncHTTPClient HTTPHandler.swift
[1199/1211] Compiling AsyncHTTPClient LRUCache.swift
[1200/1211] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1201/1211] Compiling AsyncHTTPClient NWErrorHandler.swift
[1202/1211] Compiling AsyncHTTPClient HTTP1Connection.swift
[1203/1211] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1204/1211] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1205/1211] Compiling AsyncHTTPClient HTTP2Connection.swift
[1206/1211] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1207/1211] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1208/1211] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1209/1217] Compiling APNS APNSJSONEncoder.swift
[1210/1217] Compiling APNS APNSClient.swift
[1211/1217] Compiling APNS APNSJSONDecoder.swift
[1212/1217] Compiling APNS APNSConfiguration.swift
[1213/1217] Emitting module APNS
[1214/1217] Compiling APNS APNSBroadcastClient.swift
[1215/1219] Compiling APNSExample Program.swift
[1216/1219] Emitting module APNSExample
[1216/1219] Write Objects.LinkFileList
[1217/1219] Linking APNSExample
[1218/1219] Applying APNSExample
Build complete! (81.94s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
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
Fetching https://github.com/apple/swift-nio-ssl.git from cache
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.18s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.26s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.27s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.38s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.40s)
Fetched https://github.com/apple/swift-nio.git from cache (2.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (5.24s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (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.33.1 (0.61s)
Fetching https://github.com/apple/swift-algorithms.git from cache
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-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/5691] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.90s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.04s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.05s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.06s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.06s)
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.57s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] 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.48s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.93s)
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.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.50s)
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.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.47s)
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.47s)
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.49s)
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.62s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.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-certificates.git
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2676] Fetching swift-service-lifecycle
[162/8904] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.80s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.05s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.05s)
[1/7125] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (2.06s)
Fetched https://github.com/apple/swift-asn1.git from cache (2.07s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (2.09s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (2.61s)
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.51s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (2.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.61s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.07s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.48s)
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.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.59s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (1.02s)
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/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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/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-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/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-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-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-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-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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.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.97.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.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.10.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.18.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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
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.