Build Information
Successful build of swift-webpush, reference 0.4.2 (70e9c0
), with Swift 6.1 for Linux on 30 Apr 2025 18:58:35 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mochidev/swift-webpush.git
Reference: 0.4.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mochidev/swift-webpush
* tag 0.4.2 -> FETCH_HEAD
HEAD is now at 70e9c03 Fixed an issue where Base64-encoded key IDs would fail lookups against the known set of keys
Cloned https://github.com/mochidev/swift-webpush.git
Revision (git rev-parse @):
70e9c03eb355c181ce0f9beada7eac3496d786b5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mochidev/swift-webpush.git at 0.4.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/mochidev/swift-webpush.git
https://github.com/mochidev/swift-webpush.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.10.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.77.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "swift-webpush",
"name" : "swift-webpush",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "WebPush",
"targets" : [
"WebPush"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebPushTesting",
"targets" : [
"WebPush",
"WebPushTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebPushTests",
"module_type" : "SwiftTarget",
"name" : "WebPushTests",
"path" : "Tests/WebPushTests",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto",
"Logging",
"NIOCore",
"ServiceLifecycle"
],
"sources" : [
"Base64URLCodingTests.swift",
"BytesTests.swift",
"ErrorTests.swift",
"Helpers/MockHTTPClient.swift",
"Helpers/VAPIDConfiguration+Testing.swift",
"MessageSizeTests.swift",
"NeverTests.swift",
"NotificationTests.swift",
"SubscriberTests.swift",
"TopicTests.swift",
"URLOriginTests.swift",
"VAPIDConfigurationTests.swift",
"VAPIDKeyTests.swift",
"VAPIDTokenTests.swift",
"WebPushManagerTests.swift"
],
"target_dependencies" : [
"WebPush",
"WebPushTesting"
],
"type" : "test"
},
{
"c99name" : "WebPushTesting",
"module_type" : "SwiftTarget",
"name" : "WebPushTesting",
"path" : "Sources/WebPushTesting",
"product_dependencies" : [
"Crypto",
"Logging"
],
"product_memberships" : [
"WebPushTesting"
],
"sources" : [
"Subscriber+Testing.swift",
"VAPIDConfiguration+Testing.swift",
"VAPIDKey+Testing.swift",
"WebPushManager+Testing.swift"
],
"target_dependencies" : [
"WebPush"
],
"type" : "library"
},
{
"c99name" : "WebPush",
"module_type" : "SwiftTarget",
"name" : "WebPush",
"path" : "Sources/WebPush",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto",
"Logging",
"ServiceLifecycle",
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"WebPush",
"WebPushTesting"
],
"sources" : [
"Errors/BadSubscriberError.swift",
"Errors/Base64URLDecodingError.swift",
"Errors/MessageTooLargeError.swift",
"Errors/PushServiceError.swift",
"Errors/UserAgentKeyMaterialError.swift",
"Errors/VAPIDConfigurationError.swift",
"Helpers/DataProtocol+Base64URLCoding.swift",
"Helpers/FixedWidthInteger+BigEndienBytes.swift",
"Helpers/HTTPClientProtocol.swift",
"Helpers/PrintLogHandler.swift",
"Helpers/StringProtocol+UTF8Bytes.swift",
"Helpers/URL+Origin.swift",
"Push Message/Notification.swift",
"Push Message/PushMessage.swift",
"Subscriber.swift",
"Topic.swift",
"VAPID/VAPID.swift",
"VAPID/VAPIDConfiguration.swift",
"VAPID/VAPIDKey.swift",
"VAPID/VAPIDToken.swift",
"WebPushManager.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/2394] Fetching swift-service-lifecycle
[696/6230] Fetching swift-service-lifecycle, swift-log
[4735/20088] Fetching swift-service-lifecycle, swift-log, swift-crypto
[7063/34053] Fetching swift-service-lifecycle, swift-log, swift-crypto, async-http-client
[9155/109622] Fetching swift-service-lifecycle, swift-log, swift-crypto, async-http-client, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.44s)
[12175/107228] Fetching swift-log, swift-crypto, async-http-client, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.91s)
[50354/103392] Fetching swift-crypto, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (0.91s)
[37283/89427] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.75s)
[53654/75569] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.35s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.81s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.46s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.32s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.87s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.09s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.65s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/5724] Fetching swift-nio-extras
[3608/11627] Fetching swift-nio-extras, swift-algorithms
[4535/13332] Fetching swift-nio-extras, swift-algorithms, swift-atomics
[10134/24836] Fetching swift-nio-extras, swift-algorithms, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.54s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.55s)
[8716/17228] Fetching swift-nio-extras, swift-nio-http2
[17229/32037] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.53s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.54s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.55s)
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.32s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.34s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (5.94s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.82s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.31s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.30s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.62s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.89s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.65s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.90s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.61s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Building for debugging...
[0/808] Write sources
[17/808] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[18/808] Write sources
[20/808] Compiling _NumericsShims _NumericsShims.c
[20/808] Write sources
[31/808] Compiling CNIOWindows shim.c
[32/808] Compiling _AtomicsShims.c
[33/808] Compiling CNIOWindows WSAStartup.c
[34/808] Compiling CNIOWASI CNIOWASI.c
[35/808] Compiling CNIOLinux liburing_shims.c
[36/808] Compiling CNIOLinux shim.c
[37/808] Compiling hexdump.cc
[38/808] Compiling CNIOLLHTTP c_nio_http.c
[39/808] Compiling CNIOLLHTTP c_nio_api.c
[40/808] Compiling CNIOExtrasZlib empty.c
[41/808] Compiling CNIODarwin shim.c
[42/808] Compiling fiat_p256_adx_sqr.S
[43/808] Write swift-version-24593BA9C3E375BF.txt
[44/808] Compiling fiat_p256_adx_mul.S
[45/808] Compiling fiat_curve25519_adx_square.S
[46/808] Compiling pair.cc
[47/808] Compiling printf.cc
[48/808] Compiling file.cc
[49/812] Compiling fd.cc
[50/812] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/831] Compiling fiat_curve25519_adx_mul.S
[52/849] Compiling CNIOBoringSSLShims shims.c
[54/849] Emitting module RealModule
[55/850] Emitting module InternalCollectionsUtilities
[55/852] Compiling tls_method.cc
[56/852] Compiling tls_record.cc
[58/852] Compiling _NIODataStructures PriorityQueue.swift
[59/852] Compiling RealModule Real.swift
[60/852] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/852] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/852] Emitting module _NIOBase64
[63/852] Compiling _NIOBase64 Base64.swift
[64/853] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/853] Compiling InternalCollectionsUtilities Specialize.swift
[66/853] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/853] Compiling RealModule RealFunctions.swift
[68/853] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[69/853] Compiling InternalCollectionsUtilities Debugging.swift
[70/853] Compiling InternalCollectionsUtilities Descriptions.swift
[71/853] Compiling RealModule AlgebraicField.swift
[72/853] Compiling RealModule ApproximateEquality.swift
[73/853] Compiling ConcurrencyHelpers LockedValueBox.swift
[75/853] Compiling RealModule Float+Real.swift
[76/853] Compiling RealModule ElementaryFunctions.swift
[77/853] Compiling RealModule AugmentedArithmetic.swift
[78/853] Compiling RealModule Double+Real.swift
[79/853] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[80/853] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/853] Compiling RealModule Float80+Real.swift
[82/853] Compiling RealModule Float16+Real.swift
[83/853] Compiling _NIODataStructures _TinyArray.swift
[85/854] Compiling InternalCollectionsUtilities Integer rank.swift
[86/854] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/854] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/854] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[91/855] Compiling tls13_server.cc
[95/910] Emitting module ConcurrencyHelpers
[96/910] Compiling ConcurrencyHelpers Lock.swift
[97/910] Emitting module Logging
[98/910] Compiling Logging Locks.swift
[98/911] Compiling tls13_enc.cc
[101/911] Compiling _NIODataStructures Heap.swift
[102/911] Compiling Logging Logging.swift
[103/911] Emitting module _NIODataStructures
[104/911] Compiling Logging LogHandler.swift
[105/911] Compiling Logging MetadataProvider.swift
[108/928] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[109/928] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[110/928] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[111/928] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[112/928] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[113/928] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[114/928] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[115/935] Compiling DequeModule Deque+CustomReflectable.swift
[116/935] Compiling DequeModule Deque+Descriptions.swift
[117/940] Compiling DequeModule _DequeBuffer.swift
[118/940] Compiling DequeModule _DequeBufferHeader.swift
[119/940] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[120/940] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[121/940] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[122/940] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[123/940] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[124/940] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[125/940] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[126/940] Compiling OrderedCollections OrderedSet+Initializers.swift
[127/940] Compiling OrderedCollections OrderedSet+Insertions.swift
[128/940] Compiling OrderedCollections OrderedSet+Invariants.swift
[129/940] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[130/940] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[131/940] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[132/940] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[133/940] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[134/940] Compiling DequeModule Deque+Testing.swift
[135/940] Compiling DequeModule Deque._Storage.swift
[136/940] Compiling OrderedCollections OrderedDictionary.swift
[137/940] Compiling OrderedCollections OrderedSet+Codable.swift
[138/940] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[139/940] Compiling OrderedCollections OrderedSet+Descriptions.swift
[140/940] Compiling OrderedCollections OrderedSet+Diffing.swift
[141/940] Compiling OrderedCollections OrderedSet+Equatable.swift
[142/940] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[143/940] Compiling OrderedCollections OrderedSet+Hashable.swift
[144/940] Compiling DequeModule Deque+Equatable.swift
[145/940] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[146/940] Compiling DequeModule Deque._UnsafeHandle.swift
[147/940] Compiling DequeModule Deque.swift
[150/940] Compiling DequeModule _DequeSlot.swift
[151/940] Compiling DequeModule _UnsafeWrappedBuffer.swift
[152/940] Compiling DequeModule Deque+Extras.swift
[153/940] Compiling DequeModule Deque+Hashable.swift
[156/940] Compiling UnixSignals UnixSignal.swift
[157/940] Compiling OrderedCollections OrderedDictionary+Codable.swift
[158/940] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[159/940] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[160/940] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[161/940] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[162/940] Compiling OrderedCollections OrderedDictionary+Elements.swift
[163/940] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[164/940] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[165/940] Emitting module UnixSignals
[166/940] Compiling UnixSignals UnixSignalsSequence.swift
[172/941] Emitting module DequeModule
[172/941] Compiling tls13_both.cc
[173/941] Compiling tls13_client.cc
[175/941] Compiling DequeModule Deque+Codable.swift
[176/941] Compiling DequeModule Deque+Collection.swift
[176/942] Compiling t1_enc.cc
[187/942] Compiling OrderedCollections OrderedSet+Sendable.swift
[188/942] Compiling OrderedCollections OrderedSet+SubSequence.swift
[189/942] Compiling OrderedCollections OrderedSet+Testing.swift
[190/942] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[191/942] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[192/942] Compiling OrderedCollections OrderedSet.swift
[193/942] Compiling OrderedCollections _UnsafeBitset.swift
[193/942] Compiling ssl_versions.cc
[195/942] Emitting module OrderedCollections
[195/943] Compiling ssl_x509.cc
[197/943] Compiling ssl_transcript.cc
[198/943] Compiling ssl_stat.cc
[199/943] Compiling ssl_privkey.cc
[200/943] Compiling ssl_session.cc
[201/943] Compiling ssl_key_share.cc
[202/943] Compiling ssl_file.cc
[203/943] Compiling ssl_lib.cc
[204/943] Compiling ssl_credential.cc
[205/943] Compiling ssl_cipher.cc
[206/943] Compiling ssl_cert.cc
[207/943] Compiling ssl_buffer.cc
[208/943] Compiling ssl_asn1.cc
[209/943] Compiling ssl_aead_ctx.cc
[210/943] Compiling s3_pkt.cc
[211/943] Compiling s3_lib.cc
[212/943] Compiling s3_both.cc
[213/943] Compiling handshake_server.cc
[214/943] Compiling handshake_client.cc
[215/943] Compiling handshake.cc
[216/943] Compiling handoff.cc
[217/943] Compiling dtls_record.cc
[218/943] Compiling encrypted_client_hello.cc
[219/943] Compiling md5-x86_64-linux.S
[220/943] Compiling md5-x86_64-apple.S
[221/943] Compiling md5-586-linux.S
[222/943] Compiling dtls_method.cc
[223/943] Compiling md5-586-apple.S
[224/943] Compiling extensions.cc
[225/943] Compiling chacha20_poly1305_x86_64-apple.S
[226/943] Compiling chacha20_poly1305_x86_64-linux.S
[227/943] Compiling chacha20_poly1305_armv8-win.S
[228/943] Compiling d1_srtp.cc
[229/943] Compiling chacha20_poly1305_armv8-linux.S
[230/943] Compiling chacha20_poly1305_armv8-apple.S
[231/943] Compiling err_data.cc
[232/943] Compiling chacha-x86_64-linux.S
[233/943] Compiling chacha-x86_64-apple.S
[234/943] Compiling chacha-armv8-win.S
[235/943] Compiling chacha-x86-apple.S
[236/943] Compiling chacha-x86-linux.S
[237/943] Compiling chacha-armv8-linux.S
[238/943] Compiling aes128gcmsiv-x86_64-linux.S
[239/943] Compiling aes128gcmsiv-x86_64-apple.S
[240/943] Compiling chacha-armv4-linux.S
[241/943] Compiling chacha-armv8-apple.S
[242/943] Compiling x86_64-mont5-apple.S
[243/943] Compiling x86_64-mont-linux.S
[244/943] Compiling x86_64-mont-apple.S
[245/943] Compiling x86_64-mont5-linux.S
[246/943] Compiling x86-mont-apple.S
[247/943] Compiling x86-mont-linux.S
[248/943] Compiling vpaes-x86-linux.S
[249/943] Compiling vpaes-x86_64-apple.S
[249/943] Compiling d1_lib.cc
[251/943] Compiling vpaes-x86_64-linux.S
[252/943] Compiling vpaes-x86-apple.S
[253/943] Compiling vpaes-armv8-win.S
[254/943] Compiling vpaes-armv8-linux.S
[255/943] Compiling vpaes-armv8-apple.S
[256/943] Compiling vpaes-armv7-linux.S
[257/943] Compiling sha512-x86_64-apple.S
[258/943] Compiling sha512-x86_64-linux.S
[258/943] Compiling bio_ssl.cc
[260/943] Compiling sha512-armv8-win.S
[261/943] Compiling sha512-armv8-linux.S
[262/943] Compiling sha512-armv8-apple.S
[263/943] Compiling sha512-armv4-linux.S
[264/943] Compiling sha512-586-linux.S
[265/943] Compiling sha256-armv8-win.S
[266/943] Compiling sha512-586-apple.S
[267/943] Compiling d1_both.cc
[268/943] Compiling sha256-x86_64-apple.S
[269/943] Compiling d1_pkt.cc
[270/943] Compiling sha256-armv8-linux.S
[271/943] Compiling sha256-x86_64-linux.S
[272/943] Compiling sha256-armv4-linux.S
[273/943] Compiling sha256-armv8-apple.S
[274/943] Compiling sha256-586-apple.S
[275/943] Compiling sha1-x86_64-apple.S
[276/943] Compiling sha256-586-linux.S
[277/943] Compiling sha1-armv8-linux.S
[278/943] Compiling sha1-armv8-apple.S
[279/943] Compiling sha1-armv8-win.S
[280/943] Compiling sha1-x86_64-linux.S
[281/943] Compiling rsaz-avx2-linux.S
[282/943] Compiling sha1-586-linux.S
[283/943] Compiling sha1-586-apple.S
[284/943] Compiling sha1-armv4-large-linux.S
[285/943] Compiling rsaz-avx2-apple.S
[285/943] Compiling rdrand-x86_64-apple.S
[287/943] Compiling rdrand-x86_64-linux.S
[288/943] Compiling p256_beeu-armv8-asm-linux.S
[289/943] Compiling p256_beeu-armv8-asm-win.S
[289/943] Compiling p256_beeu-x86_64-asm-apple.S
[291/943] Compiling p256_beeu-x86_64-asm-linux.S
[292/943] Compiling p256_beeu-armv8-asm-apple.S
[293/943] Compiling ghashv8-armv8-linux.S
[294/943] Compiling p256-armv8-asm-win.S
[295/943] Compiling p256-x86_64-asm-apple.S
[296/943] Compiling p256-armv8-asm-linux.S
[297/943] Compiling p256-x86_64-asm-linux.S
[298/943] Compiling ghashv8-armv8-win.S
[299/943] Compiling ghashv8-armv7-linux.S
[300/943] Compiling p256-armv8-asm-apple.S
[301/943] Compiling ghashv8-armv8-apple.S
[302/943] Compiling ghash-x86_64-apple.S
[303/943] Compiling ghash-x86-linux.S
[304/943] Compiling ghash-x86_64-linux.S
[305/943] Compiling ghash-x86-apple.S
[306/943] Compiling ghash-ssse3-x86-linux.S
[307/943] Compiling ghash-ssse3-x86_64-apple.S
[308/943] Compiling ghash-ssse3-x86_64-linux.S
[309/943] Compiling ghash-ssse3-x86-apple.S
[310/943] Compiling ghash-neon-armv8-linux.S
[311/943] Compiling ghash-neon-armv8-win.S
[312/943] Compiling ghash-neon-armv8-apple.S
[313/943] Compiling co-586-apple.S
[314/943] Compiling ghash-armv4-linux.S
[315/943] Compiling bn-armv8-apple.S
[316/943] Compiling bsaes-armv7-linux.S
[317/943] Compiling co-586-linux.S
[318/943] Compiling bn-armv8-linux.S
[319/943] Compiling bn-armv8-win.S
[320/943] Compiling bn-586-linux.S
[321/943] Compiling armv8-mont-win.S
[322/943] Compiling armv8-mont-apple.S
[323/943] Compiling bn-586-apple.S
[324/943] Compiling armv8-mont-linux.S
[324/943] Compiling aesv8-gcm-armv8-win.S
[326/943] Compiling aesv8-gcm-armv8-linux.S
[327/943] Compiling armv4-mont-linux.S
[328/943] Compiling aesv8-armv8-linux.S
[329/943] Compiling aesv8-armv7-linux.S
[330/943] Compiling aesv8-armv8-win.S
[331/943] Compiling aesv8-gcm-armv8-apple.S
[332/943] Compiling aesv8-armv8-apple.S
[333/943] Compiling aesni-x86_64-apple.S
[334/943] Compiling aesni-x86-apple.S
[335/943] Compiling aesni-x86-linux.S
[336/943] Compiling aesni-x86_64-linux.S
[337/943] Compiling aesni-gcm-x86_64-apple.S
[338/943] Compiling aesni-gcm-x86_64-linux.S
[339/943] Compiling aes-gcm-avx2-x86_64-apple.S
[340/943] Compiling aes-gcm-avx2-x86_64-linux.S
[341/943] Compiling aes-gcm-avx10-x86_64-linux.S
[342/943] Compiling aes-gcm-avx10-x86_64-apple.S
[343/943] Compiling x_sig.cc
[344/943] Compiling x_spki.cc
[345/943] Compiling x_x509a.cc
[346/943] Compiling x_val.cc
[346/943] Compiling x_x509.cc
[348/943] Compiling x_req.cc
[349/943] Compiling x_pubkey.cc
[350/943] Compiling x_name.cc
[351/943] Compiling x_exten.cc
[352/943] Compiling x_algor.cc
[353/943] Compiling x509spki.cc
[354/943] Compiling x_attrib.cc
[355/943] Compiling x_crl.cc
[356/943] Compiling x509rset.cc
[357/943] Compiling x_all.cc
[358/943] Compiling x509name.cc
[359/943] Compiling x509cset.cc
[360/943] Compiling x509_vpm.cc
[361/943] Compiling x509_trs.cc
[362/943] Compiling x509_txt.cc
[363/943] Compiling x509_v3.cc
[364/943] Compiling x509_vfy.cc
[365/943] Compiling x509_req.cc
[366/943] Compiling x509_set.cc
[367/943] Compiling x509_obj.cc
[368/943] Compiling x509_lu.cc
[369/943] Compiling x509_def.cc
[370/943] Compiling x509_d2.cc
[371/943] Compiling x509_ext.cc
[372/943] Compiling x509.cc
[373/943] Compiling x509_cmp.cc
[374/943] Compiling x509_att.cc
[375/943] Compiling v3_utl.cc
[376/943] Compiling v3_prn.cc
[377/943] Compiling v3_skey.cc
[378/943] Compiling v3_purp.cc
[379/943] Compiling v3_pmaps.cc
[380/943] Compiling v3_ocsp.cc
[381/943] Compiling v3_pcons.cc
[382/943] Compiling v3_ncons.cc
[383/943] Compiling v3_int.cc
[384/943] Compiling v3_lib.cc
[385/943] Compiling v3_info.cc
[386/943] Compiling v3_ia5.cc
[387/943] Compiling v3_extku.cc
[388/943] Compiling v3_genn.cc
[389/943] Compiling v3_enum.cc
[390/943] Compiling v3_crld.cc
[391/943] Compiling v3_bcons.cc
[392/943] Compiling v3_cpols.cc
[393/943] Compiling v3_bitst.cc
[394/943] Compiling t_x509a.cc
[395/943] Compiling v3_conf.cc
[396/943] Compiling v3_alt.cc
[397/943] Compiling v3_akeya.cc
[398/943] Compiling v3_akey.cc
[399/943] Compiling i2d_pr.cc
[400/943] Compiling t_x509.cc
[401/943] Compiling t_crl.cc
[402/943] Compiling t_req.cc
[403/943] Compiling rsa_pss.cc
[404/943] Compiling name_print.cc
[405/943] Compiling policy.cc
[406/943] Compiling by_file.cc
[407/943] Compiling by_dir.cc
[408/943] Compiling asn1_gen.cc
[409/943] Compiling a_digest.cc
[410/943] Compiling trust_token.cc
[411/943] Compiling voprf.cc
[412/943] Compiling a_sign.cc
[413/943] Compiling a_verify.cc
[414/943] Compiling algorithm.cc
[415/943] Compiling thread_win.cc
[416/943] Compiling thread_pthread.cc
[417/943] Compiling thread.cc
[418/943] Compiling thread_none.cc
[419/943] Compiling stack.cc
[420/943] Compiling siphash.cc
[421/943] Compiling pmbtoken.cc
[422/943] Compiling slhdsa.cc
[423/943] Compiling sha512.cc
[424/943] Compiling sha1.cc
[425/943] Compiling sha256.cc
[426/943] Compiling rsa_print.cc
[427/943] Compiling spake2plus.cc
[428/943] Compiling rsa_extra.cc
[429/943] Compiling rc4.cc
[430/943] Compiling refcount.cc
[431/943] Compiling rsa_crypt.cc
[432/943] Compiling windows.cc
[433/943] Compiling trusty.cc
[434/943] Compiling rand.cc
[434/943] Compiling urandom.cc
[436/943] Compiling rsa_asn1.cc
[437/943] Compiling ios.cc
[438/943] Compiling getentropy.cc
[439/943] Compiling poly1305_arm_asm.S
[439/943] Compiling passive.cc
[441/943] Compiling forkunsafe.cc
[442/943] Compiling fork_detect.cc
[443/943] Compiling deterministic.cc
[444/943] Compiling poly1305_arm.cc
[445/943] Compiling poly1305.cc
[446/943] Compiling poly1305_vec.cc
[447/943] Compiling pool.cc
[448/943] Compiling pkcs7.cc
[449/943] Compiling pkcs8_x509.cc
[450/943] Compiling p5_pbev2.cc
[451/943] Compiling pkcs8.cc
[452/943] Compiling pkcs7_x509.cc
[453/943] Compiling pem_xaux.cc
[454/943] Compiling pem_pkey.cc
[455/943] Compiling pem_x509.cc
[456/943] Compiling obj_xref.cc
[457/943] Compiling obj.cc
[458/943] Compiling mlkem.cc
[459/943] Compiling pem_pk8.cc
[460/943] Compiling mldsa.cc
[461/943] Compiling pem_oth.cc
[462/943] Compiling pem_all.cc
[463/943] Compiling pem_lib.cc
[464/943] Compiling md5.cc
[465/943] Compiling mem.cc
[466/943] Compiling pem_info.cc
[467/943] Compiling fips_shared_support.cc
[468/943] Compiling poly_rq_mul.S
[469/943] Compiling md4.cc
[470/943] Compiling kyber.cc
[471/943] Compiling lhash.cc
[472/943] Compiling hrss.cc
[473/943] Compiling hpke.cc
[474/943] Compiling ex_data.cc
[475/943] Compiling sign.cc
[476/943] Compiling pbkdf.cc
[477/943] Compiling scrypt.cc
[478/943] Compiling print.cc
[479/943] Compiling p_x25519.cc
[480/943] Compiling p_x25519_asn1.cc
[481/943] Compiling p_ed25519.cc
[482/943] Compiling p_rsa_asn1.cc
[483/943] Compiling p_ed25519_asn1.cc
[484/943] Compiling p_hkdf.cc
[485/943] Compiling p_ec_asn1.cc
[486/943] Compiling p_rsa.cc
[487/943] Compiling p_ec.cc
[488/943] Compiling p_dh_asn1.cc
[489/943] Compiling p_dh.cc
[490/943] Compiling evp_ctx.cc
[491/943] Compiling err.cc
[492/943] Compiling p_dsa_asn1.cc
[493/943] Compiling evp.cc
[494/943] Compiling engine.cc
[495/943] Compiling hash_to_curve.cc
[496/943] Compiling evp_asn1.cc
[497/943] Compiling ec_derive.cc
[498/943] Compiling ecdh.cc
[499/943] Compiling dsa_asn1.cc
[500/943] Compiling ecdsa_asn1.cc
[501/943] Compiling dsa.cc
[502/943] Compiling ec_asn1.cc
[503/943] Compiling params.cc
[504/943] Compiling x25519-asm-arm.S
[505/943] Compiling des.cc
[506/943] Compiling dh_asn1.cc
[507/943] Compiling digest_extra.cc
[508/943] Compiling bcm.cc
[509/943] Compiling curve25519.cc
[510/943] Compiling crypto.cc
[511/943] Compiling spake25519.cc
[512/943] Compiling cpu_arm_linux.cc
[513/943] Compiling cpu_intel.cc
[514/943] Compiling cpu_aarch64_sysreg.cc
[515/943] Compiling cpu_aarch64_openbsd.cc
[516/943] Compiling cpu_aarch64_win.cc
[517/943] Compiling cpu_arm_freebsd.cc
[518/943] Compiling curve25519_64_adx.cc
[519/943] Compiling cpu_aarch64_linux.cc
[520/943] Compiling cpu_aarch64_apple.cc
[521/943] Compiling cpu_aarch64_fuchsia.cc
[522/943] Compiling tls_cbc.cc
[523/943] Compiling get_cipher.cc
[524/943] Compiling conf.cc
[525/943] Compiling e_rc2.cc
[526/943] Compiling e_rc4.cc
[527/943] Compiling e_tls.cc
[528/943] Compiling e_chacha20poly1305.cc
[529/943] Compiling e_null.cc
[530/943] Compiling e_des.cc
[531/943] Compiling derive_key.cc
[532/943] Compiling unicode.cc
[533/943] Compiling e_aesctrhmac.cc
[534/943] Compiling e_aesgcmsiv.cc
[535/943] Compiling chacha.cc
[536/943] Compiling buf.cc
[537/943] Compiling cbs.cc
[538/943] Compiling blake2.cc
[539/943] Compiling ber.cc
[540/943] Compiling asn1_compat.cc
[541/943] Compiling cbb.cc
[542/943] Compiling bn_asn1.cc
[543/943] Compiling socket_helper.cc
[544/943] Compiling socket.cc
[545/943] Compiling printf.cc
[546/943] Compiling convert.cc
[547/943] Compiling pair.cc
[548/943] Compiling hexdump.cc
[549/943] Compiling file.cc
[550/943] Compiling fd.cc
[551/943] Compiling errno.cc
[552/943] Compiling bio_mem.cc
[553/943] Compiling connect.cc
[554/943] Compiling base64.cc
[555/943] Compiling bio.cc
[556/943] Compiling tasn_typ.cc
[557/943] Compiling tasn_fre.cc
[558/943] Compiling posix_time.cc
[559/943] Compiling tasn_utl.cc
[560/943] Compiling tasn_enc.cc
[561/943] Compiling f_int.cc
[562/943] Compiling tasn_new.cc
[563/943] Compiling f_string.cc
[564/943] Compiling asn_pack.cc
[565/943] Compiling tasn_dec.cc
[566/943] Compiling asn1_par.cc
[567/943] Compiling a_octet.cc
[568/943] Compiling a_time.cc
[569/943] Compiling a_type.cc
[570/943] Compiling a_utctm.cc
[571/943] Compiling asn1_lib.cc
[572/943] Compiling a_strex.cc
[573/943] Compiling a_strnid.cc
[574/943] Compiling a_object.cc
[575/943] Compiling a_mbstr.cc
[576/943] Compiling a_i2d_fp.cc
[577/943] Compiling a_dup.cc
[578/943] Compiling a_d2i_fp.cc
[579/943] Compiling fiat_p256_adx_sqr.S
[580/943] Compiling a_bitstr.cc
[581/943] Compiling fiat_p256_adx_mul.S
[582/943] Compiling a_bool.cc
[583/943] Compiling fiat_curve25519_adx_square.S
[584/943] Compiling md5-x86_64-linux.S
[585/943] Compiling fiat_curve25519_adx_mul.S
[586/943] Compiling a_int.cc
[587/943] Compiling md5-x86_64-apple.S
[588/943] Compiling md5-586-linux.S
[589/943] Compiling md5-586-apple.S
[590/943] Compiling chacha20_poly1305_x86_64-apple.S
[591/943] Compiling chacha20_poly1305_x86_64-linux.S
[592/943] Compiling chacha20_poly1305_armv8-win.S
[593/943] Compiling a_gentm.cc
[594/943] Compiling chacha20_poly1305_armv8-apple.S
[595/943] Compiling CCryptoBoringSSLShims shims.c
[596/943] Compiling chacha-x86_64-linux.S
[597/943] Compiling chacha20_poly1305_armv8-linux.S
[598/943] Compiling chacha-x86_64-apple.S
[599/943] Compiling chacha-x86-linux.S
[600/943] Compiling chacha-armv8-win.S
[601/943] Compiling err_data.cc
[602/943] Compiling chacha-x86-apple.S
[603/943] Compiling chacha-armv8-linux.S
[604/943] Compiling chacha-armv8-apple.S
[605/943] Compiling x86_64-mont5-apple.S
[606/943] Compiling chacha-armv4-linux.S
[607/943] Compiling aes128gcmsiv-x86_64-linux.S
[608/943] Compiling aes128gcmsiv-x86_64-apple.S
[609/943] Compiling x86_64-mont5-linux.S
[610/943] Compiling x86_64-mont-apple.S
[611/943] Compiling x86_64-mont-linux.S
[612/943] Compiling x86-mont-linux.S
[613/943] Compiling x86-mont-apple.S
[614/943] Compiling vpaes-x86_64-linux.S
[615/943] Compiling vpaes-x86_64-apple.S
[616/943] Compiling vpaes-x86-apple.S
[617/943] Compiling vpaes-x86-linux.S
[618/943] Compiling vpaes-armv8-win.S
[619/943] Compiling vpaes-armv8-apple.S
[620/943] Compiling vpaes-armv7-linux.S
[621/943] Compiling vpaes-armv8-linux.S
[622/943] Compiling sha512-x86_64-linux.S
[623/943] Compiling sha512-x86_64-apple.S
[624/943] Compiling sha512-armv8-win.S
[625/943] Compiling sha512-armv8-apple.S
[626/943] Compiling sha512-armv8-linux.S
[627/943] Compiling sha512-586-linux.S
[628/943] Compiling sha512-armv4-linux.S
[629/943] Compiling sha512-586-apple.S
[630/943] Compiling sha256-armv8-linux.S
[631/943] Compiling sha256-x86_64-apple.S
[632/943] Compiling sha256-armv8-win.S
[633/943] Compiling sha256-x86_64-linux.S
[634/943] Compiling sha256-586-linux.S
[635/943] Compiling sha256-armv8-apple.S
[636/943] Compiling sha256-armv4-linux.S
[637/943] Compiling sha256-586-apple.S
[638/943] Compiling sha1-x86_64-apple.S
[639/943] Compiling sha1-armv8-linux.S
[640/943] Compiling sha1-armv4-large-linux.S
[641/943] Compiling sha1-x86_64-linux.S
[642/943] Compiling sha1-armv8-win.S
[642/943] Compiling sha1-armv8-apple.S
[644/943] Compiling sha1-586-linux.S
[645/943] Compiling sha1-586-apple.S
[646/943] Compiling rdrand-x86_64-linux.S
[647/943] Compiling rsaz-avx2-apple.S
[648/943] Compiling rsaz-avx2-linux.S
[649/943] Compiling rdrand-x86_64-apple.S
[650/943] Compiling p256_beeu-x86_64-asm-apple.S
[651/943] Compiling p256_beeu-armv8-asm-win.S
[652/943] Compiling p256_beeu-armv8-asm-apple.S
[653/943] Compiling p256_beeu-armv8-asm-linux.S
[654/943] Compiling p256_beeu-x86_64-asm-linux.S
[655/943] Compiling p256-x86_64-asm-apple.S
[656/943] Compiling p256-x86_64-asm-linux.S
[657/943] Compiling p256-armv8-asm-linux.S
[658/943] Compiling p256-armv8-asm-apple.S
[659/943] Compiling ghashv8-armv8-win.S
[660/943] Compiling p256-armv8-asm-win.S
[661/943] Compiling ghashv8-armv8-linux.S
[662/943] Compiling ghashv8-armv8-apple.S
[663/943] Compiling ghash-x86_64-linux.S
[664/943] Compiling ghashv8-armv7-linux.S
[665/943] Compiling ghash-x86_64-apple.S
[666/943] Compiling ghash-x86-linux.S
[667/943] Compiling ghash-x86-apple.S
[668/943] Compiling ghash-ssse3-x86_64-apple.S
[669/943] Compiling ghash-ssse3-x86_64-linux.S
[670/943] Compiling ghash-ssse3-x86-linux.S
[671/943] Compiling ghash-ssse3-x86-apple.S
[672/943] Compiling ghash-neon-armv8-linux.S
[673/943] Compiling ghash-neon-armv8-apple.S
[674/943] Compiling ghash-armv4-linux.S
[675/943] Compiling co-586-linux.S
[676/943] Compiling ghash-neon-armv8-win.S
[677/943] Compiling co-586-apple.S
[678/943] Compiling bsaes-armv7-linux.S
[679/943] Compiling bn-armv8-win.S
[680/943] Compiling bn-armv8-linux.S
[681/943] Compiling bn-586-linux.S
[682/943] Compiling bn-armv8-apple.S
[683/943] Compiling bn-586-apple.S
[684/943] Compiling armv8-mont-win.S
[685/943] Compiling armv8-mont-linux.S
[686/943] Compiling armv8-mont-apple.S
[687/943] Compiling aesv8-gcm-armv8-win.S
[688/943] Compiling aesv8-gcm-armv8-linux.S
[689/943] Compiling aesv8-armv8-win.S
[690/943] Compiling aesv8-gcm-armv8-apple.S
[691/943] Compiling armv4-mont-linux.S
[692/943] Compiling aesv8-armv8-linux.S
[693/943] Compiling aesni-x86_64-linux.S
[694/943] Compiling aesv8-armv8-apple.S
[695/943] Compiling aesni-x86_64-apple.S
[696/943] Compiling aesv8-armv7-linux.S
[697/943] Compiling aesni-x86-linux.S
[698/943] Compiling aesni-x86-apple.S
[699/943] Compiling aesni-gcm-x86_64-linux.S
[700/943] Compiling aes-gcm-avx10-x86_64-apple.S
[701/943] Compiling aesni-gcm-x86_64-apple.S
[702/943] Compiling aes-gcm-avx10-x86_64-linux.S
[703/943] Compiling x_x509.cc
[704/943] Compiling c-nioatomics.c
[705/943] Compiling x_x509a.cc
[706/943] Compiling x_spki.cc
[707/943] Compiling x_sig.cc
[708/943] Compiling x_val.cc
[709/943] Compiling x_req.cc
[710/943] Compiling x_pubkey.cc
[711/943] Compiling c-atomics.c
[712/943] Compiling x_exten.cc
[713/943] Compiling x_name.cc
[714/949] Compiling x_attrib.cc
[715/949] Compiling x_crl.cc
[716/949] Compiling x_algor.cc
[717/949] Compiling x_all.cc
[718/949] Compiling x509spki.cc
[720/949] Compiling NIOConcurrencyHelpers NIOLock.swift
[720/949] Compiling x509_vfy.cc
[722/949] Compiling NIOConcurrencyHelpers lock.swift
[722/949] Compiling x509rset.cc
[724/949] Compiling NIOConcurrencyHelpers atomics.swift
[725/949] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[726/949] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[727/949] Emitting module NIOConcurrencyHelpers
[727/950] Compiling x509name.cc
[728/950] Compiling x509_vpm.cc
[730/950] Compiling x509cset.cc
[731/950] Compiling x509_v3.cc
[732/950] Compiling x509_txt.cc
[733/950] Compiling x509_trs.cc
[734/950] Compiling x509_set.cc
[735/950] Compiling x509_req.cc
[736/950] Compiling x509_obj.cc
[737/950] Compiling x509_ext.cc
[738/950] Compiling x509_lu.cc
[739/950] Compiling x509_d2.cc
[740/950] Compiling x509_cmp.cc
[741/950] Compiling x509_def.cc
[742/950] Compiling x509_att.cc
[743/950] Compiling x509.cc
[744/950] Compiling v3_purp.cc
[745/950] Compiling v3_utl.cc
[746/950] Compiling v3_skey.cc
[747/950] Compiling v3_pcons.cc
[748/950] Compiling v3_prn.cc
[749/950] Compiling v3_pmaps.cc
[750/950] Compiling v3_ocsp.cc
[751/950] Compiling v3_ncons.cc
[752/950] Compiling v3_int.cc
[753/950] Compiling v3_lib.cc
[754/950] Compiling v3_info.cc
[755/950] Compiling v3_genn.cc
[756/950] Compiling v3_ia5.cc
[757/950] Compiling v3_extku.cc
[758/950] Compiling v3_crld.cc
[759/950] Compiling v3_enum.cc
[760/950] Compiling v3_conf.cc
[761/950] Compiling v3_cpols.cc
[762/950] Compiling v3_bitst.cc
[763/950] Compiling t_x509.cc
[764/950] Compiling v3_akey.cc
[765/950] Compiling v3_alt.cc
[766/950] Compiling v3_bcons.cc
[767/950] Compiling v3_akeya.cc
[768/950] Compiling t_req.cc
[769/950] Compiling t_x509a.cc
[770/950] Compiling i2d_pr.cc
[771/950] Compiling t_crl.cc
[772/950] Compiling rsa_pss.cc
[773/950] Compiling policy.cc
[774/950] Compiling name_print.cc
[775/950] Compiling algorithm.cc
[776/950] Compiling by_file.cc
[777/950] Compiling by_dir.cc
[778/950] Compiling a_digest.cc
[779/950] Compiling a_verify.cc
[780/950] Compiling trust_token.cc
[781/950] Compiling voprf.cc
[782/950] Compiling asn1_gen.cc
[783/950] Compiling thread_win.cc
[784/950] Compiling a_sign.cc
[785/950] Compiling thread_pthread.cc
[786/950] Compiling thread.cc
[787/950] Compiling thread_none.cc
[788/950] Compiling pmbtoken.cc
[789/950] Compiling stack.cc
[790/950] Compiling wots.cc
[791/950] Compiling sha512.cc
[792/950] Compiling thash.cc
[793/950] Compiling slhdsa.cc
[794/950] Compiling siphash.cc
[795/950] Compiling fors.cc
[796/950] Compiling merkle.cc
[797/950] Compiling sha1.cc
[798/950] Compiling sha256.cc
[799/950] Compiling rsa_extra.cc
[800/950] Compiling rc4.cc
[801/950] Compiling rsa_print.cc
[802/950] Compiling refcount.cc
[803/950] Compiling rsa_asn1.cc
[804/950] Compiling trusty.cc
[805/950] Compiling getentropy.cc
[806/950] Compiling ios.cc
[807/950] Compiling rsa_crypt.cc
[808/950] Compiling rand_extra.cc
[809/950] Compiling urandom.cc
[810/950] Compiling windows.cc
[811/950] Compiling passive.cc
[812/950] Compiling poly1305_arm_asm.S
[813/950] Compiling deterministic.cc
[814/950] Compiling forkunsafe.cc
[815/950] Compiling fork_detect.cc
[816/950] Compiling poly1305_vec.cc
[817/950] Compiling poly1305_arm.cc
[818/950] Compiling poly1305.cc
[819/950] Compiling pool.cc
[820/950] Compiling pkcs7.cc
[821/950] Compiling pkcs8_x509.cc
[822/950] Compiling pkcs8.cc
[823/950] Compiling pem_x509.cc
[824/950] Compiling p5_pbev2.cc
[825/950] Compiling pem_pkey.cc
[826/950] Compiling pkcs7_x509.cc
[827/950] Compiling pem_xaux.cc
[828/950] Compiling pem_pk8.cc
[829/950] Compiling pem_oth.cc
[830/950] Compiling obj_xref.cc
[831/950] Compiling mlkem.cc
[832/950] Compiling mldsa.cc
[833/950] Compiling pem_lib.cc
[834/950] Compiling pem_info.cc
[835/950] Compiling obj.cc
[836/950] Compiling pem_all.cc
[837/950] Compiling mem.cc
[838/950] Compiling md5.cc
[839/950] Compiling poly_rq_mul.S
[840/950] Compiling fips_shared_support.cc
[841/950] Compiling lhash.cc
[842/950] Compiling md4.cc
[843/950] Compiling kyber.cc
[844/950] Compiling hrss.cc
[845/950] Compiling ex_data.cc
[846/950] Compiling sign.cc
[847/950] Compiling scrypt.cc
[848/950] Compiling hpke.cc
[849/950] Compiling print.cc
[850/950] Compiling pbkdf.cc
[851/950] Compiling p_x25519.cc
[852/950] Compiling p_x25519_asn1.cc
[853/950] Compiling p_rsa_asn1.cc
[854/950] Compiling p_hkdf.cc
[855/950] Compiling p_rsa.cc
[856/950] Compiling p_ed25519.cc
[857/950] Compiling p_ec_asn1.cc
[858/950] Compiling p_ed25519_asn1.cc
[859/950] Compiling p_ec.cc
[860/950] Compiling evp_ctx.cc
[861/950] Compiling p_dh.cc
[862/950] Compiling p_dh_asn1.cc
[863/950] Compiling p_dsa_asn1.cc
[864/950] Compiling evp_asn1.cc
[865/950] Compiling evp.cc
[866/950] Compiling err.cc
[867/950] Compiling engine.cc
[868/950] Compiling ecdsa_asn1.cc
[869/950] Compiling ecdh_extra.cc
[870/950] Compiling dsa_asn1.cc
[871/950] Compiling hash_to_curve.cc
[872/950] Compiling ec_derive.cc
[873/950] Compiling ec_asn1.cc
[874/950] Compiling dsa.cc
[875/950] Compiling params.cc
[876/950] Compiling digest_extra.cc
[877/950] Compiling x25519-asm-arm.S
[878/950] Compiling spake25519.cc
[879/950] Compiling dh_asn1.cc
[880/950] Compiling des.cc
[881/950] Compiling crypto.cc
[882/950] Compiling cpu_intel.cc
[883/950] Compiling cpu_aarch64_win.cc
[884/950] Compiling cpu_arm_freebsd.cc
[885/950] Compiling cpu_arm_linux.cc
[886/950] Compiling curve25519.cc
[887/950] Compiling cpu_aarch64_openbsd.cc
[888/950] Compiling cpu_aarch64_sysreg.cc
[889/950] Compiling curve25519_64_adx.cc
[890/950] Compiling cpu_aarch64_linux.cc
[891/950] Compiling cpu_aarch64_apple.cc
[892/950] Compiling cpu_aarch64_fuchsia.cc
[893/950] Compiling conf.cc
[894/950] Compiling tls_cbc.cc
[895/950] Compiling bcm.cc
[896/950] Compiling e_tls.cc
[897/950] Compiling e_rc4.cc
[898/950] Compiling e_rc2.cc
[899/950] Compiling e_null.cc
[900/950] Compiling e_des.cc
[901/950] Compiling e_chacha20poly1305.cc
[902/950] Compiling e_aesgcmsiv.cc
[903/950] Compiling derive_key.cc
[904/950] Compiling e_aesctrhmac.cc
[905/950] Compiling cipher_extra.cc
[906/950] Compiling chacha.cc
[907/950] Compiling unicode.cc
[908/950] Compiling asn1_compat.cc
[909/950] Compiling ber.cc
[910/950] Compiling buf.cc
[911/950] Compiling cbs.cc
[912/950] Compiling cbb.cc
[913/950] Compiling bn_asn1.cc
[914/950] Compiling blake2.cc
[915/950] Compiling convert.cc
[916/950] Compiling errno.cc
[917/950] Compiling base64.cc
[918/950] Compiling bio_mem.cc
[919/950] Compiling bio.cc
[920/950] Compiling tasn_typ.cc
[921/950] Compiling tasn_utl.cc
[922/950] Compiling tasn_fre.cc
[923/950] Compiling tasn_new.cc
[924/950] Compiling tasn_enc.cc
[925/950] Compiling asn_pack.cc
[926/950] Compiling posix_time.cc
[927/950] Compiling f_int.cc
[928/950] Compiling f_string.cc
[929/950] Compiling tasn_dec.cc
[930/950] Compiling asn1_par.cc
[931/950] Compiling asn1_lib.cc
[932/950] Compiling a_utctm.cc
[933/950] Compiling a_type.cc
[934/950] Compiling a_time.cc
[935/950] Compiling a_octet.cc
[936/950] Compiling a_strnid.cc
[937/950] Compiling a_strex.cc
[938/950] Compiling a_object.cc
[939/950] Compiling a_i2d_fp.cc
[940/950] Write sources
[941/950] Compiling a_mbstr.cc
[941/950] Write sources
[944/950] Compiling a_int.cc
[945/950] Compiling a_dup.cc
[946/950] Compiling a_gentm.cc
[947/950] Compiling a_d2i_fp.cc
[948/950] Compiling a_bool.cc
[949/1039] Compiling a_bitstr.cc
[951/1039] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[952/1039] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[953/1041] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[954/1041] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[955/1041] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[956/1041] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[957/1049] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[958/1049] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[959/1049] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[960/1049] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[961/1049] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[962/1049] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[963/1049] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[964/1049] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[965/1049] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[966/1049] Compiling Atomics IntegerOperations.swift
[967/1049] Compiling Atomics Unmanaged extensions.swift
[968/1049] Emitting module AsyncAlgorithms
[971/1055] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[972/1055] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[973/1055] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[974/1055] Compiling AsyncAlgorithms MergeStateMachine.swift
[975/1055] Compiling AsyncAlgorithms MergeStorage.swift
[976/1055] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[977/1055] Compiling AsyncAlgorithms Rethrow.swift
[978/1055] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[979/1055] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[980/1055] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[997/1058] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[998/1058] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[999/1058] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1005/1058] Compiling Algorithms Trim.swift
[1006/1058] Compiling Algorithms Unique.swift
[1007/1058] Compiling Algorithms Windows.swift
[1008/1058] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1009/1058] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1010/1058] Compiling AsyncAlgorithms DebounceStorage.swift
[1011/1058] Compiling AsyncAlgorithms Dictionary.swift
[1012/1058] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1013/1058] Compiling AsyncAlgorithms Locking.swift
[1035/1058] Compiling AsyncAlgorithms ChannelStorage.swift
[1036/1058] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1037/1058] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1038/1058] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1039/1058] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1040/1058] Emitting module Atomics
[1041/1058] Compiling AsyncAlgorithms SetAlgebra.swift
[1042/1058] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1043/1058] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1044/1058] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1045/1058] Compiling AsyncAlgorithms ZipStateMachine.swift
[1046/1058] Compiling AsyncAlgorithms ZipStorage.swift
[1052/1068] Compiling ServiceLifecycle Service.swift
[1053/1069] Compiling CryptoBoringWrapper RandomBytes.swift
[1054/1069] Emitting module Algorithms
[1055/1099] Compiling ServiceLifecycle ServiceRunnerError.swift
[1056/1129] Emitting module ServiceLifecycle
[1057/1129] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1059/1129] Compiling ServiceLifecycle CancellationWaiter.swift
[1060/1129] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1061/1129] Compiling ServiceLifecycle GracefulShutdown.swift
[1062/1129] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1063/1129] Compiling ServiceLifecycle ServiceGroup.swift
[1065/1130] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1066/1130] Emitting module CryptoBoringWrapper
[1067/1130] Compiling NIOCore MarkedCircularBuffer.swift
[1068/1130] Compiling NIOCore MulticastChannel.swift
[1069/1130] Compiling NIOCore NIOAny.swift
[1070/1130] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1071/1130] Compiling NIOCore NIOLoopBound.swift
[1072/1130] Compiling NIOCore NIOScheduledCallback.swift
[1073/1130] Compiling NIOCore NIOSendable.swift
[1074/1130] Compiling NIOCore RecvByteBufferAllocator.swift
[1075/1138] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1076/1138] Compiling CryptoBoringWrapper EllipticCurve.swift
[1077/1138] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1078/1138] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1079/1138] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1081/1210] Compiling Crypto MACFunctions.swift
[1082/1210] Compiling Crypto MessageAuthenticationCode.swift
[1083/1210] Compiling Crypto AES.swift
[1084/1210] Compiling Crypto ECDSASignature_boring.swift
[1085/1210] Compiling Crypto ECDSA_boring.swift
[1086/1210] Compiling Crypto EdDSA_boring.swift
[1087/1210] Compiling Crypto ECDSA.swift
[1088/1210] Compiling Crypto Ed25519.swift
[1089/1210] Compiling Crypto HPKE-Utils.swift
[1090/1210] Compiling Crypto DHKEM.swift
[1091/1210] Compiling Crypto HPKE-KEM-Curve25519.swift
[1092/1210] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1093/1210] Compiling Crypto HPKE-KEM.swift
[1094/1210] Compiling Crypto HPKE-Errors.swift
[1095/1210] Compiling Crypto SymmetricKeys.swift
[1096/1210] Compiling Crypto HMAC.swift
[1107/1219] Compiling Crypto DH.swift
[1108/1219] Compiling Crypto ECDH.swift
[1109/1219] Compiling Crypto HKDF.swift
[1110/1219] Compiling Crypto AESWrap.swift
[1111/1219] Compiling Crypto AESWrap_boring.swift
[1112/1219] Compiling Crypto Ed25519_boring.swift
[1113/1219] Compiling Crypto NISTCurvesKeys_boring.swift
[1114/1219] Compiling Crypto X25519Keys_boring.swift
[1115/1219] Compiling Crypto PKCS8PrivateKey.swift
[1116/1219] Compiling Crypto SEC1PrivateKey.swift
[1117/1219] Compiling Crypto SubjectPublicKeyInfo.swift
[1118/1219] Compiling Crypto CryptoKitErrors.swift
[1119/1219] Compiling Crypto Digest_boring.swift
[1120/1219] Compiling Crypto Digest.swift
[1121/1219] Compiling Crypto Digests.swift
[1122/1219] Compiling Crypto HashFunctions.swift
[1123/1219] Compiling Crypto HashFunctions_SHA2.swift
[1124/1219] Compiling Crypto HPKE-AEAD.swift
[1125/1219] Emitting module Crypto
[1132/1219] Compiling Crypto Curve25519.swift
[1133/1219] Compiling Crypto Ed25519Keys.swift
[1134/1219] Compiling Crypto NISTCurvesKeys.swift
[1135/1219] Compiling Crypto X25519Keys.swift
[1136/1219] Compiling Crypto ECDSASignature.swift
[1137/1219] Compiling Crypto PEMDocument.swift
[1144/1219] Compiling Crypto HPKE.swift
[1145/1219] Compiling Crypto HPKE-Context.swift
[1146/1219] Compiling Crypto HPKE-KeySchedule.swift
[1147/1219] Compiling Crypto HPKE-Modes.swift
[1148/1219] Compiling Crypto Insecure.swift
[1149/1219] Compiling Crypto Insecure_HashFunctions.swift
[1150/1219] Compiling Crypto KEM.swift
[1151/1219] Compiling Crypto ECDH_boring.swift
[1154/1219] Compiling Crypto HPKE-Ciphersuite.swift
[1155/1219] Compiling Crypto HPKE-KDF.swift
[1156/1219] Compiling Crypto HPKE-KexKeyDerivation.swift
[1157/1219] Compiling Crypto HPKE-LabeledExtract.swift
[1164/1219] Compiling Crypto AES-GCM.swift
[1165/1219] Compiling Crypto AES-GCM_boring.swift
[1166/1219] Compiling Crypto ChaChaPoly_boring.swift
[1167/1219] Compiling Crypto ChaChaPoly.swift
[1168/1219] Compiling Crypto Cipher.swift
[1169/1219] Compiling Crypto Nonces.swift
[1170/1219] Compiling Crypto ASN1.swift
[1171/1219] Compiling Crypto ASN1Any.swift
[1172/1219] Compiling Crypto ASN1BitString.swift
[1173/1219] Compiling Crypto ASN1Identifier.swift
[1174/1219] Compiling Crypto ASN1Integer.swift
[1175/1219] Compiling Crypto ASN1Null.swift
[1176/1219] Compiling Crypto ASN1OctetString.swift
[1177/1219] Compiling Crypto ASN1Strings.swift
[1178/1219] Compiling Crypto ArraySliceBigint.swift
[1179/1219] Compiling Crypto GeneralizedTime.swift
[1180/1219] Compiling Crypto ObjectIdentifier.swift
[1192/1219] Compiling Crypto ASN1Boolean.swift
[1193/1219] Compiling Crypto Signature.swift
[1194/1219] Compiling Crypto CryptoKitErrors_boring.swift
[1195/1219] Compiling Crypto RNG_boring.swift
[1196/1219] Compiling Crypto SafeCompare_boring.swift
[1197/1219] Compiling Crypto Zeroization_boring.swift
[1198/1219] Compiling Crypto PrettyBytes.swift
[1199/1219] Compiling Crypto SafeCompare.swift
[1200/1219] Compiling Crypto SecureBytes.swift
[1201/1219] Compiling Crypto Zeroization.swift
[1220/1220] Emitting module NIOCore
[1222/1272] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1223/1272] Compiling NIOEmbedded AsyncTestingChannel.swift
[1224/1272] Emitting module NIOEmbedded
[1225/1272] Compiling NIOEmbedded Embedded.swift
[1227/1273] Compiling NIOPosix IO.swift
[1228/1273] Compiling NIOPosix IntegerBitPacking.swift
[1229/1273] Compiling NIOPosix IntegerTypes.swift
[1230/1273] Compiling NIOPosix Linux.swift
[1231/1273] Compiling NIOPosix LinuxCPUSet.swift
[1232/1273] Compiling NIOPosix LinuxUring.swift
[1233/1273] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1234/1279] Compiling NIOPosix ThreadPosix.swift
[1235/1279] Compiling NIOPosix ThreadWindows.swift
[1236/1279] Compiling NIOPosix UnsafeTransfer.swift
[1237/1279] Compiling NIOPosix Utilities.swift
[1238/1279] Compiling NIOPosix VsockAddress.swift
[1239/1279] Compiling NIOPosix VsockChannelEvents.swift
[1240/1279] Compiling NIOPosix ServerSocket.swift
[1241/1279] Compiling NIOPosix Socket.swift
[1242/1279] Compiling NIOPosix SocketChannel.swift
[1243/1279] Compiling NIOPosix SocketProtocols.swift
[1244/1279] Compiling NIOPosix System.swift
[1245/1279] Compiling NIOPosix Thread.swift
[1246/1279] Compiling NIOPosix SelectableChannel.swift
[1247/1279] Compiling NIOPosix SelectableEventLoop.swift
[1248/1279] Compiling NIOPosix SelectorEpoll.swift
[1249/1279] Compiling NIOPosix SelectorGeneric.swift
[1250/1279] Compiling NIOPosix SelectorKqueue.swift
[1251/1279] Compiling NIOPosix SelectorUring.swift
[1252/1279] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1253/1279] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1254/1279] Compiling NIOPosix PosixSingletons.swift
[1255/1279] Compiling NIOPosix RawSocketBootstrap.swift
[1256/1279] Compiling NIOPosix Resolver.swift
[1257/1279] Compiling NIOPosix Selectable.swift
[1258/1279] Compiling NIOPosix BSDSocketAPICommon.swift
[1259/1279] Compiling NIOPosix BSDSocketAPIPosix.swift
[1260/1279] Compiling NIOPosix BSDSocketAPIWindows.swift
[1261/1279] Compiling NIOPosix BaseSocket.swift
[1262/1279] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1263/1279] Compiling NIOPosix BaseSocketChannel.swift
[1264/1279] Compiling NIOPosix BaseStreamSocketChannel.swift
[1265/1279] Emitting module NIOPosix
[1266/1279] Compiling NIOPosix Bootstrap.swift
[1267/1279] Compiling NIOPosix ControlMessage.swift
[1268/1279] Compiling NIOPosix DatagramVectorReadManager.swift
[1269/1279] Compiling NIOPosix Errors+Any.swift
[1270/1279] Compiling NIOPosix FileDescriptor.swift
[1271/1279] Compiling NIOPosix GetaddrinfoResolver.swift
[1272/1279] Compiling NIOPosix HappyEyeballs.swift
[1273/1279] Compiling NIOPosix NIOThreadPool.swift
[1274/1279] Compiling NIOPosix NonBlockingFileIO.swift
[1275/1279] Compiling NIOPosix PendingDatagramWritesManager.swift
[1276/1279] Compiling NIOPosix PendingWritesManager.swift
[1277/1279] Compiling NIOPosix PipeChannel.swift
[1278/1279] Compiling NIOPosix PipePair.swift
[1279/1279] Compiling NIOPosix Pool.swift
[1281/1282] Emitting module NIO
[1282/1282] Compiling NIO Exports.swift
[1284/1322] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1285/1322] Compiling NIOTLS TLSEvents.swift
[1286/1322] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1287/1322] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1288/1323] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1289/1323] Emitting module NIOTLS
[1290/1323] Compiling NIOSOCKS SOCKSResponse.swift
[1291/1323] Compiling NIOSOCKS ClientStateMachine.swift
[1292/1323] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1293/1323] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1294/1325] Compiling NIOSOCKS ServerStateMachine.swift
[1295/1325] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1296/1325] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1297/1325] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1298/1325] Compiling NIOHTTP1 HTTPDecoder.swift
[1301/1325] Emitting module NIOSOCKS
[1302/1325] Compiling NIOHTTP1 HTTPEncoder.swift
[1303/1325] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1304/1326] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1305/1326] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1306/1326] Compiling NIOTLS SNIHandler.swift
[1307/1326] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1310/1327] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1311/1327] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1312/1327] Emitting module NIOFoundationCompat
[1313/1327] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1315/1348] Compiling NIOSSL ObjectIdentifier.swift
[1316/1349] Compiling NIOSSL PosixPort.swift
[1317/1357] Compiling NIOSSL CustomPrivateKey.swift
[1318/1357] Compiling NIOSSL IdentityVerification.swift
[1319/1379] Compiling NIOTransportServices StateManagedChannel.swift
[1320/1379] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1321/1379] Emitting module NIOTransportServices
[1322/1381] Compiling NIOTransportServices NIOTSBootstraps.swift
[1323/1381] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1324/1381] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1327/1381] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1328/1381] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1329/1381] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1330/1381] Compiling NIOTransportServices AcceptHandler.swift
[1331/1381] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1332/1381] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1333/1381] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1334/1381] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1335/1381] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1336/1381] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1337/1381] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1338/1381] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1339/1381] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1340/1381] Compiling NIOTransportServices NIOTSSingletons.swift
[1341/1381] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1342/1381] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1343/1381] Compiling NIOTransportServices NIOTSErrors.swift
[1344/1381] Compiling NIOTransportServices NIOTSEventLoop.swift
[1350/1382] Emitting module NIOHTTP1
[1355/1383] Compiling NIOSSL NIOSSLSecureBytes.swift
[1356/1383] Compiling NIOSSL RNG.swift
[1357/1383] Compiling NIOSSL SafeCompare.swift
[1358/1383] Compiling NIOSSL Zeroization.swift
[1362/1383] Compiling NIOSSL SubjectAlternativeName.swift
[1363/1386] Emitting module NIOSSL
[1384/1404] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1385/1404] Compiling NIOHPACK IndexedHeaderTable.swift
[1386/1404] Compiling NIOHPACK IntegerCoding.swift
[1387/1405] Compiling NIOHPACK HuffmanTables.swift
[1388/1405] Compiling NIOHPACK HuffmanCoding.swift
[1389/1405] Compiling NIOHTTPCompression HTTPCompression.swift
[1390/1405] Emitting module NIOHTTPCompression
[1391/1405] Compiling NIOHTTPCompression HTTPDecompression.swift
[1392/1405] Compiling NIOHPACK StaticHeaderTable.swift
[1393/1405] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1394/1405] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1395/1405] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1397/1406] Emitting module NIOHPACK
[1398/1406] Compiling NIOHPACK HPACKHeader.swift
[1399/1406] Compiling NIOHPACK HeaderTables.swift
[1400/1406] Compiling NIOHPACK HPACKEncoder.swift
[1401/1406] Compiling NIOHPACK HPACKErrors.swift
[1402/1406] Compiling NIOHPACK DynamicHeaderTable.swift
[1403/1406] Compiling NIOHPACK HPACKDecoder.swift
[1405/1407] Compiling NIOSSL TLSConfiguration.swift
[1406/1407] Compiling NIOSSL UniversalBootstrapSupport.swift
[1407/1407] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1409/1466] Emitting module NIOHTTP2
[1410/1474] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1411/1474] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1412/1474] Compiling NIOHTTP2 HasLocalSettings.swift
[1413/1474] Compiling NIOHTTP2 HasRemoteSettings.swift
[1414/1474] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1415/1474] Compiling NIOHTTP2 QuiescingState.swift
[1416/1474] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1417/1474] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1418/1474] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1419/1474] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1420/1474] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1421/1474] Compiling NIOHTTP2 HTTP2StreamID.swift
[1422/1474] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1423/1474] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1424/1474] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1425/1474] Compiling NIOHTTP2 InboundEventBuffer.swift
[1426/1474] Compiling NIOHTTP2 InboundWindowManager.swift
[1427/1474] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1428/1474] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1429/1474] Compiling NIOHTTP2 StreamChannelList.swift
[1430/1474] Compiling NIOHTTP2 StreamMap.swift
[1431/1474] Compiling NIOHTTP2 StreamStateMachine.swift
[1432/1474] Compiling NIOHTTP2 UnsafeTransfer.swift
[1433/1474] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1434/1474] Compiling NIOHTTP2 StateMachineResult.swift
[1435/1474] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1436/1474] Compiling NIOHTTP2 DOSHeuristics.swift
[1437/1474] Compiling NIOHTTP2 Error+Any.swift
[1438/1474] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1439/1474] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1440/1474] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1441/1474] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1442/1474] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1443/1474] Compiling NIOHTTP2 HTTP2Frame.swift
[1444/1474] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1445/1474] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1446/1474] Compiling NIOHTTP2 HTTP2PingData.swift
[1447/1474] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1448/1474] Compiling NIOHTTP2 HTTP2Settings.swift
[1449/1474] Compiling NIOHTTP2 HTTP2Stream.swift
[1450/1474] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1451/1474] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1452/1474] Compiling NIOHTTP2 MayReceiveFrames.swift
[1453/1474] Compiling NIOHTTP2 ReceivingDataState.swift
[1454/1474] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1455/1474] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1456/1474] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1457/1474] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1458/1474] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1459/1474] Compiling NIOHTTP2 MaySendFrames.swift
[1460/1474] Compiling NIOHTTP2 SendingDataState.swift
[1461/1474] Compiling NIOHTTP2 SendingGoawayState.swift
[1462/1474] Compiling NIOHTTP2 SendingHeadersState.swift
[1463/1474] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1464/1474] Compiling NIOHTTP2 SendingRstStreamState.swift
[1465/1474] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1466/1474] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1467/1474] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1468/1474] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1469/1474] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1470/1474] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1471/1474] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1472/1474] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1473/1474] Compiling NIOHTTP2 HTTP2Error.swift
[1474/1474] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1476/1534] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1477/1534] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1478/1534] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1479/1534] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1480/1534] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1481/1534] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1482/1534] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1483/1534] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1484/1534] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1485/1542] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1486/1542] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1487/1542] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1488/1542] Compiling AsyncHTTPClient HTTP1Connection.swift
[1489/1542] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1490/1542] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1491/1542] Compiling AsyncHTTPClient HTTP2Connection.swift
[1492/1542] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1493/1542] Emitting module AsyncHTTPClient
[1494/1542] Compiling AsyncHTTPClient RequestBag.swift
[1495/1542] Compiling AsyncHTTPClient RequestValidation.swift
[1496/1542] Compiling AsyncHTTPClient SSLContextCache.swift
[1497/1542] Compiling AsyncHTTPClient Scheme.swift
[1498/1542] Compiling AsyncHTTPClient Singleton.swift
[1499/1542] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1500/1542] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1501/1542] Compiling AsyncHTTPClient Utils.swift
[1502/1542] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1503/1542] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1504/1542] Compiling AsyncHTTPClient Transaction.swift
[1505/1542] Compiling AsyncHTTPClient Base64.swift
[1506/1542] Compiling AsyncHTTPClient BasicAuth.swift
[1507/1542] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1508/1542] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1509/1542] Compiling AsyncHTTPClient ConnectionPool.swift
[1510/1542] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1511/1542] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1512/1542] Compiling AsyncHTTPClient RequestOptions.swift
[1513/1542] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1514/1542] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1515/1542] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1516/1542] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1517/1542] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1518/1542] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1519/1542] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1520/1542] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1521/1542] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1522/1542] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1523/1542] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1524/1542] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1525/1542] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1526/1542] Compiling AsyncHTTPClient RequestBodyLength.swift
[1527/1542] Compiling AsyncHTTPClient HTTPClient.swift
[1528/1542] Compiling AsyncHTTPClient HTTPHandler.swift
[1529/1542] Compiling AsyncHTTPClient LRUCache.swift
[1530/1542] Compiling AsyncHTTPClient NWErrorHandler.swift
[1531/1542] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1532/1542] Compiling AsyncHTTPClient TLSConfiguration.swift
[1533/1542] Compiling AsyncHTTPClient RedirectState.swift
[1534/1542] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1535/1542] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1536/1542] Compiling AsyncHTTPClient ConnectionTarget.swift
[1537/1542] Compiling AsyncHTTPClient DeconstructedURL.swift
[1538/1542] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1539/1542] Compiling AsyncHTTPClient FoundationExtensions.swift
[1540/1542] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1541/1542] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1542/1542] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1544/1563] Compiling WebPush BadSubscriberError.swift
[1545/1563] Compiling WebPush Base64URLDecodingError.swift
[1546/1563] Compiling WebPush MessageTooLargeError.swift
[1547/1563] Compiling WebPush DataProtocol+Base64URLCoding.swift
[1548/1563] Compiling WebPush FixedWidthInteger+BigEndienBytes.swift
[1549/1563] Compiling WebPush HTTPClientProtocol.swift
[1550/1565] Emitting module WebPush
[1551/1565] Compiling WebPush Topic.swift
[1552/1565] Compiling WebPush VAPID.swift
[1553/1565] Compiling WebPush PushServiceError.swift
[1554/1565] Compiling WebPush UserAgentKeyMaterialError.swift
[1555/1565] Compiling WebPush VAPIDConfigurationError.swift
[1556/1565] Compiling WebPush VAPIDConfiguration.swift
[1557/1565] Compiling WebPush VAPIDKey.swift
[1558/1565] Compiling WebPush PrintLogHandler.swift
[1559/1565] Compiling WebPush StringProtocol+UTF8Bytes.swift
[1560/1565] Compiling WebPush URL+Origin.swift
[1561/1565] Compiling WebPush Notification.swift
[1562/1565] Compiling WebPush PushMessage.swift
[1563/1565] Compiling WebPush Subscriber.swift
[1564/1565] Compiling WebPush VAPIDToken.swift
[1565/1565] Compiling WebPush WebPushManager.swift
[1567/1571] Compiling WebPushTesting Subscriber+Testing.swift
[1568/1571] Compiling WebPushTesting VAPIDConfiguration+Testing.swift
[1569/1571] Emitting module WebPushTesting
[1570/1571] Compiling WebPushTesting VAPIDKey+Testing.swift
[1571/1571] Compiling WebPushTesting WebPushManager+Testing.swift
Build complete! (266.93s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.10.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.77.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "swift-webpush",
"name" : "swift-webpush",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "WebPush",
"targets" : [
"WebPush"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebPushTesting",
"targets" : [
"WebPush",
"WebPushTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebPushTests",
"module_type" : "SwiftTarget",
"name" : "WebPushTests",
"path" : "Tests/WebPushTests",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto",
"Logging",
"NIOCore",
"ServiceLifecycle"
],
"sources" : [
"Base64URLCodingTests.swift",
"BytesTests.swift",
"ErrorTests.swift",
"Helpers/MockHTTPClient.swift",
"Helpers/VAPIDConfiguration+Testing.swift",
"MessageSizeTests.swift",
"NeverTests.swift",
"NotificationTests.swift",
"SubscriberTests.swift",
"TopicTests.swift",
"URLOriginTests.swift",
"VAPIDConfigurationTests.swift",
"VAPIDKeyTests.swift",
"VAPIDTokenTests.swift",
"WebPushManagerTests.swift"
],
"target_dependencies" : [
"WebPush",
"WebPushTesting"
],
"type" : "test"
},
{
"c99name" : "WebPushTesting",
"module_type" : "SwiftTarget",
"name" : "WebPushTesting",
"path" : "Sources/WebPushTesting",
"product_dependencies" : [
"Crypto",
"Logging"
],
"product_memberships" : [
"WebPushTesting"
],
"sources" : [
"Subscriber+Testing.swift",
"VAPIDConfiguration+Testing.swift",
"VAPIDKey+Testing.swift",
"WebPushManager+Testing.swift"
],
"target_dependencies" : [
"WebPush"
],
"type" : "library"
},
{
"c99name" : "WebPush",
"module_type" : "SwiftTarget",
"name" : "WebPush",
"path" : "Sources/WebPush",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto",
"Logging",
"ServiceLifecycle",
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"WebPush",
"WebPushTesting"
],
"sources" : [
"Errors/BadSubscriberError.swift",
"Errors/Base64URLDecodingError.swift",
"Errors/MessageTooLargeError.swift",
"Errors/PushServiceError.swift",
"Errors/UserAgentKeyMaterialError.swift",
"Errors/VAPIDConfigurationError.swift",
"Helpers/DataProtocol+Base64URLCoding.swift",
"Helpers/FixedWidthInteger+BigEndienBytes.swift",
"Helpers/HTTPClientProtocol.swift",
"Helpers/PrintLogHandler.swift",
"Helpers/StringProtocol+UTF8Bytes.swift",
"Helpers/URL+Origin.swift",
"Push Message/Notification.swift",
"Push Message/PushMessage.swift",
"Subscriber.swift",
"Topic.swift",
"VAPID/VAPID.swift",
"VAPID/VAPIDConfiguration.swift",
"VAPID/VAPIDKey.swift",
"VAPID/VAPIDToken.swift",
"WebPushManager.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.