The Swift Package Index logo.Swift Package Index

Build Information

Successful build of A2A, reference main (2dbdef), with Swift 6.1 for macOS (SPM) on 20 Mar 2026 16:40:27 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 .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Victory-Apps/a2a-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Victory-Apps/a2a-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2dbdef6 Add ASCII art banner to README
Cloned https://github.com/Victory-Apps/a2a-swift.git
Revision (git rev-parse @):
2dbdef6a394844798da547b2ccb2fe2066433662
SUCCESS checkout https://github.com/Victory-Apps/a2a-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Victory-Apps/a2a-swift.git
https://github.com/Victory-Apps/a2a-swift.git
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.100.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "A2A",
  "name" : "A2A",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "A2A",
      "targets" : [
        "A2A"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "A2AVapor",
      "targets" : [
        "A2AVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "A2ATesting",
      "targets" : [
        "A2ATesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "A2AVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "A2AVaporTests",
      "path" : "Tests/A2AVaporTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "A2AVaporTests.swift"
      ],
      "target_dependencies" : [
        "A2AVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A2AVapor",
      "module_type" : "SwiftTarget",
      "name" : "A2AVapor",
      "path" : "Sources/A2AVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "A2AVapor"
      ],
      "sources" : [
        "A2AVapor.swift",
        "RoutesBuilder+A2A.swift"
      ],
      "target_dependencies" : [
        "A2A"
      ],
      "type" : "library"
    },
    {
      "c99name" : "A2ATests",
      "module_type" : "SwiftTarget",
      "name" : "A2ATests",
      "path" : "Tests/A2ATests",
      "sources" : [
        "AgentCardResolverTests.swift",
        "AgentCardTests.swift",
        "DefaultRequestHandlerTests.swift",
        "EventQueueTests.swift",
        "InMemoryTaskStoreTests.swift",
        "JSONRPCTests.swift",
        "ModelTests.swift",
        "RouterTests.swift",
        "SSEConfigurationTests.swift",
        "SSELineParserTests.swift",
        "SSEStreamingTests.swift"
      ],
      "target_dependencies" : [
        "A2A"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A2ATestingTests",
      "module_type" : "SwiftTarget",
      "name" : "A2ATestingTests",
      "path" : "Tests/A2ATestingTests",
      "sources" : [
        "FixtureTests.swift",
        "MockClientTests.swift",
        "MockExecutorTests.swift",
        "StreamHelperTests.swift"
      ],
      "target_dependencies" : [
        "A2ATesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A2ATesting",
      "module_type" : "SwiftTarget",
      "name" : "A2ATesting",
      "path" : "Sources/A2ATesting",
      "product_memberships" : [
        "A2ATesting"
      ],
      "sources" : [
        "A2ATesting.swift",
        "Fixtures/AgentCard+Fixture.swift",
        "Fixtures/Message+Fixture.swift",
        "Fixtures/Part+Fixture.swift",
        "Fixtures/Task+Fixture.swift",
        "Helpers/StreamAssertions.swift",
        "Helpers/StreamCollector.swift",
        "Mocks/MockA2AClient.swift",
        "Mocks/MockAgentExecutor.swift",
        "Mocks/MockAgentHandler.swift"
      ],
      "target_dependencies" : [
        "A2A"
      ],
      "type" : "library"
    },
    {
      "c99name" : "A2A",
      "module_type" : "SwiftTarget",
      "name" : "A2A",
      "path" : "Sources/A2A",
      "product_memberships" : [
        "A2A",
        "A2AVapor",
        "A2ATesting"
      ],
      "sources" : [
        "A2A.swift",
        "Client/A2AClient.swift",
        "Client/AgentCardResolver.swift",
        "Client/ClientInterceptor.swift",
        "Client/ConnectionState.swift",
        "Client/SSEConfiguration.swift",
        "Client/SSELineParser.swift",
        "Client/StreamingSession.swift",
        "JSONRPC/JSONRPCMessage.swift",
        "Models/AgentCard.swift",
        "Models/Artifact.swift",
        "Models/Errors.swift",
        "Models/Events.swift",
        "Models/JSONValue.swift",
        "Models/Message.swift",
        "Models/Part.swift",
        "Models/PushNotification.swift",
        "Models/Requests.swift",
        "Models/Security.swift",
        "Models/Task.swift",
        "Server/A2AServer.swift",
        "Server/AgentExecutor.swift",
        "Server/DefaultRequestHandler.swift",
        "Server/EventQueue.swift",
        "Server/InMemoryTaskStore.swift",
        "Server/PushNotificationSender.swift",
        "Server/RequestContext.swift",
        "Server/TaskManager.swift",
        "Server/TaskStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/863] Write sources
[3/863] Copying PrivacyInfo.xcprivacy
[3/863] Write sources
[9/863] Copying PrivacyInfo.xcprivacy
[11/863] Write sources
[11/863] Copying PrivacyInfo.xcprivacy
[13/863] Write sources
[15/863] Copying PrivacyInfo.xcprivacy
[19/863] Write sources
[59/863] Write swift-version-2F0A5646E1D333AE.txt
[60/863] Compiling CNIOWASI CNIOWASI.c
[61/863] Compiling CSystem shims.c
[61/863] Compiling CNIOWindows shim.c
[62/863] Compiling CNIOWindows WSAStartup.c
[64/863] Compiling _NumericsShims _NumericsShims.c
[65/874] Compiling CNIOPosix event_loop_id.c
[66/902] Compiling _AtomicsShims.c
[67/917] Compiling CVaporBcrypt blf.c
[68/917] Compiling CNIOSHA1 c_nio_sha1.c
[69/917] Compiling CVaporBcrypt bcrypt.c
[71/1041] Compiling _NIOBase64 Base64.swift
[72/1041] Emitting module _NIOBase64
[73/1041] Compiling RealModule RealFunctions.swift
[74/1041] Compiling RealModule Float80+Real.swift
[75/1041] Compiling RealModule Real.swift
[76/1042] Emitting module ServiceContextModule
[77/1042] Compiling ServiceContextModule ServiceContext.swift
[78/1042] Compiling ServiceContextModule ServiceContextKey.swift
[78/1042] Compiling CNIOOpenBSD shim.c
[80/1042] Emitting module _CertificateInternals
[81/1042] Compiling _CertificateInternals _TinyArray.swift
[82/1042] Compiling RealModule Float+Real.swift
[83/1042] Compiling RealModule Float16+Real.swift
[84/1042] Compiling RealModule AugmentedArithmetic.swift
[85/1042] Compiling Crypto PKCS8PrivateKey.swift
[86/1042] Compiling Crypto SEC1PrivateKey.swift
[87/1042] Emitting module RealModule
[88/1042] Compiling RealModule ElementaryFunctions.swift
[89/1042] Compiling RealModule Double+Real.swift
[90/1042] Compiling RealModule RelaxedArithmetic.swift
[90/1042] Compiling CNIOLinux shim.c
[91/1042] Compiling CNIOLinux liburing_shims.c
[92/1051] Compiling CNIOLLHTTP c_nio_http.c
[94/1051] Compiling _NIODataStructures PriorityQueue.swift
[95/1051] Compiling _NIODataStructures _TinyArray.swift
[95/1051] Compiling CNIOLLHTTP c_nio_api.c
[99/1051] Compiling Crypto SubjectPublicKeyInfo.swift
[100/1054] Compiling Instrumentation NoOpInstrument.swift
[101/1054] Compiling Crypto MLDSA.swift
[102/1054] Compiling Crypto Signature.swift
[103/1054] Compiling Crypto Digest.swift
[104/1054] Compiling Crypto Digests.swift
[105/1054] Compiling Crypto ECDSA.swift
[106/1054] Compiling Crypto Ed25519.swift
[107/1054] Compiling Crypto HashFunctions.swift
[108/1054] Compiling Crypto HashFunctions_SHA2.swift
[109/1054] Compiling Crypto ECDSA_boring.swift
[110/1054] Compiling Crypto EdDSA_boring.swift
[112/1054] Compiling Crypto CryptoError_boring.swift
[113/1054] Emitting module InternalCollectionsUtilities
[114/1054] Compiling Crypto MLDSA_boring.swift
[115/1054] Compiling Crypto MLDSA_wrapper.swift
[116/1054] Compiling Crypto CryptoKitErrors.swift
[117/1054] Compiling Crypto Digest_boring.swift
[122/1055] Compiling CNIOLLHTTP c_nio_llhttp.c
[124/1055] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[124/1055] Compiling CNIOExtrasZlib inftrees.c
[125/1055] Compiling CNIOExtrasZlib trees.c
[127/1055] Emitting module SystemPackage
[128/1055] Compiling _NIODataStructures Heap.swift
[129/1055] Emitting module _NIODataStructures
[130/1055] Compiling Crypto CryptoKitErrors_boring.swift
[131/1055] Compiling Crypto Ed25519Keys.swift
[132/1055] Compiling Crypto NISTCurvesKeys.swift
[139/1055] Compiling Crypto X25519Keys.swift
[140/1055] Compiling Crypto SymmetricKeys.swift
[141/1055] Compiling Crypto HMAC.swift
[142/1055] Compiling Crypto MACFunctions.swift
[143/1055] Compiling Crypto MessageAuthenticationCode.swift
[144/1055] Compiling Crypto AES.swift
[145/1055] Compiling Instrumentation Instrument.swift
[146/1055] Emitting module Instrumentation
[147/1055] Compiling Instrumentation Locks.swift
[148/1055] Compiling Instrumentation MultiplexInstrument.swift
[149/1055] Compiling Instrumentation InstrumentationSystem.swift
[150/1183] Compiling Logging MetadataProvider.swift
[151/1183] Emitting module Logging
[152/1183] Compiling Logging LogHandler.swift
[153/1183] Compiling Logging Locks.swift
[154/1183] Compiling Logging Logging.swift
[155/1268] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[156/1268] Compiling HashTreeCollections TreeDictionary+Filter.swift
[157/1268] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[158/1268] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[159/1268] Compiling HashTreeCollections TreeDictionary+Keys.swift
[160/1268] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[161/1268] Compiling HashTreeCollections TreeDictionary+Merge.swift
[162/1268] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[163/1275] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[164/1275] Compiling HashTreeCollections TreeSet+Extras.swift
[165/1275] Compiling HashTreeCollections TreeSet+Filter.swift
[168/1283] Compiling HashTreeCollections _HashNode+Lookups.swift
[171/1283] Compiling CNIOExtrasZlib zutil.c
[173/1283] Compiling HeapModule Heap.swift
[174/1283] Compiling HeapModule _HeapNode.swift
[175/1283] Compiling HashTreeCollections _HashNode.swift
[176/1283] Compiling HashTreeCollections _HashNodeHeader.swift
[177/1283] Compiling HashTreeCollections _HashSlot.swift
[178/1283] Compiling HashTreeCollections _HashStack.swift
[179/1283] Compiling HashTreeCollections _HashTreeIterator.swift
[180/1283] Compiling HashTreeCollections _HashTreeStatistics.swift
[181/1295] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[182/1295] Compiling HeapModule Heap+Descriptions.swift
[183/1295] Compiling HeapModule Heap+Invariants.swift
[184/1295] Compiling HeapModule Heap+UnsafeHandle.swift
[185/1295] Emitting module CoreMetrics
[186/1295] Compiling CoreMetrics Metrics.swift
[187/1295] Compiling CoreMetrics Locks.swift
[187/1295] Compiling CNIOExtrasZlib inflate.c
[189/1295] Emitting module HeapModule
[189/1329] Compiling CNIOExtrasZlib inffast.c
[191/1331] Compiling ContainersPreview Producer.swift
[192/1331] Compiling ContainersPreview Borrow.swift
[193/1331] Compiling ContainersPreview Box.swift
[194/1331] Compiling ContainersPreview Producer+Filter.swift
[195/1331] Compiling ContainersPreview Producer+Map.swift
[196/1331] Compiling ContainersPreview Producer+Reduce.swift
[196/1334] Compiling CNIOExtrasZlib deflate.c
[198/1334] Compiling ContainersPreview RandomAccessContainer.swift
[199/1334] Compiling ContainersPreview RangeExpression2.swift
[200/1334] Compiling ContainersPreview RangeReplaceableContainer.swift
[201/1334] Compiling ContainersPreview Drain+Map.swift
[202/1334] Compiling ContainersPreview Drain+Reduce.swift
[203/1334] Compiling ContainersPreview Drain.swift
[204/1334] Compiling ContainersPreview Producer+Collect.swift
[205/1334] Compiling ContainersPreview ContainerIterator.swift
[206/1334] Compiling ContainersPreview DynamicContainer.swift
[207/1334] Compiling ContainersPreview MutableContainer.swift
[208/1334] Compiling ContainersPreview PermutableContainer.swift
[209/1334] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[210/1334] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[211/1334] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[212/1334] Compiling ContainersPreview OutputSpan+Extras.swift
[213/1334] Compiling ContainersPreview TemporaryAllocation.swift
[214/1334] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[215/1334] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[216/1334] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[217/1334] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[218/1334] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[219/1334] Compiling ContainersPreview BorrowingSequence.swift
[229/1334] Compiling ContainersPreview BidirectionalContainer.swift
[230/1334] Compiling ContainersPreview Container+Filter.swift
[231/1334] Compiling ContainersPreview Container+SpanwiseZip.swift
[232/1334] Compiling ContainersPreview Container.swift
[233/1334] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[236/1334] Compiling CNIOExtrasZlib crc32.c
[237/1334] Emitting module ContainersPreview
[238/1334] Compiling CNIOExtrasZlib adler32.c
[240/1334] Compiling ContainersPreview Inout.swift
[241/1334] Compiling ContainersPreview InputSpan.swift
[242/1334] Compiling ContainersPreview Shared.swift
[243/1334] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[244/1334] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[245/1334] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[246/1334] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[247/1334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[248/1334] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[249/1334] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[250/1334] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[251/1334] Compiling Tracing TracerProtocol+Legacy.swift
[252/1334] Compiling Tracing TracingTime.swift
[253/1334] Compiling HashTreeCollections _RawHashNode.swift
[254/1334] Compiling HashTreeCollections _UnmanagedHashNode.swift
[255/1334] Compiling HashTreeCollections _UnsafePath.swift
[256/1334] Compiling HashTreeCollections TreeDictionary+Codable.swift
[257/1334] Compiling HashTreeCollections TreeDictionary+Collection.swift
[258/1334] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[259/1334] Compiling HashTreeCollections _Hash.swift
[260/1334] Compiling HashTreeCollections _HashLevel.swift
[261/1334] Compiling HashTreeCollections _HashNode+Builder.swift
[262/1334] Compiling HashTreeCollections _HashNode+Debugging.swift
[263/1334] Compiling HashTreeCollections _HashNode+Initializers.swift
[264/1334] Compiling HashTreeCollections _HashNode+Invariants.swift
[265/1334] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[266/1334] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[267/1334] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[268/1334] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[269/1334] Compiling HashTreeCollections TreeDictionary+Values.swift
[270/1334] Compiling HashTreeCollections TreeDictionary.swift
[282/1334] Compiling HashTreeCollections _Bucket.swift
[283/1334] Compiling Tracing TracerProtocol.swift
[284/1334] Compiling Tracing NoOpTracer.swift
[285/1334] Compiling Tracing InstrumentationSystem+Tracing.swift
[286/1334] Emitting module Tracing
[287/1334] Compiling Tracing Tracer.swift
[288/1334] Compiling Tracing SpanProtocol.swift
[304/1334] Compiling OrderedCollections OrderedSet+SubSequence.swift
[305/1334] Compiling OrderedCollections OrderedSet+Testing.swift
[306/1334] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[307/1334] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[308/1334] Compiling OrderedCollections OrderedSet.swift
[309/1334] Compiling OrderedCollections _UnsafeBitset.swift
[310/1334] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[311/1334] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[312/1334] Compiling _RopeModule Rope+Remove.swift
[313/1334] Compiling _RopeModule Rope+RemoveSubrange.swift
[314/1334] Compiling _RopeModule Rope+Split.swift
[315/1334] Compiling _RopeModule Optional Utilities.swift
[316/1334] Compiling _RopeModule String Utilities.swift
[317/1334] Compiling _RopeModule String.Index+ABI.swift
[318/1334] Compiling _RopeModule _CharacterRecognizer.swift
[319/1375] Compiling DequeModule UniqueDeque+Insertions.swift
[320/1375] Compiling DequeModule UniqueDeque+Prepend.swift
[321/1375] Compiling DequeModule UniqueDeque+Removals.swift
[322/1375] Compiling DequeModule UniqueDeque+Replacements.swift
[323/1379] Compiling DequeModule UniqueDeque+Append.swift
[324/1379] Compiling DequeModule UniqueDeque+Consumption.swift
[325/1379] Compiling DequeModule UniqueDeque+Container.swift
[326/1379] Compiling DequeModule UniqueDeque+Descriptions.swift
[327/1379] Compiling DequeModule RigidDeque+Hashable.swift
[328/1379] Compiling DequeModule RigidDeque+Initializers.swift
[329/1379] Compiling DequeModule RigidDeque+Insertions.swift
[330/1379] Compiling DequeModule RigidDeque+Prepend.swift
[331/1379] Compiling DequeModule UniqueDeque+Equatable.swift
[332/1379] Compiling DequeModule UniqueDeque+Experimental.swift
[333/1379] Compiling DequeModule UniqueDeque+Hashable.swift
[334/1379] Compiling DequeModule UniqueDeque+Initializers.swift
[335/1379] Compiling DequeModule RigidDeque+Consumption.swift
[336/1379] Compiling DequeModule RigidDeque+Container.swift
[337/1379] Compiling DequeModule RigidDeque+Descriptions.swift
[338/1379] Compiling DequeModule RigidDeque+Equatable.swift
[339/1379] Compiling DequeModule RigidDeque+Experimental.swift
[340/1379] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[341/1379] Compiling DequeModule Deque+Extras.swift
[350/1379] Compiling DequeModule Deque+CustomReflectable.swift
[351/1379] Compiling DequeModule Deque+Descriptions.swift
[352/1379] Compiling DequeModule Deque+Equatable.swift
[353/1379] Compiling DequeModule Deque._UnsafeHandle.swift
[354/1379] Compiling DequeModule Deque.swift
[355/1379] Compiling DequeModule _DequeBuffer.swift
[356/1379] Compiling DequeModule _DequeBufferHeader.swift
[357/1379] Compiling DequeModule RigidDeque+Append.swift
[358/1379] Compiling DequeModule Deque+Testing.swift
[359/1379] Compiling DequeModule Deque._Storage.swift
[360/1379] Compiling DequeModule RigidDeque+Removals.swift
[361/1379] Compiling DequeModule RigidDeque+Replacements.swift
[362/1379] Compiling DequeModule RigidDeque+Testing.swift
[363/1379] Compiling DequeModule RigidDeque.swift
[364/1379] Compiling DequeModule Deque+Codable.swift
[365/1379] Compiling DequeModule Deque+Collection.swift
[390/1387] Compiling DequeModule Deque+Hashable.swift
[399/1387] Compiling CNIODarwin shim.c
[400/1387] Compiling fiat_p256_adx_sqr.S
[401/1387] Compiling fiat_p256_adx_mul.S
[408/1387] Compiling fiat_curve25519_adx_square.S
[409/1387] Compiling fiat_curve25519_adx_mul.S
[410/1387] Compiling CNIOBoringSSLShims shims.c
[422/1387] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[423/1387] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[424/1387] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[425/1387] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[426/1387] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[427/1387] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[428/1387] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[429/1387] Compiling HashTreeCollections TreeSet.swift
[430/1387] Emitting module _RopeModule
[433/1388] Emitting module OrderedCollections
[436/1388] Compiling SwiftASN1 DER.swift
[457/1388] Compiling SwiftASN1 Errors.swift
[491/1388] Compiling DequeModule _UnsafeDequeSegments.swift
[506/1388] Compiling DequeModule UniqueDeque.swift
[507/1388] Compiling DequeModule _DequeSlot.swift
[508/1388] Compiling DequeModule _UnsafeDequeHandle.swift
[515/1388] Emitting module DequeModule
[516/1388] Emitting module SwiftASN1
[517/1388] Emitting module HashTreeCollections
[517/1388] Compiling tls_method.cc
[518/1388] Compiling tls13_server.cc
[519/1388] Compiling tls_record.cc
[519/1388] Compiling tls13_enc.cc
[526/1388] Emitting module Metrics
[527/1388] Compiling Metrics Metrics.swift
[528/1388] Emitting module Crypto
[548/1397] Compiling RoutingKit Router.swift
[549/1397] Compiling RoutingKit TrieRouter.swift
[616/1397] Compiling RoutingKit PathComponent.swift
[617/1397] Compiling RoutingKit AnyRouter.swift
[618/1397] Compiling RoutingKit Parameters.swift
[619/1397] Emitting module RoutingKit
[619/1397] Compiling tls13_client.cc
[620/1397] Compiling ssl_versions.cc
[621/1397] Compiling ssl_transcript.cc
[622/1397] Compiling t1_enc.cc
[622/1397] Compiling tls13_both.cc
[624/1397] Compiling ssl_x509.cc
[626/1397] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[627/1397] Compiling Crypto RNG_boring.swift
[628/1397] Compiling Crypto SafeCompare_boring.swift
[629/1397] Compiling Crypto Zeroization_boring.swift
[630/1397] Compiling Crypto PrettyBytes.swift
[631/1397] Compiling Crypto SafeCompare.swift
[632/1397] Compiling Crypto SecureBytes.swift
[633/1397] Compiling Crypto Zeroization.swift
[634/1397] Compiling Crypto resource_bundle_accessor.swift
[634/1397] Compiling ssl_stat.cc
[635/1397] Compiling ssl_session.cc
[636/1397] Compiling ssl_privkey.cc
[637/1397] Compiling ssl_key_share.cc
[638/1397] Compiling ssl_cipher.cc
[639/1397] Compiling ssl_file.cc
[640/1397] Compiling ssl_credential.cc
[641/1397] Compiling ssl_buffer.cc
[642/1397] Compiling ssl_cert.cc
[643/1397] Compiling ssl_lib.cc
[644/1397] Compiling ssl_asn1.cc
[645/1397] Compiling ssl_aead_ctx.cc
[646/1397] Compiling s3_pkt.cc
[647/1397] Compiling s3_lib.cc
[648/1397] Compiling s3_both.cc
[649/1397] Compiling handshake_server.cc
[650/1397] Compiling handshake_client.cc
[651/1397] Compiling handshake.cc
[652/1397] Compiling handoff.cc
[653/1397] Compiling md5-x86_64-linux.S
[654/1397] Compiling encrypted_client_hello.cc
[655/1397] Compiling md5-586-linux.S
[656/1397] Compiling md5-x86_64-apple.S
[657/1397] Compiling extensions.cc
[658/1397] Compiling dtls_record.cc
[659/1397] Compiling md5-586-apple.S
[660/1397] Compiling chacha20_poly1305_x86_64-linux.S
[661/1397] Compiling chacha20_poly1305_x86_64-apple.S
[662/1397] Compiling chacha20_poly1305_armv8-win.S
[663/1397] Compiling chacha20_poly1305_armv8-linux.S
[664/1397] Compiling chacha-x86_64-linux.S
[665/1397] Compiling chacha-x86_64-apple.S
[666/1397] Compiling chacha20_poly1305_armv8-apple.S
[667/1397] Compiling chacha-x86-linux.S
[668/1397] Compiling chacha-x86-apple.S
[669/1397] Compiling chacha-armv8-win.S
[670/1397] Compiling chacha-armv8-linux.S
[671/1397] Compiling chacha-armv4-linux.S
[672/1397] Compiling chacha-armv8-apple.S
[673/1397] Compiling dtls_method.cc
[674/1397] Compiling aes128gcmsiv-x86_64-linux.S
[675/1397] Compiling aes128gcmsiv-x86_64-apple.S
[676/1397] Compiling x86_64-mont5-linux.S
[677/1397] Compiling err_data.cc
[678/1397] Compiling x86_64-mont5-apple.S
[679/1397] Compiling x86_64-mont-linux.S
[680/1397] Compiling x86_64-mont-apple.S
[681/1397] Compiling x86-mont-linux.S
[682/1397] Compiling x86-mont-apple.S
[683/1397] Compiling vpaes-x86_64-linux.S
[684/1397] Compiling vpaes-x86_64-apple.S
[685/1397] Compiling vpaes-x86-linux.S
[686/1397] Compiling bio_ssl.cc
[687/1397] Compiling d1_srtp.cc
[688/1397] Compiling vpaes-x86-apple.S
[689/1397] Compiling vpaes-armv8-win.S
[690/1397] Compiling vpaes-armv8-linux.S
[691/1397] Compiling vpaes-armv8-apple.S
[692/1397] Compiling vpaes-armv7-linux.S
[693/1397] Compiling sha512-x86_64-linux.S
[694/1397] Compiling sha512-x86_64-apple.S
[695/1397] Compiling sha512-armv8-linux.S
[696/1397] Compiling sha512-armv8-win.S
[697/1397] Compiling d1_pkt.cc
[698/1397] Compiling sha512-armv8-apple.S
[699/1397] Compiling sha512-armv4-linux.S
[700/1397] Compiling sha512-586-linux.S
[701/1397] Compiling sha256-x86_64-linux.S
[702/1397] Compiling sha512-586-apple.S
[703/1397] Compiling sha256-armv8-linux.S
[704/1397] Compiling sha256-x86_64-apple.S
[705/1397] Compiling sha256-armv8-win.S
[706/1397] Compiling d1_lib.cc
[707/1397] Compiling sha256-armv4-linux.S
[708/1397] Compiling sha256-armv8-apple.S
[709/1397] Compiling sha256-586-linux.S
[710/1397] Compiling sha256-586-apple.S
[711/1397] Compiling sha1-x86_64-linux.S
[712/1397] Compiling sha1-x86_64-apple.S
[713/1397] Compiling sha1-armv8-win.S
[713/1397] Compiling sha1-armv8-linux.S
[715/1397] Compiling sha1-armv8-apple.S
[716/1397] Compiling sha1-armv4-large-linux.S
[717/1397] Compiling sha1-586-apple.S
[718/1397] Compiling sha1-586-linux.S
[719/1397] Compiling rsaz-avx2-linux.S
[720/1397] Compiling rsaz-avx2-apple.S
[721/1397] Compiling d1_both.cc
[722/1397] Compiling rdrand-x86_64-linux.S
[723/1397] Compiling p256_beeu-x86_64-asm-linux.S
[724/1397] Compiling rdrand-x86_64-apple.S
[725/1397] Compiling p256_beeu-x86_64-asm-apple.S
[726/1397] Compiling p256_beeu-armv8-asm-win.S
[727/1397] Compiling p256_beeu-armv8-asm-linux.S
[728/1397] Compiling p256_beeu-armv8-asm-apple.S
[729/1397] Compiling p256-x86_64-asm-apple.S
[730/1397] Compiling p256-x86_64-asm-linux.S
[731/1397] Compiling p256-armv8-asm-win.S
[732/1397] Compiling p256-armv8-asm-linux.S
[732/1397] Compiling p256-armv8-asm-apple.S
[734/1397] Compiling ghashv8-armv8-win.S
[735/1397] Compiling ghashv8-armv8-linux.S
[736/1397] Compiling ghashv8-armv7-linux.S
[737/1397] Compiling ghashv8-armv8-apple.S
[737/1397] Compiling ghash-x86_64-linux.S
[739/1397] Compiling ghash-x86_64-apple.S
[740/1397] Compiling ghash-x86-linux.S
[741/1397] Compiling ghash-x86-apple.S
[742/1397] Compiling ghash-ssse3-x86_64-apple.S
[743/1397] Compiling ghash-ssse3-x86_64-linux.S
[744/1397] Compiling ghash-ssse3-x86-linux.S
[745/1397] Compiling ghash-ssse3-x86-apple.S
[746/1397] Compiling ghash-neon-armv8-win.S
[747/1397] Compiling ghash-armv4-linux.S
[748/1397] Compiling ghash-neon-armv8-linux.S
[749/1397] Compiling ghash-neon-armv8-apple.S
[750/1397] Compiling co-586-linux.S
[751/1397] Compiling co-586-apple.S
[752/1397] Compiling bsaes-armv7-linux.S
[753/1397] Compiling bn-armv8-win.S
[754/1397] Compiling bn-armv8-linux.S
[755/1397] Compiling bn-586-linux.S
[756/1397] Compiling armv8-mont-linux.S
[756/1397] Compiling bn-586-apple.S
[756/1397] Compiling armv8-mont-win.S
[759/1397] Compiling bn-armv8-apple.S
[760/1397] Compiling armv4-mont-linux.S
[761/1397] Compiling armv8-mont-apple.S
[762/1397] Compiling aesv8-gcm-armv8-linux.S
[763/1397] Compiling aesv8-gcm-armv8-win.S
[764/1397] Compiling aesv8-gcm-armv8-apple.S
[765/1397] Compiling aesv8-armv7-linux.S
[765/1397] Compiling aesv8-armv8-win.S
[765/1397] Compiling aesv8-armv8-linux.S
[768/1397] Compiling aesni-x86_64-linux.S
[769/1397] Compiling aesv8-armv8-apple.S
[770/1397] Compiling aesni-x86_64-apple.S
[771/1397] Compiling aesni-x86-linux.S
[772/1397] Compiling aesni-x86-apple.S
[773/1397] Compiling aesni-gcm-x86_64-linux.S
[774/1397] Compiling aes-gcm-avx2-x86_64-linux.S
[775/1397] Compiling aes-gcm-avx10-x86_64-apple.S
[776/1397] Compiling aes-gcm-avx10-x86_64-linux.S
[776/1397] Compiling aes-gcm-avx2-x86_64-apple.S
[778/1397] Compiling aesni-gcm-x86_64-apple.S
[779/1397] Compiling x_sig.cc
[780/1397] Compiling x_x509a.cc
[781/1397] Compiling x_val.cc
[782/1397] Compiling x_spki.cc
[783/1397] Compiling x_x509.cc
[784/1397] Compiling x_req.cc
[785/1397] Compiling x_pubkey.cc
[786/1397] Compiling x_exten.cc
[787/1397] Compiling x_name.cc
[788/1397] Compiling x_crl.cc
[789/1397] Compiling x_attrib.cc
[790/1397] Compiling x_algor.cc
[791/1397] Compiling x509spki.cc
[792/1397] Compiling x509rset.cc
[793/1397] Compiling x_all.cc
[794/1397] Compiling x509cset.cc
[795/1397] Compiling x509_v3.cc
[796/1397] Compiling x509name.cc
[797/1397] Compiling x509_vpm.cc
[798/1397] Compiling x509_vfy.cc
[799/1397] Compiling x509_txt.cc
[800/1397] Compiling x509_trs.cc
[801/1397] Compiling x509_set.cc
[802/1397] Compiling x509_obj.cc
[803/1397] Compiling x509_req.cc
[804/1397] Compiling x509_def.cc
[805/1397] Compiling x509_d2.cc
[806/1397] Compiling x509_ext.cc
[807/1397] Compiling x509_lu.cc
[808/1397] Compiling x509_cmp.cc
[809/1397] Compiling x509_att.cc
[810/1397] Compiling x509.cc
[811/1397] Compiling v3_skey.cc
[812/1397] Compiling v3_prn.cc
[813/1397] Compiling v3_utl.cc
[814/1397] Compiling v3_purp.cc
[815/1397] Compiling v3_ocsp.cc
[816/1397] Compiling v3_pcons.cc
[817/1397] Compiling v3_pmaps.cc
[818/1397] Compiling v3_ncons.cc
[819/1397] Compiling v3_int.cc
[820/1397] Compiling v3_lib.cc
[821/1397] Compiling v3_genn.cc
[822/1397] Compiling v3_ia5.cc
[823/1397] Compiling v3_info.cc
[824/1397] Compiling v3_enum.cc
[825/1397] Compiling v3_extku.cc
[826/1397] Compiling v3_cpols.cc
[827/1397] Compiling v3_crld.cc
[828/1397] Compiling v3_conf.cc
[829/1397] Compiling v3_bitst.cc
[830/1397] Compiling v3_bcons.cc
[831/1397] Compiling v3_akeya.cc
[832/1397] Compiling v3_akey.cc
[833/1397] Compiling v3_alt.cc
[834/1397] Compiling t_x509a.cc
[835/1397] Compiling t_req.cc
[836/1397] Compiling t_x509.cc
[837/1397] Compiling t_crl.cc
[838/1397] Compiling rsa_pss.cc
[839/1397] Compiling i2d_pr.cc
[840/1397] Compiling name_print.cc
[841/1397] Compiling policy.cc
[842/1397] Compiling by_file.cc
[843/1397] Compiling by_dir.cc
[844/1397] Compiling algorithm.cc
[845/1397] Compiling a_verify.cc
[846/1397] Compiling asn1_gen.cc
[847/1397] Compiling a_sign.cc
[848/1397] Compiling a_digest.cc
[849/1397] Compiling voprf.cc
[850/1397] Compiling thread_win.cc
[851/1397] Compiling thread_pthread.cc
[852/1397] Compiling thread.cc
[853/1397] Compiling thread_none.cc
[854/1397] Compiling stack.cc
[855/1397] Compiling trust_token.cc
[856/1397] Compiling pmbtoken.cc
[857/1397] Compiling slhdsa.cc
[858/1397] Compiling spake2plus.cc
[859/1397] Compiling siphash.cc
[860/1397] Compiling sha512.cc
[861/1397] Compiling sha256.cc
[862/1397] Compiling sha1.cc
[863/1397] Compiling rsa_print.cc
[864/1397] Compiling rsa_extra.cc
[865/1397] Compiling rsa_crypt.cc
[866/1397] Compiling refcount.cc
[867/1397] Compiling rc4.cc
[868/1397] Compiling rsa_asn1.cc
[869/1397] Compiling windows.cc
[870/1397] Compiling trusty.cc
[871/1397] Compiling urandom.cc
[872/1397] Compiling rand.cc
[873/1397] Compiling poly1305_arm_asm.S
[874/1397] Compiling ios.cc
[875/1397] Compiling passive.cc
[876/1397] Compiling getentropy.cc
[877/1397] Compiling forkunsafe.cc
[878/1397] Compiling fork_detect.cc
[879/1397] Compiling deterministic.cc
[880/1397] Compiling poly1305_vec.cc
[881/1397] Compiling poly1305_arm.cc
[882/1397] Compiling poly1305.cc
[883/1397] Compiling pool.cc
[884/1397] Compiling pkcs8.cc
[885/1397] Compiling pkcs8_x509.cc
[886/1397] Compiling pkcs7.cc
[887/1397] Compiling p5_pbev2.cc
[888/1397] Compiling pem_xaux.cc
[889/1397] Compiling pkcs7_x509.cc
[890/1397] Compiling pem_x509.cc
[891/1397] Compiling pem_pkey.cc
[892/1397] Compiling pem_pk8.cc
[893/1397] Compiling pem_oth.cc
[894/1397] Compiling obj_xref.cc
[895/1397] Compiling mlkem.cc
[896/1397] Compiling mldsa.cc
[897/1397] Compiling pem_info.cc
[898/1397] Compiling pem_lib.cc
[899/1397] Compiling pem_all.cc
[900/1397] Compiling poly_rq_mul.S
[901/1397] Compiling fips_shared_support.cc
[902/1397] Compiling mem.cc
[903/1397] Compiling md5.cc
[904/1397] Compiling md4.cc
[905/1397] Compiling obj.cc
[906/1397] Compiling lhash.cc
[907/1397] Compiling kyber.cc
[908/1397] Compiling ex_data.cc
[909/1397] Compiling sign.cc
[910/1397] Compiling scrypt.cc
[911/1397] Compiling pbkdf.cc
[912/1397] Compiling print.cc
[913/1397] Compiling hpke.cc
[914/1397] Compiling hrss.cc
[915/1397] Compiling p_x25519_asn1.cc
[916/1397] Compiling p_x25519.cc
[917/1397] Compiling p_ed25519.cc
[918/1397] Compiling p_rsa_asn1.cc
[919/1397] Compiling p_hkdf.cc
[920/1397] Compiling p_ec.cc
[921/1397] Compiling p_rsa.cc
[922/1397] Compiling p_ed25519_asn1.cc
[923/1397] Compiling p_ec_asn1.cc
[924/1397] Compiling p_dh_asn1.cc
[925/1397] Compiling p_dh.cc
[926/1397] Compiling p_dsa_asn1.cc
[927/1397] Compiling engine.cc
[928/1397] Compiling evp_ctx.cc
[929/1397] Compiling err.cc
[930/1397] Compiling evp.cc
[931/1397] Compiling evp_asn1.cc
[932/1397] Compiling ecdsa_asn1.cc
[933/1397] Compiling ecdh.cc
[934/1397] Compiling ec_derive.cc
[935/1397] Compiling hash_to_curve.cc
[936/1397] Compiling dsa.cc
[937/1397] Compiling dsa_asn1.cc
[938/1397] Compiling ec_asn1.cc
[939/1397] Compiling params.cc
[940/1397] Compiling x25519-asm-arm.S
[941/1397] Compiling digest_extra.cc
[942/1397] Compiling bcm.cc
[943/1397] Compiling des.cc
[944/1397] Compiling dh_asn1.cc
[945/1397] Compiling curve25519_64_adx.cc
[946/1397] Compiling spake25519.cc
[947/1397] Compiling crypto.cc
[948/1397] Compiling cpu_intel.cc
[949/1397] Compiling curve25519.cc
[950/1397] Compiling cpu_arm_linux.cc
[951/1397] Compiling cpu_arm_freebsd.cc
[952/1397] Compiling cpu_aarch64_win.cc
[953/1397] Compiling cpu_aarch64_sysreg.cc
[954/1397] Compiling cpu_aarch64_openbsd.cc
[955/1397] Compiling cpu_aarch64_linux.cc
[956/1397] Compiling cpu_aarch64_fuchsia.cc
[957/1397] Compiling cpu_aarch64_apple.cc
[958/1397] Compiling conf.cc
[959/1397] Compiling get_cipher.cc
[960/1397] Compiling e_rc4.cc
[961/1397] Compiling e_tls.cc
[962/1397] Compiling tls_cbc.cc
[963/1397] Compiling e_rc2.cc
[964/1397] Compiling e_null.cc
[965/1397] Compiling e_des.cc
[966/1397] Compiling e_chacha20poly1305.cc
[967/1397] Compiling e_aesgcmsiv.cc
[968/1397] Compiling derive_key.cc
[969/1397] Compiling chacha.cc
[970/1397] Compiling e_aesctrhmac.cc
[971/1397] Compiling unicode.cc
[972/1397] Compiling cbs.cc
[973/1397] Compiling ber.cc
[974/1397] Compiling cbb.cc
[975/1397] Compiling asn1_compat.cc
[976/1397] Compiling buf.cc
[977/1397] Compiling blake2.cc
[978/1397] Compiling socket_helper.cc
[979/1397] Compiling bn_asn1.cc
[980/1397] Compiling convert.cc
[981/1397] Compiling socket.cc
[982/1397] Compiling printf.cc
[983/1397] Compiling pair.cc
[984/1397] Compiling hexdump.cc
[985/1397] Compiling file.cc
[986/1397] Compiling fd.cc
[987/1397] Compiling errno.cc
[988/1397] Compiling connect.cc
[989/1397] Compiling bio_mem.cc
[990/1397] Compiling base64.cc
[991/1397] Compiling bio.cc
[992/1397] Compiling tasn_typ.cc
[993/1397] Compiling tasn_fre.cc
[994/1397] Compiling tasn_enc.cc
[995/1397] Compiling tasn_utl.cc
[996/1397] Compiling tasn_new.cc
[997/1397] Compiling posix_time.cc
[998/1397] Compiling f_string.cc
[999/1397] Compiling f_int.cc
[1000/1397] Compiling asn_pack.cc
[1001/1397] Compiling tasn_dec.cc
[1002/1397] Compiling asn1_par.cc
[1003/1397] Compiling asn1_lib.cc
[1004/1397] Compiling a_utctm.cc
[1005/1397] Compiling a_type.cc
[1006/1397] Compiling a_time.cc
[1007/1397] Compiling a_octet.cc
[1008/1397] Compiling a_strnid.cc
[1009/1397] Compiling a_strex.cc
[1010/1397] Compiling a_mbstr.cc
[1011/1397] Compiling a_object.cc
[1012/1397] Compiling a_int.cc
[1013/1397] Compiling a_i2d_fp.cc
[1014/1397] Compiling fiat_p256_adx_sqr.S
[1015/1397] Compiling fiat_p256_adx_mul.S
[1016/1397] Compiling a_dup.cc
[1017/1397] Compiling fiat_curve25519_adx_square.S
[1018/1397] Compiling fiat_curve25519_adx_mul.S
[1019/1397] Compiling md5-x86_64-linux.S
[1020/1397] Compiling md5-x86_64-apple.S
[1021/1397] Compiling a_d2i_fp.cc
[1022/1397] Compiling md5-586-linux.S
[1023/1397] Compiling a_gentm.cc
[1024/1397] Compiling md5-586-apple.S
[1025/1397] Compiling chacha20_poly1305_x86_64-linux.S
[1026/1397] Compiling chacha20_poly1305_x86_64-apple.S
[1027/1397] Compiling a_bitstr.cc
[1028/1397] Compiling chacha20_poly1305_armv8-linux.S
[1029/1397] Compiling chacha20_poly1305_armv8-win.S
[1030/1397] Compiling a_bool.cc
[1031/1397] Compiling chacha-x86_64-linux.S
[1032/1397] Compiling chacha-x86_64-apple.S
[1033/1397] Compiling chacha-x86-linux.S
[1034/1397] Compiling chacha-x86-apple.S
[1035/1397] Compiling chacha20_poly1305_armv8-apple.S
[1036/1397] Compiling chacha-armv8-win.S
[1037/1397] Compiling chacha-armv8-linux.S
[1038/1397] Compiling aes128gcmsiv-x86_64-linux.S
[1039/1397] Compiling aes128gcmsiv-x86_64-apple.S
[1040/1397] Compiling chacha-armv4-linux.S
[1041/1397] Compiling chacha-armv8-apple.S
[1042/1397] Compiling x86_64-mont5-linux.S
[1043/1397] Compiling x86_64-mont5-apple.S
[1044/1397] Compiling x86-mont-linux.S
[1045/1397] Compiling x86_64-mont-linux.S
[1046/1397] Compiling x86_64-mont-apple.S
[1047/1397] Compiling x86-mont-apple.S
[1048/1397] Compiling vpaes-x86_64-linux.S
[1049/1397] Compiling vpaes-x86_64-apple.S
[1050/1397] Compiling CCryptoBoringSSLShims shims.c
[1051/1397] Compiling vpaes-x86-apple.S
[1052/1397] Compiling vpaes-armv8-linux.S
[1052/1397] Compiling vpaes-armv8-win.S
[1054/1397] Compiling vpaes-x86-linux.S
[1055/1397] Compiling vpaes-armv8-apple.S
[1056/1397] Compiling err_data.cc
[1057/1397] Compiling vpaes-armv7-linux.S
[1058/1397] Compiling sha512-x86_64-linux.S
[1059/1397] Compiling sha512-x86_64-apple.S
[1059/1397] Compiling sha512-armv8-win.S
[1059/1397] Compiling sha512-armv8-linux.S
[1062/1397] Compiling sha512-armv8-apple.S
[1063/1397] Compiling sha512-armv4-linux.S
[1064/1397] Compiling sha512-586-linux.S
[1065/1397] Compiling sha512-586-apple.S
[1066/1397] Compiling sha256-x86_64-linux.S
[1067/1397] Compiling sha256-armv8-win.S
[1068/1397] Compiling sha256-x86_64-apple.S
[1069/1397] Compiling sha256-armv8-linux.S
[1070/1397] Compiling sha256-armv4-linux.S
[1071/1397] Compiling sha256-armv8-apple.S
[1072/1397] Compiling sha256-586-linux.S
[1073/1397] Compiling sha256-586-apple.S
[1074/1397] Compiling sha1-x86_64-linux.S
[1075/1397] Compiling sha1-armv8-win.S
[1075/1397] Compiling sha1-armv8-linux.S
[1077/1397] Compiling sha1-x86_64-apple.S
[1078/1397] Compiling sha1-armv8-apple.S
[1079/1397] Compiling sha1-586-linux.S
[1079/1397] Compiling sha1-armv4-large-linux.S
[1081/1397] Compiling sha1-586-apple.S
[1082/1397] Compiling rsaz-avx2-linux.S
[1083/1397] Compiling rsaz-avx2-apple.S
[1084/1397] Compiling rdrand-x86_64-apple.S
[1084/1397] Compiling rdrand-x86_64-linux.S
[1086/1397] Compiling p256_beeu-x86_64-asm-linux.S
[1087/1397] Compiling p256_beeu-armv8-asm-win.S
[1088/1397] Compiling p256_beeu-x86_64-asm-apple.S
[1089/1397] Compiling p256_beeu-armv8-asm-linux.S
[1090/1397] Compiling p256_beeu-armv8-asm-apple.S
[1091/1397] Compiling p256-armv8-asm-win.S
[1092/1397] Compiling p256-x86_64-asm-linux.S
[1093/1397] Compiling p256-x86_64-asm-apple.S
[1094/1397] Compiling p256-armv8-asm-linux.S
[1095/1397] Compiling ghashv8-armv8-win.S
[1096/1397] Compiling p256-armv8-asm-apple.S
[1097/1397] Compiling ghashv8-armv8-linux.S
[1098/1397] Compiling ghashv8-armv7-linux.S
[1099/1397] Compiling ghash-x86_64-linux.S
[1100/1397] Compiling ghash-x86_64-apple.S
[1101/1397] Compiling ghashv8-armv8-apple.S
[1102/1397] Compiling ghash-x86-linux.S
[1103/1397] Compiling ghash-x86-apple.S
[1104/1397] Compiling ghash-ssse3-x86_64-linux.S
[1105/1397] Compiling ghash-ssse3-x86_64-apple.S
[1106/1397] Compiling ghash-ssse3-x86-linux.S
[1107/1397] Compiling ghash-ssse3-x86-apple.S
[1108/1397] Compiling ghash-neon-armv8-linux.S
[1109/1397] Compiling ghash-neon-armv8-win.S
[1110/1397] Compiling ghash-neon-armv8-apple.S
[1111/1397] Compiling ghash-armv4-linux.S
[1112/1397] Compiling co-586-linux.S
[1113/1397] Compiling co-586-apple.S
[1114/1397] Compiling bsaes-armv7-linux.S
[1115/1397] Compiling bn-armv8-apple.S
[1116/1397] Compiling bn-armv8-linux.S
[1117/1397] Compiling bn-armv8-win.S
[1118/1397] Compiling bn-586-linux.S
[1119/1397] Compiling bn-586-apple.S
[1120/1397] Compiling armv8-mont-win.S
[1121/1397] Compiling armv8-mont-linux.S
[1122/1397] Compiling aesv8-gcm-armv8-linux.S
[1123/1397] Compiling aesv8-gcm-armv8-win.S
[1124/1397] Compiling armv8-mont-apple.S
[1125/1397] Compiling armv4-mont-linux.S
[1126/1397] Compiling aesv8-gcm-armv8-apple.S
[1127/1397] Compiling aesv8-armv8-win.S
[1128/1397] Compiling aesv8-armv8-linux.S
[1129/1397] Compiling aesv8-armv7-linux.S
[1130/1397] Compiling aesni-x86_64-apple.S
[1131/1397] Compiling aesni-x86_64-linux.S
[1132/1397] Compiling aesni-x86-linux.S
[1133/1397] Compiling aesv8-armv8-apple.S
[1134/1397] Compiling aesni-gcm-x86_64-linux.S
[1134/1397] Compiling aesni-x86-apple.S
[1136/1397] Compiling aesni-gcm-x86_64-apple.S
[1137/1397] Compiling aes-gcm-avx512-x86_64-linux.S
[1138/1397] Compiling aes-gcm-avx2-x86_64-linux.S
[1139/1397] Compiling aes-gcm-avx512-x86_64-apple.S
[1139/1397] Compiling aes-gcm-avx2-x86_64-apple.S
[1141/1397] Compiling c-nioatomics.c
[1142/1397] Compiling xwing.cc
[1143/1397] Compiling x_x509a.cc
[1144/1397] Compiling x_sig.cc
[1145/1397] Compiling x_req.cc
[1145/1397] Compiling x_spki.cc
[1147/1397] Compiling x_name.cc
[1148/1397] Compiling x_x509.cc
[1149/1397] Compiling x_pubkey.cc
[1150/1397] Compiling c-atomics.c
[1151/1397] Compiling x_exten.cc
[1152/1404] Compiling x_crl.cc
[1153/1404] Compiling x509spki.cc
[1154/1404] Compiling x_attrib.cc
[1155/1404] Compiling x509name.cc
[1156/1404] Compiling x_all.cc
[1157/1404] Compiling x509rset.cc
[1158/1404] Compiling x509cset.cc
[1159/1404] Compiling x_algor.cc
[1160/1404] Compiling x509_vpm.cc
[1162/1404] Compiling NIOConcurrencyHelpers lock.swift
[1163/1404] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1164/1404] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1165/1404] Compiling NIOConcurrencyHelpers NIOLock.swift
[1166/1404] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1167/1404] Emitting module NIOConcurrencyHelpers
[1168/1404] Compiling NIOConcurrencyHelpers atomics.swift
[1168/1404] Compiling x509_vfy.cc
[1169/1404] Compiling x509_txt.cc
[1170/1404] Compiling x509_v3.cc
[1171/1404] Compiling x509_set.cc
[1172/1404] Compiling x509_trs.cc
[1173/1404] Compiling x509_obj.cc
[1174/1404] Compiling x509_req.cc
[1175/1404] Compiling x509_lu.cc
[1176/1404] Compiling x509_ext.cc
[1177/1431] Compiling x509_def.cc
[1178/1431] Compiling x509_d2.cc
[1180/1431] Compiling ConsoleKitTerminal ConsoleClear.swift
[1181/1431] Compiling ConsoleKitTerminal Console+Ask.swift
[1182/1431] Compiling ConsoleKitTerminal Console+Choose.swift
[1183/1431] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1184/1431] Compiling ConsoleKitTerminal CustomActivity.swift
[1185/1431] Compiling ConsoleKitTerminal LoadingBar.swift
[1186/1431] Compiling ConsoleKitTerminal ProgressBar.swift
[1187/1431] Compiling ConsoleKitTerminal Console+Clear.swift
[1188/1431] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1189/1433] Compiling ConsoleKitTerminal ActivityBar.swift
[1190/1433] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1191/1433] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1192/1433] Emitting module ConsoleKitTerminal
[1192/1433] Compiling x509_cmp.cc
[1193/1433] Compiling v3_skey.cc
[1194/1433] Compiling x509_att.cc
[1196/1433] Compiling ConsoleKitTerminal Console+Confirm.swift
[1197/1433] Compiling ConsoleKitTerminal Console+Input.swift
[1198/1433] Compiling ConsoleKitTerminal Console+Center.swift
[1199/1433] Compiling ConsoleKitTerminal Console+Output.swift
[1200/1433] Compiling ConsoleKitTerminal Console+Wait.swift
[1201/1433] Compiling ConsoleKitTerminal ConsoleColor.swift
[1201/1433] Compiling x509.cc
[1203/1433] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1204/1433] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1204/1433] Compiling v3_utl.cc
[1205/1433] Compiling v3_prn.cc
[1206/1433] Compiling v3_purp.cc
[1208/1433] Compiling ConsoleKitTerminal ANSI.swift
[1209/1433] Compiling ConsoleKitTerminal Console.swift
[1210/1433] Compiling ConsoleKitTerminal Terminal.swift
[1211/1433] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1212/1433] Compiling ConsoleKitTerminal ConsoleText.swift
[1213/1433] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1213/1433] Compiling v3_pmaps.cc
[1214/1433] Compiling v3_pcons.cc
[1216/1433] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1217/1433] Compiling ConsoleKitTerminal LoggerFragment.swift
[1217/1433] Compiling v3_ocsp.cc
[1218/1433] Compiling v3_int.cc
[1219/1433] Compiling v3_lib.cc
[1220/1433] Compiling v3_ncons.cc
[1221/1433] Compiling v3_info.cc
[1222/1433] Compiling v3_ia5.cc
[1223/1433] Compiling v3_genn.cc
[1224/1455] Compiling v3_extku.cc
[1225/1455] Compiling v3_enum.cc
[1226/1455] Compiling v3_crld.cc
[1228/1455] Compiling ConsoleKitCommands Flag.swift
[1229/1455] Compiling ConsoleKitCommands Option.swift
[1230/1455] Compiling ConsoleKitCommands Argument.swift
[1231/1455] Compiling ConsoleKitCommands CommandSignature.swift
[1231/1457] Compiling v3_bitst.cc
[1232/1457] Compiling v3_cpols.cc
[1234/1457] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1235/1457] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1235/1457] Compiling v3_conf.cc
[1237/1457] Emitting module ConsoleKitCommands
[1237/1457] Compiling v3_alt.cc
[1238/1457] Compiling v3_akeya.cc
[1240/1457] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1241/1457] Compiling ConsoleKitCommands AsyncCommand.swift
[1242/1457] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1242/1457] Compiling v3_bcons.cc
[1244/1457] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1245/1457] Compiling ConsoleKitCommands Utilities.swift
[1245/1457] Compiling v3_akey.cc
[1246/1457] Compiling t_x509a.cc
[1247/1457] Compiling t_x509.cc
[1248/1457] Compiling i2d_pr.cc
[1249/1457] Compiling t_crl.cc
[1250/1457] Compiling t_req.cc
[1252/1457] Compiling ConsoleKitCommands Command.swift
[1253/1457] Compiling ConsoleKitCommands CommandContext.swift
[1254/1457] Compiling ConsoleKitCommands CommandError.swift
[1255/1457] Compiling ConsoleKitCommands AsyncCommands.swift
[1256/1457] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1257/1457] Compiling ConsoleKitCommands AnyCommand.swift
[1258/1457] Compiling ConsoleKitCommands ConsoleError.swift
[1259/1457] Compiling ConsoleKitCommands Completion.swift
[1260/1457] Compiling ConsoleKitCommands CommandGroup.swift
[1261/1457] Compiling ConsoleKitCommands CommandInput.swift
[1262/1457] Compiling ConsoleKitCommands Commands.swift
[1263/1457] Compiling ConsoleKitCommands Console+Run.swift
[1263/1457] Compiling rsa_pss.cc
[1264/1457] Compiling name_print.cc
[1265/1457] Compiling policy.cc
[1266/1459] Compiling by_file.cc
[1267/1459] Compiling by_dir.cc
[1268/1459] Compiling asn1_gen.cc
[1270/1459] Emitting module ConsoleKit
[1271/1459] Compiling ConsoleKit Exports.swift
[1271/1459] Compiling algorithm.cc
[1272/1459] Compiling a_verify.cc
[1273/1459] Compiling a_sign.cc
[1274/1459] Compiling a_digest.cc
[1275/1459] Compiling voprf.cc
[1276/1459] Compiling trust_token.cc
[1277/1459] Compiling thread_win.cc
[1278/1459] Compiling thread_pthread.cc
[1279/1459] Compiling thread.cc
[1280/1459] Compiling pmbtoken.cc
[1280/1459] Compiling thread_none.cc
[1282/1459] Compiling stack.cc
[1283/1459] Compiling sha512.cc
[1284/1459] Compiling siphash.cc
[1285/1459] Compiling slhdsa.cc
[1286/1459] Compiling sha256.cc
[1287/1459] Compiling spake2plus.cc
[1288/1459] Compiling sha1.cc
[1289/1459] Compiling rsa_extra.cc
[1290/1459] Compiling rsa_print.cc
[1291/1459] Compiling rsa_crypt.cc
[1292/1459] Compiling rc4.cc
[1293/1459] Compiling refcount.cc
[1294/1459] Compiling windows.cc
[1295/1459] Compiling urandom.cc
[1296/1459] Compiling trusty.cc
[1297/1459] Compiling rand.cc
[1298/1459] Compiling ios.cc
[1299/1459] Compiling poly1305_arm_asm.S
[1300/1459] Compiling rsa_asn1.cc
[1301/1459] Compiling passive.cc
[1302/1459] Compiling getentropy.cc
[1303/1459] Compiling forkunsafe.cc
[1304/1459] Compiling fork_detect.cc
[1305/1459] Compiling deterministic.cc
[1306/1459] Compiling poly1305_vec.cc
[1307/1459] Compiling pool.cc
[1308/1459] Compiling poly1305_arm.cc
[1309/1459] Compiling poly1305.cc
[1310/1459] Compiling pkcs8.cc
[1311/1459] Compiling pkcs8_x509.cc
[1312/1459] Compiling pkcs7.cc
[1313/1459] Compiling p5_pbev2.cc
[1314/1459] Compiling pkcs7_x509.cc
[1315/1459] Compiling pem_xaux.cc
[1316/1459] Compiling pem_x509.cc
[1317/1459] Compiling pem_pkey.cc
[1318/1459] Compiling pem_oth.cc
[1318/1459] Compiling pem_pk8.cc
[1320/1459] Compiling obj_xref.cc
[1321/1459] Compiling mlkem.cc
[1322/1459] Compiling mldsa.cc
[1323/1459] Compiling pem_info.cc
[1324/1459] Compiling pem_lib.cc
[1325/1459] Compiling pem_all.cc
[1326/1459] Compiling poly_rq_mul.S
[1327/1459] Compiling mem.cc
[1328/1459] Compiling fips_shared_support.cc
[1329/1459] Compiling obj.cc
[1330/1459] Compiling md4.cc
[1331/1459] Compiling md5.cc
[1332/1459] Compiling lhash.cc
[1333/1459] Compiling kyber.cc
[1334/1459] Compiling fuzzer_mode.cc
[1335/1459] Compiling ex_data.cc
[1336/1459] Compiling hpke.cc
[1337/1459] Compiling hrss.cc
[1338/1459] Compiling scrypt.cc
[1339/1459] Compiling sign.cc
[1340/1459] Compiling print.cc
[1341/1459] Compiling pbkdf.cc
[1342/1459] Compiling p_x25519.cc
[1343/1459] Compiling p_x25519_asn1.cc
[1344/1459] Compiling p_rsa_asn1.cc
[1345/1459] Compiling p_hkdf.cc
[1346/1459] Compiling p_rsa.cc
[1347/1459] Compiling p_ed25519.cc
[1348/1459] Compiling p_ed25519_asn1.cc
[1349/1459] Compiling p_ec.cc
[1350/1459] Compiling p_ec_asn1.cc
[1351/1459] Compiling p_dh_asn1.cc
[1352/1459] Compiling p_dsa_asn1.cc
[1353/1459] Compiling p_dh.cc
[1354/1459] Compiling err.cc
[1355/1459] Compiling engine.cc
[1356/1459] Compiling ecdsa_p1363.cc
[1357/1459] Compiling evp_ctx.cc
[1358/1459] Compiling evp.cc
[1359/1459] Compiling evp_asn1.cc
[1360/1459] Compiling ecdh.cc
[1361/1459] Compiling ec_derive.cc
[1362/1459] Compiling ecdsa_asn1.cc
[1363/1459] Compiling dsa.cc
[1364/1459] Compiling hash_to_curve.cc
[1365/1459] Compiling dsa_asn1.cc
[1366/1459] Compiling ec_asn1.cc
[1367/1459] Compiling x25519-asm-arm.S
[1368/1459] Compiling digest_extra.cc
[1369/1459] Compiling params.cc
[1370/1459] Compiling dh_asn1.cc
[1371/1459] Compiling des.cc
[1372/1459] Compiling curve25519_64_adx.cc
[1373/1459] Compiling spake25519.cc
[1374/1459] Compiling cpu_intel.cc
[1375/1459] Compiling crypto.cc
[1376/1459] Compiling curve25519.cc
[1377/1459] Compiling cpu_arm_linux.cc
[1378/1459] Compiling cpu_arm_freebsd.cc
[1379/1459] Compiling cpu_aarch64_win.cc
[1380/1459] Compiling cpu_aarch64_sysreg.cc
[1381/1459] Compiling cpu_aarch64_openbsd.cc
[1382/1459] Compiling cpu_aarch64_linux.cc
[1383/1459] Compiling cpu_aarch64_fuchsia.cc
[1384/1459] Compiling cpu_aarch64_apple.cc
[1385/1459] Compiling tls_cbc.cc
[1386/1459] Compiling conf.cc
[1387/1459] Compiling get_cipher.cc
[1388/1459] Compiling e_tls.cc
[1389/1459] Compiling e_rc4.cc
[1390/1459] Compiling cms.cc
[1391/1459] Compiling e_null.cc
[1391/1459] Compiling e_rc2.cc
[1393/1459] Compiling e_des.cc
[1394/1459] Compiling e_aesgcmsiv.cc
[1395/1459] Compiling e_chacha20poly1305.cc
[1396/1459] Compiling e_aeseax.cc
[1397/1459] Compiling derive_key.cc
[1398/1459] Compiling e_aesctrhmac.cc
[1399/1459] Compiling chacha.cc
[1400/1459] Compiling unicode.cc
[1401/1459] Compiling cbb.cc
[1401/1459] Compiling cbs.cc
[1403/1459] Compiling ber.cc
[1404/1459] Compiling buf.cc
[1405/1459] Compiling sqrt.cc
[1406/1459] Compiling asn1_compat.cc
[1407/1459] Compiling exponentiation.cc
[1408/1459] Compiling div.cc
[1409/1459] Compiling blake2.cc
[1410/1459] Compiling convert.cc
[1411/1459] Compiling printf.cc
[1412/1459] Compiling bn_asn1.cc
[1413/1459] Compiling hexdump.cc
[1414/1459] Compiling fd.cc
[1415/1459] Compiling file.cc
[1416/1459] Compiling pair.cc
[1417/1459] Compiling errno.cc
[1418/1459] Compiling bio_mem.cc
[1419/1459] Compiling base64.cc
[1420/1459] Compiling bio.cc
[1421/1459] Compiling tasn_fre.cc
[1422/1459] Compiling tasn_typ.cc
[1423/1459] Compiling tasn_enc.cc
[1424/1459] Compiling tasn_new.cc
[1425/1459] Compiling tasn_utl.cc
[1426/1459] Compiling tasn_dec.cc
[1427/1459] Compiling posix_time.cc
[1428/1459] Compiling f_string.cc
[1429/1459] Compiling f_int.cc
[1430/1459] Compiling asn_pack.cc
[1431/1459] Compiling asn1_par.cc
[1432/1459] Compiling bcm.cc
[1433/1459] Compiling asn1_lib.cc
[1434/1459] Compiling a_utctm.cc
[1435/1459] Compiling a_type.cc
[1436/1459] Compiling a_time.cc
[1437/1459] Compiling a_octet.cc
[1438/1459] Compiling a_strnid.cc
[1439/1459] Compiling a_strex.cc
[1440/1459] Compiling a_mbstr.cc
[1441/1459] Compiling a_object.cc
[1441/1459] Write sources
[1446/1459] Compiling a_i2d_fp.cc
[1447/1459] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1447/1459] Write sources
[1451/1459] Compiling a_int.cc
[1452/1459] Write sources
[1453/1459] Compiling a_dup.cc
[1454/1459] Compiling a_d2i_fp.cc
[1455/1459] Compiling a_gentm.cc
[1456/1556] Compiling aes.cc
[1457/1587] Compiling a_bool.cc
[1458/1587] Compiling a_bitstr.cc
[1460/1587] Compiling Algorithms Suffix.swift
[1461/1587] Compiling A2A InMemoryTaskStore.swift
[1462/1598] Compiling Algorithms Indexed.swift
[1463/1598] Compiling Algorithms Intersperse.swift
[1464/1598] Compiling A2A Events.swift
[1465/1598] Compiling A2A JSONValue.swift
[1466/1599] Compiling A2A Message.swift
[1467/1599] Compiling A2A Part.swift
[1468/1599] Compiling A2A PushNotification.swift
[1469/1599] Compiling A2A Requests.swift
[1470/1599] Compiling Atomics Unmanaged extensions.swift
[1471/1599] Compiling A2A A2A.swift
[1472/1599] Compiling A2A A2AClient.swift
[1473/1599] Compiling A2A AgentCardResolver.swift
[1474/1599] Compiling A2A ClientInterceptor.swift
[1475/1599] Compiling A2A ConnectionState.swift
[1476/1599] Compiling A2A SSEConfiguration.swift
[1477/1599] Emitting module BitCollections
[1478/1605] Compiling A2A SSELineParser.swift
[1479/1605] Compiling A2A StreamingSession.swift
[1480/1605] Compiling A2A JSONRPCMessage.swift
[1481/1605] Compiling Algorithms Grouped.swift
[1488/1605] Compiling Algorithms Unique.swift
[1489/1605] Compiling Algorithms Windows.swift
[1493/1605] Compiling A2A Security.swift
[1494/1605] Compiling A2A Task.swift
[1495/1605] Compiling A2A A2AServer.swift
[1496/1605] Compiling A2A AgentExecutor.swift
[1497/1605] Compiling A2A DefaultRequestHandler.swift
[1498/1605] Compiling BitCollections BitSet+Codable.swift
[1499/1605] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1500/1605] Compiling BitCollections BitSet+CustomReflectable.swift
[1501/1605] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1502/1605] Compiling BitCollections BitSet+Equatable.swift
[1503/1605] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1504/1605] Compiling BitCollections BinaryInteger extensions.swift
[1505/1605] Compiling BitCollections BitArray+BitwiseOperations.swift
[1506/1605] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1507/1605] Compiling BitCollections BitArray+Codable.swift
[1508/1605] Compiling BitCollections BitArray+Collection.swift
[1509/1605] Compiling BitCollections BitArray+Copy.swift
[1522/1605] Compiling BitCollections BitArray+Invariants.swift
[1523/1605] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1524/1605] Compiling BitCollections BitArray+RandomBits.swift
[1525/1605] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1526/1605] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1527/1605] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1528/1605] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1529/1605] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1530/1605] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1537/1605] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1538/1605] Compiling BitCollections BitArray+Shifts.swift
[1539/1605] Compiling BitCollections BitArray+Testing.swift
[1540/1605] Compiling BitCollections BitArray._UnsafeHandle.swift
[1541/1605] Compiling BitCollections BitArray.swift
[1542/1605] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1546/1605] Compiling BitCollections BitSet._UnsafeHandle.swift
[1547/1605] Compiling BitCollections BitSet.swift
[1548/1605] Compiling BitCollections Range+Utilities.swift
[1549/1605] Compiling BitCollections Slice+Utilities.swift
[1550/1605] Compiling BitCollections UInt+Tricks.swift
[1551/1605] Compiling BitCollections _Word.swift
[1558/1611] Compiling Collections OrderedCollections reexports.swift
[1559/1611] Compiling Collections HeapModule reexports.swift
[1560/1611] Compiling Collections HashTreeCollections reexports.swift
[1561/1611] Emitting module Collections
[1562/1611] Compiling Collections BitCollections reexports.swift
[1563/1611] Compiling Collections DequeModule reexports.swift
[1573/1611] Compiling CryptoBoringWrapper RandomBytes.swift
[1574/1611] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1575/1611] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1576/1611] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1577/1611] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1578/1611] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1579/1611] Emitting module Atomics
[1580/1611] Compiling CryptoBoringWrapper EllipticCurve.swift
[1581/1611] Emitting module CryptoBoringWrapper
[1582/1611] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1583/1735] Emitting module Algorithms
[1584/1735] Compiling CryptoExtras CryptoKitErrors_boring.swift
[1585/1735] Compiling CryptoExtras Data+Extensions.swift
[1586/1735] Compiling CryptoExtras DigestType.swift
[1587/1735] Compiling CryptoExtras Error.swift
[1588/1735] Compiling CryptoExtras I2OSP.swift
[1589/1735] Compiling CryptoExtras IntegerEncoding.swift
[1590/1741] Compiling CryptoExtras ObjectIdentifier.swift
[1591/1741] Compiling CryptoExtras PKCS8DERRepresentation.swift
[1592/1741] Compiling CryptoExtras PKCS8PrivateKey.swift
[1593/1741] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[1594/1741] Compiling CryptoExtras ECToolbox_boring.swift
[1595/1741] Compiling CryptoExtras ECToolbox.swift
[1596/1741] Compiling CryptoExtras HashToField.swift
[1597/1741] Compiling CryptoExtras PEMDocument.swift
[1598/1741] Compiling CryptoExtras PrettyBytes.swift
[1599/1741] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[1600/1741] Compiling CryptoExtras ThreadOps.swift
[1601/1741] Compiling CryptoExtras ThreadPosix.swift
[1602/1741] Compiling CryptoExtras ThreadSpecific.swift
[1603/1741] Emitting module CryptoExtras
[1604/1741] Compiling CryptoExtras KDF.swift
[1605/1741] Compiling CryptoExtras PBKDF2_boring.swift
[1606/1741] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[1607/1741] Compiling CryptoExtras PBKDF2.swift
[1608/1741] Compiling CryptoExtras Scrypt_boring.swift
[1609/1741] Compiling CryptoExtras Scrypt.swift
[1610/1741] Compiling CryptoExtras ARC.swift
[1611/1741] Compiling CryptoExtras ARCCredential.swift
[1612/1741] Compiling CryptoExtras ARCEncoding.swift
[1613/1743] Compiling CryptoExtras ThreadWindows.swift
[1614/1743] Compiling CryptoExtras DLEQ.swift
[1615/1743] Compiling CryptoExtras Prover.swift
[1616/1743] Compiling CryptoExtras Verifier.swift
[1617/1743] Compiling CryptoExtras ZKPToolbox.swift
[1618/1743] Compiling CryptoExtras resource_bundle_accessor.swift
[1619/1743] Compiling CryptoExtras ARCRequest.swift
[1620/1743] Compiling CryptoExtras ARCResponse.swift
[1621/1743] Compiling CryptoExtras ARCServer.swift
[1622/1743] Compiling CryptoExtras ChaCha20CTR_boring.swift
[1623/1743] Compiling CryptoExtras ChaCha20CTR.swift
[1624/1743] Compiling CryptoExtras Curve25519+PEM.swift
[1626/1750] Compiling CryptoExtras AES_CFB.swift
[1627/1750] Compiling CryptoExtras AES_CTR.swift
[1628/1750] Compiling CryptoExtras AES_GCM_SIV.swift
[1629/1750] Compiling CryptoExtras Block Function.swift
[1630/1750] Compiling CryptoExtras AES_CFB_boring.swift
[1631/1750] Compiling CryptoExtras AES_CTR_boring.swift
[1632/1750] Compiling CryptoExtras ARCPresentation.swift
[1633/1750] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[1634/1750] Compiling CryptoExtras CMAC.swift
[1635/1750] Compiling CryptoExtras ARC+API.swift
[1639/1750] Compiling CryptoExtras ARCPrecredential.swift
[1640/1750] Compiling CryptoExtras AES_CBC.swift
[1650/1750] Compiling A2A TaskManager.swift
[1651/1750] Compiling A2A TaskStore.swift
[1652/1750] Compiling CryptoExtras OPRF.swift
[1653/1750] Compiling CryptoExtras OPRFClient.swift
[1654/1750] Compiling CryptoExtras OPRFServer.swift
[1655/1750] Compiling CryptoExtras VOPRF+API.swift
[1656/1750] Compiling CryptoExtras VOPRFClient.swift
[1657/1750] Compiling CryptoExtras VOPRFServer.swift
[1658/1750] Compiling CryptoExtras BoringSSLPassphraseCallbackManager.swift
[1659/1750] Compiling CryptoExtras RSA+BlindSigning.swift
[1660/1750] Compiling CryptoExtras RSA.swift
[1661/1750] Compiling CryptoExtras RSA_boring.swift
[1662/1750] Compiling CryptoExtras Reexport.swift
[1663/1750] Compiling CryptoExtras BoringSSLHelpers.swift
[1664/1750] Emitting module A2A
[1698/1752] Compiling NIOCore SocketAddresses.swift
[1699/1752] Compiling NIOCore SocketOptionProvider.swift
[1700/1752] Compiling NIOCore SystemCallHelpers.swift
[1701/1752] Compiling NIOCore TimeAmount+Duration.swift
[1702/1752] Compiling NIOCore TypeAssistedChannelHandler.swift
[1703/1752] Compiling NIOCore UniversalBootstrapSupport.swift
[1704/1752] Compiling NIOCore Utilities.swift
[1736/1752] Compiling _CryptoExtras Exports.swift
[1737/1752] Emitting module _CryptoExtras
[1745/1762] Compiling A2ATesting AgentCard+Fixture.swift
[1746/1850] Emitting module A2ATesting
[1747/1862] Compiling A2ATesting A2ATesting.swift
[1748/1862] Compiling A2ATesting MockAgentExecutor.swift
[1749/1862] Compiling A2ATesting Task+Fixture.swift
[1750/1862] Compiling A2ATesting Part+Fixture.swift
[1751/1862] Compiling A2ATesting MockA2AClient.swift
[1752/1862] Compiling A2ATesting Message+Fixture.swift
[1753/1862] Compiling A2ATesting StreamAssertions.swift
[1754/1862] Compiling A2ATesting StreamCollector.swift
[1755/1862] Compiling A2ATesting MockAgentHandler.swift
[1756/1862] Compiling X509 OCSPTBSRequest.swift
[1757/1862] Compiling X509 OCSPVersion.swift
[1758/1862] Compiling X509 PKCS8PrivateKey.swift
[1759/1862] Compiling X509 PromiseAndFuture.swift
[1760/1862] Compiling X509 RDNAttribute.swift
[1761/1862] Compiling X509 RandomNumberGenerator+bytes.swift
[1762/1862] Compiling X509 RelativeDistinguishedName.swift
[1763/1862] Compiling X509 AllOfPolicies.swift
[1764/1862] Compiling X509 AnyPolicy.swift
[1765/1862] Compiling X509 CertificateStore.swift
[1766/1862] Compiling X509 CustomCertificateStore.swift
[1767/1862] Compiling X509 OneOfPolicies.swift
[1768/1862] Compiling X509 PolicyBuilder.swift
[1769/1862] Compiling X509 BasicConstraintsPolicy.swift
[1770/1862] Compiling X509 DNSNames.swift
[1771/1862] Compiling X509 DirectoryNames.swift
[1772/1862] Compiling X509 ExpiryPolicy.swift
[1773/1862] Compiling X509 IPConstraints.swift
[1774/1872] Emitting module NIOCore
[1775/1872] Compiling X509 CMSAttribute.swift
[1776/1872] Compiling X509 CMSContentInfo.swift
[1777/1872] Compiling X509 CMSEncapsulatedContentInfo.swift
[1778/1872] Compiling X509 CMSIssuerAndSerialNumber.swift
[1779/1872] Compiling X509 CMSOperations.swift
[1780/1872] Compiling X509 CMSSignature.swift
[1781/1872] Compiling X509 CMSSignedData.swift
[1782/1872] Compiling X509 CMSSignerIdentifier.swift
[1783/1872] Compiling X509 CMSSignerInfo.swift
[1784/1872] Compiling X509 CMSVersion.swift
[1785/1872] Compiling X509 Curve25519+DER.swift
[1786/1872] Compiling X509 CSRAttribute.swift
[1787/1872] Compiling X509 CSRAttributes.swift
[1788/1872] Compiling X509 CSRVersion.swift
[1789/1872] Compiling X509 CertificateSigningRequest.swift
[1790/1872] Compiling X509 CertificationRequestInfo.swift
[1791/1872] Compiling X509 ExtensionRequest.swift
[1792/1872] Compiling X509 Certificate.swift
[1793/1872] Compiling X509 CertificatePrivateKey.swift
[1794/1872] Compiling X509 CertificatePublicKey.swift
[1795/1872] Compiling X509 CertificateSerialNumber.swift
[1796/1872] Compiling X509 CertificateVersion.swift
[1797/1928] Compiling X509 OCSPExtensionID.swift
[1798/1928] Compiling X509 OCSPNonce.swift
[1799/1928] Compiling X509 OCSPPolicy.swift
[1800/1928] Compiling X509 OCSPRequest.swift
[1801/1928] Compiling X509 OCSPResponse.swift
[1802/1928] Compiling X509 OCSPResponseBytes.swift
[1803/1928] Compiling X509 OCSPResponseData.swift
[1804/1928] Compiling X509 OCSPResponseStatus.swift
[1805/1928] Compiling X509 OCSPSignature.swift
[1806/1928] Compiling X509 OCSPSingleRequest.swift
[1807/1928] Compiling X509 OCSPSingleResponse.swift
[1808/1928] Compiling X509 CustomPrivateKey.swift
[1809/1928] Compiling X509 Digests.swift
[1810/1928] Compiling X509 DistinguishedName.swift
[1811/1928] Compiling X509 CommonName.swift
[1812/1928] Compiling X509 CountryName.swift
[1813/1928] Compiling X509 DNBuilder.swift
[1814/1928] Compiling X509 DomainComponent.swift
[1815/1928] Compiling X509 EmailAddress.swift
[1816/1928] Compiling X509 LocalityName.swift
[1817/1928] Compiling X509 OrganizationName.swift
[1818/1928] Compiling X509 OrganizationalUnitName.swift
[1819/1928] Compiling X509 StateOrProvinceName.swift
[1820/1928] Compiling X509 StreetAddress.swift
[1821/1928] Compiling X509 Error.swift
[1822/1928] Compiling X509 AuthorityInformationAccess.swift
[1823/1928] Compiling X509 AuthorityKeyIdentifier.swift
[1824/1928] Compiling X509 BasicConstraints.swift
[1825/1928] Compiling X509 ExtendedKeyUsage.swift
[1826/1928] Compiling X509 ExtensionIdentifiers.swift
[1827/1928] Compiling X509 KeyUsage.swift
[1828/1928] Compiling X509 NameConstraints.swift
[1829/1928] Compiling X509 SubjectAlternativeName.swift
[1830/1928] Compiling NIOPosix FileDescriptor.swift
[1831/1928] Compiling NIOPosix GetaddrinfoResolver.swift
[1832/1928] Compiling NIOPosix HappyEyeballs.swift
[1833/1928] Compiling NIOPosix IO.swift
[1834/1928] Compiling NIOPosix IntegerBitPacking.swift
[1835/1928] Compiling NIOPosix IntegerTypes.swift
[1836/1928] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1837/1928] Compiling NIOPosix PosixSingletons.swift
[1838/1928] Compiling NIOPosix RawSocketBootstrap.swift
[1839/1928] Compiling NIOPosix Resolver.swift
[1840/1928] Compiling X509 VerifierPolicy.swift
[1841/1928] Compiling X509 AlgorithmIdentifier.swift
[1842/1928] Compiling X509 ECDSASignature.swift
[1843/1928] Compiling X509 RSAPKCS1PublicKey.swift
[1844/1928] Compiling X509 SubjectPublicKeyInfo.swift
[1845/1928] Compiling X509 TBSCertificate.swift
[1846/1928] Compiling X509 Time.swift
[1847/1928] Compiling X509 TimeCalculations.swift
[1848/1928] Compiling X509 Validity.swift
[1849/1928] Compiling X509 X509SendableMetatype.swift
[1850/1928] Compiling NIOEmbedded AsyncTestingChannel.swift
[1851/1928] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1852/1928] Emitting module NIOEmbedded
[1853/1928] Compiling NIOEmbedded Embedded.swift
[1854/1928] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1855/1928] Compiling NIOPosix System.swift
[1856/1928] Compiling NIOPosix Thread.swift
[1857/1928] Compiling NIOPosix ThreadPosix.swift
[1858/1928] Compiling NIOPosix ThreadWindows.swift
[1859/1933] Compiling NIOPosix SelectorWSAPoll.swift
[1860/1933] Compiling NIOPosix ServerSocket.swift
[1861/1933] Compiling NIOPosix Socket.swift
[1862/1933] Compiling NIOPosix SocketChannel.swift
[1863/1933] Compiling NIOPosix SocketProtocols.swift
[1864/1933] Compiling NIOPosix SelectorUring.swift
[1875/1933] Compiling NIOPosix Pool.swift
[1876/1933] Compiling NIOPosix Linux.swift
[1877/1933] Compiling NIOPosix LinuxCPUSet.swift
[1878/1933] Compiling NIOPosix LinuxUring.swift
[1879/1933] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1880/1933] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1881/1933] Compiling NIOPosix NIOThreadPool.swift
[1882/1933] Compiling NIOPosix SelectableEventLoop.swift
[1883/1933] Compiling NIOPosix SelectorEpoll.swift
[1884/1933] Compiling NIOPosix SelectorGeneric.swift
[1885/1933] Compiling NIOPosix SelectorKqueue.swift
[1886/1933] Emitting module X509
[1887/1933] Compiling NIOPosix Utilities.swift
[1888/1933] Compiling NIOPosix VsockAddress.swift
[1889/1933] Compiling NIOPosix VsockChannelEvents.swift
[1890/1933] Compiling NIOPosix Windows.swift
[1891/1933] Compiling NIOPosix resource_bundle_accessor.swift
[1898/1933] Emitting module NIOPosix
[1904/1933] Compiling NIOPosix NonBlockingFileIO.swift
[1905/1933] Compiling NIOPosix PendingDatagramWritesManager.swift
[1906/1933] Compiling NIOPosix PendingWritesManager.swift
[1907/1933] Compiling NIOPosix PipeChannel.swift
[1908/1933] Compiling NIOPosix PipePair.swift
[1910/1933] Compiling NIOPosix BSDSocketAPICommon.swift
[1911/1933] Compiling NIOPosix BSDSocketAPIPosix.swift
[1912/1933] Compiling NIOPosix BSDSocketAPIWindows.swift
[1913/1933] Compiling NIOPosix BaseSocket.swift
[1914/1933] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1915/1933] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1926/1933] Compiling NIOPosix Selectable.swift
[1927/1933] Compiling NIOPosix SelectableChannel.swift
[1928/1933] Compiling NIOPosix BaseSocketChannel.swift
[1929/1933] Compiling NIOPosix BaseStreamSocketChannel.swift
[1930/1933] Compiling NIOPosix Bootstrap.swift
[1931/1933] Compiling NIOPosix ControlMessage.swift
[1932/1933] Compiling NIOPosix DatagramVectorReadManager.swift
[1933/1933] Compiling NIOPosix Errors+Any.swift
[1934/1994] Emitting module NIO
[1935/1994] Compiling NIO Exports.swift
[1936/2034] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1937/2034] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1938/2036] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1939/2036] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1940/2036] Compiling NIOHTTP1 HTTPEncoder.swift
[1941/2036] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1942/2036] Compiling NIOTLS TLSEvents.swift
[1943/2036] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1944/2036] Compiling NIOSOCKS SOCKSResponse.swift
[1945/2036] Compiling NIOSOCKS ClientStateMachine.swift
[1946/2037] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1947/2037] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1948/2037] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1949/2037] Compiling _NIOFileSystem ParallelDirCopy.swift
[1950/2037] Compiling _NIOFileSystem ParallelRemoval.swift
[1951/2037] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1952/2037] Compiling _NIOFileSystem CInterop.swift
[1953/2041] Compiling NIOSOCKS Messages.swift
[1954/2041] Compiling NIOSOCKS Helpers.swift
[1955/2041] Compiling NIOSOCKS Errors.swift
[1956/2041] Emitting module NIOSOCKS
[1957/2041] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1958/2041] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1959/2041] Compiling NIOSOCKS SOCKSRequest.swift
[1962/2041] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1963/2042] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1964/2042] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1965/2042] Compiling NIOTLS SNIHandler.swift
[1966/2042] Emitting module NIOTLS
[1967/2042] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1968/2042] Emitting module _NIOFileSystem
[1969/2073] Compiling NIOSOCKS ServerStateMachine.swift
[1970/2073] Compiling NIOSSL SSLCertificateExtensions.swift
[1971/2073] Compiling NIOSSL SSLCertificateName.swift
[1972/2073] Compiling NIOSSL NIOSSLServerHandler.swift
[1973/2073] Compiling NIOSSL CustomPrivateKey.swift
[1974/2073] Compiling NIOSSL IdentityVerification.swift
[1975/2073] Compiling NIOSSL SSLCertificate.swift
[1976/2073] Emitting module NIOFoundationCompat
[1977/2073] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1978/2073] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1979/2073] Compiling NIOSSL SSLCallbacks.swift
[1980/2073] Compiling NIOSSL LinuxCABundle.swift
[1981/2073] Compiling NIOSSL SSLConnection.swift
[1982/2073] Compiling NIOSSL SSLContext.swift
[1983/2073] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1984/2073] Compiling _NIOFileSystem OpenOptions.swift
[1985/2073] Compiling _NIOFileSystem String+FileSystem.swift
[1986/2073] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1987/2074] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1988/2095] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1989/2095] Compiling NIOTransportServices StateManagedChannel.swift
[1990/2095] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1991/2095] Compiling NIOTransportServices NIOTSSingletons.swift
[1992/2095] Compiling NIOTransportServices NIOTSErrors.swift
[1993/2095] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1994/2095] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1995/2095] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1996/2095] Compiling NIOTransportServices AcceptHandler.swift
[1997/2095] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1998/2095] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1999/2095] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2000/2095] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2001/2095] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2002/2095] Compiling _NIOFileSystem Utilities.swift
[2003/2095] Compiling _NIOFileSystem NIOFilePath.swift
[2014/2095] Emitting module NIOHTTP1
[2015/2095] Compiling NIOTransportServices NIOTSBootstraps.swift
[2016/2095] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2017/2161] Emitting module AsyncKit
[2018/2161] Emitting module NIOTransportServices
[2019/2163] Compiling NIOHPACK IntegerCoding.swift
[2020/2164] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2021/2164] Compiling NIOWebSocket WebSocketOpcode.swift
[2022/2164] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2023/2164] Compiling NIOWebSocket SHA1.swift
[2024/2164] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2025/2164] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[2026/2164] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[2027/2164] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[2028/2165] Emitting module NIOSSL
[2029/2168] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2030/2168] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2031/2168] Compiling NIOHTTPCompression HTTPDecompression.swift
[2032/2168] Compiling NIOHTTPCompression HTTPCompression.swift
[2033/2168] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2034/2168] Emitting module NIOHTTPCompression
[2035/2168] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2036/2168] Compiling NIOHPACK IndexedHeaderTable.swift
[2037/2168] Compiling NIOHPACK HuffmanTables.swift
[2038/2168] Compiling NIOHPACK HeaderTables.swift
[2039/2168] Compiling NIOHPACK HuffmanCoding.swift
[2040/2168] Compiling MultipartKit FormDataEncoder.swift
[2041/2168] Compiling MultipartKit Storage.swift
[2042/2168] Compiling MultipartKit MultipartPart.swift
[2043/2168] Compiling MultipartKit MultipartPartConvertible.swift
[2044/2168] Compiling MultipartKit Exports.swift
[2045/2168] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2046/2168] Compiling MultipartKit BasicCodingKey.swift
[2047/2168] Compiling MultipartKit MultipartError.swift
[2048/2168] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2049/2168] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2050/2168] Compiling MultipartKit MultipartFormData.swift
[2051/2168] Compiling MultipartKit MultipartParser.swift
[2052/2168] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2053/2168] Compiling MultipartKit FormDataDecoder.swift
[2054/2168] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2055/2168] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2056/2168] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2057/2168] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2058/2169] Emitting module NIOExtras
[2059/2169] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2060/2169] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2061/2169] Emitting module NIOWebSocket
[2062/2169] Compiling NIOWebSocket WebSocketFrame.swift
[2063/2169] Compiling NIOHPACK StaticHeaderTable.swift
[2064/2169] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2065/2169] Compiling NIOHPACK HPACKErrors.swift
[2066/2169] Compiling NIOHPACK HPACKEncoder.swift
[2069/2169] Emitting module NIOHPACK
[2070/2169] Compiling NIOHPACK HPACKHeader.swift
[2071/2169] Compiling NIOSSL SSLPublicKey.swift
[2090/2169] Emitting module MultipartKit
[2093/2171] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2096/2171] Compiling NIOSSL SSLErrors.swift
[2103/2171] Compiling MultipartKit MultipartSerializer.swift
[2104/2171] Compiling MultipartKit Utilities.swift
[2105/2171] Compiling NIOSSL SafeCompare.swift
[2106/2171] Compiling NIOSSL Zeroization.swift
[2107/2171] Compiling NIOSSL TLSConfiguration.swift
[2130/2171] Compiling NIOSSL UniversalBootstrapSupport.swift
[2131/2171] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2132/2171] Compiling NIOSSL resource_bundle_accessor.swift
[2133/2240] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2134/2240] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[2135/2240] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[2136/2240] Compiling NIOFileSystem Exports.swift
[2137/2240] Emitting module NIOFileSystem
[2138/2240] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2139/2240] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2140/2240] Emitting module _NIOFileSystemFoundationCompat
[2141/2240] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2142/2240] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2143/2240] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2144/2240] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2145/2240] Compiling NIOHTTP2 MaySendFrames.swift
[2146/2240] Compiling NIOHTTP2 SendingDataState.swift
[2147/2240] Compiling NIOHTTP2 Error+Any.swift
[2148/2240] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2149/2240] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2150/2240] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2151/2240] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2152/2240] Compiling NIOHTTP2 GlitchesMonitor.swift
[2153/2240] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2154/2240] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2155/2240] Compiling NIOHTTP2 QuiescingState.swift
[2156/2240] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2157/2240] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2158/2240] Compiling NIOHTTP2 StateMachineResult.swift
[2159/2240] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2160/2240] Compiling NIOHTTP2 DOSHeuristics.swift
[2161/2247] Compiling NIOExtras WritePCAPHandler.swift
[2162/2247] Compiling NIOHTTP2 SendingGoawayState.swift
[2163/2247] Compiling NIOHTTP2 SendingHeadersState.swift
[2164/2247] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2165/2247] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2168/2247] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2169/2247] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2170/2247] Compiling NIOHTTP2 MayReceiveFrames.swift
[2171/2247] Compiling NIOHTTP2 ReceivingDataState.swift
[2172/2247] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2173/2247] Compiling NIOHTTP2 InboundEventBuffer.swift
[2174/2247] Compiling NIOHTTP2 InboundWindowManager.swift
[2181/2255] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[2182/2255] Compiling WebSocketKit WebSocketHandler.swift
[2183/2255] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2184/2255] Compiling NIOHTTP2 StreamChannelList.swift
[2185/2255] Compiling NIOHTTP2 StreamMap.swift
[2186/2255] Compiling NIOHTTP2 StreamStateMachine.swift
[2187/2255] Compiling NIOHTTP2 Timer.swift
[2188/2255] Compiling NIOHTTP2 UnsafeTransfer.swift
[2189/2255] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2190/2255] Compiling WebSocketKit WebSocket.swift
[2191/2255] Compiling WebSocketKit WebSocket+Connect.swift
[2192/2255] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2193/2255] Compiling WebSocketKit WebSocketClient.swift
[2194/2255] Compiling WebSocketKit Exports.swift
[2195/2255] Emitting module WebSocketKit
[2196/2255] Compiling WebSocketKit WebSocket+Concurrency.swift
[2218/2255] Compiling NIOHTTP2 SendingRstStreamState.swift
[2219/2255] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2220/2255] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2221/2255] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2222/2255] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2223/2255] Compiling NIOHTTP2 HasLocalSettings.swift
[2224/2255] Compiling NIOHTTP2 HasRemoteSettings.swift
[2225/2255] Compiling NIOHTTP2 HTTP2Stream.swift
[2226/2255] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2227/2255] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2228/2255] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2229/2255] Compiling NIOHTTP2 HTTP2StreamID.swift
[2230/2255] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2231/2255] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2232/2255] Emitting module NIOHTTP2
[2233/2255] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2234/2255] Compiling NIOHTTP2 HTTP2Frame.swift
[2235/2255] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2236/2255] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2237/2255] Compiling NIOHTTP2 HTTP2PingData.swift
[2238/2255] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2239/2255] Compiling NIOHTTP2 HTTP2Settings.swift
[2240/2255] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2241/2255] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2242/2255] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2243/2255] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2244/2255] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2245/2255] Compiling NIOHTTP2 HTTP2Error.swift
[2246/2255] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2256/2320] Emitting module AsyncHTTPClient
[2257/2327] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2258/2327] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2259/2327] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2260/2327] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2261/2327] Compiling AsyncHTTPClient Transaction.swift
[2262/2327] Compiling AsyncHTTPClient Base64.swift
[2263/2327] Compiling AsyncHTTPClient BasicAuth.swift
[2264/2327] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2265/2327] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2266/2327] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2267/2327] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2268/2327] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2269/2327] Compiling AsyncHTTPClient RequestBodyLength.swift
[2270/2327] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2271/2327] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2272/2327] Compiling AsyncHTTPClient ConnectionTarget.swift
[2273/2327] Compiling AsyncHTTPClient DeconstructedURL.swift
[2274/2327] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2275/2327] Compiling AsyncHTTPClient FoundationExtensions.swift
[2276/2327] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2277/2327] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2278/2327] Compiling AsyncHTTPClient HTTP1Connection.swift
[2279/2327] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2280/2327] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2281/2327] Compiling AsyncHTTPClient HTTP2Connection.swift
[2282/2327] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2283/2327] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2284/2327] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2285/2327] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2286/2327] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2287/2327] Compiling AsyncHTTPClient ConnectionPool.swift
[2288/2327] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2289/2327] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2290/2327] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2291/2327] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2292/2327] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2293/2327] Compiling AsyncHTTPClient TLSConfiguration.swift
[2294/2327] Compiling AsyncHTTPClient RedirectState.swift
[2295/2327] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2296/2327] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2297/2327] Compiling AsyncHTTPClient RequestBag.swift
[2298/2327] Compiling AsyncHTTPClient RequestValidation.swift
[2299/2327] Compiling AsyncHTTPClient SSLContextCache.swift
[2300/2327] Compiling AsyncHTTPClient Scheme.swift
[2301/2327] Compiling AsyncHTTPClient Singleton.swift
[2302/2327] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2303/2327] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2304/2327] Compiling AsyncHTTPClient TracingSupport.swift
[2305/2327] Compiling AsyncHTTPClient Utils.swift
[2306/2327] Compiling AsyncHTTPClient RequestOptions.swift
[2307/2327] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2308/2327] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2309/2327] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2310/2327] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2311/2327] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2312/2327] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2313/2327] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2314/2327] Compiling AsyncHTTPClient HTTPClient.swift
[2315/2327] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[2316/2327] Compiling AsyncHTTPClient HTTPHandler.swift
[2317/2327] Compiling AsyncHTTPClient LRUCache.swift
[2318/2327] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2319/2327] Compiling AsyncHTTPClient NWErrorHandler.swift
[2320/2327] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2321/2327] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2322/2327] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2323/2327] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2324/2327] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2325/2327] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2326/2327] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2327/2327] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2328/2525] Compiling Vapor HTTPMediaTypePreference.swift
[2329/2525] Compiling Vapor Responder.swift
[2330/2525] Compiling Vapor Application+HTTP+Server.swift
[2331/2525] Compiling Vapor HTTPServer.swift
[2332/2525] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2333/2525] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2334/2525] Compiling Vapor HTTPServerHandler.swift
[2335/2525] Compiling Vapor HTTPServerRequestDecoder.swift
[2336/2525] Compiling Vapor HTTPServerResponseEncoder.swift
[2337/2525] Compiling Vapor HTTPServerUpgradeHandler.swift
[2338/2525] Compiling Vapor Logger+Report.swift
[2339/2525] Compiling Vapor LoggingSystem+Environment.swift
[2340/2525] Compiling Vapor Application+Middleware.swift
[2341/2525] Compiling Vapor CORSMiddleware.swift
[2342/2525] Compiling Vapor ErrorMiddleware.swift
[2343/2525] Compiling Vapor FileMiddleware.swift
[2344/2525] Compiling Vapor Middleware.swift
[2345/2525] Compiling Vapor MiddlewareConfiguration.swift
[2346/2525] Compiling Vapor ResponseCompressionMiddleware.swift
[2347/2525] Compiling Vapor RouteLoggingMiddleware.swift
[2348/2525] Compiling Vapor TracingMiddleware.swift
[2349/2525] Compiling Vapor File+Multipart.swift
[2350/2546] Emitting module Vapor
[2351/2546] Compiling Vapor FormDataDecoder+Content.swift
[2352/2546] Compiling Vapor FormDataEncoder+Content.swift
[2353/2546] Compiling Vapor Application+Password.swift
[2354/2546] Compiling Vapor Application+Passwords.swift
[2355/2546] Compiling Vapor AsyncPasswordHasher.swift
[2356/2546] Compiling Vapor BcryptHasher.swift
[2357/2546] Compiling Vapor PasswordHasher.swift
[2358/2546] Compiling Vapor PlaintextHasher.swift
[2359/2546] Compiling Vapor Request+Password.swift
[2360/2546] Compiling Vapor Redirect.swift
[2361/2546] Compiling Vapor Request+Body.swift
[2362/2546] Compiling Vapor Request+BodyStream.swift
[2363/2546] Compiling Vapor Request.swift
[2364/2546] Compiling Vapor Application+Responder.swift
[2365/2546] Compiling Vapor DefaultResponder.swift
[2366/2546] Compiling Vapor Response+Body.swift
[2367/2546] Compiling Vapor Response.swift
[2368/2546] Compiling Vapor ResponseCodable.swift
[2369/2546] Compiling Vapor Application+Routes.swift
[2370/2546] Compiling Vapor Parameters+Require.swift
[2371/2546] Compiling Vapor Request+WebSocket.swift
[2372/2546] Compiling Vapor Route.swift
[2373/2546] Compiling Vapor Extendable.swift
[2374/2546] Compiling Vapor File.swift
[2375/2546] Compiling Vapor FileIO.swift
[2376/2546] Compiling Vapor LifecycleHandler.swift
[2377/2546] Compiling Vapor OptionalType.swift
[2378/2546] Compiling Vapor RFC1123.swift
[2379/2546] Compiling Vapor SocketAddress+Hostname.swift
[2380/2546] Compiling Vapor Storage.swift
[2381/2546] Compiling Vapor String+IsIPAddress.swift
[2382/2546] Compiling Vapor Thread.swift
[2383/2546] Compiling Vapor URI.swift
[2384/2546] Compiling Vapor VaporSendableMetadataType.swift
[2385/2546] Compiling Vapor RangeResult.swift
[2386/2546] Compiling Vapor Validatable.swift
[2387/2546] Compiling Vapor Validation.swift
[2388/2546] Compiling Vapor ValidationKey.swift
[2389/2546] Compiling Vapor Validations.swift
[2390/2546] Compiling Vapor ValidationsError.swift
[2391/2546] Compiling Vapor Validator.swift
[2392/2546] Compiling Vapor ValidatorResult.swift
[2393/2546] Compiling Vapor And.swift
[2394/2546] Compiling Vapor Application.swift
[2395/2546] Compiling Vapor AuthenticationCache.swift
[2396/2546] Compiling Vapor Authenticator.swift
[2397/2546] Compiling Vapor BasicAuthorization.swift
[2398/2546] Compiling Vapor BearerAuthorization.swift
[2399/2546] Compiling Vapor GuardMiddleware.swift
[2400/2546] Compiling Vapor RedirectMiddleware.swift
[2401/2546] Compiling Vapor SessionAuthenticatable.swift
[2402/2546] Compiling Vapor Bcrypt.swift
[2403/2546] Compiling Vapor Application+Cache.swift
[2404/2546] Compiling Vapor Cache.swift
[2405/2546] Compiling Vapor CacheExpirationTime.swift
[2406/2546] Compiling Vapor MemoryCache.swift
[2407/2546] Compiling Vapor Request+Cache.swift
[2408/2546] Compiling Vapor Application+Clients.swift
[2409/2546] Compiling Vapor Client.swift
[2410/2546] Compiling Vapor ClientRequest.swift
[2411/2546] Compiling Vapor ClientResponse.swift
[2412/2546] Compiling Vapor Request+Client.swift
[2413/2546] Compiling Vapor BootCommand.swift
[2414/2546] Compiling Vapor CommandContext+Application.swift
[2415/2546] Compiling Vapor RoutesCommand.swift
[2416/2546] Compiling Vapor RouteCollection.swift
[2417/2546] Compiling Vapor Routes.swift
[2418/2546] Compiling Vapor RoutesBuilder+Group.swift
[2419/2546] Compiling Vapor RoutesBuilder+Method.swift
[2420/2546] Compiling Vapor RoutesBuilder+Middleware.swift
[2421/2546] Compiling Vapor RoutesBuilder+WebSocket.swift
[2422/2546] Compiling Vapor RoutesBuilder.swift
[2423/2546] Compiling Vapor OTP.swift
[2424/2546] Compiling Vapor ValidatedCertificateChain.swift
[2425/2546] Compiling Vapor Application+Servers.swift
[2426/2546] Compiling Vapor Server.swift
[2427/2546] Compiling Vapor App+Service.swift
[2428/2546] Compiling Vapor Req+Service.swift
[2429/2546] Compiling Vapor Service.swift
[2430/2546] Compiling Vapor Application+Sessions.swift
[2431/2546] Compiling Vapor MemorySessions.swift
[2432/2546] Compiling Vapor Request+Session.swift
[2433/2546] Compiling Vapor Session.swift
[2434/2546] Compiling Vapor SessionCache.swift
[2435/2546] Compiling Vapor SessionData.swift
[2436/2546] Compiling Vapor SessionDriver.swift
[2437/2546] Compiling Vapor SessionsConfiguration.swift
[2438/2546] Compiling Vapor ServeCommand.swift
[2439/2546] Compiling Vapor AnyResponse+Concurrency.swift
[2440/2546] Compiling Vapor AsyncBasicResponder.swift
[2441/2546] Compiling Vapor AsyncMiddleware.swift
[2442/2546] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2443/2546] Compiling Vapor AsyncSessionDriver.swift
[2444/2546] Compiling Vapor Authentication+Concurrency.swift
[2445/2546] Compiling Vapor Cache+Concurrency.swift
[2446/2546] Compiling Vapor Client+Concurrency.swift
[2447/2546] Compiling Vapor RequestBody+Concurrency.swift
[2448/2546] Compiling Vapor Responder+Concurrency.swift
[2449/2546] Compiling Vapor ResponseCodable+Concurrency.swift
[2450/2546] Compiling Vapor RoutesBuilder+Concurrency.swift
[2451/2546] Compiling Vapor ViewRenderer+Concurrency.swift
[2452/2546] Compiling Vapor WebSocket+Concurrency.swift
[2453/2546] Compiling Vapor ContainerGetPathExecutor.swift
[2454/2546] Compiling Vapor Content.swift
[2455/2546] Compiling Vapor ContentCoders.swift
[2456/2546] Compiling Vapor ContentConfiguration.swift
[2457/2546] Compiling Vapor ContentContainer.swift
[2458/2546] Compiling Vapor JSONCoder+Custom.swift
[2459/2546] Compiling Vapor JSONCoders+Content.swift
[2460/2546] Compiling Vapor SessionsMiddleware.swift
[2461/2546] Compiling Vapor URLEncodedFormData.swift
[2462/2546] Compiling Vapor URLEncodedFormDecoder.swift
[2463/2546] Compiling Vapor URLEncodedFormEncoder.swift
[2464/2546] Compiling Vapor URLEncodedFormError.swift
[2465/2546] Compiling Vapor URLEncodedFormParser.swift
[2466/2546] Compiling Vapor URLEncodedFormSerializer.swift
[2467/2546] Compiling Vapor URLQueryFragmentConvertible.swift
[2468/2546] Compiling Vapor AnyResponse.swift
[2469/2546] Compiling Vapor Array+Random.swift
[2470/2546] Compiling Vapor Base32.swift
[2471/2546] Compiling Vapor Base64.swift
[2472/2546] Compiling Vapor BaseN.swift
[2473/2546] Compiling Vapor BasicCodingKey.swift
[2474/2546] Compiling Vapor ByteCount.swift
[2475/2546] Compiling Vapor Bytes+Hex.swift
[2476/2546] Compiling Vapor Bytes+SecureCompare.swift
[2477/2546] Compiling Vapor Collection+Safe.swift
[2478/2546] Compiling Vapor DataProtocol+Copy.swift
[2479/2546] Compiling Vapor DecoderUnwrapper.swift
[2480/2546] Compiling Vapor DirectoryConfiguration.swift
[2481/2546] Compiling Vapor DotEnv.swift
[2482/2546] Compiling Vapor Case.swift
[2483/2546] Compiling Vapor CharacterSet.swift
[2484/2546] Compiling Vapor Count.swift
[2485/2546] Compiling Vapor Custom.swift
[2486/2546] Compiling Vapor Email.swift
[2487/2546] Compiling Vapor Empty.swift
[2488/2546] Compiling Vapor In.swift
[2489/2546] Compiling Vapor Nil.swift
[2490/2546] Compiling Vapor NilIgnoring.swift
[2491/2546] Compiling Vapor Not.swift
[2492/2546] Compiling Vapor Or.swift
[2493/2546] Compiling Vapor Pattern.swift
[2494/2546] Compiling Vapor Range.swift
[2495/2546] Compiling Vapor URL.swift
[2496/2546] Compiling Vapor Valid.swift
[2497/2546] Compiling Vapor Application+Views.swift
[2498/2546] Compiling Vapor PlaintextRenderer.swift
[2499/2546] Compiling Vapor Request+View.swift
[2500/2546] Compiling Vapor View.swift
[2501/2546] Compiling Vapor ViewRenderer.swift
[2502/2546] Compiling Vapor _Deprecations.swift
[2503/2546] Compiling Vapor PlaintextDecoder.swift
[2504/2546] Compiling Vapor PlaintextEncoder.swift
[2505/2546] Compiling Vapor URLQueryCoders.swift
[2506/2546] Compiling Vapor URLQueryContainer.swift
[2507/2546] Compiling Vapor Core.swift
[2508/2546] Compiling Vapor Running.swift
[2509/2546] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2510/2546] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2511/2546] Compiling Vapor DotEnvFile+load.swift
[2512/2546] Compiling Vapor Routes+caseInsenstive.swift
[2513/2546] Compiling Vapor Validatable+validate.swift
[2514/2546] Compiling Vapor Environment+Process.swift
[2515/2546] Compiling Vapor Environment+Secret.swift
[2516/2546] Compiling Vapor Environment.swift
[2517/2546] Compiling Vapor Abort.swift
[2518/2546] Compiling Vapor AbortError.swift
[2519/2546] Compiling Vapor DebuggableError.swift
[2520/2546] Compiling Vapor Demangler.swift
[2521/2546] Compiling Vapor ErrorSource.swift
[2522/2546] Compiling Vapor StackTrace.swift
[2523/2546] Compiling Vapor Exports.swift
[2524/2546] Compiling Vapor Application+HTTP.swift
[2525/2546] Compiling Vapor BasicResponder.swift
[2526/2546] Compiling Vapor BodyStream.swift
[2527/2546] Compiling Vapor Application+HTTP+Client.swift
[2528/2546] Compiling Vapor EventLoopHTTPClient.swift
[2529/2546] Compiling Vapor EndpointCache.swift
[2530/2546] Compiling Vapor HTTPMethod+String.swift
[2531/2546] Compiling Vapor HTTPStatus.swift
[2532/2546] Compiling Vapor HTTPCookies.swift
[2533/2546] Compiling Vapor HTTPHeaderCacheControl.swift
[2534/2546] Compiling Vapor HTTPHeaderExpires.swift
[2535/2546] Compiling Vapor HTTPHeaderLastModified.swift
[2536/2546] Compiling Vapor HTTPHeaders+Cache.swift
[2537/2546] Compiling Vapor HTTPHeaders+Connection.swift
[2538/2546] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2539/2546] Compiling Vapor HTTPHeaders+ContentRange.swift
[2540/2546] Compiling Vapor HTTPHeaders+Directive.swift
[2541/2546] Compiling Vapor HTTPHeaders+Forwarded.swift
[2542/2546] Compiling Vapor HTTPHeaders+Link.swift
[2543/2546] Compiling Vapor HTTPHeaders+Name.swift
[2544/2546] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2545/2546] Compiling Vapor HTTPHeaders.swift
[2546/2546] Compiling Vapor HTTPMediaType.swift
[2547/2549] Compiling A2AVapor A2AVapor.swift
[2548/2549] Emitting module A2AVapor
[2549/2549] Compiling A2AVapor RoutesBuilder+A2A.swift
Build complete! (104.69s)
Fetching https://github.com/vapor/vapor.git
[1/76849] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.49s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (3.15s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/3616] Fetching multipart-kit
[291/6268] Fetching multipart-kit, websocket-kit
Fetched https://github.com/apple/swift-atomics.git from cache (0.76s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.76s)
[1417/13393] Fetching multipart-kit, websocket-kit, swift-certificates
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git from cache
Fetched https://github.com/apple/swift-certificates.git from cache (1.29s)
Fetching https://github.com/apple/swift-log.git from cache
[4281/11959] Fetching multipart-kit, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (1.11s)
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.21s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-log.git from cache (1.08s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.03s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.99s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.02s)
Fetching https://github.com/apple/swift-crypto.git from cache
[1/21356] Fetching routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.50s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-crypto.git from cache (1.52s)
Fetching https://github.com/vapor/async-kit.git
[1/1210] Fetching swift-service-context
[340/7777] Fetching swift-service-context, console-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (5.47s)
Fetched https://github.com/vapor/websocket-kit.git from cache (5.47s)
Fetched https://github.com/apple/swift-service-context.git from cache (5.48s)
[1511/6567] Fetching console-kit
Fetched https://github.com/apple/swift-algorithms.git from cache (5.49s)
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (2.58s)
[5058/9063] Fetching console-kit, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.19s)
[624/2496] Fetching async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.91s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.53s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (1.05s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (1.67s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.60s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.83s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.59s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.57s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (2.67s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.58s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (0.70s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.62s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.96.0 (2.34s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.64s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.59s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (1.18s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.66s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2676] Fetching swift-service-lifecycle
[216/8904] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.17s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.17s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.23s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.23s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.83s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.63s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.58s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.57s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.41.0 (0.59s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.1 (0.62s)
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.96.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
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.41.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.100.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "A2A",
  "name" : "A2A",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "A2A",
      "targets" : [
        "A2A"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "A2AVapor",
      "targets" : [
        "A2AVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "A2ATesting",
      "targets" : [
        "A2ATesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "A2AVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "A2AVaporTests",
      "path" : "Tests/A2AVaporTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "A2AVaporTests.swift"
      ],
      "target_dependencies" : [
        "A2AVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A2AVapor",
      "module_type" : "SwiftTarget",
      "name" : "A2AVapor",
      "path" : "Sources/A2AVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "A2AVapor"
      ],
      "sources" : [
        "A2AVapor.swift",
        "RoutesBuilder+A2A.swift"
      ],
      "target_dependencies" : [
        "A2A"
      ],
      "type" : "library"
    },
    {
      "c99name" : "A2ATests",
      "module_type" : "SwiftTarget",
      "name" : "A2ATests",
      "path" : "Tests/A2ATests",
      "sources" : [
        "AgentCardResolverTests.swift",
        "AgentCardTests.swift",
        "DefaultRequestHandlerTests.swift",
        "EventQueueTests.swift",
        "InMemoryTaskStoreTests.swift",
        "JSONRPCTests.swift",
        "ModelTests.swift",
        "RouterTests.swift",
        "SSEConfigurationTests.swift",
        "SSELineParserTests.swift",
        "SSEStreamingTests.swift"
      ],
      "target_dependencies" : [
        "A2A"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A2ATestingTests",
      "module_type" : "SwiftTarget",
      "name" : "A2ATestingTests",
      "path" : "Tests/A2ATestingTests",
      "sources" : [
        "FixtureTests.swift",
        "MockClientTests.swift",
        "MockExecutorTests.swift",
        "StreamHelperTests.swift"
      ],
      "target_dependencies" : [
        "A2ATesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A2ATesting",
      "module_type" : "SwiftTarget",
      "name" : "A2ATesting",
      "path" : "Sources/A2ATesting",
      "product_memberships" : [
        "A2ATesting"
      ],
      "sources" : [
        "A2ATesting.swift",
        "Fixtures/AgentCard+Fixture.swift",
        "Fixtures/Message+Fixture.swift",
        "Fixtures/Part+Fixture.swift",
        "Fixtures/Task+Fixture.swift",
        "Helpers/StreamAssertions.swift",
        "Helpers/StreamCollector.swift",
        "Mocks/MockA2AClient.swift",
        "Mocks/MockAgentExecutor.swift",
        "Mocks/MockAgentHandler.swift"
      ],
      "target_dependencies" : [
        "A2A"
      ],
      "type" : "library"
    },
    {
      "c99name" : "A2A",
      "module_type" : "SwiftTarget",
      "name" : "A2A",
      "path" : "Sources/A2A",
      "product_memberships" : [
        "A2A",
        "A2AVapor",
        "A2ATesting"
      ],
      "sources" : [
        "A2A.swift",
        "Client/A2AClient.swift",
        "Client/AgentCardResolver.swift",
        "Client/ClientInterceptor.swift",
        "Client/ConnectionState.swift",
        "Client/SSEConfiguration.swift",
        "Client/SSELineParser.swift",
        "Client/StreamingSession.swift",
        "JSONRPC/JSONRPCMessage.swift",
        "Models/AgentCard.swift",
        "Models/Artifact.swift",
        "Models/Errors.swift",
        "Models/Events.swift",
        "Models/JSONValue.swift",
        "Models/Message.swift",
        "Models/Part.swift",
        "Models/PushNotification.swift",
        "Models/Requests.swift",
        "Models/Security.swift",
        "Models/Task.swift",
        "Server/A2AServer.swift",
        "Server/AgentExecutor.swift",
        "Server/DefaultRequestHandler.swift",
        "Server/EventQueue.swift",
        "Server/InMemoryTaskStore.swift",
        "Server/PushNotificationSender.swift",
        "Server/RequestContext.swift",
        "Server/TaskManager.swift",
        "Server/TaskStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.