Build Information
Successful build of pir-service-example, reference main (1a0747), with Swift 6.1 for macOS (SPM) on 2 Oct 2025 03:15:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/pir-service-example.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/pir-service-example
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1a0747b Improve unknown usecase error message (#109)
Cloned https://github.com/apple/pir-service-example.git
Revision (git rev-parse @):
1a0747b1dae7325df8b439a9782ceb68ea35e73a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/pir-service-example.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/pir-service-example.git
https://github.com/apple/pir-service-example.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.10.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-homomorphic-encryption",
"requirement" : {
"branch" : [
"release/1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-homomorphic-encryption"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.31.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird"
},
{
"identity" : "hummingbird-compression",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird-compression"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "pir-service-example",
"name" : "pir-service-example",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "PIRService",
"targets" : [
"PIRService"
],
"type" : {
"executable" : null
}
},
{
"name" : "ConstructDatabase",
"targets" : [
"ConstructDatabase"
],
"type" : {
"executable" : null
}
},
{
"name" : "PrivacyPass",
"targets" : [
"PrivacyPass"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PIRServiceTesting",
"targets" : [
"PIRServiceTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UtilTests",
"module_type" : "SwiftTarget",
"name" : "UtilTests",
"path" : "Tests/UtilTests",
"sources" : [
"UtilTests.swift"
],
"target_dependencies" : [
"Util"
],
"type" : "test"
},
{
"c99name" : "Util",
"module_type" : "SwiftTarget",
"name" : "Util",
"path" : "Sources/Util",
"product_memberships" : [
"PIRService",
"PrivacyPass",
"PIRServiceTesting"
],
"sources" : [
"OperatingSystem.swift",
"Platform.swift"
],
"type" : "library"
},
{
"c99name" : "PrivacyPassTests",
"module_type" : "SwiftTarget",
"name" : "PrivacyPassTests",
"path" : "Tests/PrivacyPassTests",
"product_dependencies" : [
"Crypto",
"_CryptoExtras"
],
"sources" : [
"PrivacyPassPublicTests.swift",
"PrivacyPassTests.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"PrivacyPass"
],
"type" : "test"
},
{
"c99name" : "PrivacyPass",
"module_type" : "SwiftTarget",
"name" : "PrivacyPass",
"path" : "Sources/PrivacyPass",
"product_dependencies" : [
"Crypto",
"SwiftASN1",
"_CryptoExtras"
],
"product_memberships" : [
"PIRService",
"PrivacyPass",
"PIRServiceTesting"
],
"sources" : [
"Array+Base64URL.swift",
"Issuer.swift",
"NonceStoring.swift",
"PrivacyPass.swift",
"PrivacyPassError.swift",
"PrivateKey.swift",
"PublicKey+request.swift",
"PublicKey.swift",
"Token.swift",
"TokenChallenge.swift",
"TokenIssuerDirectory.swift",
"TokenRequest.swift",
"TokenResponse.swift",
"Util.swift",
"Verifier.swift"
],
"target_dependencies" : [
"Util"
],
"type" : "library"
},
{
"c99name" : "PIRServiceTests",
"module_type" : "SwiftTarget",
"name" : "PIRServiceTests",
"path" : "Tests/PIRServiceTests",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"ExampleUsecase.swift",
"PIRServiceControllerTests.swift",
"PIRServiceTests.swift",
"TestClientProtocol+Protobuf.swift",
"TestResponse+Protobuf.swift"
],
"target_dependencies" : [
"PIRService",
"PIRServiceTesting"
],
"type" : "test"
},
{
"c99name" : "PIRServiceTesting",
"module_type" : "SwiftTarget",
"name" : "PIRServiceTesting",
"path" : "Sources/PIRServiceTesting",
"product_dependencies" : [
"HomomorphicEncryptionProtobuf",
"HummingbirdTesting",
"PrivateInformationRetrievalProtobuf"
],
"product_memberships" : [
"PIRServiceTesting"
],
"sources" : [
"PIRClient+KeyRotation.swift",
"PIRClient+PrivacyPass.swift",
"PIRClient.swift",
"PIRClientError.swift",
"PIRConfig+ShardConfig.swift",
"TestClientProtocol+Protobuf.swift"
],
"target_dependencies" : [
"PrivacyPass",
"Util"
],
"type" : "library"
},
{
"c99name" : "PIRService",
"module_type" : "SwiftTarget",
"name" : "PIRService",
"path" : "Sources/PIRService",
"product_dependencies" : [
"ArgumentParser",
"Crypto",
"HomomorphicEncryptionProtobuf",
"Hummingbird",
"HummingbirdCompression",
"PrivateInformationRetrievalProtobuf",
"ServiceLifecycle",
"UnixSignals"
],
"product_memberships" : [
"PIRService"
],
"sources" : [
"Application+build.swift",
"Controllers/PIRServiceController.swift",
"Controllers/PirUsecase.swift",
"Controllers/PrivacyPassController.swift",
"Controllers/PrivacyPassState.swift",
"Controllers/Usecase.swift",
"Controllers/UsecaseStore.swift",
"Controllers/UserAuthenticator.swift",
"Extensions/HEError+HTTPErrorResponse.swift",
"Extensions/HTTPFields+authorization.swift",
"Extensions/PirConfig+compatible.swift",
"Extensions/PrivacyPass+ResponseGenerator.swift",
"Extensions/ProtobufExtensions.swift",
"Extensions/Request+DecodeProtobuf.swift",
"Middlewares/ExtractPlatform.swift",
"Middlewares/ExtractUserIdentifier.swift",
"Middlewares/LogErrorsMiddleware.swift",
"Middlewares/UserTierAuthentication.swift",
"ReloadService.swift",
"main.swift"
],
"target_dependencies" : [
"PrivacyPass",
"Util"
],
"type" : "executable"
},
{
"c99name" : "ConstructDatabase",
"module_type" : "SwiftTarget",
"name" : "ConstructDatabase",
"path" : "Sources/ConstructDatabase",
"product_dependencies" : [
"ArgumentParser",
"PrivateInformationRetrievalProtobuf",
"SwiftProtobuf"
],
"product_memberships" : [
"ConstructDatabase"
],
"sources" : [
"ConstructDatabase.swift",
"generated/CallIdentity.pb.swift",
"generated/InputIdentities.pb.swift"
],
"type" : "executable"
}
],
"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
[3/3] Compiling plugin SwiftProtobufPlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/873] Write sources
[7/873] Copying PrivacyInfo.xcprivacy
[9/873] Write sources
[15/873] Copying PrivacyInfo.xcprivacy
[15/873] Write sources
[15/873] Copying PrivacyInfo.xcprivacy
[22/873] Write sources
[27/873] Copying PrivacyInfo.xcprivacy
[28/873] Write PIRService-entitlement.plist
[28/873] Write sources
[59/873] Write ConstructDatabase-entitlement.plist
[59/873] Write sources
[74/873] Compiling CNIOWindows shim.c
[75/873] Compiling CNIOWindows WSAStartup.c
[75/873] Compiling CNIOWASI CNIOWASI.c
[75/873] Compiling CNIOLinux shim.c
[78/873] Compiling CNIOLinux liburing_shims.c
[79/873] Compiling _NumericsShims _NumericsShims.c
[80/873] Write swift-version-2F0A5646E1D333AE.txt
[81/873] Compiling CNIOExtrasZlib empty.c
[82/873] Compiling fiat_p256_adx_sqr.S
[83/873] Compiling _AtomicsShims.c
[84/873] Compiling CNIOPosix event_loop_id.c
[85/873] Compiling CUtil zeroize.c
[86/879] Compiling CNIOLLHTTP c_nio_http.c
[87/987] Compiling CNIOLLHTTP c_nio_api.c
[89/1001] Emitting module _NIOBase64
[89/1001] Compiling CNIOLLHTTP c_nio_llhttp.c
[90/1004] Compiling CNIODarwin shim.c
[91/1009] Compiling CNIOBoringSSLShims shims.c
[93/1026] Emitting module ServiceContextModule
[94/1026] Compiling ServiceContextModule ServiceContext.swift
[95/1026] Compiling ServiceContextModule ServiceContextKey.swift
[96/1026] Emitting module Util
[97/1026] Compiling Util Platform.swift
[98/1026] Compiling Util OperatingSystem.swift
[99/1026] Compiling RealModule RealFunctions.swift
[100/1027] Compiling RealModule RelaxedArithmetic.swift
[101/1027] Compiling RealModule Float80+Real.swift
[102/1027] Compiling RealModule Real.swift
[103/1027] Compiling _NIOBase64 Base64.swift
[104/1042] Compiling RealModule Float16+Real.swift
[105/1042] Compiling RealModule ElementaryFunctions.swift
[106/1042] Compiling RealModule Float+Real.swift
[107/1042] Compiling RealModule AugmentedArithmetic.swift
[108/1042] Emitting module RealModule
[109/1042] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[110/1042] Compiling InternalCollectionsUtilities Integer rank.swift
[111/1042] Compiling RealModule Double+Real.swift
[112/1119] Compiling Instrumentation NoOpInstrument.swift
[113/1119] Compiling Instrumentation MultiplexInstrument.swift
[114/1119] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[115/1119] Compiling Crypto PEMDocument.swift
[116/1119] Compiling Crypto PKCS8PrivateKey.swift
[117/1120] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[118/1120] Compiling Crypto ArraySliceBigint.swift
[119/1120] Compiling Crypto GeneralizedTime.swift
[120/1120] Compiling Crypto ObjectIdentifier.swift
[121/1120] Compiling Crypto ECDSASignature.swift
[122/1120] Compiling Crypto SEC1PrivateKey.swift
[123/1120] Compiling Crypto SubjectPublicKeyInfo.swift
[124/1120] Compiling Crypto ASN1Integer.swift
[125/1120] Compiling Crypto ASN1Null.swift
[126/1120] Compiling Crypto ASN1OctetString.swift
[127/1120] Compiling Crypto ASN1Strings.swift
[128/1120] Compiling Crypto ASN1Boolean.swift
[129/1120] Compiling Crypto ASN1Identifier.swift
[130/1120] Emitting module InternalCollectionsUtilities
[131/1120] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[132/1120] Compiling _NIODataStructures PriorityQueue.swift
[133/1120] Compiling _NIODataStructures Heap.swift
[134/1120] Compiling _NIODataStructures _TinyArray.swift
[135/1120] Emitting module _NIODataStructures
[136/1120] Compiling HTTPTypes ISOLatin1String.swift
[137/1123] Compiling Instrumentation InstrumentationSystem.swift
[138/1123] Compiling Instrumentation Instrument.swift
[139/1123] Emitting module Instrumentation
[140/1123] Compiling Instrumentation Locks.swift
[141/1123] Emitting module ModularArithmetic
[142/1123] Compiling ModularArithmetic Modulus.swift
[143/1123] Compiling ModularArithmetic Scalar.swift
[144/1257] Compiling HTTPTypes HTTPResponse.swift
[145/1257] Compiling HTTPTypes NIOLock.swift
[146/1257] Compiling ConcurrencyHelpers LockedValueBox.swift
[147/1257] Emitting module ConcurrencyHelpers
[148/1257] Compiling ConcurrencyHelpers Lock.swift
[149/1257] Compiling Logging MetadataProvider.swift
[150/1257] Compiling Logging Locks.swift
[151/1257] Compiling Logging LogHandler.swift
[152/1257] Compiling Logging Logging.swift
[153/1257] Emitting module Logging
[154/1264] Compiling HTTPTypes HTTPRequest.swift
[155/1264] Compiling HTTPTypes HTTPField.swift
[156/1264] Compiling HTTPTypes HTTPParsedFields.swift
[157/1264] Compiling HTTPTypes HTTPFieldName.swift
[158/1264] Emitting module HTTPTypes
[159/1264] Compiling HTTPTypes HTTPFields.swift
[160/1267] Compiling Tracing TracingTime.swift
[161/1267] Emitting module Tracing
[162/1267] Compiling OrderedCollections OrderedSet+Codable.swift
[163/1267] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[164/1267] Compiling OrderedCollections OrderedSet+Descriptions.swift
[165/1267] Compiling OrderedCollections OrderedSet+Diffing.swift
[166/1267] Compiling OrderedCollections OrderedSet+Equatable.swift
[167/1267] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[168/1273] Compiling Tracing TracerProtocol.swift
[169/1351] Compiling Tracing TracerProtocol+Legacy.swift
[170/1351] Compiling Tracing Tracer.swift
[171/1351] Emitting module CoreMetrics
[172/1351] Compiling CoreMetrics Locks.swift
[173/1351] Compiling CoreMetrics Metrics.swift
[174/1351] Compiling HeapModule _HeapNode.swift
[175/1351] Compiling HeapModule Heap+UnsafeHandle.swift
[176/1351] Compiling HeapModule Heap.swift
[177/1351] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[178/1351] Compiling HeapModule Heap+Invariants.swift
[179/1351] Compiling HeapModule Heap+Descriptions.swift
[180/1351] Emitting module HeapModule
[181/1367] Compiling Tracing NoOpTracer.swift
[182/1367] Compiling Tracing InstrumentationSystem+Tracing.swift
[183/1367] Compiling Tracing SpanProtocol.swift
[184/1369] Compiling HashTreeCollections _HashLevel.swift
[185/1369] Compiling HashTreeCollections _HashNode+Builder.swift
[186/1369] Compiling HashTreeCollections _HashNode+Debugging.swift
[187/1369] Compiling HashTreeCollections _HashNode+Initializers.swift
[188/1369] Compiling HashTreeCollections _HashNode+Invariants.swift
[189/1369] Compiling HashTreeCollections _HashNode+Lookups.swift
[190/1369] Compiling DequeModule _DequeBufferHeader.swift
[191/1369] Compiling DequeModule _DequeSlot.swift
[192/1381] Compiling HashTreeCollections TreeDictionary+Collection.swift
[193/1381] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[194/1381] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[195/1381] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[196/1381] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[197/1381] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[198/1381] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[199/1381] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[200/1381] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[201/1381] Compiling HashTreeCollections _HashNode+Storage.swift
[202/1381] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[203/1381] Compiling HashTreeCollections _HashNode+Structural filter.swift
[204/1381] Compiling HashTreeCollections TreeDictionary+Filter.swift
[205/1381] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[206/1381] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[207/1381] Compiling HashTreeCollections TreeDictionary+Keys.swift
[208/1381] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[209/1381] Compiling HashTreeCollections TreeDictionary+Merge.swift
[210/1381] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[211/1381] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[212/1381] Compiling HashTreeCollections _RawHashNode.swift
[213/1381] Compiling HashTreeCollections _UnmanagedHashNode.swift
[214/1381] Compiling HashTreeCollections _UnsafePath.swift
[215/1381] Compiling HashTreeCollections TreeDictionary+Codable.swift
[216/1381] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[217/1381] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[218/1381] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[219/1381] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[220/1381] Compiling HashTreeCollections _HashNode+Structural merge.swift
[221/1381] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[222/1381] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[223/1381] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[224/1381] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[225/1381] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[226/1381] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[227/1381] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[228/1381] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[229/1381] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[230/1388] Compiling ComplexModule Polar.swift
[231/1388] Compiling ComplexModule Complex.swift
[232/1389] Compiling UnixSignals UnixSignalsSequence.swift
[233/1389] Compiling UnixSignals UnixSignal.swift
[234/1389] Emitting module UnixSignals
[241/1389] Compiling fiat_p256_adx_mul.S
[242/1389] Compiling fiat_curve25519_adx_square.S
[243/1389] Compiling fiat_curve25519_adx_mul.S
[245/1389] Compiling DequeModule _UnsafeWrappedBuffer.swift
[254/1389] Compiling ComplexModule Scale.swift
[263/1389] Compiling _RopeModule Rope+Remove.swift
[264/1389] Compiling _RopeModule Rope+RemoveSubrange.swift
[265/1389] Compiling _RopeModule Rope+Split.swift
[266/1389] Compiling _RopeModule Optional Utilities.swift
[267/1389] Compiling _RopeModule String Utilities.swift
[268/1389] Compiling _RopeModule String.Index+ABI.swift
[269/1389] Compiling _RopeModule _CharacterRecognizer.swift
[270/1389] Compiling HashTreeCollections TreeSet+Descriptions.swift
[271/1389] Compiling HashTreeCollections TreeSet+Equatable.swift
[272/1389] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[273/1389] Compiling HashTreeCollections TreeSet+Extras.swift
[274/1389] Compiling HashTreeCollections TreeSet+Filter.swift
[275/1389] Compiling HashTreeCollections TreeSet+Hashable.swift
[276/1389] Compiling HashTreeCollections TreeSet+Sendable.swift
[277/1389] Compiling HashTreeCollections TreeSet+Sequence.swift
[278/1389] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[279/1397] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[280/1397] Compiling ComplexModule Complex+AlgebraicField.swift
[281/1397] Compiling DequeModule Deque+Codable.swift
[282/1397] Compiling DequeModule Deque+Collection.swift
[283/1397] Compiling DequeModule Deque+Extras.swift
[284/1397] Compiling DequeModule Deque+Hashable.swift
[285/1397] Compiling DequeModule _DequeBuffer.swift
[286/1397] Compiling DequeModule Deque+Testing.swift
[287/1397] Compiling DequeModule Deque+Equatable.swift
[288/1397] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[289/1397] Compiling DequeModule Deque._Storage.swift
[290/1397] Compiling DequeModule Deque._UnsafeHandle.swift
[291/1397] Compiling DequeModule Deque.swift
[296/1397] Compiling HashTreeCollections _Hash.swift
[299/1397] Emitting module Crypto
[308/1405] Compiling ComplexModule Complex+StringConvertible.swift
[309/1405] Compiling ComplexModule Complex+Codable.swift
[310/1405] Compiling ComplexModule Complex+Numeric.swift
[311/1405] Compiling ComplexModule Complex+ElementaryFunctions.swift
[312/1405] Compiling ComplexModule Complex+IntegerLiteral.swift
[331/1406] Compiling ComplexModule Complex+Hashable.swift
[334/1406] Emitting module ComplexModule
[335/1406] Compiling SwiftASN1 DER.swift
[340/1406] Emitting module DequeModule
[341/1406] Compiling Crypto SafeCompare.swift
[342/1406] Compiling Crypto SecureBytes.swift
[343/1406] Compiling Crypto Zeroization.swift
[344/1406] Compiling Crypto resource_bundle_accessor.swift
[345/1406] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[346/1406] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[347/1406] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[348/1406] Compiling HashTreeCollections TreeSet.swift
[355/1408] Compiling Numerics Numerics.swift
[356/1408] Emitting module Numerics
[357/1408] Compiling SwiftASN1 Errors.swift
[358/1408] Emitting module OrderedCollections
[381/1408] Emitting module _RopeModule
[386/1408] Compiling Crypto RNG_boring.swift
[387/1408] Compiling Crypto SafeCompare_boring.swift
[388/1408] Compiling Crypto Zeroization_boring.swift
[400/1408] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[401/1408] Compiling HashTreeCollections _HashNode+Structural union.swift
[402/1408] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[403/1408] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[453/1408] Compiling tls_record.cc
[454/1408] Compiling tls_method.cc
[456/1408] Emitting module SwiftASN1
[457/1408] Compiling Metrics Metrics.swift
[458/1408] Emitting module Metrics
[535/1408] Compiling tls13_server.cc
[536/1408] Compiling tls13_enc.cc
[541/1408] Compiling Crypto PrettyBytes.swift
[566/1417] Emitting module HashTreeCollections
[567/1417] Emitting module SwiftProtobuf
[577/1417] Compiling tls13_client.cc
[578/1417] Compiling tls13_both.cc
[579/1417] Compiling t1_enc.cc
[590/1417] Compiling ssl_versions.cc
[591/1417] Compiling ssl_transcript.cc
[592/1417] Compiling ssl_stat.cc
[593/1417] Compiling ssl_x509.cc
[594/1417] Compiling ssl_session.cc
[613/1417] Compiling ssl_privkey.cc
[614/1417] Compiling ssl_key_share.cc
[615/1417] Compiling ssl_file.cc
[616/1417] Compiling ssl_lib.cc
[617/1417] Compiling ssl_cipher.cc
[618/1417] Compiling ssl_credential.cc
[619/1417] Compiling ssl_buffer.cc
[620/1417] Compiling ssl_cert.cc
[622/1417] Compiling SwiftProtobuf duration.pb.swift
[623/1417] Compiling SwiftProtobuf empty.pb.swift
[624/1417] Compiling SwiftProtobuf field_mask.pb.swift
[625/1417] Compiling SwiftProtobuf source_context.pb.swift
[626/1417] Compiling SwiftProtobuf struct.pb.swift
[627/1417] Compiling SwiftProtobuf timestamp.pb.swift
[628/1417] Compiling SwiftProtobuf type.pb.swift
[629/1417] Compiling SwiftProtobuf wrappers.pb.swift
[630/1417] Compiling SwiftProtobuf resource_bundle_accessor.swift
[630/1417] Compiling ssl_asn1.cc
[631/1417] Compiling ssl_aead_ctx.cc
[632/1417] Compiling s3_pkt.cc
[633/1417] Compiling s3_lib.cc
[634/1417] Compiling s3_both.cc
[635/1417] Compiling handshake_server.cc
[636/1417] Compiling handshake.cc
[637/1417] Compiling handshake_client.cc
[638/1417] Compiling handoff.cc
[639/1417] Compiling encrypted_client_hello.cc
[640/1417] Compiling extensions.cc
[641/1417] Compiling md5-x86_64-linux.S
[642/1417] Compiling md5-x86_64-apple.S
[643/1417] Compiling md5-586-linux.S
[644/1417] Compiling md5-586-apple.S
[645/1417] Compiling dtls_record.cc
[646/1417] Compiling chacha20_poly1305_x86_64-linux.S
[647/1417] Compiling dtls_method.cc
[648/1417] Compiling chacha20_poly1305_armv8-win.S
[648/1417] Compiling chacha20_poly1305_x86_64-apple.S
[650/1417] Compiling chacha20_poly1305_armv8-linux.S
[651/1417] Compiling chacha-x86_64-linux.S
[652/1417] Compiling chacha-x86_64-apple.S
[653/1417] Compiling chacha20_poly1305_armv8-apple.S
[654/1417] Compiling d1_srtp.cc
[655/1417] Compiling chacha-x86-linux.S
[656/1417] Compiling chacha-x86-apple.S
[657/1417] Compiling chacha-armv8-win.S
[658/1417] Compiling chacha-armv8-linux.S
[659/1417] Compiling bio_ssl.cc
[660/1417] Compiling chacha-armv8-apple.S
[661/1417] Compiling chacha-armv4-linux.S
[662/1417] Compiling aes128gcmsiv-x86_64-linux.S
[663/1417] Compiling aes128gcmsiv-x86_64-apple.S
[664/1417] Compiling err_data.cc
[665/1417] Compiling x86_64-mont5-linux.S
[666/1417] Compiling x86_64-mont5-apple.S
[667/1417] Compiling x86_64-mont-linux.S
[668/1417] Compiling x86_64-mont-apple.S
[669/1417] Compiling x86-mont-linux.S
[670/1417] Compiling x86-mont-apple.S
[671/1417] Compiling vpaes-x86_64-linux.S
[672/1417] Compiling d1_pkt.cc
[673/1417] Compiling vpaes-x86_64-apple.S
[674/1417] Compiling d1_lib.cc
[675/1417] Compiling vpaes-x86-linux.S
[676/1417] Compiling vpaes-x86-apple.S
[677/1417] Compiling vpaes-armv8-win.S
[678/1417] Compiling vpaes-armv8-linux.S
[679/1417] Compiling vpaes-armv7-linux.S
[680/1417] Compiling vpaes-armv8-apple.S
[709/1417] Compiling SwiftProtobuf descriptor.pb.swift
[709/1417] Compiling sha512-x86_64-linux.S
[710/1417] Compiling sha512-x86_64-apple.S
[711/1417] Compiling sha512-armv8-win.S
[712/1417] Compiling sha512-armv8-linux.S
[713/1417] Compiling sha512-armv8-apple.S
[714/1417] Compiling sha512-armv4-linux.S
[714/1417] Compiling sha512-586-apple.S
[716/1417] Compiling sha512-586-linux.S
[717/1417] Compiling d1_both.cc
[718/1417] Compiling sha256-x86_64-linux.S
[719/1417] Compiling sha256-x86_64-apple.S
[720/1417] Compiling sha256-armv8-win.S
[721/1417] Compiling sha256-armv8-linux.S
[722/1417] Compiling sha256-586-linux.S
[723/1417] Compiling sha256-armv8-apple.S
[724/1417] Compiling sha256-586-apple.S
[725/1417] Compiling sha256-armv4-linux.S
[726/1417] Compiling sha1-x86_64-linux.S
[727/1417] Compiling sha1-x86_64-apple.S
[728/1417] Compiling sha1-armv8-win.S
[729/1417] Compiling sha1-armv8-linux.S
[730/1417] Compiling sha1-armv4-large-linux.S
[731/1417] Compiling sha1-armv8-apple.S
[732/1417] Compiling sha1-586-linux.S
[733/1417] Compiling sha1-586-apple.S
[734/1417] Compiling rsaz-avx2-linux.S
[734/1417] Compiling rsaz-avx2-apple.S
[736/1417] Compiling rdrand-x86_64-linux.S
[737/1417] Compiling rdrand-x86_64-apple.S
[738/1417] Compiling p256_beeu-x86_64-asm-linux.S
[739/1417] Compiling p256_beeu-x86_64-asm-apple.S
[740/1417] Compiling p256_beeu-armv8-asm-win.S
[741/1417] Compiling p256_beeu-armv8-asm-linux.S
[742/1417] Compiling p256_beeu-armv8-asm-apple.S
[743/1417] Compiling p256-x86_64-asm-linux.S
[744/1417] Compiling p256-x86_64-asm-apple.S
[744/1417] Compiling p256-armv8-asm-win.S
[744/1417] Compiling p256-armv8-asm-linux.S
[747/1417] Compiling ghashv8-armv8-linux.S
[748/1417] Compiling ghashv8-armv8-win.S
[749/1417] Compiling p256-armv8-asm-apple.S
[750/1417] Compiling ghashv8-armv8-apple.S
[751/1417] Compiling ghashv8-armv7-linux.S
[752/1417] Compiling ghash-x86_64-linux.S
[753/1417] Compiling ghash-x86_64-apple.S
[754/1417] Compiling ghash-ssse3-x86_64-linux.S
[755/1417] Compiling ghash-x86-linux.S
[756/1417] Compiling ghash-x86-apple.S
[757/1417] Compiling ghash-ssse3-x86-linux.S
[758/1417] Compiling ghash-ssse3-x86-apple.S
[759/1417] Compiling ghash-ssse3-x86_64-apple.S
[760/1417] Compiling ghash-neon-armv8-win.S
[761/1417] Compiling ghash-neon-armv8-linux.S
[762/1417] Compiling ghash-neon-armv8-apple.S
[763/1417] Compiling co-586-linux.S
[764/1417] Compiling co-586-apple.S
[764/1417] Compiling ghash-armv4-linux.S
[764/1417] Compiling bsaes-armv7-linux.S
[767/1417] Compiling bn-armv8-win.S
[768/1417] Compiling bn-armv8-linux.S
[769/1417] Compiling bn-armv8-apple.S
[770/1417] Compiling bn-586-linux.S
[771/1417] Compiling bn-586-apple.S
[772/1417] Compiling armv8-mont-win.S
[773/1417] Compiling armv8-mont-linux.S
[774/1417] Compiling aesv8-gcm-armv8-win.S
[774/1417] Compiling aesv8-gcm-armv8-linux.S
[776/1417] Compiling armv8-mont-apple.S
[777/1417] Compiling armv4-mont-linux.S
[778/1417] Compiling aesv8-armv8-win.S
[779/1417] Compiling aesv8-armv8-linux.S
[780/1417] Compiling aesv8-gcm-armv8-apple.S
[781/1417] Compiling aesv8-armv8-apple.S
[782/1417] Compiling aesv8-armv7-linux.S
[783/1417] Compiling aesni-x86_64-linux.S
[784/1417] Compiling aesni-x86-linux.S
[785/1417] Compiling aesni-x86-apple.S
[786/1417] Compiling aesni-x86_64-apple.S
[787/1417] Compiling aesni-gcm-x86_64-linux.S
[788/1417] Compiling aesni-gcm-x86_64-apple.S
[789/1417] Compiling aes-gcm-avx2-x86_64-linux.S
[790/1417] Compiling aes-gcm-avx2-x86_64-apple.S
[791/1417] Compiling aes-gcm-avx10-x86_64-linux.S
[792/1417] Compiling aes-gcm-avx10-x86_64-apple.S
[793/1417] Compiling x_x509a.cc
[794/1417] Compiling x_sig.cc
[795/1417] Compiling x_val.cc
[796/1417] Compiling x_req.cc
[797/1417] Compiling x_x509.cc
[798/1417] Compiling x_spki.cc
[799/1417] Compiling x_pubkey.cc
[800/1417] Compiling x_exten.cc
[801/1417] Compiling x_name.cc
[802/1417] Compiling x_crl.cc
[803/1417] Compiling x_algor.cc
[804/1417] Compiling x_attrib.cc
[805/1417] Compiling x509rset.cc
[806/1417] Compiling x509spki.cc
[807/1417] Compiling x_all.cc
[808/1417] Compiling x509name.cc
[809/1417] Compiling x509cset.cc
[810/1417] Compiling x509_vpm.cc
[811/1417] Compiling x509_v3.cc
[812/1417] Compiling x509_vfy.cc
[813/1417] Compiling x509_txt.cc
[814/1417] Compiling x509_trs.cc
[815/1417] Compiling x509_set.cc
[816/1417] Compiling x509_def.cc
[817/1417] Compiling x509_obj.cc
[818/1417] Compiling x509_d2.cc
[819/1417] Compiling x509_ext.cc
[820/1417] Compiling x509_lu.cc
[821/1417] Compiling x509_req.cc
[822/1417] Compiling x509_cmp.cc
[823/1417] Compiling x509_att.cc
[824/1417] Compiling x509.cc
[825/1417] Compiling v3_skey.cc
[826/1417] Compiling v3_utl.cc
[827/1417] Compiling v3_prn.cc
[828/1417] Compiling v3_ocsp.cc
[829/1417] Compiling v3_purp.cc
[830/1417] Compiling v3_pmaps.cc
[831/1417] Compiling v3_pcons.cc
[832/1417] Compiling v3_ncons.cc
[833/1417] Compiling v3_int.cc
[834/1417] Compiling v3_lib.cc
[835/1417] Compiling v3_ia5.cc
[836/1417] Compiling v3_info.cc
[837/1417] Compiling v3_genn.cc
[838/1417] Compiling v3_extku.cc
[839/1417] Compiling v3_enum.cc
[840/1417] Compiling v3_crld.cc
[841/1417] Compiling v3_cpols.cc
[842/1417] Compiling v3_conf.cc
[843/1417] Compiling v3_bitst.cc
[844/1417] Compiling v3_bcons.cc
[845/1417] Compiling v3_akeya.cc
[846/1417] Compiling v3_alt.cc
[847/1417] Compiling v3_akey.cc
[848/1417] Compiling t_crl.cc
[849/1417] Compiling t_x509a.cc
[850/1417] Compiling t_x509.cc
[851/1417] Compiling t_req.cc
[852/1417] Compiling rsa_pss.cc
[853/1417] Compiling i2d_pr.cc
[854/1417] Compiling name_print.cc
[855/1417] Compiling policy.cc
[856/1417] Compiling by_file.cc
[857/1417] Compiling a_verify.cc
[858/1417] Compiling by_dir.cc
[859/1417] Compiling algorithm.cc
[860/1417] Compiling asn1_gen.cc
[861/1417] Compiling a_digest.cc
[862/1417] Compiling a_sign.cc
[863/1417] Compiling voprf.cc
[864/1417] Compiling thread_win.cc
[865/1417] Compiling thread.cc
[866/1417] Compiling thread_none.cc
[867/1417] Compiling thread_pthread.cc
[868/1417] Compiling stack.cc
[869/1417] Compiling trust_token.cc
[870/1417] Compiling pmbtoken.cc
[871/1417] Compiling slhdsa.cc
[872/1417] Compiling spake2plus.cc
[873/1417] Compiling siphash.cc
[874/1417] Compiling sha512.cc
[875/1417] Compiling sha256.cc
[876/1417] Compiling sha1.cc
[877/1417] Compiling rsa_print.cc
[878/1417] Compiling rsa_extra.cc
[879/1417] Compiling rsa_crypt.cc
[880/1417] Compiling refcount.cc
[881/1417] Compiling rc4.cc
[882/1417] Compiling rsa_asn1.cc
[883/1417] Compiling windows.cc
[884/1417] Compiling urandom.cc
[885/1417] Compiling trusty.cc
[886/1417] Compiling rand.cc
[887/1417] Compiling poly1305_arm_asm.S
[888/1417] Compiling ios.cc
[889/1417] Compiling passive.cc
[890/1417] Compiling getentropy.cc
[891/1417] Compiling forkunsafe.cc
[892/1417] Compiling fork_detect.cc
[893/1417] Compiling deterministic.cc
[894/1417] Compiling poly1305_vec.cc
[895/1417] Compiling poly1305_arm.cc
[896/1417] Compiling poly1305.cc
[897/1417] Compiling pool.cc
[898/1417] Compiling pkcs8.cc
[899/1417] Compiling pkcs8_x509.cc
[900/1417] Compiling pkcs7.cc
[901/1417] Compiling p5_pbev2.cc
[902/1417] Compiling pkcs7_x509.cc
[903/1417] Compiling pem_xaux.cc
[904/1417] Compiling pem_x509.cc
[905/1417] Compiling pem_pkey.cc
[906/1417] Compiling pem_pk8.cc
[907/1417] Compiling pem_oth.cc
[908/1417] Compiling mlkem.cc
[909/1417] Compiling obj_xref.cc
[910/1417] Compiling mldsa.cc
[911/1417] Compiling pem_lib.cc
[912/1417] Compiling pem_info.cc
[913/1417] Compiling pem_all.cc
[914/1417] Compiling poly_rq_mul.S
[915/1417] Compiling obj.cc
[916/1417] Compiling fips_shared_support.cc
[917/1417] Compiling mem.cc
[918/1417] Compiling md5.cc
[919/1417] Compiling md4.cc
[920/1417] Compiling lhash.cc
[921/1417] Compiling kyber.cc
[922/1417] Compiling ex_data.cc
[923/1417] Compiling sign.cc
[923/1417] Compiling scrypt.cc
[925/1417] Compiling print.cc
[926/1417] Compiling pbkdf.cc
[927/1417] Compiling hpke.cc
[928/1417] Compiling hrss.cc
[929/1417] Compiling p_x25519_asn1.cc
[930/1417] Compiling p_x25519.cc
[931/1417] Compiling p_ed25519.cc
[932/1417] Compiling p_ec.cc
[933/1417] Compiling p_rsa_asn1.cc
[934/1417] Compiling p_hkdf.cc
[935/1417] Compiling p_rsa.cc
[936/1417] Compiling p_ed25519_asn1.cc
[937/1417] Compiling p_ec_asn1.cc
[938/1417] Compiling p_dh_asn1.cc
[939/1417] Compiling p_dsa_asn1.cc
[940/1417] Compiling p_dh.cc
[941/1417] Compiling evp_ctx.cc
[942/1417] Compiling err.cc
[943/1417] Compiling evp.cc
[944/1417] Compiling engine.cc
[945/1417] Compiling evp_asn1.cc
[946/1417] Compiling ecdsa_asn1.cc
[947/1417] Compiling ecdh.cc
[948/1417] Compiling ec_derive.cc
[949/1417] Compiling hash_to_curve.cc
[950/1417] Compiling dsa.cc
[951/1417] Compiling dsa_asn1.cc
[952/1417] Compiling ec_asn1.cc
[953/1417] Compiling params.cc
[954/1417] Compiling bcm.cc
[955/1417] Compiling x25519-asm-arm.S
[956/1417] Compiling digest_extra.cc
[957/1417] Compiling des.cc
[958/1417] Compiling dh_asn1.cc
[959/1417] Compiling curve25519_64_adx.cc
[960/1417] Compiling spake25519.cc
[961/1417] Compiling cpu_intel.cc
[962/1417] Compiling crypto.cc
[963/1417] Compiling cpu_arm_linux.cc
[964/1417] Compiling curve25519.cc
[965/1417] Compiling cpu_arm_freebsd.cc
[966/1417] Compiling cpu_aarch64_win.cc
[967/1417] Compiling cpu_aarch64_sysreg.cc
[968/1417] Compiling cpu_aarch64_openbsd.cc
[969/1417] Compiling cpu_aarch64_linux.cc
[970/1417] Compiling cpu_aarch64_fuchsia.cc
[971/1417] Compiling cpu_aarch64_apple.cc
[972/1417] Compiling tls_cbc.cc
[973/1417] Compiling conf.cc
[974/1417] Compiling get_cipher.cc
[975/1417] Compiling e_rc4.cc
[976/1417] Compiling e_tls.cc
[977/1417] Compiling e_rc2.cc
[977/1417] Compiling e_null.cc
[979/1417] Compiling e_des.cc
[980/1417] Compiling e_chacha20poly1305.cc
[981/1417] Compiling e_aesgcmsiv.cc
[982/1417] Compiling derive_key.cc
[983/1417] Compiling e_aesctrhmac.cc
[984/1417] Compiling chacha.cc
[985/1417] Compiling unicode.cc
[986/1417] Compiling cbs.cc
[986/1417] Compiling ber.cc
[988/1417] Compiling cbb.cc
[989/1417] Compiling asn1_compat.cc
[990/1417] Compiling buf.cc
[991/1417] Compiling blake2.cc
[992/1417] Compiling socket_helper.cc
[993/1417] Compiling convert.cc
[994/1417] Compiling bn_asn1.cc
[995/1417] Compiling socket.cc
[996/1417] Compiling pair.cc
[996/1417] Compiling printf.cc
[998/1417] Compiling hexdump.cc
[999/1417] Compiling file.cc
[1000/1417] Compiling fd.cc
[1001/1417] Compiling errno.cc
[1002/1417] Compiling connect.cc
[1003/1417] Compiling bio.cc
[1004/1417] Compiling bio_mem.cc
[1005/1417] Compiling base64.cc
[1006/1417] Compiling tasn_typ.cc
[1007/1417] Compiling tasn_fre.cc
[1008/1417] Compiling tasn_utl.cc
[1009/1417] Compiling tasn_enc.cc
[1010/1417] Compiling tasn_new.cc
[1011/1417] Compiling posix_time.cc
[1012/1417] Compiling f_int.cc
[1013/1417] Compiling f_string.cc
[1014/1417] Compiling asn_pack.cc
[1015/1417] Compiling tasn_dec.cc
[1016/1417] Compiling asn1_par.cc
[1017/1417] Compiling a_utctm.cc
[1018/1417] Compiling asn1_lib.cc
[1019/1417] Compiling a_type.cc
[1020/1417] Compiling a_time.cc
[1021/1417] Compiling a_octet.cc
[1022/1417] Compiling a_strnid.cc
[1023/1417] Compiling a_strex.cc
[1024/1417] Compiling a_object.cc
[1025/1417] Compiling a_mbstr.cc
[1026/1417] Compiling a_int.cc
[1027/1417] Compiling fiat_p256_adx_sqr.S
[1028/1417] Compiling a_i2d_fp.cc
[1029/1417] Compiling a_dup.cc
[1030/1417] Compiling fiat_p256_adx_mul.S
[1031/1417] Compiling fiat_curve25519_adx_square.S
[1032/1417] Compiling fiat_curve25519_adx_mul.S
[1033/1417] Compiling a_d2i_fp.cc
[1034/1417] Compiling md5-x86_64-linux.S
[1035/1417] Compiling md5-x86_64-apple.S
[1036/1417] Compiling a_gentm.cc
[1037/1417] Compiling md5-586-linux.S
[1038/1417] Compiling md5-586-apple.S
[1039/1417] Compiling chacha20_poly1305_x86_64-linux.S
[1040/1417] Compiling chacha20_poly1305_armv8-win.S
[1041/1417] Compiling chacha20_poly1305_armv8-linux.S
[1042/1417] Compiling chacha20_poly1305_x86_64-apple.S
[1043/1417] Compiling a_bitstr.cc
[1044/1417] Compiling chacha20_poly1305_armv8-apple.S
[1045/1417] Compiling chacha-x86_64-linux.S
[1046/1417] Compiling chacha-x86-linux.S
[1046/1417] Compiling chacha-x86_64-apple.S
[1048/1417] Compiling a_bool.cc
[1049/1417] Compiling chacha-x86-apple.S
[1050/1417] Compiling chacha-armv8-linux.S
[1051/1417] Compiling chacha-armv8-win.S
[1052/1417] Compiling chacha-armv4-linux.S
[1053/1417] Compiling aes128gcmsiv-x86_64-linux.S
[1054/1417] Compiling chacha-armv8-apple.S
[1055/1417] Compiling aes128gcmsiv-x86_64-apple.S
[1056/1417] Compiling x86_64-mont5-apple.S
[1057/1417] Compiling x86_64-mont-linux.S
[1057/1417] Compiling x86_64-mont5-linux.S
[1059/1417] Compiling x86_64-mont-apple.S
[1060/1417] Compiling x86-mont-apple.S
[1061/1417] Compiling x86-mont-linux.S
[1062/1417] Compiling vpaes-x86-linux.S
[1063/1417] Compiling vpaes-x86_64-linux.S
[1064/1417] Compiling vpaes-x86_64-apple.S
[1065/1417] Compiling vpaes-x86-apple.S
[1066/1417] Compiling vpaes-armv8-linux.S
[1067/1417] Compiling vpaes-armv8-win.S
[1068/1417] Compiling vpaes-armv8-apple.S
[1069/1417] Compiling vpaes-armv7-linux.S
[1070/1417] Compiling sha512-x86_64-apple.S
[1070/1417] Compiling CCryptoBoringSSLShims shims.c
[1072/1417] Compiling sha512-x86_64-linux.S
[1073/1417] Compiling err_data.cc
[1074/1417] Compiling sha512-armv8-win.S
[1075/1417] Compiling sha512-armv8-linux.S
[1076/1417] Compiling sha512-armv4-linux.S
[1077/1417] Compiling sha256-x86_64-linux.S
[1078/1417] Compiling sha256-x86_64-apple.S
[1078/1417] Compiling sha512-586-apple.S
[1080/1417] Compiling sha512-586-linux.S
[1081/1417] Compiling sha256-armv8-linux.S
[1082/1417] Compiling sha512-armv8-apple.S
[1082/1417] Compiling sha256-armv8-win.S
[1084/1417] Compiling sha256-armv4-linux.S
[1085/1417] Compiling sha1-x86_64-linux.S
[1086/1417] Compiling sha256-586-linux.S
[1087/1417] Compiling sha256-586-apple.S
[1087/1417] Compiling sha256-armv8-apple.S
[1089/1417] Compiling sha1-armv8-win.S
[1090/1417] Compiling sha1-x86_64-apple.S
[1091/1417] Compiling sha1-armv8-linux.S
[1092/1417] Compiling sha1-586-linux.S
[1093/1417] Compiling rsaz-avx2-linux.S
[1094/1417] Compiling sha1-586-apple.S
[1095/1417] Compiling sha1-armv4-large-linux.S
[1096/1417] Compiling sha1-armv8-apple.S
[1097/1417] Compiling rdrand-x86_64-apple.S
[1098/1417] Compiling rsaz-avx2-apple.S
[1098/1417] Compiling rdrand-x86_64-linux.S
[1100/1417] Compiling p256_beeu-armv8-asm-linux.S
[1101/1417] Compiling p256_beeu-x86_64-asm-apple.S
[1102/1417] Compiling p256_beeu-armv8-asm-win.S
[1103/1417] Compiling p256_beeu-x86_64-asm-linux.S
[1104/1417] Compiling p256_beeu-armv8-asm-apple.S
[1105/1417] Compiling p256-x86_64-asm-linux.S
[1105/1417] Compiling p256-armv8-asm-win.S
[1107/1417] Compiling p256-x86_64-asm-apple.S
[1108/1417] Compiling p256-armv8-asm-linux.S
[1109/1417] Compiling ghashv8-armv8-linux.S
[1110/1417] Compiling ghashv8-armv8-win.S
[1110/1417] Compiling ghashv8-armv8-apple.S
[1112/1417] Compiling p256-armv8-asm-apple.S
[1113/1417] Compiling ghash-x86_64-linux.S
[1114/1417] Compiling ghashv8-armv7-linux.S
[1115/1417] Compiling ghash-x86_64-apple.S
[1116/1417] Compiling ghash-ssse3-x86_64-linux.S
[1117/1417] Compiling ghash-ssse3-x86_64-apple.S
[1118/1417] Compiling ghash-x86-apple.S
[1119/1417] Compiling ghash-x86-linux.S
[1120/1417] Compiling ghash-ssse3-x86-linux.S
[1120/1417] Compiling ghash-ssse3-x86-apple.S
[1122/1417] Compiling ghash-neon-armv8-win.S
[1123/1417] Compiling ghash-neon-armv8-linux.S
[1124/1417] Compiling ghash-armv4-linux.S
[1125/1417] Compiling co-586-apple.S
[1126/1417] Compiling bn-armv8-win.S
[1126/1417] Compiling co-586-linux.S
[1128/1417] Compiling ghash-neon-armv8-apple.S
[1129/1417] Compiling bsaes-armv7-linux.S
[1130/1417] Compiling bn-armv8-linux.S
[1131/1417] Compiling bn-armv8-apple.S
[1132/1417] Compiling bn-586-linux.S
[1133/1417] Compiling bn-586-apple.S
[1134/1417] Compiling armv8-mont-win.S
[1135/1417] Compiling aesv8-gcm-armv8-win.S
[1136/1417] Compiling armv8-mont-linux.S
[1137/1417] Compiling armv4-mont-linux.S
[1138/1417] Compiling armv8-mont-apple.S
[1139/1417] Compiling aesv8-gcm-armv8-linux.S
[1140/1417] Compiling aesv8-armv8-win.S
[1141/1417] Compiling aesv8-armv8-apple.S
[1142/1417] Compiling aesv8-armv7-linux.S
[1142/1417] Compiling aesv8-armv8-linux.S
[1144/1417] Compiling aesni-x86_64-linux.S
[1145/1417] Compiling aesv8-gcm-armv8-apple.S
[1146/1417] Compiling aesni-x86_64-apple.S
[1147/1417] Compiling aesni-x86-linux.S
[1148/1417] Compiling aesni-x86-apple.S
[1149/1417] Compiling aesni-gcm-x86_64-apple.S
[1150/1417] Compiling aesni-gcm-x86_64-linux.S
[1151/1417] Compiling aes-gcm-avx2-x86_64-linux.S
[1152/1417] Compiling aes-gcm-avx512-x86_64-linux.S
[1153/1417] Compiling aes-gcm-avx512-x86_64-apple.S
[1154/1417] Compiling aes-gcm-avx2-x86_64-apple.S
[1155/1417] Compiling c-nioatomics.c
[1156/1417] Compiling xwing.cc
[1157/1417] Compiling x_req.cc
[1158/1417] Compiling x_spki.cc
[1159/1417] Compiling x_sig.cc
[1160/1417] Compiling x_x509a.cc
[1161/1417] Compiling x_name.cc
[1162/1417] Compiling x_x509.cc
[1163/1417] Compiling x_pubkey.cc
[1164/1417] Compiling x_exten.cc
[1165/1417] Compiling c-atomics.c
[1166/1417] Compiling x_crl.cc
[1167/1417] Compiling x509spki.cc
[1168/1417] Compiling x_attrib.cc
[1169/1417] Compiling x509rset.cc
[1170/1422] Compiling x_all.cc
[1171/1423] Compiling x509name.cc
[1172/1423] Compiling x_algor.cc
[1173/1423] Compiling x509cset.cc
[1174/1423] Compiling x509_vpm.cc
[1175/1423] Compiling x509_vfy.cc
[1177/1423] Compiling NIOConcurrencyHelpers lock.swift
[1177/1423] Compiling x509_txt.cc
[1179/1423] Compiling NIOConcurrencyHelpers NIOLock.swift
[1180/1423] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1181/1423] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1182/1423] Emitting module NIOConcurrencyHelpers
[1183/1423] Compiling NIOConcurrencyHelpers atomics.swift
[1183/1423] Compiling x509_v3.cc
[1184/1423] Compiling x509_trs.cc
[1185/1423] Compiling x509_set.cc
[1186/1423] Compiling x509_lu.cc
[1187/1423] Compiling x509_req.cc
[1188/1423] Compiling x509_obj.cc
[1189/1423] Compiling x509_ext.cc
[1190/1423] Compiling x509_def.cc
[1191/1423] Compiling x509_d2.cc
[1192/1423] Compiling x509_cmp.cc
[1193/1423] Compiling x509_att.cc
[1194/1423] Compiling x509.cc
[1195/1423] Compiling v3_skey.cc
[1196/1423] Compiling v3_purp.cc
[1197/1423] Compiling v3_utl.cc
[1198/1423] Compiling v3_prn.cc
[1199/1423] Compiling v3_pmaps.cc
[1200/1423] Compiling v3_pcons.cc
[1201/1423] Compiling v3_ocsp.cc
[1202/1423] Compiling v3_ncons.cc
[1203/1423] Compiling v3_lib.cc
[1204/1423] Compiling v3_int.cc
[1205/1423] Compiling v3_ia5.cc
[1206/1423] Compiling v3_info.cc
[1207/1423] Compiling v3_genn.cc
[1208/1423] Compiling v3_extku.cc
[1209/1423] Compiling v3_enum.cc
[1210/1423] Compiling v3_crld.cc
[1211/1423] Compiling v3_cpols.cc
[1212/1423] Compiling v3_conf.cc
[1213/1423] Compiling v3_bcons.cc
[1214/1423] Compiling v3_alt.cc
[1215/1423] Compiling v3_bitst.cc
[1216/1423] Compiling v3_akey.cc
[1217/1423] Compiling t_x509a.cc
[1218/1423] Compiling v3_akeya.cc
[1219/1423] Compiling t_x509.cc
[1220/1423] Compiling t_req.cc
[1221/1423] Compiling i2d_pr.cc
[1222/1423] Compiling t_crl.cc
[1223/1423] Compiling name_print.cc
[1224/1423] Compiling policy.cc
[1225/1423] Compiling rsa_pss.cc
[1226/1423] Compiling by_file.cc
[1227/1423] Compiling asn1_gen.cc
[1228/1423] Compiling by_dir.cc
[1229/1423] Compiling algorithm.cc
[1230/1423] Compiling a_verify.cc
[1231/1423] Compiling thread_win.cc
[1232/1423] Compiling a_sign.cc
[1233/1423] Compiling thread_pthread.cc
[1234/1423] Compiling a_digest.cc
[1235/1423] Compiling thread_none.cc
[1236/1423] Compiling voprf.cc
[1237/1423] Compiling trust_token.cc
[1238/1423] Compiling thread.cc
[1239/1423] Compiling pmbtoken.cc
[1240/1423] Compiling stack.cc
[1241/1423] Compiling siphash.cc
[1242/1423] Compiling sha256.cc
[1243/1423] Compiling sha1.cc
[1244/1423] Compiling sha512.cc
[1245/1423] Compiling slhdsa.cc
[1246/1423] Compiling rsa_extra.cc
[1247/1423] Compiling spake2plus.cc
[1248/1423] Compiling rsa_print.cc
[1249/1423] Compiling rsa_crypt.cc
[1250/1423] Compiling rc4.cc
[1251/1423] Compiling urandom.cc
[1252/1423] Compiling refcount.cc
[1253/1423] Compiling windows.cc
[1254/1423] Compiling trusty.cc
[1255/1423] Compiling passive.cc
[1256/1423] Compiling rand.cc
[1257/1423] Compiling rsa_asn1.cc
[1258/1423] Compiling ios.cc
[1259/1423] Compiling poly1305_arm_asm.S
[1260/1423] Compiling getentropy.cc
[1261/1423] Compiling fork_detect.cc
[1262/1423] Compiling forkunsafe.cc
[1263/1423] Compiling poly1305_vec.cc
[1264/1423] Compiling deterministic.cc
[1265/1423] Compiling poly1305_arm.cc
[1266/1423] Compiling poly1305.cc
[1267/1423] Compiling pool.cc
[1268/1423] Compiling pkcs8_x509.cc
[1269/1423] Compiling pkcs8.cc
[1270/1423] Compiling p5_pbev2.cc
[1271/1423] Compiling pkcs7.cc
[1272/1423] Compiling pem_x509.cc
[1273/1423] Compiling pkcs7_x509.cc
[1274/1423] Compiling pem_pkey.cc
[1275/1423] Compiling pem_pk8.cc
[1276/1423] Compiling pem_xaux.cc
[1277/1423] Compiling pem_oth.cc
[1278/1423] Compiling obj_xref.cc
[1279/1423] Compiling pem_info.cc
[1280/1423] Compiling mlkem.cc
[1281/1423] Compiling pem_lib.cc
[1282/1423] Compiling poly_rq_mul.S
[1283/1423] Compiling pem_all.cc
[1284/1423] Compiling mldsa.cc
[1285/1423] Compiling mem.cc
[1286/1423] Compiling fips_shared_support.cc
[1287/1423] Compiling obj.cc
[1288/1423] Compiling md5.cc
[1289/1423] Compiling md4.cc
[1290/1423] Compiling lhash.cc
[1291/1423] Compiling fuzzer_mode.cc
[1292/1423] Compiling ex_data.cc
[1293/1423] Compiling kyber.cc
[1294/1423] Compiling hrss.cc
[1295/1423] Compiling scrypt.cc
[1296/1423] Compiling hpke.cc
[1297/1423] Compiling sign.cc
[1298/1423] Compiling pbkdf.cc
[1299/1423] Compiling print.cc
[1300/1423] Compiling p_x25519_asn1.cc
[1301/1423] Compiling p_x25519.cc
[1302/1423] Compiling p_rsa_asn1.cc
[1303/1423] Compiling p_hkdf.cc
[1304/1423] Compiling p_rsa.cc
[1305/1423] Compiling p_ed25519_asn1.cc
[1306/1423] Compiling p_ed25519.cc
[1307/1423] Compiling p_ec.cc
[1308/1423] Compiling p_ec_asn1.cc
[1309/1423] Compiling p_dh_asn1.cc
[1310/1423] Compiling p_dsa_asn1.cc
[1311/1423] Compiling p_dh.cc
[1312/1423] Compiling evp_ctx.cc
[1313/1423] Compiling engine.cc
[1314/1423] Compiling err.cc
[1315/1423] Compiling evp_asn1.cc
[1316/1423] Compiling ecdsa_p1363.cc
[1317/1423] Compiling evp.cc
[1318/1423] Compiling ecdh.cc
[1319/1423] Compiling ec_derive.cc
[1320/1423] Compiling ecdsa_asn1.cc
[1321/1423] Compiling hash_to_curve.cc
[1322/1423] Compiling dsa.cc
[1323/1423] Compiling ec_asn1.cc
[1324/1423] Compiling dsa_asn1.cc
[1325/1423] Compiling x25519-asm-arm.S
[1326/1423] Compiling digest_extra.cc
[1327/1423] Compiling params.cc
[1328/1423] Compiling dh_asn1.cc
[1329/1423] Compiling des.cc
[1330/1423] Compiling curve25519_64_adx.cc
[1331/1423] Compiling crypto.cc
[1332/1423] Compiling cpu_intel.cc
[1333/1423] Compiling spake25519.cc
[1334/1423] Compiling cpu_arm_freebsd.cc
[1335/1423] Compiling curve25519.cc
[1335/1423] Compiling cpu_arm_linux.cc
[1337/1423] Compiling cpu_aarch64_win.cc
[1338/1423] Compiling cpu_aarch64_openbsd.cc
[1339/1423] Compiling cpu_aarch64_sysreg.cc
[1340/1423] Compiling cpu_aarch64_linux.cc
[1341/1423] Compiling cpu_aarch64_fuchsia.cc
[1342/1423] Compiling cpu_aarch64_apple.cc
[1343/1423] Compiling tls_cbc.cc
[1344/1423] Compiling conf.cc
[1345/1423] Compiling get_cipher.cc
[1346/1423] Compiling e_rc4.cc
[1347/1423] Compiling cms.cc
[1348/1423] Compiling e_tls.cc
[1349/1423] Compiling e_null.cc
[1350/1423] Compiling e_rc2.cc
[1351/1423] Compiling e_des.cc
[1352/1423] Compiling e_chacha20poly1305.cc
[1353/1423] Compiling e_aesgcmsiv.cc
[1354/1423] Compiling e_aeseax.cc
[1355/1423] Compiling derive_key.cc
[1356/1423] Compiling e_aesctrhmac.cc
[1357/1423] Compiling chacha.cc
[1358/1423] Compiling cbb.cc
[1359/1423] Compiling ber.cc
[1360/1423] Compiling cbs.cc
[1361/1423] Compiling unicode.cc
[1362/1423] Compiling asn1_compat.cc
[1363/1423] Compiling sqrt.cc
[1364/1423] Compiling div.cc
[1365/1423] Compiling buf.cc
[1366/1423] Compiling exponentiation.cc
[1367/1423] Compiling blake2.cc
[1368/1423] Compiling printf.cc
[1369/1423] Compiling pair.cc
[1370/1423] Compiling hexdump.cc
[1371/1423] Compiling bn_asn1.cc
[1372/1423] Compiling file.cc
[1373/1423] Compiling convert.cc
[1374/1423] Compiling errno.cc
[1375/1423] Compiling fd.cc
[1376/1423] Compiling bio_mem.cc
[1377/1423] Compiling base64.cc
[1378/1423] Compiling bio.cc
[1379/1423] Compiling tasn_typ.cc
[1380/1423] Compiling tasn_fre.cc
[1381/1423] Compiling tasn_utl.cc
[1382/1423] Compiling tasn_enc.cc
[1383/1423] Compiling tasn_new.cc
[1384/1423] Compiling bcm.cc
[1385/1423] Compiling tasn_dec.cc
[1386/1423] Compiling posix_time.cc
[1387/1423] Compiling f_int.cc
[1388/1423] Compiling f_string.cc
[1389/1423] Compiling asn_pack.cc
[1390/1423] Compiling asn1_par.cc
[1391/1423] Compiling a_utctm.cc
[1391/1423] Compiling asn1_lib.cc
[1393/1423] Compiling a_strnid.cc
[1394/1423] Compiling a_time.cc
[1395/1423] Compiling a_type.cc
[1396/1423] Compiling a_strex.cc
[1397/1423] Compiling a_octet.cc
[1398/1423] Compiling a_object.cc
[1399/1423] Compiling a_mbstr.cc
[1400/1423] Compiling CCompressZlib empty.c
[1400/1423] Write sources
[1408/1423] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1409/1423] Compiling a_i2d_fp.cc
[1410/1423] Compiling a_int.cc
[1411/1423] Compiling a_dup.cc
[1412/1423] Compiling a_gentm.cc
[1413/1423] Compiling a_d2i_fp.cc
[1414/1439] Compiling aes.cc
[1415/1446] Compiling a_bool.cc
[1416/1545] Compiling a_bitstr.cc
[1418/1580] Compiling Algorithms Intersperse.swift
[1419/1580] Compiling Algorithms EitherSequence.swift
[1420/1580] Compiling Algorithms FirstNonNil.swift
[1421/1580] Compiling Algorithms FlattenCollection.swift
[1422/1581] Compiling Algorithms Suffix.swift
[1423/1581] Compiling Algorithms Trim.swift
[1424/1581] Compiling Algorithms Joined.swift
[1425/1581] Compiling Algorithms Keyed.swift
[1426/1581] Compiling Algorithms Product.swift
[1427/1581] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1428/1581] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1429/1581] Compiling AsyncAlgorithms ChannelStorage.swift
[1430/1581] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1431/1581] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1432/1581] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1433/1581] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1434/1581] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1435/1581] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1436/1581] Compiling AsyncAlgorithms DebounceStorage.swift
[1437/1581] Compiling AsyncAlgorithms Dictionary.swift
[1438/1581] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1439/1581] Compiling AsyncAlgorithms Locking.swift
[1440/1581] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1441/1581] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1442/1581] Compiling AsyncAlgorithms MergeStateMachine.swift
[1443/1581] Compiling AsyncAlgorithms MergeStorage.swift
[1444/1586] Compiling Atomics Unmanaged extensions.swift
[1445/1586] Emitting module BitCollections
[1446/1586] Compiling Algorithms Split.swift
[1447/1586] Compiling Algorithms Stride.swift
[1448/1586] Compiling Algorithms Grouped.swift
[1449/1586] Compiling Algorithms Indexed.swift
[1462/1586] Compiling Algorithms MinMax.swift
[1463/1586] Compiling Algorithms RandomSample.swift
[1464/1586] Compiling Algorithms Reductions.swift
[1465/1586] Compiling Algorithms Rotate.swift
[1466/1586] Compiling Algorithms Partition.swift
[1467/1586] Compiling Algorithms Permutations.swift
[1468/1586] Compiling Algorithms AdjacentPairs.swift
[1469/1586] Compiling Algorithms Chain.swift
[1470/1586] Compiling Algorithms Chunked.swift
[1471/1586] Compiling Algorithms Combinations.swift
[1472/1586] Compiling Algorithms Compacted.swift
[1473/1586] Compiling Algorithms Cycle.swift
[1476/1586] Emitting module AsyncAlgorithms
[1477/1590] Compiling BitCollections BitSet.swift
[1478/1590] Compiling BitCollections Range+Utilities.swift
[1479/1590] Compiling BitCollections Slice+Utilities.swift
[1480/1590] Compiling BitCollections UInt+Tricks.swift
[1481/1590] Compiling BitCollections _Word.swift
[1482/1591] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1483/1591] Compiling AsyncAlgorithms Rethrow.swift
[1484/1591] Compiling AsyncAlgorithms SetAlgebra.swift
[1485/1591] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1486/1591] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1487/1591] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1488/1591] Compiling AsyncAlgorithms ZipStateMachine.swift
[1489/1591] Compiling AsyncAlgorithms ZipStorage.swift
[1490/1591] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1491/1591] Compiling BitCollections BitSet.Counted.swift
[1492/1591] Compiling BitCollections BitSet.Index.swift
[1493/1591] Compiling BitCollections BitSet._UnsafeHandle.swift
[1504/1591] Emitting module ArgumentParserToolInfo
[1505/1591] Compiling ArgumentParserToolInfo ToolInfo.swift
[1521/1593] Compiling Collections Collections.swift
[1522/1593] Emitting module Collections
[1533/1639] Compiling ArgumentParser NameSpecification.swift
[1534/1639] Compiling ArgumentParser Option.swift
[1535/1641] Compiling ArgumentParser StringExtensions.swift
[1536/1641] Compiling ArgumentParser SwiftExtensions.swift
[1537/1641] Compiling ArgumentParser Tree.swift
[1538/1641] Compiling ArgumentParser CommandGroup.swift
[1539/1641] Compiling ArgumentParser EnumerableFlag.swift
[1540/1641] Compiling ArgumentParser ExpressibleByArgument.swift
[1541/1641] Compiling ArgumentParser OptionGroup.swift
[1542/1641] Compiling ArgumentParser AsyncParsableCommand.swift
[1543/1641] Compiling ArgumentParser CommandConfiguration.swift
[1544/1641] Compiling ArgumentParser ParsableArguments.swift
[1545/1641] Compiling ArgumentParser SequenceExtensions.swift
[1546/1641] Compiling ArgumentParser CodingKeyValidator.swift
[1547/1641] Compiling ArgumentParser ArgumentDiscussion.swift
[1548/1641] Compiling ArgumentParser ArgumentHelp.swift
[1549/1641] Compiling ArgumentParser ArgumentVisibility.swift
[1550/1641] Compiling ArgumentParser CompletionKind.swift
[1551/1641] Compiling ArgumentParser Errors.swift
[1552/1641] Compiling ArgumentParser DumpHelpGenerator.swift
[1553/1641] Compiling ArgumentParser HelpCommand.swift
[1554/1641] Compiling ArgumentParser HelpGenerator.swift
[1555/1641] Compiling ArgumentParser Flag.swift
[1559/1641] Compiling Algorithms Unique.swift
[1560/1641] Compiling Algorithms Windows.swift
[1561/1641] Compiling ArgumentParser ParserError.swift
[1562/1641] Compiling ArgumentParser SplitArguments.swift
[1564/1641] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1565/1641] Compiling CryptoBoringWrapper RandomBytes.swift
[1566/1641] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1567/1641] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1568/1641] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1569/1641] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1570/1641] Compiling CryptoBoringWrapper EllipticCurve.swift
[1571/1641] Emitting module CryptoBoringWrapper
[1572/1641] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1573/1641] Emitting module Atomics
[1574/1641] Emitting module ArgumentParser
[1580/1645] Compiling ArgumentParser NonsenseFlagsValidator.swift
[1581/1645] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1582/1645] Compiling ArgumentParser PositionalArgumentsValidator.swift
[1583/1645] Compiling ArgumentParser UniqueNamesValidator.swift
[1585/1764] Compiling NIOCore ByteBuffer-multi-int.swift
[1586/1764] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1587/1764] Compiling NIOCore ByteBuffer-views.swift
[1588/1764] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1589/1764] Compiling NIOCore NIOScheduledCallback.swift
[1590/1764] Compiling NIOCore NIOSendable.swift
[1591/1764] Compiling NIOCore RecvByteBufferAllocator.swift
[1592/1764] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1593/1764] Compiling NIOCore SocketAddresses.swift
[1594/1764] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1595/1773] Compiling NIOCore ChannelOption.swift
[1596/1773] Compiling NIOCore ChannelPipeline.swift
[1597/1773] Compiling NIOCore CircularBuffer.swift
[1598/1773] Compiling NIOCore Codec.swift
[1599/1773] Emitting module Algorithms
[1605/1773] Compiling NIOCore IPProtocol.swift
[1606/1773] Compiling NIOCore IntegerBitPacking.swift
[1607/1773] Compiling NIOCore IntegerTypes.swift
[1608/1773] Compiling NIOCore Interfaces.swift
[1609/1773] Compiling NIOCore Linux.swift
[1610/1773] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1611/1773] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1612/1773] Compiling NIOCore GlobalSingletons.swift
[1613/1773] Compiling NIOCore IO.swift
[1614/1773] Compiling NIOCore IOData.swift
[1615/1773] Compiling ServiceLifecycle ServiceRunnerError.swift
[1616/1773] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1617/1773] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1618/1773] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1619/1773] Compiling ServiceLifecycle CancellationWaiter.swift
[1620/1773] Compiling ServiceLifecycle Service.swift
[1621/1773] Compiling ServiceLifecycle GracefulShutdown.swift
[1622/1773] Compiling NIOCore AddressedEnvelope.swift
[1623/1773] Compiling NIOCore AsyncAwaitSupport.swift
[1624/1773] Compiling NIOCore AsyncChannel.swift
[1625/1773] Compiling NIOCore AsyncChannelHandler.swift
[1626/1773] Compiling NIOCore AsyncChannelInboundStream.swift
[1635/1779] Compiling NIOCore MarkedCircularBuffer.swift
[1636/1779] Compiling NIOCore MulticastChannel.swift
[1637/1779] Compiling NIOCore NIOAny.swift
[1638/1779] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1646/1779] Compiling NIOCore NIOCoreSendableMetatype.swift
[1647/1779] Compiling NIOCore NIOLoopBound.swift
[1648/1779] Compiling NIOCore ByteBuffer-core.swift
[1649/1779] Compiling NIOCore ByteBuffer-hex.swift
[1650/1779] Compiling NIOCore ByteBuffer-int.swift
[1651/1779] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1652/1779] Emitting module ServiceLifecycle
[1653/1779] Compiling ServiceLifecycle ServiceGroup.swift
[1664/1779] Compiling NIOCore FileRegion.swift
[1665/1779] Compiling NIOCore Channel.swift
[1666/1779] Compiling NIOCore ChannelHandler.swift
[1667/1779] Compiling NIOCore ChannelHandlers.swift
[1668/1779] Compiling NIOCore ChannelInvoker.swift
[1669/1779] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1670/1779] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1671/1779] Compiling NIOCore EventLoopFuture.swift
[1672/1779] Compiling NIOCore FileDescriptor.swift
[1673/1779] Compiling NIOCore FileHandle.swift
[1674/1779] Emitting module _CryptoExtras
[1699/1779] Compiling NIOCore ConvenienceOptionSupport.swift
[1700/1779] Compiling NIOCore DeadChannel.swift
[1701/1779] Compiling NIOCore DispatchQueue+WithFuture.swift
[1702/1779] Compiling NIOCore EventLoop+Deprecated.swift
[1703/1779] Compiling NIOCore EventLoop+SerialExecutor.swift
[1704/1779] Compiling NIOCore EventLoop.swift
[1705/1779] Compiling _CryptoExtras ThreadWindows.swift
[1706/1779] Compiling _CryptoExtras DLEQ.swift
[1707/1779] Compiling _CryptoExtras Prover.swift
[1708/1779] Compiling _CryptoExtras Verifier.swift
[1709/1779] Compiling _CryptoExtras ZKPToolbox.swift
[1710/1779] Compiling _CryptoExtras resource_bundle_accessor.swift
[1717/1779] Compiling NIOCore ByteBuffer-conversions.swift
[1739/1840] Compiling NIOCore SocketOptionProvider.swift
[1740/1840] Compiling NIOCore SystemCallHelpers.swift
[1741/1840] Compiling NIOCore TimeAmount+Duration.swift
[1742/1840] Compiling NIOCore TypeAssistedChannelHandler.swift
[1743/1840] Compiling NIOCore UniversalBootstrapSupport.swift
[1744/1840] Compiling NIOCore Utilities.swift
[1745/1840] Compiling HomomorphicEncryption Ciphertext.swift
[1746/1840] Compiling HomomorphicEncryption CoefficientPacking.swift
[1747/1840] Compiling HomomorphicEncryption Context.swift
[1748/1840] Compiling HomomorphicEncryption CrtComposer.swift
[1749/1840] Compiling HomomorphicEncryption DoubleWidthUInt.swift
[1750/1840] Compiling HomomorphicEncryption Encoding.swift
[1751/1840] Compiling HomomorphicEncryption EncryptionParameters.swift
[1752/1840] Compiling HomomorphicEncryption Plaintext.swift
[1753/1840] Compiling HomomorphicEncryption Galois.swift
[1754/1840] Compiling HomomorphicEncryption PolyCollection.swift
[1755/1840] Compiling HomomorphicEncryption PolyContext.swift
[1756/1840] Compiling HomomorphicEncryption PolyRq+Ntt.swift
[1757/1840] Compiling HomomorphicEncryption PolyRq+Randomize.swift
[1758/1840] Compiling HomomorphicEncryption PolyRq+Serialize.swift
[1759/1840] Compiling HomomorphicEncryption PolyRq.swift
[1760/1840] Compiling HomomorphicEncryption BufferedRng.swift
[1761/1840] Compiling HomomorphicEncryption NistAes128Ctr.swift
[1762/1840] Compiling HomomorphicEncryption NistCtrDrbg.swift
[1763/1840] Compiling HomomorphicEncryption PseudoRandomNumberGenerator.swift
[1764/1840] Compiling HomomorphicEncryption RnsBaseConverter.swift
[1765/1840] Compiling HomomorphicEncryption Error.swift
[1766/1840] Compiling HomomorphicEncryption Exports.swift
[1767/1840] Compiling HomomorphicEncryption HeScheme.swift
[1768/1840] Compiling HomomorphicEncryption HeSchemeAsync.swift
[1769/1840] Compiling HomomorphicEncryption Keys.swift
[1770/1840] Compiling HomomorphicEncryption Modulus.swift
[1771/1840] Compiling HomomorphicEncryption NoOpScheme.swift
[1772/1840] Compiling HomomorphicEncryption Array2d.swift
[1773/1840] Compiling HomomorphicEncryption Bfv+Decrypt.swift
[1774/1840] Compiling HomomorphicEncryption Bfv+Encode.swift
[1775/1840] Compiling HomomorphicEncryption Bfv+Encrypt.swift
[1776/1840] Compiling HomomorphicEncryption Bfv+Keys.swift
[1777/1840] Compiling HomomorphicEncryption Bfv+Multiply.swift
[1778/1840] Compiling HomomorphicEncryption Bfv.swift
[1779/1840] Emitting module NIOCore
[1780/1908] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1781/1908] Emitting module NIOHTTPTypes
[1782/1908] Emitting module NIOEmbedded
[1783/1908] Compiling NIOEmbedded AsyncTestingChannel.swift
[1784/1908] Compiling NIOEmbedded Embedded.swift
[1785/1908] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1786/1908] Compiling NIOPosix GetaddrinfoResolver.swift
[1787/1908] Compiling NIOPosix HappyEyeballs.swift
[1788/1908] Compiling NIOPosix IO.swift
[1789/1908] Compiling NIOPosix IntegerBitPacking.swift
[1790/1908] Compiling NIOPosix IntegerTypes.swift
[1791/1908] Compiling NIOPosix Linux.swift
[1792/1908] Compiling NIOPosix System.swift
[1793/1908] Compiling NIOPosix Thread.swift
[1794/1908] Compiling NIOPosix ThreadPosix.swift
[1795/1908] Compiling NIOPosix ThreadWindows.swift
[1796/1908] Compiling NIOPosix UnsafeTransfer.swift
[1797/1913] Emitting module PrivacyPass
[1798/1914] Compiling PrivacyPass Util.swift
[1799/1914] Compiling PrivacyPass TokenResponse.swift
[1800/1914] Compiling NIOPosix ServerSocket.swift
[1801/1914] Compiling NIOPosix Socket.swift
[1802/1914] Compiling NIOPosix SocketChannel.swift
[1803/1914] Compiling NIOPosix SocketProtocols.swift
[1804/1914] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1805/1914] Compiling PrivacyPass TokenRequest.swift
[1806/1914] Compiling PrivacyPass TokenIssuerDirectory.swift
[1807/1914] Compiling CompressNIO ZlibWrapper.swift
[1808/1914] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1809/1914] Compiling CompressNIO Compressor.swift
[1810/1914] Compiling CompressNIO CompressionAlgorithm.swift
[1811/1914] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1812/1914] Compiling CompressNIO Error.swift
[1813/1914] Compiling CompressNIO ByteBuffer+compress.swift
[1814/1914] Compiling CompressNIO ByteBuffer+decompress.swift
[1815/1914] Emitting module CompressNIO
[1816/1914] Compiling CompressNIO Zlib.swift
[1817/1914] Compiling NIOPosix PosixSingletons.swift
[1818/1914] Compiling NIOPosix RawSocketBootstrap.swift
[1819/1914] Compiling NIOPosix Resolver.swift
[1820/1914] Compiling NIOPosix Selectable.swift
[1821/1914] Compiling NIOPosix SelectableChannel.swift
[1822/1914] Compiling NIOPosix SelectableEventLoop.swift
[1823/1914] Compiling NIOPosix BSDSocketAPICommon.swift
[1824/1914] Compiling NIOPosix BSDSocketAPIPosix.swift
[1825/1914] Compiling PrivacyPass Verifier.swift
[1826/1914] Compiling NIOPosix BaseStreamSocketChannel.swift
[1827/1914] Compiling NIOPosix Bootstrap.swift
[1828/1914] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1829/1914] Compiling NIOPosix BaseSocketChannel.swift
[1830/1914] Compiling NIOPosix ControlMessage.swift
[1831/1914] Compiling NIOPosix DatagramVectorReadManager.swift
[1832/1914] Compiling NIOPosix BSDSocketAPIWindows.swift
[1833/1914] Compiling NIOPosix BaseSocket.swift
[1834/1914] Compiling NIOPosix Utilities.swift
[1835/1914] Compiling NIOPosix VsockAddress.swift
[1836/1914] Compiling NIOPosix VsockChannelEvents.swift
[1837/1914] Compiling NIOPosix Windows.swift
[1838/1914] Compiling NIOPosix resource_bundle_accessor.swift
[1839/1914] Emitting module NIOPosix
[1840/1914] Compiling NIOPosix SelectorEpoll.swift
[1841/1914] Compiling NIOPosix SelectorGeneric.swift
[1842/1914] Compiling NIOPosix SelectorKqueue.swift
[1843/1914] Compiling NIOPosix SelectorUring.swift
[1844/1914] Compiling NIOPosix SelectorWSAPoll.swift
[1845/1914] Compiling NIOPosix LinuxCPUSet.swift
[1846/1914] Compiling NIOPosix LinuxUring.swift
[1847/1914] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1848/1914] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1849/1914] Compiling NIOPosix NIOThreadPool.swift
[1850/1914] Compiling NIOPosix NonBlockingFileIO.swift
[1851/1914] Compiling NIOPosix PendingDatagramWritesManager.swift
[1852/1914] Compiling NIOPosix PendingWritesManager.swift
[1853/1914] Compiling NIOPosix PipeChannel.swift
[1854/1914] Compiling NIOPosix PipePair.swift
[1855/1914] Compiling NIOPosix Pool.swift
[1856/1914] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1867/1914] Compiling NIOPosix Errors+Any.swift
[1868/1914] Compiling NIOPosix FileDescriptor.swift
[1873/1920] Compiling NIO Exports.swift
[1874/1920] Emitting module NIO
[1887/1960] Compiling HomomorphicEncryption SerializedPlaintext.swift
[1888/1960] Compiling HomomorphicEncryption Util.swift
[1889/1960] Compiling HomomorphicEncryption Version.swift
[1890/1960] Compiling HomomorphicEncryption Zeroization.swift
[1891/1960] Emitting module NIOSOCKS
[1900/1961] Compiling NIOSOCKS SOCKSResponse.swift
[1901/1961] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1902/1961] Compiling NIOSOCKS ClientStateMachine.swift
[1903/1961] Compiling NIOTLS TLSEvents.swift
[1904/1961] Emitting module NIOTLS
[1905/1961] Compiling NIOSOCKS Messages.swift
[1906/1961] Compiling NIOSOCKS Helpers.swift
[1907/1961] Compiling NIOHTTP1 HTTPEncoder.swift
[1908/1961] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1909/1961] Compiling NIOSOCKS SOCKSRequest.swift
[1910/1961] Compiling NIOSOCKS Errors.swift
[1911/1961] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1912/1961] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1913/1961] Compiling NIOHTTP1 HTTPDecoder.swift
[1914/1961] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1915/1961] Compiling NIOSOCKS ServerStateMachine.swift
[1916/1961] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1917/1961] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1918/1961] Compiling NIOTLS SNIHandler.swift
[1919/1961] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1920/1961] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1921/1961] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1922/1961] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1927/1962] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1928/1962] Emitting module NIOFoundationCompat
[1930/1962] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1931/1962] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1932/1962] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1933/1962] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1934/1993] Compiling NIOSSL SSLErrors.swift
[1935/1993] Compiling NIOSSL SubjectAlternativeName.swift
[1936/1993] Compiling NIOSSL LinuxCABundle.swift
[1937/1993] Compiling NIOSSL NIOSSLClientHandler.swift
[1938/2015] Compiling NIOTransportServices NIOTSSingletons.swift
[1939/2015] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1940/2015] Compiling NIOTransportServices StateManagedChannel.swift
[1941/2015] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1942/2015] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1943/2015] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1944/2015] Compiling NIOTransportServices NIOTSBootstraps.swift
[1945/2015] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1946/2015] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1947/2015] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1948/2015] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1949/2015] Compiling NIOTransportServices AcceptHandler.swift
[1950/2015] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1951/2015] Emitting module NIOHTTP1
[1956/2056] Compiling NIOExtras RequestResponseHandlers+State.swift
[1957/2056] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1958/2057] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1959/2057] Emitting module NIOHTTPTypesHTTP1
[1960/2057] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1961/2057] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1962/2057] Compiling NIOExtras NIORequestIdentifiable.swift
[1963/2057] Compiling NIOExtras PCAPRingBuffer.swift
[1964/2057] Compiling NIOExtras NIOExtrasError.swift
[1965/2057] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1966/2057] Compiling NIOExtras QuiescingHelper.swift
[1967/2057] Compiling NIOExtras RequestResponseHandler.swift
[1968/2057] Compiling NIOExtras LineBasedFrameDecoder.swift
[1969/2057] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1970/2057] Compiling NIOHPACK IndexedHeaderTable.swift
[1971/2057] Compiling NIOHPACK IntegerCoding.swift
[1972/2057] Compiling NIOHPACK HuffmanTables.swift
[1973/2058] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1974/2058] Compiling NIOHTTPCompression HTTPDecompression.swift
[1975/2058] Emitting module NIOHTTPCompression
[1976/2058] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1977/2058] Compiling NIOHTTPCompression HTTPCompression.swift
[1978/2058] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1979/2058] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1980/2058] Emitting module NIOSSL
[1981/2061] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1982/2061] Compiling NIOExtras JSONRPCFraming.swift
[1983/2061] Compiling NIOHPACK DynamicHeaderTable.swift
[1984/2061] Compiling NIOHPACK HPACKDecoder.swift
[1985/2061] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1986/2061] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1987/2061] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1988/2061] Compiling NIOExtras LengthFieldPrepender.swift
[1989/2061] Emitting module NIOExtras
[1990/2061] Compiling NIOHPACK StaticHeaderTable.swift
[1991/2061] Compiling NIOHPACK HeaderTables.swift
[1994/2061] Compiling NIOHPACK HuffmanCoding.swift
[1995/2061] Compiling NIOHPACK HPACKEncoder.swift
[1996/2061] Compiling NIOHPACK HPACKErrors.swift
[1997/2061] Emitting module NIOHPACK
[1998/2061] Compiling NIOHPACK HPACKHeader.swift
[1999/2061] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2000/2061] Compiling NIOTransportServices NIOTSErrors.swift
[2012/2061] Emitting module NIOTransportServices
[2020/2061] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2021/2063] Compiling NIOSSL SSLCertificate.swift
[2022/2063] Compiling NIOSSL SSLCertificateExtensions.swift
[2023/2063] Compiling NIOSSL SSLCertificateName.swift
[2027/2063] Compiling NIOSSL SafeCompare.swift
[2028/2063] Compiling NIOSSL Zeroization.swift
[2029/2063] Compiling NIOSSL TLSConfiguration.swift
[2042/2063] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2043/2063] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2044/2063] Compiling NIOSSL SSLCallbacks.swift
[2048/2063] Compiling NIOSSL UniversalBootstrapSupport.swift
[2049/2063] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2050/2063] Compiling NIOSSL resource_bundle_accessor.swift
[2054/2090] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2055/2090] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2056/2125] Compiling NIOExtras WritePCAPHandler.swift
[2057/2151] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2058/2151] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2059/2151] Compiling NIOHTTP2 MaySendFrames.swift
[2060/2151] Compiling NIOHTTP2 SendingDataState.swift
[2061/2151] Compiling NIOHTTP2 SendingGoawayState.swift
[2062/2151] Compiling NIOHTTP2 SendingHeadersState.swift
[2063/2151] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2064/2157] Compiling HummingbirdCore BindAddress.swift
[2065/2157] Compiling HummingbirdCore RequestBody.swift
[2066/2157] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[2067/2157] Compiling HummingbirdCore URI.swift
[2068/2157] Compiling HummingbirdCore FlatDictionary.swift
[2069/2157] Compiling HummingbirdCore HBParser.swift
[2070/2157] Emitting module NIOHTTP2
[2071/2157] Emitting module HomomorphicEncryption
[2072/2157] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2073/2157] Compiling NIOHTTP2 QuiescingState.swift
[2074/2157] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2075/2157] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2076/2157] Compiling NIOHTTP2 StateMachineResult.swift
[2077/2157] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2078/2157] Compiling NIOHTTP2 DOSHeuristics.swift
[2079/2157] Compiling NIOHTTP2 HTTP2Stream.swift
[2080/2157] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2081/2157] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2082/2157] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2083/2157] Compiling NIOHTTP2 HTTP2StreamID.swift
[2084/2157] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2085/2163] Compiling NIOHTTP2 SendingRstStreamState.swift
[2086/2163] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2087/2163] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2088/2163] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2089/2163] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2090/2163] Compiling NIOHTTP2 HasLocalSettings.swift
[2091/2163] Compiling NIOHTTP2 HasRemoteSettings.swift
[2092/2163] Compiling NIOHTTP2 Error+Any.swift
[2093/2163] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2094/2163] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2095/2163] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2096/2163] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2097/2163] Compiling NIOHTTP2 GlitchesMonitor.swift
[2098/2163] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2099/2174] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2100/2174] Compiling NIOHTTP2 StreamChannelList.swift
[2101/2174] Compiling NIOHTTP2 StreamMap.swift
[2102/2174] Compiling NIOHTTP2 StreamStateMachine.swift
[2103/2174] Compiling NIOHTTP2 UnsafeTransfer.swift
[2104/2174] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2105/2174] Compiling PrivateInformationRetrieval CuckooTable.swift
[2106/2174] Compiling PrivateInformationRetrieval Error.swift
[2107/2174] Compiling HummingbirdCore Deprecations.swift
[2108/2174] Compiling HummingbirdCore Request.swift
[2109/2174] Compiling HummingbirdCore RequestBody+inboundClose.swift
[2110/2174] Compiling HummingbirdCore ResponseWriter.swift
[2111/2174] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[2112/2174] Compiling PrivateInformationRetrieval PirUtil.swift
[2113/2175] Compiling PrivateInformationRetrieval SymmetricPIRProtocol.swift
[2114/2175] Compiling PrivateInformationRetrieval SymmetricPirDatabase.swift
[2115/2175] Compiling PrivateInformationRetrieval HashBucket.swift
[2116/2175] Compiling PrivateInformationRetrieval Util.swift
[2117/2175] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_error_stddev.pb.swift
[2118/2175] Compiling HomomorphicEncryptionProtobuf ConversionError.swift
[2119/2175] Compiling HomomorphicEncryptionProtobuf ConversionHe.swift
[2120/2175] Emitting module HomomorphicEncryptionProtobuf
[2121/2175] Compiling HomomorphicEncryptionProtobuf MessageExtensions.swift
[2122/2175] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_he.pb.swift
[2123/2175] Compiling HummingbirdCore ServerConfiguration.swift
[2124/2175] Compiling HummingbirdCore TSTLSOptions.swift
[2125/2175] Compiling HummingbirdCore AnyAsyncSequence.swift
[2126/2175] Compiling HummingbirdCore HTTPUserEventHandler.swift
[2127/2175] Compiling HummingbirdCore Server.swift
[2128/2175] Compiling HummingbirdCore ServerChildChannel.swift
[2129/2175] Compiling HummingbirdCore HTTP1Channel.swift
[2130/2175] Compiling PrivateInformationRetrieval KeywordPirProtocol.swift
[2131/2175] Compiling PrivateInformationRetrieval MulPir.swift
[2132/2175] Compiling PrivateInformationRetrieval IndexPirProtocol.swift
[2133/2175] Compiling PrivateInformationRetrieval KeywordDatabase.swift
[2134/2175] Compiling HummingbirdCore HTTPChannelHandler.swift
[2135/2175] Compiling HummingbirdCore HTTPServerBuilder.swift
[2136/2175] Compiling HummingbirdCore Response.swift
[2137/2175] Compiling HummingbirdCore ResponseBody.swift
[2138/2175] Compiling HummingbirdCore ResponseBodyWriter.swift
[2139/2175] Compiling NIOHTTP2 HTTP2Error.swift
[2140/2175] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2141/2175] Emitting module PrivateInformationRetrieval
[2144/2247] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_algorithm.pb.swift
[2145/2247] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_database.pb.swift
[2146/2247] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2147/2247] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2148/2247] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2149/2247] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2150/2247] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2151/2247] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2152/2247] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2153/2253] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir.pb.swift
[2154/2253] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_shared_v1_api_shared.pb.swift
[2155/2253] Emitting module AsyncHTTPClient
[2156/2253] Emitting module PrivateInformationRetrievalProtobuf
[2157/2253] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_api.pb.swift
[2158/2253] Compiling PrivateInformationRetrievalProtobuf ConversionApi.swift
[2159/2253] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_pir.pb.swift
[2160/2253] Compiling PrivateInformationRetrievalProtobuf ConversionPir.swift
[2161/2253] Compiling PrivateInformationRetrievalProtobuf ConversionError.swift
[2162/2253] Compiling AsyncHTTPClient SSLContextCache.swift
[2163/2253] Compiling AsyncHTTPClient Scheme.swift
[2164/2253] Compiling AsyncHTTPClient Singleton.swift
[2165/2253] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2166/2253] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2167/2253] Compiling AsyncHTTPClient Utils.swift
[2168/2257] Compiling AsyncHTTPClient HTTPClient.swift
[2169/2257] Compiling AsyncHTTPClient HTTPHandler.swift
[2170/2257] Compiling AsyncHTTPClient LRUCache.swift
[2171/2257] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2172/2257] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2173/2257] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2176/2259] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2177/2259] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2178/2259] Compiling AsyncHTTPClient ConnectionPool.swift
[2179/2259] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2180/2259] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2181/2259] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2182/2259] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2183/2259] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2184/2259] Compiling AsyncHTTPClient HTTP2Connection.swift
[2185/2259] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2186/2259] Emitting module HummingbirdCore
[2187/2259] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2188/2259] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2189/2259] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2190/2259] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2191/2259] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2192/2259] Compiling AsyncHTTPClient RequestBodyLength.swift
[2193/2259] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2194/2259] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2195/2259] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2196/2259] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2197/2259] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2198/2259] Compiling AsyncHTTPClient Transaction.swift
[2199/2259] Compiling AsyncHTTPClient Base64.swift
[2200/2259] Compiling AsyncHTTPClient BasicAuth.swift
[2201/2259] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2202/2259] Compiling AsyncHTTPClient TLSConfiguration.swift
[2203/2259] Compiling AsyncHTTPClient RedirectState.swift
[2204/2259] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2205/2259] Compiling AsyncHTTPClient RequestBag.swift
[2206/2259] Compiling AsyncHTTPClient RequestValidation.swift
[2207/2259] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2208/2259] Compiling AsyncHTTPClient ConnectionTarget.swift
[2209/2259] Compiling AsyncHTTPClient DeconstructedURL.swift
[2210/2259] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2211/2259] Compiling AsyncHTTPClient FoundationExtensions.swift
[2212/2259] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2213/2259] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2214/2259] Compiling ConstructDatabase InputIdentities.pb.swift
[2215/2259] Compiling ConstructDatabase CallIdentity.pb.swift
[2219/2259] Compiling ConstructDatabase ConstructDatabase.swift
[2220/2259] Emitting module ConstructDatabase
[2220/2259] Write Objects.LinkFileList
[2226/2259] Compiling HummingbirdCore String+percentEncode.swift
[2227/2259] Compiling HummingbirdCore UnsafeTransfer.swift
[2228/2259] Compiling AsyncHTTPClient HTTP1Connection.swift
[2229/2259] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2235/2259] Compiling AsyncHTTPClient RequestOptions.swift
[2236/2259] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2237/2259] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2238/2259] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2239/2259] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2240/2259] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2241/2259] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2255/2325] Compiling Hummingbird MetricsMiddleware.swift
[2256/2325] Compiling Hummingbird Middleware.swift
[2257/2325] Compiling Hummingbird MiddlewareGroup.swift
[2258/2325] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2259/2325] Compiling Hummingbird _Middleware2.swift
[2260/2325] Compiling Hummingbird _OptionalMiddleware.swift
[2261/2325] Compiling Hummingbird _SpreadMiddleware.swift
[2262/2332] Compiling Hummingbird Trie+resolve.swift
[2263/2332] Compiling Hummingbird Trie+serialize.swift
[2264/2332] Compiling Hummingbird TrieRouter.swift
[2265/2332] Compiling Hummingbird ChildRequestContext.swift
[2266/2332] Compiling Hummingbird Request.swift
[2267/2332] Compiling Hummingbird RequestContext.swift
[2268/2332] Compiling Hummingbird RequestContextSource.swift
[2269/2332] Compiling Hummingbird Router.swift
[2270/2332] Compiling Hummingbird RouterGroup.swift
[2271/2332] Compiling Hummingbird RouterMethods.swift
[2272/2332] Compiling Hummingbird RouterPath.swift
[2273/2332] Compiling Hummingbird RouterResponder.swift
[2274/2332] Compiling Hummingbird TransformingRouterGroup.swift
[2275/2332] Compiling Hummingbird RouterTrie.swift
[2276/2332] Compiling Hummingbird TracingMiddleware.swift
[2277/2332] Compiling Hummingbird EndpointResponder.swift
[2278/2332] Compiling Hummingbird Parameters+UUID.swift
[2279/2332] Compiling Hummingbird Parameters.swift
[2280/2332] Compiling Hummingbird ResponseGenerator.swift
[2281/2332] Compiling Hummingbird RouteCollection.swift
[2282/2332] Compiling Hummingbird Router+validation.swift
[2283/2332] Compiling Hummingbird RequestID.swift
[2284/2332] Compiling Hummingbird RequestResponder.swift
[2285/2332] Compiling Hummingbird Response.swift
[2286/2332] Compiling Hummingbird URI+decodeQuery.swift
[2287/2332] Compiling Hummingbird MemoryPersistDriver.swift
[2288/2332] Compiling Hummingbird PersistDriver.swift
[2289/2332] Compiling Hummingbird PersistError.swift
[2290/2332] Compiling Hummingbird URLEncodedFormNode.swift
[2291/2332] Compiling Hummingbird Configuration.swift
[2292/2332] Compiling Hummingbird Deprecations.swift
[2293/2332] Compiling Hummingbird Environment.swift
[2294/2332] Compiling Hummingbird EditedHTTPError.swift
[2295/2332] Compiling Hummingbird HTTPError.swift
[2296/2332] Compiling Hummingbird HTTPResponseError.swift
[2297/2332] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[2298/2332] Compiling Hummingbird Exports.swift
[2299/2332] Compiling Hummingbird CacheControl.swift
[2300/2332] Compiling Hummingbird FileIO.swift
[2301/2332] Compiling Hummingbird FileProvider.swift
[2302/2332] Compiling Hummingbird LocalFileSystem.swift
[2303/2332] Compiling Hummingbird Cookie.swift
[2304/2332] Compiling Hummingbird Cookies.swift
[2305/2332] Emitting module Hummingbird
[2305/2332] Linking ConstructDatabase
[2307/2332] Compiling Hummingbird ByteBuffer+foundation.swift
[2308/2332] Compiling Hummingbird DateCache.swift
[2309/2332] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2310/2332] Compiling Hummingbird HexDigest.swift
[2311/2332] Compiling Hummingbird InitializableFromSource.swift
[2312/2332] Compiling Hummingbird PreludeService.swift
[2313/2332] Compiling Hummingbird StringProtocol.swift
[2313/2332] Applying ConstructDatabase
[2315/2332] Compiling Hummingbird MediaType+FileExtension.swift
[2316/2332] Compiling Hummingbird MediaType.swift
[2317/2332] Compiling Hummingbird Request+Cookies.swift
[2318/2332] Compiling Hummingbird Response+Cookies.swift
[2319/2332] Compiling Hummingbird CORSMiddleware.swift
[2320/2332] Compiling Hummingbird FileMiddleware.swift
[2321/2332] Compiling Hummingbird LogRequestMiddleware.swift
[2322/2332] Compiling Hummingbird Application.swift
[2323/2332] Compiling Hummingbird CodableProtocols.swift
[2324/2332] Compiling Hummingbird JSONCoding.swift
[2325/2332] Compiling Hummingbird ResponseEncodable.swift
[2326/2332] Compiling Hummingbird URLEncodedForm+Request.swift
[2327/2332] Compiling Hummingbird URLEncodedForm.swift
[2328/2332] Compiling Hummingbird URLEncodedFormDecoder.swift
[2329/2332] Compiling Hummingbird URLEncodedFormEncoder.swift
[2330/2346] Compiling HummingbirdTesting ApplicationTester.swift
[2331/2346] Compiling HummingbirdTesting Application+Test.swift
[2332/2346] Emitting module HummingbirdTesting
[2333/2346] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[2334/2346] Compiling HummingbirdTesting TestClient+types.swift
[2335/2346] Compiling HummingbirdTesting TestApplication.swift
[2336/2346] Compiling HummingbirdTesting LiveTestFramework.swift
[2337/2346] Compiling HummingbirdTesting Deprecations.swift
[2338/2346] Compiling HummingbirdTesting TestClient.swift
[2339/2346] Compiling HummingbirdTesting RouterTestFramework.swift
[2340/2353] Compiling PIRServiceTesting PIRClientError.swift
[2341/2353] Compiling PIRServiceTesting TestClientProtocol+Protobuf.swift
[2342/2353] Compiling PIRServiceTesting PIRConfig+ShardConfig.swift
[2343/2353] Compiling PIRServiceTesting PIRClient+KeyRotation.swift
[2344/2353] Compiling PIRServiceTesting PIRClient+PrivacyPass.swift
[2345/2353] Emitting module PIRServiceTesting
[2346/2353] Compiling PIRServiceTesting PIRClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/PIRServiceTesting/PIRClient.swift:242:55: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
240 | let evaluationKeyConfig = EvaluationKeyConfig()
241 | return try KeywordPirClient<PIRClient>(
242 | keywordParameter: config.keywordPirParams.nativeWithSymmetricPirClientConfig(),
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
243 | pirParameter: shardConfig.native(
244 | batchSize: Int(config.batchSize),
[2347/2353] Compiling HummingbirdCompression CompressedBodyWriter.swift
[2348/2353] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[2349/2353] Emitting module HummingbirdCompression
[2350/2353] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[2351/2372] Compiling PIRService ExtractPlatform.swift
[2352/2372] Compiling PIRService ExtractUserIdentifier.swift
[2353/2374] Compiling PIRService ProtobufExtensions.swift
[2354/2374] Compiling PIRService Request+DecodeProtobuf.swift
[2355/2374] Compiling PIRService LogErrorsMiddleware.swift
[2356/2374] Compiling PIRService UserTierAuthentication.swift
[2357/2374] Compiling PIRService PirConfig+compatible.swift
[2358/2374] Compiling PIRService PrivacyPass+ResponseGenerator.swift
[2359/2374] Compiling PIRService HEError+HTTPErrorResponse.swift
[2360/2374] Compiling PIRService HTTPFields+authorization.swift
[2361/2374] Compiling PIRService PirUsecase.swift
/Users/admin/builder/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:75:58: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
73 | let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
74 | self.context = context
75 | self.keywordParams = try params.keywordPirParams.nativeWithSymmetricPirClientConfig()
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
76 | self.symmetricPirConfig = try usecase.symmetricPirArguments?.resolve()
77 | self.shards = try (0..<usecase.shardCount).map { shardIndex in
/Users/admin/builder/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:95:65: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
93 | evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
94 | pirParameter: pirParams.native(),
95 | keywordPirParameter: pirParams.keywordPirParams.nativeWithSymmetricPirClientConfig())
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
96 | return try KeywordPirServer(context: context, processed: processed)
97 | }
[2362/2374] Compiling PIRService PrivacyPassController.swift
/Users/admin/builder/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:75:58: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
73 | let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
74 | self.context = context
75 | self.keywordParams = try params.keywordPirParams.nativeWithSymmetricPirClientConfig()
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
76 | self.symmetricPirConfig = try usecase.symmetricPirArguments?.resolve()
77 | self.shards = try (0..<usecase.shardCount).map { shardIndex in
/Users/admin/builder/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:95:65: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
93 | evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
94 | pirParameter: pirParams.native(),
95 | keywordPirParameter: pirParams.keywordPirParams.nativeWithSymmetricPirClientConfig())
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
96 | return try KeywordPirServer(context: context, processed: processed)
97 | }
[2363/2374] Compiling PIRService PrivacyPassState.swift
[2364/2374] Compiling PIRService Usecase.swift
[2365/2374] Compiling PIRService UsecaseStore.swift
[2366/2374] Compiling PIRService UserAuthenticator.swift
[2367/2374] Emitting module PIRService
[2368/2374] Compiling PIRService Application+build.swift
[2369/2374] Compiling PIRService PIRServiceController.swift
[2370/2374] Compiling PIRService ReloadService.swift
[2371/2374] Compiling PIRService main.swift
[2371/2374] Write Objects.LinkFileList
[2372/2374] Linking PIRService
[2373/2374] Applying PIRService
Build complete! (123.07s)
Fetching https://github.com/apple/swift-homomorphic-encryption
[1/3855] Fetching swift-homomorphic-encryption
Fetched https://github.com/apple/swift-homomorphic-encryption from cache (1.02s)
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/apple/swift-protobuf from cache
Fetching https://github.com/swiftlang/swift-docc-plugin 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-argument-parser.git from cache
Fetched https://github.com/apple/swift-numerics from cache (0.86s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-algorithms from cache (0.89s)
Fetching https://github.com/hummingbird-project/hummingbird-compression
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.22s)
Fetching https://github.com/hummingbird-project/hummingbird
[1/1037] Fetching hummingbird-compression
[199/3542] Fetching hummingbird-compression, swift-service-lifecycle
Fetched https://github.com/hummingbird-project/hummingbird-compression from cache (0.83s)
[652/2505] Fetching swift-service-lifecycle
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.02s)
[1/24863] Fetching hummingbird
Fetched https://github.com/apple/swift-log.git from cache (2.38s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (2.40s)
Fetched https://github.com/apple/swift-protobuf from cache (2.41s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.41s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Fetched https://github.com/hummingbird-project/hummingbird from cache (1.66s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.31.1 (3.46s)
Computing version for https://github.com/hummingbird-project/hummingbird-compression
Computed https://github.com/hummingbird-project/hummingbird-compression at 2.0.0 (0.47s)
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio.git from cache
[1/643] Fetching compress-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (1.95s)
Fetched https://github.com/apple/swift-nio.git from cache (2.00s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (4.45s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (0.47s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.82s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.47s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.49s)
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.48s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5472] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.12s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.71s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.05s)
Computing version for https://github.com/hummingbird-project/hummingbird
Computed https://github.com/hummingbird-project/hummingbird at 2.16.0 (0.53s)
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
[1/5435] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.91s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.92s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.17s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.18s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.18s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.19s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.19s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.59s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (2.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (0.60s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.82s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (1.33s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.0 (0.49s)
Fetching https://github.com/apple/swift-service-context.git
[1/1117] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.79s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (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.25.1 (0.48s)
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.62s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.52s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
[1/6592] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.09s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.11s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (1.61s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (0.60s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.88s)
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/hummingbird-project/hummingbird-compression
Working copy of https://github.com/hummingbird-project/hummingbird-compression resolved at 2.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.0
Creating working copy for https://github.com/hummingbird-project/hummingbird
Working copy of https://github.com/hummingbird-project/hummingbird resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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.38.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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.31.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
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/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.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.4
Creating working copy for https://github.com/apple/swift-homomorphic-encryption
Working copy of https://github.com/apple/swift-homomorphic-encryption resolved at release/1.1 (ffac271)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.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.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms 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 3.15.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.0
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[16375/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (1.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.10.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-homomorphic-encryption",
"requirement" : {
"branch" : [
"release/1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-homomorphic-encryption"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.31.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird"
},
{
"identity" : "hummingbird-compression",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird-compression"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "pir-service-example",
"name" : "pir-service-example",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "PIRService",
"targets" : [
"PIRService"
],
"type" : {
"executable" : null
}
},
{
"name" : "ConstructDatabase",
"targets" : [
"ConstructDatabase"
],
"type" : {
"executable" : null
}
},
{
"name" : "PrivacyPass",
"targets" : [
"PrivacyPass"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PIRServiceTesting",
"targets" : [
"PIRServiceTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UtilTests",
"module_type" : "SwiftTarget",
"name" : "UtilTests",
"path" : "Tests/UtilTests",
"sources" : [
"UtilTests.swift"
],
"target_dependencies" : [
"Util"
],
"type" : "test"
},
{
"c99name" : "Util",
"module_type" : "SwiftTarget",
"name" : "Util",
"path" : "Sources/Util",
"product_memberships" : [
"PIRService",
"PrivacyPass",
"PIRServiceTesting"
],
"sources" : [
"OperatingSystem.swift",
"Platform.swift"
],
"type" : "library"
},
{
"c99name" : "PrivacyPassTests",
"module_type" : "SwiftTarget",
"name" : "PrivacyPassTests",
"path" : "Tests/PrivacyPassTests",
"product_dependencies" : [
"Crypto",
"_CryptoExtras"
],
"sources" : [
"PrivacyPassPublicTests.swift",
"PrivacyPassTests.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"PrivacyPass"
],
"type" : "test"
},
{
"c99name" : "PrivacyPass",
"module_type" : "SwiftTarget",
"name" : "PrivacyPass",
"path" : "Sources/PrivacyPass",
"product_dependencies" : [
"Crypto",
"SwiftASN1",
"_CryptoExtras"
],
"product_memberships" : [
"PIRService",
"PrivacyPass",
"PIRServiceTesting"
],
"sources" : [
"Array+Base64URL.swift",
"Issuer.swift",
"NonceStoring.swift",
"PrivacyPass.swift",
"PrivacyPassError.swift",
"PrivateKey.swift",
"PublicKey+request.swift",
"PublicKey.swift",
"Token.swift",
"TokenChallenge.swift",
"TokenIssuerDirectory.swift",
"TokenRequest.swift",
"TokenResponse.swift",
"Util.swift",
"Verifier.swift"
],
"target_dependencies" : [
"Util"
],
"type" : "library"
},
{
"c99name" : "PIRServiceTests",
"module_type" : "SwiftTarget",
"name" : "PIRServiceTests",
"path" : "Tests/PIRServiceTests",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"ExampleUsecase.swift",
"PIRServiceControllerTests.swift",
"PIRServiceTests.swift",
"TestClientProtocol+Protobuf.swift",
"TestResponse+Protobuf.swift"
],
"target_dependencies" : [
"PIRService",
"PIRServiceTesting"
],
"type" : "test"
},
{
"c99name" : "PIRServiceTesting",
"module_type" : "SwiftTarget",
"name" : "PIRServiceTesting",
"path" : "Sources/PIRServiceTesting",
"product_dependencies" : [
"HomomorphicEncryptionProtobuf",
"HummingbirdTesting",
"PrivateInformationRetrievalProtobuf"
],
"product_memberships" : [
"PIRServiceTesting"
],
"sources" : [
"PIRClient+KeyRotation.swift",
"PIRClient+PrivacyPass.swift",
"PIRClient.swift",
"PIRClientError.swift",
"PIRConfig+ShardConfig.swift",
"TestClientProtocol+Protobuf.swift"
],
"target_dependencies" : [
"PrivacyPass",
"Util"
],
"type" : "library"
},
{
"c99name" : "PIRService",
"module_type" : "SwiftTarget",
"name" : "PIRService",
"path" : "Sources/PIRService",
"product_dependencies" : [
"ArgumentParser",
"Crypto",
"HomomorphicEncryptionProtobuf",
"Hummingbird",
"HummingbirdCompression",
"PrivateInformationRetrievalProtobuf",
"ServiceLifecycle",
"UnixSignals"
],
"product_memberships" : [
"PIRService"
],
"sources" : [
"Application+build.swift",
"Controllers/PIRServiceController.swift",
"Controllers/PirUsecase.swift",
"Controllers/PrivacyPassController.swift",
"Controllers/PrivacyPassState.swift",
"Controllers/Usecase.swift",
"Controllers/UsecaseStore.swift",
"Controllers/UserAuthenticator.swift",
"Extensions/HEError+HTTPErrorResponse.swift",
"Extensions/HTTPFields+authorization.swift",
"Extensions/PirConfig+compatible.swift",
"Extensions/PrivacyPass+ResponseGenerator.swift",
"Extensions/ProtobufExtensions.swift",
"Extensions/Request+DecodeProtobuf.swift",
"Middlewares/ExtractPlatform.swift",
"Middlewares/ExtractUserIdentifier.swift",
"Middlewares/LogErrorsMiddleware.swift",
"Middlewares/UserTierAuthentication.swift",
"ReloadService.swift",
"main.swift"
],
"target_dependencies" : [
"PrivacyPass",
"Util"
],
"type" : "executable"
},
{
"c99name" : "ConstructDatabase",
"module_type" : "SwiftTarget",
"name" : "ConstructDatabase",
"path" : "Sources/ConstructDatabase",
"product_dependencies" : [
"ArgumentParser",
"PrivateInformationRetrievalProtobuf",
"SwiftProtobuf"
],
"product_memberships" : [
"ConstructDatabase"
],
"sources" : [
"ConstructDatabase.swift",
"generated/CallIdentity.pb.swift",
"generated/InputIdentities.pb.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Done.