The Swift Package Index logo.Swift Package Index

Build Information

Successful build of A2A, reference 0.5.0 (a602e3), with Swift 6.1 for macOS (SPM) on 17 Mar 2026 01:14:56 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Victory-Apps/a2a-swift.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Victory-Apps/a2a-swift
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at a602e3d Merge pull request #12 from Victory-Apps/claude/affectionate-black
Cloned https://github.com/Victory-Apps/a2a-swift.git
Revision (git rev-parse @):
a602e3d2ee204178e4232b6a850e3073163d746e
SUCCESS checkout https://github.com/Victory-Apps/a2a-swift.git at 0.5.0
========================================
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/856] Write sources
[7/856] Copying PrivacyInfo.xcprivacy
[11/856] Write sources
[11/856] Copying PrivacyInfo.xcprivacy
[12/856] Write sources
[62/856] Compiling CNIOWindows shim.c
[63/856] Compiling CNIOWindows WSAStartup.c
[63/856] Compiling CSystem shims.c
[63/856] Compiling CNIOWASI CNIOWASI.c
[66/856] Compiling _NumericsShims _NumericsShims.c
[67/856] Write swift-version-2F0A5646E1D333AE.txt
[68/856] Compiling CNIOLinux liburing_shims.c
[69/856] Compiling CNIOLinux shim.c
[70/856] Compiling CNIOOpenBSD shim.c
[71/856] Compiling CNIOPosix event_loop_id.c
[72/864] Compiling CNIOSHA1 c_nio_sha1.c
[73/864] Compiling CVaporBcrypt blf.c
[74/864] Compiling CNIOLLHTTP c_nio_http.c
[75/864] Compiling _AtomicsShims.c
[76/918] Compiling CVaporBcrypt bcrypt.c
[77/948] Compiling CNIOLLHTTP c_nio_llhttp.c
[79/1034] Compiling ServiceContextModule ServiceContextKey.swift
[80/1034] Compiling _CertificateInternals _TinyArray.swift
[81/1034] Emitting module _CertificateInternals
[82/1034] Compiling _NIOBase64 Base64.swift
[83/1034] Emitting module _NIOBase64
[84/1034] Emitting module ServiceContextModule
[85/1034] Compiling ServiceContextModule ServiceContext.swift
[85/1065] Compiling CNIOLLHTTP c_nio_api.c
[87/1065] Compiling RealModule Float80+Real.swift
[88/1065] Compiling RealModule Real.swift
[89/1065] Compiling RealModule RealFunctions.swift
[90/1065] Compiling RealModule ElementaryFunctions.swift
[91/1066] Compiling RealModule Double+Real.swift
[92/1066] Compiling A2A A2A.swift
[93/1066] Compiling A2A A2AClient.swift
[94/1066] Compiling RealModule Float+Real.swift
[95/1066] Emitting module RealModule
[96/1066] Compiling RealModule AugmentedArithmetic.swift
[97/1066] Compiling RealModule Float16+Real.swift
[98/1066] Compiling RealModule RelaxedArithmetic.swift
[98/1066] Compiling CNIOExtrasZlib empty.c
[100/1072] Compiling _NIODataStructures PriorityQueue.swift
[101/1072] Compiling _NIODataStructures _TinyArray.swift
[102/1072] Compiling A2A DefaultRequestHandler.swift
[103/1072] Compiling A2A EventQueue.swift
[104/1072] Compiling A2A Artifact.swift
[105/1072] Compiling A2A Errors.swift
[106/1073] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[107/1073] Compiling Instrumentation NoOpInstrument.swift
[108/1073] Compiling Instrumentation InstrumentationSystem.swift
[109/1073] Compiling Instrumentation MultiplexInstrument.swift
[110/1073] Compiling A2A Message.swift
[111/1073] Compiling A2A AgentCard.swift
[112/1073] Compiling A2A Events.swift
[113/1073] Compiling A2A JSONValue.swift
[114/1073] Compiling A2A AgentCardResolver.swift
[115/1073] Compiling A2A InMemoryTaskStore.swift
[116/1073] Emitting module InternalCollectionsUtilities
[119/1073] Compiling A2A PushNotificationSender.swift
[120/1073] Compiling A2A RequestContext.swift
[121/1073] Compiling A2A Security.swift
[122/1073] Compiling A2A Task.swift
[123/1073] Compiling A2A A2AServer.swift
[124/1073] Compiling A2A AgentExecutor.swift
[125/1073] Emitting module _NIODataStructures
[126/1073] Compiling _NIODataStructures Heap.swift
[127/1073] Emitting module Instrumentation
[128/1073] Compiling Instrumentation Locks.swift
[129/1073] Compiling Instrumentation Instrument.swift
[130/1073] Compiling Logging MetadataProvider.swift
[131/1073] Compiling Logging LogHandler.swift
[132/1073] Emitting module Logging
[133/1073] Compiling Logging Logging.swift
[134/1073] Compiling Logging Locks.swift
[137/1076] Compiling CNIODarwin shim.c
[142/1076] Compiling A2A ClientInterceptor.swift
[143/1076] Compiling A2A ConnectionState.swift
[144/1076] Compiling A2A SSEConfiguration.swift
[148/1076] Emitting module SystemPackage
[149/1218] Emitting module CoreMetrics
[150/1218] Compiling CoreMetrics Locks.swift
[151/1218] Compiling CoreMetrics Metrics.swift
[152/1218] Compiling OrderedCollections OrderedDictionary.swift
[153/1218] Compiling OrderedCollections OrderedSet+Codable.swift
[154/1218] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[155/1218] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[156/1218] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[157/1218] Compiling OrderedCollections OrderedDictionary+Values.swift
[158/1225] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[159/1225] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[160/1225] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[161/1225] Compiling OrderedCollections _HashTable+Bucket.swift
[162/1225] Compiling OrderedCollections _HashTable+BucketIterator.swift
[163/1225] Compiling OrderedCollections _HashTable+Constants.swift
[164/1225] Compiling OrderedCollections _Hashtable+Header.swift
[165/1225] Compiling OrderedCollections OrderedDictionary+Codable.swift
[166/1225] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[169/1225] Compiling OrderedCollections OrderedSet+Descriptions.swift
[170/1225] Compiling OrderedCollections OrderedSet+Diffing.swift
[171/1225] Compiling OrderedCollections OrderedSet+Equatable.swift
[172/1225] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[176/1231] Compiling Tracing TracingTime.swift
[177/1231] Compiling Tracing TracerProtocol.swift
[178/1231] Compiling Tracing TracerProtocol+Legacy.swift
[179/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[180/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[181/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[182/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[183/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[184/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[185/1231] Compiling HeapModule _HeapNode.swift
[186/1231] Compiling HeapModule Heap.swift
[187/1231] Compiling HeapModule Heap+UnsafeHandle.swift
[188/1231] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[189/1231] Compiling HeapModule Heap+Descriptions.swift
[190/1231] Compiling HeapModule Heap+Invariants.swift
[191/1231] Emitting module HeapModule
[191/1231] Compiling CNIOBoringSSLShims shims.c
[193/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[194/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[195/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[196/1231] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[197/1231] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[198/1231] Compiling OrderedCollections OrderedSet+Sendable.swift
[199/1231] Compiling OrderedCollections OrderedDictionary+Elements.swift
[200/1231] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[201/1231] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[202/1231] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[203/1231] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[204/1231] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[205/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[206/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[207/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[208/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[209/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[210/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[211/1231] Compiling Tracing Tracer.swift
[212/1231] Compiling Tracing NoOpTracer.swift
[213/1231] Emitting module Tracing
[214/1231] Compiling Tracing SpanProtocol.swift
[215/1231] Compiling Tracing InstrumentationSystem+Tracing.swift
[215/1233] Compiling fiat_p256_adx_sqr.S
[216/1233] Compiling fiat_p256_adx_mul.S
[217/1233] Compiling fiat_curve25519_adx_square.S
[218/1248] Compiling fiat_curve25519_adx_mul.S
[220/1326] Compiling ContainersPreview InputSpan.swift
[221/1327] Compiling ContainersPreview Inout.swift
[222/1327] Compiling ContainersPreview Box.swift
[223/1327] Compiling HashTreeCollections _HashNode+Structural filter.swift
[224/1327] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[225/1327] Compiling HashTreeCollections _HashNode+Storage.swift
[226/1327] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[227/1327] Compiling ContainersPreview Borrow.swift
[228/1327] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[229/1327] Compiling HashTreeCollections _AncestorHashSlots.swift
[230/1327] Emitting module ContainersPreview
[231/1327] Compiling HashTreeCollections _HashNode+Lookups.swift
[232/1327] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[233/1327] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[234/1327] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[235/1327] Compiling ContainersPreview Shared.swift
[236/1327] Compiling HashTreeCollections _HashLevel.swift
[237/1327] Compiling HashTreeCollections _HashNode+Builder.swift
[238/1327] Compiling HashTreeCollections _HashNode+Debugging.swift
[239/1327] Compiling HashTreeCollections _HashNode+Initializers.swift
[240/1327] Compiling HashTreeCollections _HashNode+Invariants.swift
[241/1327] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[242/1327] Compiling HashTreeCollections TreeDictionary+Values.swift
[243/1327] Compiling HashTreeCollections TreeDictionary.swift
[244/1327] Compiling HashTreeCollections TreeSet+Codable.swift
[245/1327] Compiling HashTreeCollections TreeSet+Collection.swift
[246/1327] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[247/1327] Compiling HashTreeCollections TreeSet+Debugging.swift
[248/1327] Compiling HashTreeCollections TreeSet+Hashable.swift
[249/1327] Compiling HashTreeCollections TreeSet+Sendable.swift
[250/1327] Compiling HashTreeCollections TreeSet+Sequence.swift
[251/1327] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[252/1327] Compiling HashTreeCollections _RawHashNode.swift
[253/1327] Compiling HashTreeCollections _UnmanagedHashNode.swift
[254/1327] Compiling HashTreeCollections _UnsafePath.swift
[255/1327] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[256/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[257/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[258/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[259/1327] Compiling HashTreeCollections TreeSet+Equatable.swift
[260/1327] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[261/1327] Compiling HashTreeCollections TreeSet+Extras.swift
[262/1327] Compiling HashTreeCollections TreeSet+Filter.swift
[263/1334] Compiling HashTreeCollections _HashTreeIterator.swift
[264/1334] Compiling HashTreeCollections _HashTreeStatistics.swift
[265/1334] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[266/1334] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[267/1334] Compiling HashTreeCollections TreeDictionary+Filter.swift
[268/1334] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[269/1334] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[270/1334] Compiling HashTreeCollections TreeDictionary+Keys.swift
[271/1334] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[272/1334] Compiling HashTreeCollections _HashNode+Structural union.swift
[273/1334] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[274/1334] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[275/1334] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[276/1334] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[277/1334] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[278/1334] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[279/1334] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[280/1334] Compiling HashTreeCollections TreeDictionary+Merge.swift
[281/1334] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[282/1334] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[283/1334] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[284/1334] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[285/1334] Compiling HashTreeCollections _HashNode+Structural merge.swift
[286/1334] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[305/1342] Compiling HashTreeCollections _Bitmap.swift
[306/1342] Compiling HashTreeCollections _Bucket.swift
[307/1342] Compiling HashTreeCollections _Hash.swift
[308/1342] Emitting module Crypto
[334/1343] Compiling HashTreeCollections TreeSet+Descriptions.swift
[335/1343] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[336/1343] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[337/1344] Compiling HashTreeCollections _HashNode.swift
[338/1344] Compiling HashTreeCollections _HashNodeHeader.swift
[339/1344] Compiling HashTreeCollections _HashSlot.swift
[340/1344] Compiling HashTreeCollections _HashStack.swift
[349/1352] Compiling SwiftASN1 DER.swift
[354/1352] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[355/1352] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[356/1352] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[357/1352] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[358/1352] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[359/1352] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[360/1352] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[361/1352] Compiling HashTreeCollections TreeSet.swift
[362/1352] Compiling SwiftASN1 Errors.swift
[363/1352] Emitting module _RopeModule
[368/1352] Compiling _RopeModule Rope+Remove.swift
[369/1352] Compiling _RopeModule Rope+RemoveSubrange.swift
[370/1352] Compiling _RopeModule Rope+Split.swift
[371/1352] Compiling _RopeModule Optional Utilities.swift
[372/1352] Compiling _RopeModule String Utilities.swift
[373/1352] Compiling _RopeModule String.Index+ABI.swift
[375/1352] Emitting module OrderedCollections
[401/1393] Compiling DequeModule Deque._UnsafeHandle.swift
[402/1393] Compiling DequeModule Deque.swift
[403/1393] Compiling DequeModule UniqueDeque+Equatable.swift
[404/1393] Compiling DequeModule UniqueDeque+Experimental.swift
[405/1393] Compiling DequeModule UniqueDeque+Hashable.swift
[406/1393] Compiling DequeModule UniqueDeque+Initializers.swift
[407/1393] Compiling DequeModule UniqueDeque+Insertions.swift
[408/1393] Compiling DequeModule UniqueDeque+Prepend.swift
[409/1393] Compiling DequeModule UniqueDeque+Removals.swift
[410/1393] Compiling DequeModule UniqueDeque+Replacements.swift
[411/1393] Compiling DequeModule RigidDeque+Consumption.swift
[412/1393] Compiling DequeModule RigidDeque+Container.swift
[413/1393] Compiling DequeModule RigidDeque+Descriptions.swift
[414/1393] Compiling DequeModule RigidDeque+Equatable.swift
[415/1393] Compiling DequeModule RigidDeque+Experimental.swift
[418/1397] Compiling DequeModule _DequeBuffer.swift
[419/1397] Compiling DequeModule _DequeBufferHeader.swift
[420/1397] Compiling DequeModule RigidDeque+Append.swift
[421/1397] Compiling DequeModule Deque+Codable.swift
[422/1397] Compiling DequeModule Deque+Collection.swift
[423/1397] Compiling DequeModule Deque+CustomReflectable.swift
[424/1397] Compiling DequeModule Deque+Descriptions.swift
[425/1397] Compiling DequeModule Deque+Equatable.swift
[426/1397] Compiling DequeModule UniqueDeque+Append.swift
[427/1397] Compiling DequeModule UniqueDeque+Consumption.swift
[428/1397] Compiling DequeModule UniqueDeque+Container.swift
[429/1397] Compiling DequeModule UniqueDeque+Descriptions.swift
[433/1397] Compiling tls_method.cc
[434/1397] Compiling tls_record.cc
[436/1397] Compiling DequeModule RigidDeque+Hashable.swift
[437/1397] Compiling DequeModule RigidDeque+Initializers.swift
[438/1397] Compiling DequeModule RigidDeque+Insertions.swift
[439/1397] Compiling DequeModule RigidDeque+Prepend.swift
[440/1397] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[441/1397] Compiling DequeModule Deque+Extras.swift
[442/1397] Compiling DequeModule Deque+Hashable.swift
[443/1397] Compiling DequeModule Deque+Testing.swift
[444/1397] Compiling DequeModule Deque._Storage.swift
[445/1397] Compiling DequeModule RigidDeque+Removals.swift
[446/1397] Compiling DequeModule RigidDeque+Replacements.swift
[447/1397] Compiling DequeModule RigidDeque+Testing.swift
[448/1397] Compiling DequeModule RigidDeque.swift
[449/1397] Emitting module SwiftASN1
[450/1397] Emitting module A2A
[451/1399] Compiling DequeModule _UnsafeDequeSegments.swift
[474/1399] Emitting module RoutingKit
[475/1399] Compiling RoutingKit PathComponent.swift
[476/1399] Emitting module Metrics
[477/1399] Compiling Metrics Metrics.swift
[481/1399] Compiling tls13_server.cc
[491/1399] Compiling A2A TaskManager.swift
[501/1399] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[502/1399] Compiling Crypto RNG_boring.swift
[503/1399] Compiling Crypto SafeCompare_boring.swift
[504/1399] Compiling Crypto Zeroization_boring.swift
[505/1399] Compiling Crypto PrettyBytes.swift
[506/1399] Compiling Crypto SafeCompare.swift
[507/1399] Compiling Crypto SecureBytes.swift
[508/1399] Compiling Crypto Zeroization.swift
[509/1399] Compiling Crypto resource_bundle_accessor.swift
[510/1399] Compiling RoutingKit TrieRouter.swift
[511/1399] Compiling RoutingKit Router.swift
[512/1399] Compiling A2A TaskStore.swift
[562/1399] Compiling DequeModule UniqueDeque.swift
[563/1399] Compiling DequeModule _DequeSlot.swift
[564/1399] Compiling DequeModule _UnsafeDequeHandle.swift
[580/1399] Compiling tls13_client.cc
[581/1399] Compiling tls13_enc.cc
[604/1399] Emitting module HashTreeCollections
[605/1399] Emitting module DequeModule
[632/1399] Compiling t1_enc.cc
[633/1399] Compiling tls13_both.cc
[633/1399] Compiling ssl_versions.cc
[635/1399] Compiling ssl_x509.cc
[636/1399] Compiling ssl_stat.cc
[637/1399] Compiling ssl_transcript.cc
[638/1409] Compiling ssl_privkey.cc
[640/1409] Compiling RoutingKit Parameters.swift
[641/1409] Compiling RoutingKit AnyRouter.swift
[641/1409] Compiling ssl_session.cc
[643/1409] Compiling A2ATesting MockAgentExecutor.swift
[643/1410] Compiling ssl_key_share.cc
[644/1410] Compiling ssl_file.cc
[646/1410] Compiling A2ATesting StreamAssertions.swift
[647/1410] Compiling A2ATesting StreamCollector.swift
[648/1410] Compiling A2ATesting Task+Fixture.swift
[649/1410] Compiling A2ATesting Part+Fixture.swift
[650/1410] Compiling A2ATesting Message+Fixture.swift
[651/1410] Compiling A2ATesting A2ATesting.swift
[652/1410] Compiling A2ATesting AgentCard+Fixture.swift
[653/1410] Emitting module A2ATesting
[654/1410] Compiling A2ATesting MockA2AClient.swift
[655/1410] Compiling A2ATesting MockAgentHandler.swift
[655/1410] Compiling ssl_credential.cc
[656/1410] Compiling ssl_cipher.cc
[657/1410] Compiling ssl_cert.cc
[658/1410] Compiling ssl_lib.cc
[659/1410] Compiling ssl_buffer.cc
[660/1410] Compiling ssl_asn1.cc
[661/1410] Compiling ssl_aead_ctx.cc
[662/1410] Compiling s3_pkt.cc
[663/1410] Compiling s3_lib.cc
[664/1410] Compiling s3_both.cc
[665/1410] Compiling handshake.cc
[666/1410] Compiling handshake_client.cc
[667/1410] Compiling handshake_server.cc
[668/1410] Compiling handoff.cc
[669/1410] Compiling md5-x86_64-linux.S
[670/1410] Compiling md5-x86_64-apple.S
[671/1410] Compiling md5-586-linux.S
[672/1410] Compiling dtls_record.cc
[673/1410] Compiling encrypted_client_hello.cc
[674/1410] Compiling md5-586-apple.S
[675/1410] Compiling extensions.cc
[676/1410] Compiling chacha20_poly1305_x86_64-linux.S
[677/1410] Compiling chacha20_poly1305_x86_64-apple.S
[678/1410] Compiling chacha20_poly1305_armv8-win.S
[679/1410] Compiling chacha20_poly1305_armv8-linux.S
[680/1410] Compiling chacha-x86_64-linux.S
[681/1410] Compiling chacha-x86_64-apple.S
[682/1410] Compiling chacha20_poly1305_armv8-apple.S
[683/1410] Compiling chacha-x86-linux.S
[684/1410] Compiling chacha-x86-apple.S
[685/1410] Compiling chacha-armv8-win.S
[686/1410] Compiling chacha-armv8-linux.S
[687/1410] Compiling chacha-armv4-linux.S
[688/1410] Compiling chacha-armv8-apple.S
[689/1410] Compiling aes128gcmsiv-x86_64-linux.S
[690/1410] Compiling d1_srtp.cc
[691/1410] Compiling dtls_method.cc
[692/1410] Compiling aes128gcmsiv-x86_64-apple.S
[693/1410] Compiling x86_64-mont5-linux.S
[694/1410] Compiling x86_64-mont5-apple.S
[695/1410] Compiling x86_64-mont-linux.S
[696/1410] Compiling x86_64-mont-apple.S
[697/1410] Compiling err_data.cc
[698/1410] Compiling x86-mont-linux.S
[699/1410] Compiling x86-mont-apple.S
[700/1410] Compiling bio_ssl.cc
[701/1410] Compiling vpaes-x86_64-apple.S
[701/1410] Compiling vpaes-x86_64-linux.S
[703/1410] Compiling vpaes-x86-apple.S
[704/1410] Compiling vpaes-x86-linux.S
[705/1410] Compiling vpaes-armv8-win.S
[706/1410] Compiling vpaes-armv8-linux.S
[707/1410] Compiling vpaes-armv8-apple.S
[708/1410] Compiling vpaes-armv7-linux.S
[708/1410] Compiling sha512-x86_64-linux.S
[710/1410] Compiling sha512-x86_64-apple.S
[711/1410] Compiling sha512-armv8-win.S
[712/1410] Compiling d1_pkt.cc
[713/1410] Compiling sha512-armv8-linux.S
[714/1410] Compiling sha512-armv4-linux.S
[715/1410] Compiling sha512-586-linux.S
[716/1410] Compiling sha512-586-apple.S
[717/1410] Compiling sha512-armv8-apple.S
[718/1410] Compiling sha256-x86_64-apple.S
[719/1410] Compiling sha256-x86_64-linux.S
[719/1410] Compiling sha256-armv8-win.S
[721/1410] Compiling sha256-armv8-linux.S
[722/1410] Compiling d1_lib.cc
[723/1410] Compiling sha256-armv8-apple.S
[724/1410] Compiling sha256-armv4-linux.S
[725/1410] Compiling sha256-586-linux.S
[726/1410] Compiling sha256-586-apple.S
[727/1410] Compiling sha1-x86_64-apple.S
[728/1410] Compiling sha1-x86_64-linux.S
[729/1410] Compiling sha1-armv8-win.S
[730/1410] Compiling sha1-armv8-linux.S
[731/1410] Compiling sha1-armv8-apple.S
[732/1410] Compiling sha1-armv4-large-linux.S
[733/1410] Compiling sha1-586-linux.S
[734/1410] Compiling rsaz-avx2-linux.S
[735/1410] Compiling sha1-586-apple.S
[736/1410] Compiling d1_both.cc
[737/1410] Compiling rdrand-x86_64-apple.S
[737/1410] Compiling rsaz-avx2-apple.S
[739/1410] Compiling rdrand-x86_64-linux.S
[740/1410] Compiling p256_beeu-x86_64-asm-linux.S
[741/1410] Compiling p256_beeu-armv8-asm-win.S
[742/1410] Compiling p256-x86_64-asm-linux.S
[743/1410] Compiling p256_beeu-armv8-asm-linux.S
[743/1410] Compiling p256_beeu-x86_64-asm-apple.S
[745/1410] Compiling p256_beeu-armv8-asm-apple.S
[746/1410] Compiling p256-x86_64-asm-apple.S
[747/1410] Compiling p256-armv8-asm-linux.S
[747/1410] Compiling p256-armv8-asm-win.S
[749/1410] Compiling p256-armv8-asm-apple.S
[750/1410] Compiling ghashv8-armv8-win.S
[751/1410] Compiling ghashv8-armv7-linux.S
[752/1410] Compiling ghash-x86_64-linux.S
[753/1410] Compiling ghash-x86_64-apple.S
[753/1410] Compiling ghashv8-armv8-linux.S
[755/1410] Compiling ghashv8-armv8-apple.S
[756/1410] Compiling ghash-x86-linux.S
[757/1410] Compiling ghash-ssse3-x86_64-linux.S
[757/1410] Compiling ghash-x86-apple.S
[759/1410] Compiling ghash-ssse3-x86_64-apple.S
[760/1410] Compiling ghash-ssse3-x86-linux.S
[761/1410] Compiling ghash-neon-armv8-win.S
[762/1410] Compiling ghash-armv4-linux.S
[763/1410] Compiling ghash-ssse3-x86-apple.S
[764/1410] Compiling ghash-neon-armv8-apple.S
[765/1410] Compiling ghash-neon-armv8-linux.S
[766/1410] Compiling co-586-linux.S
[767/1410] Compiling bsaes-armv7-linux.S
[768/1410] Compiling co-586-apple.S
[768/1410] Compiling bn-armv8-win.S
[770/1410] Compiling bn-armv8-linux.S
[771/1410] Compiling bn-armv8-apple.S
[772/1410] Compiling armv8-mont-linux.S
[773/1410] Compiling bn-586-apple.S
[774/1410] Compiling armv8-mont-win.S
[775/1410] Compiling bn-586-linux.S
[776/1410] Compiling armv4-mont-linux.S
[777/1410] Compiling aesv8-gcm-armv8-linux.S
[778/1410] Compiling aesv8-gcm-armv8-win.S
[779/1410] Compiling armv8-mont-apple.S
[780/1410] Compiling aesv8-gcm-armv8-apple.S
[781/1410] Compiling aesv8-armv8-win.S
[782/1410] Compiling aesv8-armv7-linux.S
[783/1410] Compiling aesv8-armv8-linux.S
[784/1410] Compiling aesni-x86_64-linux.S
[785/1410] Compiling aesv8-armv8-apple.S
[786/1410] Compiling aesni-x86-linux.S
[787/1410] Compiling aesni-x86_64-apple.S
[788/1410] Compiling aesni-x86-apple.S
[788/1410] Compiling aesni-gcm-x86_64-linux.S
[790/1410] Compiling aesni-gcm-x86_64-apple.S
[791/1410] Compiling aes-gcm-avx2-x86_64-linux.S
[792/1410] Compiling aes-gcm-avx2-x86_64-apple.S
[793/1410] Compiling aes-gcm-avx10-x86_64-linux.S
[794/1410] Compiling aes-gcm-avx10-x86_64-apple.S
[795/1410] Compiling x_sig.cc
[796/1410] Compiling x_x509a.cc
[797/1410] Compiling x_val.cc
[798/1410] Compiling x_x509.cc
[799/1410] Compiling x_spki.cc
[800/1410] Compiling x_req.cc
[801/1410] Compiling x_exten.cc
[802/1410] Compiling x_pubkey.cc
[803/1410] Compiling x_crl.cc
[804/1410] Compiling x_name.cc
[805/1410] Compiling x_attrib.cc
[806/1410] Compiling x_algor.cc
[807/1410] Compiling x_all.cc
[808/1410] Compiling x509spki.cc
[809/1410] Compiling x509rset.cc
[810/1410] Compiling x509cset.cc
[811/1410] Compiling x509name.cc
[812/1410] Compiling x509_vpm.cc
[813/1410] Compiling x509_v3.cc
[814/1410] Compiling x509_vfy.cc
[815/1410] Compiling x509_txt.cc
[816/1410] Compiling x509_trs.cc
[817/1410] Compiling x509_set.cc
[818/1410] Compiling x509_req.cc
[819/1410] Compiling x509_obj.cc
[820/1410] Compiling x509_def.cc
[821/1410] Compiling x509_d2.cc
[822/1410] Compiling x509_ext.cc
[823/1410] Compiling x509_lu.cc
[824/1410] Compiling x509_cmp.cc
[825/1410] Compiling x509.cc
[826/1410] Compiling x509_att.cc
[827/1410] Compiling v3_skey.cc
[828/1410] Compiling v3_ocsp.cc
[829/1410] Compiling v3_purp.cc
[830/1410] Compiling v3_prn.cc
[831/1410] Compiling v3_utl.cc
[832/1410] Compiling v3_pmaps.cc
[833/1410] Compiling v3_pcons.cc
[834/1410] Compiling v3_ncons.cc
[835/1410] Compiling v3_lib.cc
[836/1410] Compiling v3_int.cc
[837/1410] Compiling v3_info.cc
[838/1410] Compiling v3_ia5.cc
[839/1410] Compiling v3_extku.cc
[840/1410] Compiling v3_enum.cc
[841/1410] Compiling v3_genn.cc
[842/1410] Compiling v3_cpols.cc
[843/1410] Compiling v3_crld.cc
[844/1410] Compiling v3_conf.cc
[845/1410] Compiling v3_bitst.cc
[846/1410] Compiling v3_bcons.cc
[847/1410] Compiling v3_akeya.cc
[848/1410] Compiling v3_alt.cc
[849/1410] Compiling t_x509a.cc
[849/1410] Compiling v3_akey.cc
[851/1410] Compiling t_crl.cc
[852/1410] Compiling t_x509.cc
[853/1410] Compiling t_req.cc
[854/1410] Compiling rsa_pss.cc
[855/1410] Compiling i2d_pr.cc
[856/1410] Compiling name_print.cc
[857/1410] Compiling policy.cc
[858/1410] Compiling by_file.cc
[859/1410] Compiling algorithm.cc
[860/1410] Compiling by_dir.cc
[861/1410] Compiling asn1_gen.cc
[862/1410] Compiling a_digest.cc
[863/1410] Compiling a_sign.cc
[863/1410] Compiling a_verify.cc
[865/1410] Compiling voprf.cc
[866/1410] Compiling thread_win.cc
[867/1410] Compiling thread.cc
[868/1410] Compiling trust_token.cc
[869/1410] Compiling thread_none.cc
[870/1410] Compiling thread_pthread.cc
[871/1410] Compiling stack.cc
[872/1410] Compiling pmbtoken.cc
[873/1410] Compiling slhdsa.cc
[874/1410] Compiling spake2plus.cc
[875/1410] Compiling siphash.cc
[876/1410] Compiling sha512.cc
[877/1410] Compiling sha256.cc
[878/1410] Compiling sha1.cc
[879/1410] Compiling rsa_extra.cc
[880/1410] Compiling rsa_print.cc
[881/1410] Compiling rsa_crypt.cc
[882/1410] Compiling refcount.cc
[883/1410] Compiling rsa_asn1.cc
[884/1410] Compiling rc4.cc
[885/1410] Compiling windows.cc
[886/1410] Compiling urandom.cc
[887/1410] Compiling trusty.cc
[888/1410] Compiling rand.cc
[889/1410] Compiling ios.cc
[890/1410] Compiling passive.cc
[891/1410] Compiling poly1305_arm_asm.S
[892/1410] Compiling getentropy.cc
[893/1410] Compiling forkunsafe.cc
[894/1410] Compiling deterministic.cc
[895/1410] Compiling fork_detect.cc
[896/1410] Compiling poly1305_vec.cc
[897/1410] Compiling poly1305_arm.cc
[898/1410] Compiling poly1305.cc
[899/1410] Compiling pool.cc
[900/1410] Compiling pkcs8.cc
[901/1410] Compiling pkcs7.cc
[902/1410] Compiling pkcs8_x509.cc
[903/1410] Compiling p5_pbev2.cc
[904/1410] Compiling pkcs7_x509.cc
[905/1410] Compiling pem_xaux.cc
[906/1410] Compiling pem_x509.cc
[907/1410] Compiling pem_pkey.cc
[908/1410] Compiling pem_pk8.cc
[909/1410] Compiling pem_oth.cc
[910/1410] Compiling mlkem.cc
[911/1410] Compiling obj_xref.cc
[912/1410] Compiling mldsa.cc
[913/1410] Compiling pem_info.cc
[914/1410] Compiling pem_lib.cc
[915/1410] Compiling pem_all.cc
[916/1410] Compiling poly_rq_mul.S
[917/1410] Compiling mem.cc
[918/1410] Compiling fips_shared_support.cc
[919/1410] Compiling obj.cc
[920/1410] Compiling md5.cc
[921/1410] Compiling md4.cc
[922/1410] Compiling lhash.cc
[923/1410] Compiling kyber.cc
[924/1410] Compiling ex_data.cc
[925/1410] Compiling sign.cc
[926/1410] Compiling scrypt.cc
[927/1410] Compiling pbkdf.cc
[928/1410] Compiling print.cc
[929/1410] Compiling hrss.cc
[930/1410] Compiling hpke.cc
[931/1410] Compiling p_x25519_asn1.cc
[932/1410] Compiling p_x25519.cc
[933/1410] Compiling p_ed25519.cc
[934/1410] Compiling p_ec.cc
[935/1410] Compiling p_rsa_asn1.cc
[936/1410] Compiling p_hkdf.cc
[936/1410] Compiling p_rsa.cc
[938/1410] Compiling p_ed25519_asn1.cc
[939/1410] Compiling p_ec_asn1.cc
[940/1410] Compiling p_dh_asn1.cc
[941/1410] Compiling p_dsa_asn1.cc
[942/1410] Compiling p_dh.cc
[943/1410] Compiling engine.cc
[944/1410] Compiling evp_ctx.cc
[945/1410] Compiling err.cc
[946/1410] Compiling evp.cc
[947/1410] Compiling evp_asn1.cc
[948/1410] Compiling ecdsa_asn1.cc
[949/1410] Compiling ecdh.cc
[950/1410] Compiling hash_to_curve.cc
[951/1410] Compiling ec_derive.cc
[952/1410] Compiling dsa.cc
[953/1410] Compiling bcm.cc
[954/1410] Compiling dsa_asn1.cc
[955/1410] Compiling params.cc
[956/1410] Compiling x25519-asm-arm.S
[957/1410] Compiling ec_asn1.cc
[958/1410] Compiling digest_extra.cc
[959/1410] Compiling des.cc
[960/1410] Compiling dh_asn1.cc
[961/1410] Compiling curve25519_64_adx.cc
[962/1410] Compiling spake25519.cc
[963/1410] Compiling crypto.cc
[964/1410] Compiling cpu_intel.cc
[965/1410] Compiling cpu_arm_linux.cc
[966/1410] Compiling cpu_aarch64_win.cc
[967/1410] Compiling cpu_arm_freebsd.cc
[968/1410] Compiling curve25519.cc
[969/1410] Compiling cpu_aarch64_openbsd.cc
[970/1410] Compiling cpu_aarch64_sysreg.cc
[971/1410] Compiling cpu_aarch64_linux.cc
[972/1410] Compiling cpu_aarch64_fuchsia.cc
[973/1410] Compiling cpu_aarch64_apple.cc
[974/1410] Compiling tls_cbc.cc
[975/1410] Compiling get_cipher.cc
[975/1410] Compiling conf.cc
[977/1410] Compiling e_rc4.cc
[978/1410] Compiling e_tls.cc
[979/1410] Compiling e_null.cc
[980/1410] Compiling e_rc2.cc
[981/1410] Compiling e_des.cc
[982/1410] Compiling e_chacha20poly1305.cc
[983/1410] Compiling e_aesgcmsiv.cc
[984/1410] Compiling derive_key.cc
[985/1410] Compiling chacha.cc
[986/1410] Compiling e_aesctrhmac.cc
[987/1410] Compiling unicode.cc
[988/1410] Compiling cbs.cc
[989/1410] Compiling ber.cc
[990/1410] Compiling asn1_compat.cc
[991/1410] Compiling buf.cc
[992/1410] Compiling cbb.cc
[993/1410] Compiling blake2.cc
[994/1410] Compiling socket_helper.cc
[995/1410] Compiling bn_asn1.cc
[996/1410] Compiling socket.cc
[997/1410] Compiling convert.cc
[998/1410] Compiling printf.cc
[999/1410] Compiling hexdump.cc
[1000/1410] Compiling pair.cc
[1001/1410] Compiling file.cc
[1002/1410] Compiling fd.cc
[1003/1410] Compiling errno.cc
[1004/1410] Compiling connect.cc
[1005/1410] Compiling bio_mem.cc
[1006/1410] Compiling base64.cc
[1007/1410] Compiling bio.cc
[1008/1410] Compiling tasn_fre.cc
[1009/1410] Compiling tasn_typ.cc
[1010/1410] Compiling tasn_utl.cc
[1011/1410] Compiling tasn_enc.cc
[1012/1410] Compiling tasn_new.cc
[1013/1410] Compiling posix_time.cc
[1014/1410] Compiling f_string.cc
[1015/1410] Compiling f_int.cc
[1016/1410] Compiling tasn_dec.cc
[1017/1410] Compiling asn_pack.cc
[1018/1410] Compiling asn1_par.cc
[1019/1410] Compiling asn1_lib.cc
[1020/1410] Compiling a_utctm.cc
[1021/1410] Compiling a_type.cc
[1022/1410] Compiling a_octet.cc
[1023/1410] Compiling a_time.cc
[1024/1410] Compiling a_strnid.cc
[1025/1410] Compiling a_strex.cc
[1026/1410] Compiling a_mbstr.cc
[1027/1410] Compiling a_object.cc
[1028/1410] Compiling a_i2d_fp.cc
[1028/1410] Compiling a_int.cc
[1030/1410] Compiling a_dup.cc
[1031/1410] Compiling fiat_p256_adx_sqr.S
[1032/1410] Compiling fiat_p256_adx_mul.S
[1033/1410] Compiling fiat_curve25519_adx_square.S
[1034/1410] Compiling a_d2i_fp.cc
[1035/1410] Compiling fiat_curve25519_adx_mul.S
[1036/1410] Compiling a_gentm.cc
[1037/1410] Compiling md5-x86_64-linux.S
[1038/1410] Compiling md5-x86_64-apple.S
[1039/1410] Compiling md5-586-linux.S
[1040/1410] Compiling md5-586-apple.S
[1041/1410] Compiling chacha20_poly1305_x86_64-linux.S
[1042/1410] Compiling a_bitstr.cc
[1043/1410] Compiling chacha20_poly1305_x86_64-apple.S
[1044/1410] Compiling chacha20_poly1305_armv8-win.S
[1045/1410] Compiling a_bool.cc
[1046/1410] Compiling chacha20_poly1305_armv8-linux.S
[1047/1410] Compiling chacha-x86_64-linux.S
[1048/1410] Compiling chacha-x86_64-apple.S
[1049/1410] Compiling chacha20_poly1305_armv8-apple.S
[1050/1410] Compiling chacha-x86-linux.S
[1051/1410] Compiling chacha-x86-apple.S
[1052/1410] Compiling chacha-armv8-win.S
[1053/1410] Compiling chacha-armv8-linux.S
[1054/1410] Compiling chacha-armv4-linux.S
[1055/1410] Compiling aes128gcmsiv-x86_64-linux.S
[1056/1410] Compiling aes128gcmsiv-x86_64-apple.S
[1057/1410] Compiling chacha-armv8-apple.S
[1058/1410] Compiling x86_64-mont5-linux.S
[1059/1410] Compiling x86_64-mont5-apple.S
[1060/1410] Compiling x86_64-mont-linux.S
[1060/1410] Compiling x86_64-mont-apple.S
[1062/1410] Compiling x86-mont-linux.S
[1063/1410] Compiling x86-mont-apple.S
[1064/1410] Compiling vpaes-x86_64-linux.S
[1065/1410] Compiling CCryptoBoringSSLShims shims.c
[1066/1410] Compiling vpaes-x86_64-apple.S
[1067/1410] Compiling vpaes-x86-linux.S
[1068/1410] Compiling vpaes-x86-apple.S
[1069/1410] Compiling vpaes-armv8-win.S
[1070/1410] Compiling vpaes-armv8-linux.S
[1071/1410] Compiling vpaes-armv7-linux.S
[1072/1410] Compiling vpaes-armv8-apple.S
[1073/1410] Compiling err_data.cc
[1074/1410] Compiling sha512-x86_64-linux.S
[1075/1410] Compiling sha512-armv8-win.S
[1076/1410] Compiling sha512-x86_64-apple.S
[1077/1410] Compiling sha512-armv8-linux.S
[1078/1410] Compiling sha512-armv8-apple.S
[1079/1410] Compiling sha512-armv4-linux.S
[1080/1410] Compiling sha512-586-linux.S
[1081/1410] Compiling sha512-586-apple.S
[1082/1410] Compiling sha256-x86_64-linux.S
[1083/1410] Compiling sha256-armv8-win.S
[1083/1410] Compiling sha256-x86_64-apple.S
[1085/1410] Compiling sha256-armv8-linux.S
[1086/1410] Compiling sha256-armv4-linux.S
[1087/1410] Compiling sha256-586-linux.S
[1087/1410] Compiling sha256-armv8-apple.S
[1089/1410] Compiling sha256-586-apple.S
[1090/1410] Compiling sha1-x86_64-linux.S
[1091/1410] Compiling sha1-x86_64-apple.S
[1092/1410] Compiling sha1-armv8-win.S
[1092/1410] Compiling sha1-armv8-linux.S
[1094/1410] Compiling sha1-586-linux.S
[1095/1410] Compiling sha1-armv4-large-linux.S
[1096/1410] Compiling rsaz-avx2-linux.S
[1097/1410] Compiling sha1-586-apple.S
[1098/1410] Compiling sha1-armv8-apple.S
[1099/1410] Compiling rsaz-avx2-apple.S
[1100/1410] Compiling rdrand-x86_64-linux.S
[1100/1410] Compiling rdrand-x86_64-apple.S
[1102/1410] Compiling p256_beeu-x86_64-asm-apple.S
[1103/1410] Compiling p256_beeu-x86_64-asm-linux.S
[1104/1410] Compiling p256_beeu-armv8-asm-linux.S
[1104/1410] Compiling p256_beeu-armv8-asm-win.S
[1106/1410] Compiling p256_beeu-armv8-asm-apple.S
[1107/1410] Compiling p256-x86_64-asm-linux.S
[1108/1410] Compiling p256-x86_64-asm-apple.S
[1109/1410] Compiling p256-armv8-asm-win.S
[1110/1410] Compiling p256-armv8-asm-linux.S
[1111/1410] Compiling p256-armv8-asm-apple.S
[1112/1410] Compiling ghashv8-armv8-linux.S
[1113/1410] Compiling ghashv8-armv8-win.S
[1114/1410] Compiling ghashv8-armv8-apple.S
[1115/1410] Compiling ghashv8-armv7-linux.S
[1116/1410] Compiling ghash-x86_64-linux.S
[1117/1410] Compiling ghash-x86_64-apple.S
[1118/1410] Compiling ghash-x86-linux.S
[1119/1410] Compiling ghash-x86-apple.S
[1120/1410] Compiling ghash-ssse3-x86_64-linux.S
[1120/1410] Compiling ghash-ssse3-x86-linux.S
[1120/1410] Compiling ghash-ssse3-x86_64-apple.S
[1123/1410] Compiling ghash-neon-armv8-win.S
[1124/1410] Compiling ghash-ssse3-x86-apple.S
[1125/1410] Compiling ghash-neon-armv8-linux.S
[1126/1410] Compiling ghash-neon-armv8-apple.S
[1127/1410] Compiling co-586-linux.S
[1128/1410] Compiling ghash-armv4-linux.S
[1129/1410] Compiling co-586-apple.S
[1130/1410] Compiling bsaes-armv7-linux.S
[1131/1410] Compiling bn-armv8-linux.S
[1131/1410] Compiling bn-armv8-apple.S
[1131/1410] Compiling bn-armv8-win.S
[1134/1410] Compiling bn-586-linux.S
[1135/1410] Compiling armv8-mont-win.S
[1136/1410] Compiling bn-586-apple.S
[1137/1410] Compiling armv8-mont-linux.S
[1138/1410] Compiling armv8-mont-apple.S
[1139/1410] Compiling aesv8-gcm-armv8-win.S
[1140/1410] Compiling armv4-mont-linux.S
[1140/1410] Compiling aesv8-gcm-armv8-linux.S
[1142/1410] Compiling aesv8-armv8-linux.S
[1143/1410] Compiling aesv8-gcm-armv8-apple.S
[1143/1410] Compiling aesv8-armv8-win.S
[1145/1410] Compiling aesv8-armv8-apple.S
[1146/1410] Compiling aesv8-armv7-linux.S
[1147/1410] Compiling aesni-x86_64-linux.S
[1148/1410] Compiling aesni-x86-linux.S
[1148/1410] Compiling aesni-x86_64-apple.S
[1150/1410] Compiling aesni-gcm-x86_64-linux.S
[1150/1410] Compiling aesni-gcm-x86_64-apple.S
[1152/1410] Compiling aesni-x86-apple.S
[1153/1410] Compiling aes-gcm-avx512-x86_64-linux.S
[1154/1410] Compiling aes-gcm-avx512-x86_64-apple.S
[1155/1410] Compiling aes-gcm-avx2-x86_64-apple.S
[1156/1410] Compiling aes-gcm-avx2-x86_64-linux.S
[1157/1410] Compiling c-nioatomics.c
[1158/1410] Compiling xwing.cc
[1159/1410] Compiling x_spki.cc
[1160/1410] Compiling x_req.cc
[1161/1410] Compiling x_sig.cc
[1162/1410] Compiling x_x509a.cc
[1163/1410] Compiling x_name.cc
[1164/1410] Compiling x_x509.cc
[1165/1410] Compiling x_pubkey.cc
[1166/1410] Compiling c-atomics.c
[1167/1410] Compiling x_exten.cc
[1168/1417] Compiling x_crl.cc
[1169/1417] Compiling x509spki.cc
[1170/1417] Compiling x_attrib.cc
[1171/1417] Compiling x509cset.cc
[1172/1417] Compiling x509rset.cc
[1173/1417] Compiling x_all.cc
[1174/1417] Compiling x509name.cc
[1175/1417] Compiling x_algor.cc
[1176/1417] Compiling x509_vpm.cc
[1178/1417] Compiling NIOConcurrencyHelpers lock.swift
[1179/1417] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1180/1417] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1181/1417] Compiling NIOConcurrencyHelpers NIOLock.swift
[1182/1417] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1183/1417] Emitting module NIOConcurrencyHelpers
[1184/1417] Compiling NIOConcurrencyHelpers atomics.swift
[1184/1417] Compiling x509_vfy.cc
[1185/1417] Compiling x509_txt.cc
[1186/1417] Compiling x509_v3.cc
[1187/1417] Compiling x509_trs.cc
[1188/1417] Compiling x509_set.cc
[1189/1417] Compiling x509_obj.cc
[1190/1417] Compiling x509_req.cc
[1191/1417] Compiling x509_lu.cc
[1192/1417] Compiling x509_ext.cc
[1193/1444] Compiling x509_def.cc
[1194/1444] Compiling x509_d2.cc
[1195/1444] Compiling x509_cmp.cc
[1197/1444] Emitting module ConsoleKitTerminal
[1197/1446] Compiling x509_att.cc
[1198/1446] Compiling x509.cc
[1200/1446] Compiling ConsoleKitTerminal ActivityBar.swift
[1201/1446] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1202/1446] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1202/1446] Compiling v3_purp.cc
[1203/1446] Compiling v3_skey.cc
[1204/1446] Compiling v3_utl.cc
[1205/1446] Compiling v3_prn.cc
[1207/1446] Compiling ConsoleKitTerminal Console+Output.swift
[1208/1446] Compiling ConsoleKitTerminal Console+Wait.swift
[1209/1446] Compiling ConsoleKitTerminal ConsoleColor.swift
[1210/1446] Compiling ConsoleKitTerminal Console+Confirm.swift
[1211/1446] Compiling ConsoleKitTerminal Console+Input.swift
[1212/1446] Compiling ConsoleKitTerminal Console+Center.swift
[1213/1446] Compiling ConsoleKitTerminal ConsoleClear.swift
[1214/1446] Compiling ConsoleKitTerminal Console+Ask.swift
[1215/1446] Compiling ConsoleKitTerminal Console+Choose.swift
[1216/1446] Compiling ConsoleKitTerminal ProgressBar.swift
[1217/1446] Compiling ConsoleKitTerminal Console+Clear.swift
[1218/1446] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1219/1446] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1220/1446] Compiling ConsoleKitTerminal CustomActivity.swift
[1221/1446] Compiling ConsoleKitTerminal LoadingBar.swift
[1222/1446] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1223/1446] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1224/1446] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1225/1446] Compiling ConsoleKitTerminal ConsoleText.swift
[1226/1446] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1227/1446] Compiling ConsoleKitTerminal ANSI.swift
[1228/1446] Compiling ConsoleKitTerminal Console.swift
[1229/1446] Compiling ConsoleKitTerminal Terminal.swift
[1229/1446] Compiling v3_pmaps.cc
[1230/1446] Compiling v3_pcons.cc
[1231/1446] Compiling v3_ocsp.cc
[1232/1446] Compiling v3_lib.cc
[1233/1446] Compiling v3_ncons.cc
[1235/1446] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1236/1446] Compiling ConsoleKitTerminal LoggerFragment.swift
[1236/1446] Compiling v3_int.cc
[1237/1446] Compiling v3_info.cc
[1238/1446] Compiling v3_ia5.cc
[1239/1446] Compiling v3_genn.cc
[1240/1468] Compiling v3_extku.cc
[1241/1468] Compiling v3_enum.cc
[1242/1468] Compiling v3_crld.cc
[1243/1468] Compiling v3_cpols.cc
[1245/1468] Compiling ConsoleKitCommands Argument.swift
[1246/1468] Compiling ConsoleKitCommands CommandSignature.swift
[1247/1468] Compiling ConsoleKitCommands Flag.swift
[1248/1468] Compiling ConsoleKitCommands Option.swift
[1248/1470] Compiling v3_bitst.cc
[1249/1470] Compiling v3_conf.cc
[1251/1470] Emitting module ConsoleKitCommands
[1251/1470] Compiling v3_bcons.cc
[1252/1470] Compiling v3_alt.cc
[1253/1470] Compiling v3_akeya.cc
[1255/1470] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1256/1470] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1257/1470] Compiling ConsoleKitCommands AsyncCommands.swift
[1258/1470] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1259/1470] Compiling ConsoleKitCommands AnyCommand.swift
[1260/1470] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1261/1470] Compiling ConsoleKitCommands AsyncCommand.swift
[1262/1470] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1263/1470] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1264/1470] Compiling ConsoleKitCommands Utilities.swift
[1264/1470] Compiling v3_akey.cc
[1265/1470] Compiling t_x509a.cc
[1266/1470] Compiling i2d_pr.cc
[1267/1470] Compiling t_x509.cc
[1268/1470] Compiling t_req.cc
[1269/1470] Compiling t_crl.cc
[1270/1470] Compiling rsa_pss.cc
[1271/1470] Compiling name_print.cc
[1272/1470] Compiling policy.cc
[1274/1470] Compiling ConsoleKitCommands CommandGroup.swift
[1275/1470] Compiling ConsoleKitCommands CommandInput.swift
[1276/1470] Compiling ConsoleKitCommands Commands.swift
[1277/1470] Compiling ConsoleKitCommands Console+Run.swift
[1278/1470] Compiling ConsoleKitCommands Command.swift
[1279/1470] Compiling ConsoleKitCommands CommandContext.swift
[1280/1470] Compiling ConsoleKitCommands CommandError.swift
[1281/1470] Compiling ConsoleKitCommands ConsoleError.swift
[1282/1470] Compiling ConsoleKitCommands Completion.swift
[1282/1470] Compiling by_file.cc
[1283/1470] Compiling by_dir.cc
[1284/1470] Compiling a_digest.cc
[1285/1470] Compiling asn1_gen.cc
[1285/1470] Compiling a_verify.cc
[1287/1470] Compiling algorithm.cc
[1288/1470] Compiling a_sign.cc
[1289/1470] Compiling voprf.cc
[1290/1470] Compiling trust_token.cc
[1291/1472] Compiling pmbtoken.cc
[1293/1472] Emitting module ConsoleKit
[1294/1472] Compiling ConsoleKit Exports.swift
[1294/1472] Compiling thread_win.cc
[1295/1472] Compiling thread.cc
[1296/1472] Compiling thread_none.cc
[1297/1472] Compiling thread_pthread.cc
[1298/1472] Compiling stack.cc
[1299/1472] Compiling siphash.cc
[1300/1472] Compiling sha512.cc
[1301/1472] Compiling slhdsa.cc
[1302/1472] Compiling spake2plus.cc
[1303/1472] Compiling sha256.cc
[1304/1472] Compiling rsa_extra.cc
[1305/1472] Compiling sha1.cc
[1306/1472] Compiling rsa_print.cc
[1307/1472] Compiling rsa_crypt.cc
[1308/1472] Compiling refcount.cc
[1309/1472] Compiling rc4.cc
[1310/1472] Compiling windows.cc
[1311/1472] Compiling urandom.cc
[1312/1472] Compiling rsa_asn1.cc
[1313/1472] Compiling trusty.cc
[1314/1472] Compiling poly1305_arm_asm.S
[1315/1472] Compiling rand.cc
[1316/1472] Compiling ios.cc
[1317/1472] Compiling passive.cc
[1318/1472] Compiling getentropy.cc
[1319/1472] Compiling forkunsafe.cc
[1320/1472] Compiling deterministic.cc
[1321/1472] Compiling fork_detect.cc
[1322/1472] Compiling poly1305_vec.cc
[1323/1472] Compiling pool.cc
[1324/1472] Compiling poly1305_arm.cc
[1325/1472] Compiling poly1305.cc
[1326/1472] Compiling pkcs8.cc
[1327/1472] Compiling pkcs7.cc
[1328/1472] Compiling pkcs8_x509.cc
[1329/1472] Compiling p5_pbev2.cc
[1330/1472] Compiling pkcs7_x509.cc
[1331/1472] Compiling pem_xaux.cc
[1332/1472] Compiling pem_x509.cc
[1333/1472] Compiling pem_pkey.cc
[1334/1472] Compiling pem_oth.cc
[1335/1472] Compiling pem_pk8.cc
[1336/1472] Compiling mlkem.cc
[1337/1472] Compiling obj_xref.cc
[1338/1472] Compiling mldsa.cc
[1339/1472] Compiling pem_lib.cc
[1340/1472] Compiling pem_info.cc
[1341/1472] Compiling obj.cc
[1342/1472] Compiling pem_all.cc
[1343/1472] Compiling poly_rq_mul.S
[1344/1472] Compiling fips_shared_support.cc
[1345/1472] Compiling mem.cc
[1346/1472] Compiling md4.cc
[1347/1472] Compiling lhash.cc
[1348/1472] Compiling md5.cc
[1349/1472] Compiling fuzzer_mode.cc
[1350/1472] Compiling kyber.cc
[1351/1472] Compiling ex_data.cc
[1352/1472] Compiling hpke.cc
[1353/1472] Compiling hrss.cc
[1354/1472] Compiling scrypt.cc
[1355/1472] Compiling sign.cc
[1356/1472] Compiling print.cc
[1357/1472] Compiling pbkdf.cc
[1358/1472] Compiling p_x25519_asn1.cc
[1359/1472] Compiling p_x25519.cc
[1360/1472] Compiling p_rsa_asn1.cc
[1361/1472] Compiling p_ed25519.cc
[1362/1472] Compiling p_ed25519_asn1.cc
[1363/1472] Compiling p_hkdf.cc
[1364/1472] Compiling p_rsa.cc
[1365/1472] Compiling p_ec_asn1.cc
[1366/1472] Compiling p_ec.cc
[1367/1472] Compiling p_dh_asn1.cc
[1368/1472] Compiling p_dsa_asn1.cc
[1369/1472] Compiling p_dh.cc
[1370/1472] Compiling err.cc
[1371/1472] Compiling engine.cc
[1372/1472] Compiling evp.cc
[1372/1472] Compiling evp_ctx.cc
[1374/1472] Compiling ecdsa_p1363.cc
[1375/1472] Compiling evp_asn1.cc
[1376/1472] Compiling ecdh.cc
[1377/1472] Compiling ec_derive.cc
[1378/1472] Compiling ecdsa_asn1.cc
[1379/1472] Compiling hash_to_curve.cc
[1380/1472] Compiling dsa.cc
[1381/1472] Compiling dsa_asn1.cc
[1382/1472] Compiling ec_asn1.cc
[1383/1472] Compiling x25519-asm-arm.S
[1384/1472] Compiling params.cc
[1385/1472] Compiling digest_extra.cc
[1386/1472] Compiling dh_asn1.cc
[1387/1472] Compiling des.cc
[1388/1472] Compiling curve25519_64_adx.cc
[1389/1472] Compiling spake25519.cc
[1390/1472] Compiling curve25519.cc
[1391/1472] Compiling cpu_intel.cc
[1392/1472] Compiling crypto.cc
[1393/1472] Compiling cpu_arm_linux.cc
[1394/1472] Compiling cpu_arm_freebsd.cc
[1395/1472] Compiling cpu_aarch64_win.cc
[1396/1472] Compiling cpu_aarch64_sysreg.cc
[1397/1472] Compiling cpu_aarch64_openbsd.cc
[1398/1472] Compiling cpu_aarch64_linux.cc
[1399/1472] Compiling cpu_aarch64_fuchsia.cc
[1400/1472] Compiling cpu_aarch64_apple.cc
[1401/1472] Compiling tls_cbc.cc
[1402/1472] Compiling conf.cc
[1403/1472] Compiling get_cipher.cc
[1404/1472] Compiling e_rc4.cc
[1405/1472] Compiling e_tls.cc
[1406/1472] Compiling cms.cc
[1407/1472] Compiling e_rc2.cc
[1408/1472] Compiling e_null.cc
[1409/1472] Compiling e_des.cc
[1410/1472] Compiling e_chacha20poly1305.cc
[1411/1472] Compiling e_aesgcmsiv.cc
[1412/1472] Compiling e_aeseax.cc
[1413/1472] Compiling derive_key.cc
[1414/1472] Compiling e_aesctrhmac.cc
[1415/1472] Compiling chacha.cc
[1416/1472] Compiling unicode.cc
[1417/1472] Compiling buf.cc
[1418/1472] Compiling cbb.cc
[1419/1472] Compiling cbs.cc
[1420/1472] Compiling sqrt.cc
[1421/1472] Compiling ber.cc
[1422/1472] Compiling asn1_compat.cc
[1423/1472] Compiling exponentiation.cc
[1424/1472] Compiling div.cc
[1425/1472] Compiling convert.cc
[1426/1472] Compiling blake2.cc
[1427/1472] Compiling printf.cc
[1428/1472] Compiling pair.cc
[1429/1472] Compiling bn_asn1.cc
[1430/1472] Compiling hexdump.cc
[1431/1472] Compiling file.cc
[1432/1472] Compiling fd.cc
[1433/1472] Compiling errno.cc
[1434/1472] Compiling bio_mem.cc
[1435/1472] Compiling base64.cc
[1436/1472] Compiling bio.cc
[1437/1472] Compiling tasn_fre.cc
[1438/1472] Compiling tasn_typ.cc
[1439/1472] Compiling tasn_enc.cc
[1440/1472] Compiling tasn_utl.cc
[1441/1472] Compiling tasn_new.cc
[1442/1472] Compiling tasn_dec.cc
[1443/1472] Compiling f_string.cc
[1444/1472] Compiling posix_time.cc
[1445/1472] Compiling f_int.cc
[1446/1472] Compiling asn1_par.cc
[1447/1472] Compiling asn_pack.cc
[1448/1472] Compiling bcm.cc
[1449/1472] Compiling asn1_lib.cc
[1450/1472] Compiling a_utctm.cc
[1451/1472] Compiling a_type.cc
[1452/1472] Compiling a_time.cc
[1453/1472] Compiling a_octet.cc
[1454/1472] Compiling a_strnid.cc
[1455/1472] Compiling a_strex.cc
[1456/1472] Compiling a_mbstr.cc
[1457/1472] Compiling a_i2d_fp.cc
[1458/1472] Write sources
[1463/1472] Compiling a_object.cc
[1464/1472] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1465/1472] Compiling a_int.cc
[1466/1472] Compiling a_dup.cc
[1467/1472] Compiling a_d2i_fp.cc
[1468/1472] Compiling a_gentm.cc
[1469/1480] Compiling a_bool.cc
[1470/1487] Compiling aes.cc
[1471/1572] Compiling a_bitstr.cc
[1473/1572] Compiling Algorithms Suffix.swift
[1474/1572] Compiling Algorithms Trim.swift
[1475/1574] Compiling Algorithms Indexed.swift
[1476/1574] Compiling Algorithms Intersperse.swift
[1477/1574] Compiling Algorithms Permutations.swift
[1478/1574] Compiling Algorithms Product.swift
[1479/1574] Compiling Algorithms AdjacentPairs.swift
[1480/1574] Compiling Algorithms Chain.swift
[1481/1574] Compiling Algorithms Chunked.swift
[1482/1574] Compiling Algorithms Combinations.swift
[1483/1584] Compiling Atomics Unmanaged extensions.swift
[1484/1584] Compiling Algorithms EitherSequence.swift
[1485/1584] Compiling Algorithms FirstNonNil.swift
[1486/1584] Compiling Algorithms FlattenCollection.swift
[1487/1584] Compiling Algorithms Grouped.swift
[1490/1590] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1491/1590] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1492/1590] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1493/1590] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1494/1590] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1495/1590] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1497/1590] Compiling Algorithms Unique.swift
[1498/1590] Compiling Algorithms Windows.swift
[1499/1590] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1500/1590] Compiling BitCollections BitSet+Equatable.swift
[1501/1590] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1502/1590] Compiling BitCollections BitSet+Extras.swift
[1503/1590] Compiling BitCollections BitSet+Hashable.swift
[1504/1590] Compiling BitCollections BitSet+Initializers.swift
[1505/1590] Compiling BitCollections BitSet+Invariants.swift
[1506/1590] Compiling BitCollections BitSet+Random.swift
[1507/1590] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1508/1590] Emitting module BitCollections
[1509/1590] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1510/1590] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1511/1590] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1512/1590] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1513/1590] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1514/1590] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1515/1590] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1516/1590] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1517/1590] Compiling BitCollections BitSet+SetAlgebra union.swift
[1518/1590] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1519/1590] Compiling BitCollections BitSet.Counted.swift
[1520/1590] Compiling BitCollections BitSet.Index.swift
[1524/1590] Compiling Algorithms Compacted.swift
[1525/1590] Compiling Algorithms Cycle.swift
[1526/1590] Compiling Algorithms Split.swift
[1527/1590] Compiling BitCollections BitArray.swift
[1528/1590] Compiling Algorithms RandomSample.swift
[1529/1590] Compiling Algorithms Reductions.swift
[1530/1590] Compiling Algorithms Rotate.swift
[1531/1590] Compiling CryptoBoringWrapper RandomBytes.swift
[1532/1590] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1545/1590] Compiling BitCollections BitSet._UnsafeHandle.swift
[1546/1590] Compiling BitCollections BitSet.swift
[1547/1590] Compiling BitCollections Range+Utilities.swift
[1548/1590] Compiling BitCollections Slice+Utilities.swift
[1549/1590] Compiling BitCollections UInt+Tricks.swift
[1550/1590] Compiling BitCollections _Word.swift
[1551/1590] Compiling Algorithms Joined.swift
[1552/1590] Compiling Algorithms Keyed.swift
[1553/1590] Compiling Algorithms MinMax.swift
[1554/1590] Compiling Algorithms Partition.swift
[1580/1596] Compiling Collections HeapModule reexports.swift
[1581/1596] Compiling Collections OrderedCollections reexports.swift
[1582/1596] Emitting module Collections
[1583/1596] Compiling Collections HashTreeCollections reexports.swift
[1584/1596] Compiling Collections DequeModule reexports.swift
[1585/1596] Compiling Collections BitCollections reexports.swift
[1586/1596] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1587/1596] Compiling CryptoBoringWrapper EllipticCurve.swift
[1588/1596] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1589/1596] Emitting module CryptoBoringWrapper
[1590/1596] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1591/1596] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1592/1596] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1595/1596] Emitting module Atomics
[1596/1720] Emitting module Algorithms
[1597/1720] Compiling NIOCore EventLoop.swift
[1598/1720] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1599/1720] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1600/1720] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1601/1720] Compiling NIOCore EventLoopFuture.swift
[1602/1720] Compiling NIOCore FileDescriptor.swift
[1603/1726] Compiling NIOCore CircularBuffer.swift
[1604/1726] Compiling NIOCore Codec.swift
[1605/1726] Compiling NIOCore ConvenienceOptionSupport.swift
[1606/1726] Compiling NIOCore DeadChannel.swift
[1607/1726] Compiling NIOCore DispatchQueue+WithFuture.swift
[1608/1726] Compiling NIOCore EventLoop+Deprecated.swift
[1609/1726] Compiling NIOCore EventLoop+SerialExecutor.swift
[1610/1726] Compiling NIOCore ByteBuffer-core.swift
[1611/1726] Compiling NIOCore ByteBuffer-hex.swift
[1612/1726] Compiling NIOCore ByteBuffer-int.swift
[1613/1726] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1614/1726] Compiling NIOCore ByteBuffer-multi-int.swift
[1615/1726] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1616/1726] Compiling NIOCore IO.swift
[1617/1726] Compiling NIOCore IOData.swift
[1618/1726] Compiling NIOCore IPProtocol.swift
[1619/1726] Compiling NIOCore IntegerBitPacking.swift
[1620/1726] Compiling NIOCore IntegerTypes.swift
[1621/1726] Compiling NIOCore Interfaces.swift
[1622/1726] Compiling NIOCore Linux.swift
[1623/1726] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1624/1726] Compiling CryptoExtras ThreadWindows.swift
[1625/1726] Compiling CryptoExtras DLEQ.swift
[1626/1726] Compiling CryptoExtras Prover.swift
[1627/1726] Compiling CryptoExtras Verifier.swift
[1628/1726] Compiling CryptoExtras ZKPToolbox.swift
[1629/1726] Compiling CryptoExtras resource_bundle_accessor.swift
[1630/1726] Compiling NIOCore MarkedCircularBuffer.swift
[1631/1726] Compiling NIOCore MulticastChannel.swift
[1632/1726] Compiling NIOCore NIOAny.swift
[1633/1726] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1634/1726] Compiling NIOCore NIOCoreSendableMetatype.swift
[1635/1726] Compiling NIOCore NIODecodedAsyncSequence.swift
[1636/1726] Compiling NIOCore NIOLoopBound.swift
[1637/1733] Emitting module CryptoExtras
[1638/1733] Compiling NIOCore ByteBuffer-views.swift
[1639/1733] Compiling NIOCore Channel.swift
[1640/1733] Compiling NIOCore ChannelHandler.swift
[1641/1733] Compiling NIOCore ChannelHandlers.swift
[1642/1733] Compiling NIOCore ChannelInvoker.swift
[1643/1733] Compiling NIOCore ChannelOption.swift
[1644/1733] Compiling NIOCore ChannelPipeline.swift
[1656/1733] Compiling NIOCore FileHandle.swift
[1657/1733] Compiling NIOCore FileRegion.swift
[1658/1733] Compiling NIOCore GlobalSingletons.swift
[1683/1733] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1684/1733] Compiling NIOCore NIOAsyncWriter.swift
[1685/1733] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1686/1733] Compiling NIOCore BSDSocketAPI.swift
[1687/1733] Compiling NIOCore ByteBuffer-aux.swift
[1688/1733] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1689/1733] Compiling NIOCore ByteBuffer-conversions.swift
[1690/1733] Compiling NIOCore AddressedEnvelope.swift
[1691/1733] Compiling NIOCore AsyncAwaitSupport.swift
[1692/1733] Compiling NIOCore AsyncChannel.swift
[1693/1733] Compiling NIOCore AsyncChannelHandler.swift
[1694/1733] Compiling NIOCore AsyncChannelInboundStream.swift
[1695/1733] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1696/1733] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1697/1733] Compiling NIOCore SocketAddresses.swift
[1698/1733] Compiling NIOCore SocketOptionProvider.swift
[1699/1733] Compiling NIOCore SystemCallHelpers.swift
[1700/1733] Compiling NIOCore TimeAmount+Duration.swift
[1701/1733] Compiling NIOCore TypeAssistedChannelHandler.swift
[1702/1733] Compiling NIOCore UniversalBootstrapSupport.swift
[1703/1733] Compiling NIOCore Utilities.swift
[1704/1735] Emitting module _CryptoExtras
[1705/1735] Compiling _CryptoExtras Exports.swift
[1713/1834] Compiling X509 CustomPrivateKey.swift
[1714/1834] Compiling X509 Digests.swift
[1715/1834] Compiling X509 DistinguishedName.swift
[1716/1834] Compiling X509 CommonName.swift
[1717/1834] Compiling X509 CountryName.swift
[1718/1834] Compiling X509 DNBuilder.swift
[1719/1834] Compiling X509 DomainComponent.swift
[1720/1834] Compiling X509 EmailAddress.swift
[1721/1834] Compiling X509 LocalityName.swift
[1722/1834] Compiling X509 OrganizationName.swift
[1723/1834] Compiling X509 OrganizationalUnitName.swift
[1727/1844] Compiling X509 CMSAttribute.swift
[1728/1844] Compiling X509 CMSContentInfo.swift
[1729/1844] Compiling X509 CMSEncapsulatedContentInfo.swift
[1730/1844] Compiling X509 CMSIssuerAndSerialNumber.swift
[1739/1844] Compiling X509 CMSOperations.swift
[1740/1844] Compiling X509 CMSSignature.swift
[1741/1844] Compiling X509 CMSSignedData.swift
[1742/1844] Compiling X509 CMSSignerIdentifier.swift
[1743/1844] Compiling X509 CMSSignerInfo.swift
[1744/1844] Compiling X509 CMSVersion.swift
[1745/1844] Compiling X509 Curve25519+DER.swift
[1746/1844] Emitting module NIOCore
[1747/1844] Compiling X509 SubjectKeyIdentifier.swift
[1748/1844] Compiling X509 Extension.swift
[1749/1844] Compiling X509 Extensions.swift
[1750/1844] Compiling X509 ExtensionsBuilder.swift
[1751/1844] Compiling X509 GeneralName.swift
[1752/1844] Compiling X509 Lock.swift
[1753/1844] Compiling X509 LockedValueBox.swift
[1754/1844] Compiling X509 BasicOCSPResponse.swift
[1755/1844] Compiling X509 DirectoryString.swift
[1756/1844] Compiling X509 OCSPCertID.swift
[1757/1844] Compiling X509 OCSPCertStatus.swift
[1769/1844] Compiling X509 OCSPTBSRequest.swift
[1770/1844] Compiling X509 OCSPVersion.swift
[1771/1844] Compiling X509 PKCS8PrivateKey.swift
[1772/1844] Compiling X509 PromiseAndFuture.swift
[1773/1844] Compiling X509 RDNAttribute.swift
[1774/1844] Compiling X509 RandomNumberGenerator+bytes.swift
[1775/1844] Compiling X509 RelativeDistinguishedName.swift
[1776/1844] Compiling X509 SEC1PrivateKey.swift
[1777/1844] Compiling X509 SecKeyWrapper.swift
[1778/1844] Compiling X509 Signature.swift
[1779/1844] Compiling X509 SignatureAlgorithm.swift
[1780/1844] Compiling X509 CSRAttribute.swift
[1781/1844] Compiling X509 CSRAttributes.swift
[1782/1844] Compiling X509 CSRVersion.swift
[1783/1844] Compiling X509 CertificateSigningRequest.swift
[1784/1844] Compiling X509 CertificationRequestInfo.swift
[1785/1844] Compiling X509 ExtensionRequest.swift
[1786/1844] Compiling X509 Certificate.swift
[1787/1844] Compiling X509 CertificatePrivateKey.swift
[1788/1844] Compiling X509 CertificatePublicKey.swift
[1789/1844] Compiling X509 CertificateSerialNumber.swift
[1790/1844] Compiling X509 CertificateVersion.swift
[1791/1844] Compiling X509 VerifierPolicy.swift
[1792/1844] Compiling X509 AlgorithmIdentifier.swift
[1793/1844] Compiling X509 ECDSASignature.swift
[1794/1844] Compiling X509 RSAPKCS1PublicKey.swift
[1795/1844] Compiling X509 SubjectPublicKeyInfo.swift
[1796/1844] Compiling X509 TBSCertificate.swift
[1797/1844] Compiling X509 Time.swift
[1798/1844] Compiling X509 TimeCalculations.swift
[1799/1844] Compiling X509 Validity.swift
[1800/1844] Compiling X509 X509SendableMetatype.swift
[1801/1859] Compiling X509 AllOfPolicies.swift
[1802/1859] Compiling X509 AnyPolicy.swift
[1803/1859] Compiling X509 CertificateStore.swift
[1804/1859] Compiling X509 CustomCertificateStore.swift
[1805/1859] Compiling X509 OneOfPolicies.swift
[1806/1859] Compiling X509 PolicyBuilder.swift
[1807/1859] Compiling X509 BasicConstraintsPolicy.swift
[1808/1859] Compiling X509 DNSNames.swift
[1809/1859] Compiling X509 DirectoryNames.swift
[1810/1859] Compiling X509 ExpiryPolicy.swift
[1811/1859] Compiling X509 IPConstraints.swift
[1812/1859] Compiling X509 OCSPExtensionID.swift
[1813/1859] Compiling X509 OCSPNonce.swift
[1814/1859] Compiling X509 OCSPPolicy.swift
[1815/1859] Compiling X509 OCSPRequest.swift
[1816/1859] Compiling X509 OCSPResponse.swift
[1817/1859] Compiling X509 OCSPResponseBytes.swift
[1818/1859] Compiling X509 OCSPResponseData.swift
[1819/1859] Compiling X509 OCSPResponseStatus.swift
[1820/1859] Compiling X509 OCSPSignature.swift
[1821/1859] Compiling X509 OCSPSingleRequest.swift
[1822/1859] Compiling X509 OCSPSingleResponse.swift
[1823/1859] Compiling X509 StateOrProvinceName.swift
[1824/1859] Compiling X509 StreetAddress.swift
[1825/1859] Compiling X509 Error.swift
[1826/1859] Compiling X509 AuthorityInformationAccess.swift
[1827/1859] Compiling X509 AuthorityKeyIdentifier.swift
[1828/1859] Compiling X509 BasicConstraints.swift
[1829/1859] Compiling X509 ExtendedKeyUsage.swift
[1830/1859] Compiling X509 ExtensionIdentifiers.swift
[1831/1859] Compiling X509 KeyUsage.swift
[1832/1859] Compiling X509 NameConstraints.swift
[1833/1859] Compiling X509 SubjectAlternativeName.swift
[1834/1900] Compiling NIOPosix SocketProtocols.swift
[1835/1900] Compiling NIOPosix BSDSocketAPICommon.swift
[1836/1900] Compiling NIOPosix BSDSocketAPIPosix.swift
[1837/1900] Compiling NIOPosix BSDSocketAPIWindows.swift
[1838/1900] Compiling NIOPosix BaseSocket.swift
[1839/1900] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1840/1900] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1841/1900] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1842/1900] Compiling NIOPosix System.swift
[1843/1900] Compiling NIOPosix Thread.swift
[1844/1900] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1845/1900] Compiling NIOPosix PosixSingletons.swift
[1846/1900] Compiling NIOPosix RawSocketBootstrap.swift
[1847/1900] Compiling NIOPosix Resolver.swift
[1848/1900] Compiling NIOPosix Selectable.swift
[1849/1900] Compiling NIOPosix SelectableChannel.swift
[1850/1905] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1851/1905] Compiling NIOEmbedded AsyncTestingChannel.swift
[1852/1905] Emitting module NIOEmbedded
[1853/1905] Compiling NIOEmbedded Embedded.swift
[1854/1905] Compiling NIOPosix FileDescriptor.swift
[1855/1905] Compiling NIOPosix GetaddrinfoResolver.swift
[1856/1905] Compiling NIOPosix HappyEyeballs.swift
[1857/1905] Compiling NIOPosix IO.swift
[1858/1905] Compiling NIOPosix IntegerBitPacking.swift
[1859/1905] Compiling NIOPosix IntegerTypes.swift
[1863/1905] Compiling NIOPosix ThreadPosix.swift
[1864/1905] Compiling NIOPosix ThreadWindows.swift
[1865/1905] Emitting module X509
[1866/1905] Compiling NIOPosix Utilities.swift
[1867/1905] Compiling NIOPosix VsockAddress.swift
[1868/1905] Compiling NIOPosix VsockChannelEvents.swift
[1869/1905] Compiling NIOPosix Windows.swift
[1870/1905] Compiling NIOPosix resource_bundle_accessor.swift
[1877/1905] Compiling NIOPosix SelectorWSAPoll.swift
[1878/1905] Compiling NIOPosix ServerSocket.swift
[1879/1905] Compiling NIOPosix Socket.swift
[1880/1905] Compiling NIOPosix SocketChannel.swift
[1882/1905] Emitting module NIOPosix
[1883/1905] Compiling NIOPosix NonBlockingFileIO.swift
[1884/1905] Compiling NIOPosix PendingDatagramWritesManager.swift
[1885/1905] Compiling NIOPosix PendingWritesManager.swift
[1886/1905] Compiling NIOPosix PipeChannel.swift
[1887/1905] Compiling NIOPosix PipePair.swift
[1888/1905] Compiling NIOPosix Pool.swift
[1889/1905] Compiling NIOPosix BaseSocketChannel.swift
[1890/1905] Compiling NIOPosix BaseStreamSocketChannel.swift
[1891/1905] Compiling NIOPosix Bootstrap.swift
[1892/1905] Compiling NIOPosix ControlMessage.swift
[1893/1905] Compiling NIOPosix DatagramVectorReadManager.swift
[1894/1905] Compiling NIOPosix Errors+Any.swift
[1895/1905] Compiling NIOPosix Linux.swift
[1896/1905] Compiling NIOPosix LinuxCPUSet.swift
[1897/1905] Compiling NIOPosix LinuxUring.swift
[1898/1905] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1899/1905] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1900/1905] Compiling NIOPosix NIOThreadPool.swift
[1901/1905] Compiling NIOPosix SelectableEventLoop.swift
[1902/1905] Compiling NIOPosix SelectorEpoll.swift
[1903/1905] Compiling NIOPosix SelectorGeneric.swift
[1904/1905] Compiling NIOPosix SelectorKqueue.swift
[1905/1905] Compiling NIOPosix SelectorUring.swift
[1906/1966] Compiling NIO Exports.swift
[1907/1966] Emitting module NIO
[1908/2006] Compiling _NIOFileSystem IOStrategy.swift
[1909/2006] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1910/2008] Compiling NIOSOCKS SOCKSResponse.swift
[1911/2008] Compiling NIOSOCKS ClientStateMachine.swift
[1912/2008] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1913/2009] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1914/2009] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1915/2009] Compiling NIOSOCKS Helpers.swift
[1916/2009] Compiling NIOSOCKS Messages.swift
[1917/2009] Compiling NIOSOCKS Errors.swift
[1918/2009] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1919/2009] Compiling NIOHTTP1 HTTPDecoder.swift
[1920/2009] Compiling NIOSOCKS SOCKSRequest.swift
[1921/2009] Emitting module NIOSOCKS
[1922/2009] Compiling NIOHTTP1 HTTPEncoder.swift
[1923/2009] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1924/2009] Compiling NIOTLS TLSEvents.swift
[1925/2009] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1926/2009] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1927/2009] Compiling NIOTLS SNIHandler.swift
[1928/2009] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1929/2009] Emitting module NIOTLS
[1930/2009] Emitting module _NIOFileSystem
[1931/2013] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1932/2014] Compiling NIOSOCKS ServerStateMachine.swift
[1933/2045] Compiling NIOSSL SSLContext.swift
[1934/2045] Compiling NIOSSL SSLErrors.swift
[1935/2045] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1936/2045] Emitting module NIOFoundationCompat
[1937/2045] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1938/2067] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1939/2067] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1940/2067] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1941/2067] Compiling NIOTransportServices NIOTSBootstraps.swift
[1942/2067] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1943/2067] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1944/2067] Compiling _NIOFileSystem OpenOptions.swift
[1945/2067] Compiling _NIOFileSystem String+FileSystem.swift
[1946/2067] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1947/2067] Compiling NIOSSL NIOSSLClientHandler.swift
[1948/2067] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1949/2067] Compiling NIOSSL NIOSSLHandler.swift
[1950/2067] Compiling NIOSSL SSLPublicKey.swift
[1951/2067] Compiling NIOTransportServices NIOTSErrors.swift
[1952/2067] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1953/2067] Compiling NIOTransportServices StateManagedChannel.swift
[1954/2067] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1955/2067] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1958/2067] Compiling NIOSSL LinuxCABundle.swift
[1959/2067] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1960/2067] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1961/2067] Compiling _NIOFileSystem Mocking.swift
[1962/2067] Compiling _NIOFileSystem Syscall.swift
[1963/2067] Compiling _NIOFileSystem Syscalls.swift
[1964/2067] Compiling _NIOFileSystem SystemFileHandle.swift
[1965/2067] Compiling _NIOFileSystem Utilities.swift
[1966/2067] Compiling _NIOFileSystem NIOFilePath.swift
[1967/2067] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1968/2067] Compiling NIOTransportServices AcceptHandler.swift
[1969/2067] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1970/2067] Compiling NIOTransportServices NIOTSEventLoop.swift
[1971/2067] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1972/2067] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1973/2067] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1974/2067] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1975/2067] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1980/2067] Emitting module NIOHTTP1
[1981/2067] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1982/2067] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1983/2133] Emitting module NIOTransportServices
[1984/2135] Emitting module AsyncKit
[1985/2135] Compiling NIOHPACK IntegerCoding.swift
[1986/2135] Compiling NIOHPACK IndexedHeaderTable.swift
[1987/2136] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1988/2136] Compiling NIOWebSocket WebSocketOpcode.swift
[1989/2136] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1990/2137] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1991/2137] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1992/2137] Emitting module NIOHTTPCompression
[1993/2137] Compiling NIOHTTPCompression HTTPCompression.swift
[1994/2137] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1995/2137] Compiling NIOHTTPCompression HTTPDecompression.swift
[1996/2137] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1997/2137] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1998/2137] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1999/2137] Compiling NIOHPACK HuffmanTables.swift
[2000/2137] Compiling NIOHPACK HeaderTables.swift
[2001/2137] Compiling NIOHPACK HuffmanCoding.swift
[2002/2137] Compiling NIOHPACK StaticHeaderTable.swift
[2003/2137] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2004/2137] Compiling NIOExtras JSONRPCFraming.swift
[2005/2137] Compiling NIOExtras QuiescingHelper.swift
[2006/2137] Compiling NIOExtras RequestResponseHandler.swift
[2007/2138] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2008/2138] Compiling NIOExtras DebugInboundEventsHandler.swift
[2009/2138] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2010/2138] Compiling NIOExtras RequestResponseHandlers+State.swift
[2011/2138] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2012/2141] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[2013/2141] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2014/2141] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[2015/2141] Compiling NIOWebSocket SHA1.swift
[2016/2141] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[2017/2141] Emitting module NIOWebSocket
[2018/2141] Compiling NIOWebSocket WebSocketFrame.swift
[2019/2141] Emitting module NIOSSL
[2020/2141] Compiling NIOExtras LineBasedFrameDecoder.swift
[2021/2141] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2022/2141] Compiling NIOExtras NIORequestIdentifiable.swift
[2023/2141] Compiling NIOExtras PCAPRingBuffer.swift
[2026/2141] Compiling NIOExtras NIOExtrasError.swift
[2027/2141] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2028/2141] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2029/2141] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2032/2141] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2033/2141] Compiling NIOExtras LengthFieldPrepender.swift
[2034/2141] Emitting module NIOExtras
[2056/2141] Emitting module NIOHPACK
[2057/2141] Compiling NIOHPACK HPACKErrors.swift
[2060/2141] Compiling NIOHPACK HPACKEncoder.swift
[2061/2141] Compiling NIOHPACK HPACKHeader.swift
[2078/2141] Emitting module MultipartKit
[2099/2143] Compiling NIOSSL UniversalBootstrapSupport.swift
[2100/2143] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2101/2143] Compiling NIOSSL resource_bundle_accessor.swift
[2102/2212] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2103/2212] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2104/2212] Compiling NIOHTTP2 HTTP2Frame.swift
[2105/2212] Compiling NIOHTTP2 ReceivingDataState.swift
[2106/2212] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2107/2212] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2108/2212] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2109/2212] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2110/2212] Compiling NIOHTTP2 HTTP2StreamID.swift
[2111/2212] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2112/2212] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[2113/2212] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2114/2212] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2115/2212] Compiling NIOHTTP2 MayReceiveFrames.swift
[2116/2212] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2117/2212] Compiling NIOHTTP2 HTTP2Stream.swift
[2118/2212] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2119/2212] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2120/2212] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[2121/2212] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[2124/2212] Emitting module NIOFileSystem
[2125/2212] Compiling NIOFileSystem Exports.swift
[2126/2212] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2127/2212] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2128/2212] Emitting module _NIOFileSystemFoundationCompat
[2129/2212] Compiling NIOExtras WritePCAPHandler.swift
[2130/2212] Compiling NIOHTTP2 SendingRstStreamState.swift
[2131/2212] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2132/2212] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2133/2212] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2134/2212] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2135/2212] Compiling NIOHTTP2 HasLocalSettings.swift
[2136/2212] Compiling NIOHTTP2 HasRemoteSettings.swift
[2137/2227] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2138/2227] Compiling NIOHTTP2 InboundEventBuffer.swift
[2139/2227] Compiling NIOHTTP2 InboundWindowManager.swift
[2144/2227] Emitting module NIOHTTP2
[2145/2227] Compiling WebSocketKit WebSocketHandler.swift
[2146/2227] Compiling NIOHTTP2 Error+Any.swift
[2147/2227] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2148/2227] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2149/2227] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2150/2227] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2151/2227] Compiling NIOHTTP2 GlitchesMonitor.swift
[2152/2227] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2160/2227] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2161/2227] Compiling NIOHTTP2 StreamChannelList.swift
[2162/2227] Compiling NIOHTTP2 StreamMap.swift
[2163/2227] Compiling NIOHTTP2 StreamStateMachine.swift
[2164/2227] Compiling NIOHTTP2 Timer.swift
[2165/2227] Compiling NIOHTTP2 UnsafeTransfer.swift
[2166/2227] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2167/2227] Compiling WebSocketKit WebSocket.swift
[2168/2227] Compiling WebSocketKit WebSocket+Connect.swift
[2169/2227] Compiling WebSocketKit Exports.swift
[2170/2227] Emitting module WebSocketKit
[2171/2227] Compiling WebSocketKit WebSocket+Concurrency.swift
[2172/2227] Compiling WebSocketKit WebSocketClient.swift
[2173/2227] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2181/2227] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2182/2227] Compiling NIOHTTP2 QuiescingState.swift
[2183/2227] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2184/2227] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2185/2227] Compiling NIOHTTP2 StateMachineResult.swift
[2186/2227] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2187/2227] Compiling NIOHTTP2 DOSHeuristics.swift
[2190/2227] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2191/2227] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2192/2227] Compiling NIOHTTP2 HTTP2PingData.swift
[2193/2227] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2194/2227] Compiling NIOHTTP2 HTTP2Settings.swift
[2195/2227] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2196/2227] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2197/2227] Compiling NIOHTTP2 MaySendFrames.swift
[2198/2227] Compiling NIOHTTP2 SendingDataState.swift
[2199/2227] Compiling NIOHTTP2 SendingGoawayState.swift
[2200/2227] Compiling NIOHTTP2 SendingHeadersState.swift
[2201/2227] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2202/2227] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2203/2227] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2204/2227] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2205/2227] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2206/2227] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2207/2227] Compiling NIOHTTP2 HTTP2Error.swift
[2208/2227] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2228/2292] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2229/2292] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2230/2292] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2231/2292] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2232/2292] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2233/2292] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2234/2292] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2235/2292] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2236/2292] Emitting module AsyncHTTPClient
[2237/2299] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2238/2299] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2239/2299] Compiling AsyncHTTPClient ConnectionPool.swift
[2240/2299] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2241/2299] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2242/2299] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2243/2299] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2244/2299] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2245/2299] Compiling AsyncHTTPClient ConnectionTarget.swift
[2246/2299] Compiling AsyncHTTPClient DeconstructedURL.swift
[2247/2299] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2248/2299] Compiling AsyncHTTPClient FoundationExtensions.swift
[2249/2299] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2250/2299] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2251/2299] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2252/2299] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2253/2299] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2254/2299] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2255/2299] Compiling AsyncHTTPClient Transaction.swift
[2256/2299] Compiling AsyncHTTPClient Base64.swift
[2257/2299] Compiling AsyncHTTPClient BasicAuth.swift
[2258/2299] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2259/2299] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2260/2299] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2261/2299] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2262/2299] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2263/2299] Compiling AsyncHTTPClient RequestBodyLength.swift
[2264/2299] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2265/2299] Compiling AsyncHTTPClient HTTP1Connection.swift
[2266/2299] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2267/2299] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2268/2299] Compiling AsyncHTTPClient HTTP2Connection.swift
[2269/2299] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2270/2299] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2271/2299] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2272/2299] Compiling AsyncHTTPClient SSLContextCache.swift
[2273/2299] Compiling AsyncHTTPClient Scheme.swift
[2274/2299] Compiling AsyncHTTPClient Singleton.swift
[2275/2299] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2276/2299] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2277/2299] Compiling AsyncHTTPClient TracingSupport.swift
[2278/2299] Compiling AsyncHTTPClient Utils.swift
[2279/2299] Compiling AsyncHTTPClient RequestOptions.swift
[2280/2299] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2281/2299] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2282/2299] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2283/2299] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2284/2299] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2285/2299] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2286/2299] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2287/2299] Compiling AsyncHTTPClient TLSConfiguration.swift
[2288/2299] Compiling AsyncHTTPClient RedirectState.swift
[2289/2299] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2290/2299] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2291/2299] Compiling AsyncHTTPClient RequestBag.swift
[2292/2299] Compiling AsyncHTTPClient RequestValidation.swift
[2293/2299] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2294/2299] Compiling AsyncHTTPClient HTTPClient.swift
[2295/2299] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[2296/2299] Compiling AsyncHTTPClient HTTPHandler.swift
[2297/2299] Compiling AsyncHTTPClient LRUCache.swift
[2298/2299] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2299/2299] Compiling AsyncHTTPClient NWErrorHandler.swift
[2300/2497] Compiling Vapor RouteCollection.swift
[2301/2497] Compiling Vapor Routes.swift
[2302/2497] Compiling Vapor RoutesBuilder+Group.swift
[2303/2497] Compiling Vapor RoutesBuilder+Method.swift
[2304/2497] Compiling Vapor RoutesBuilder+Middleware.swift
[2305/2497] Compiling Vapor RoutesBuilder+WebSocket.swift
[2306/2497] Compiling Vapor RoutesBuilder.swift
[2307/2497] Compiling Vapor OTP.swift
[2308/2497] Compiling Vapor ValidatedCertificateChain.swift
[2309/2497] Compiling Vapor Application+Servers.swift
[2310/2497] Compiling Vapor Server.swift
[2311/2497] Compiling Vapor App+Service.swift
[2312/2497] Compiling Vapor Req+Service.swift
[2313/2497] Compiling Vapor Service.swift
[2314/2497] Compiling Vapor Application+Sessions.swift
[2315/2497] Compiling Vapor MemorySessions.swift
[2316/2497] Compiling Vapor Request+Session.swift
[2317/2497] Compiling Vapor Session.swift
[2318/2497] Compiling Vapor SessionCache.swift
[2319/2497] Compiling Vapor SessionData.swift
[2320/2497] Compiling Vapor SessionDriver.swift
[2321/2497] Compiling Vapor SessionsConfiguration.swift
[2322/2497] Compiling Vapor PlaintextDecoder.swift
[2323/2497] Compiling Vapor PlaintextEncoder.swift
[2324/2497] Compiling Vapor URLQueryCoders.swift
[2325/2497] Compiling Vapor URLQueryContainer.swift
[2326/2497] Compiling Vapor Core.swift
[2327/2497] Compiling Vapor Running.swift
[2328/2497] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2329/2497] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2330/2497] Compiling Vapor DotEnvFile+load.swift
[2331/2497] Compiling Vapor Routes+caseInsenstive.swift
[2332/2497] Compiling Vapor Validatable+validate.swift
[2333/2497] Compiling Vapor Environment+Process.swift
[2334/2497] Compiling Vapor Environment+Secret.swift
[2335/2497] Compiling Vapor Environment.swift
[2336/2497] Compiling Vapor Abort.swift
[2337/2497] Compiling Vapor AbortError.swift
[2338/2497] Compiling Vapor DebuggableError.swift
[2339/2497] Compiling Vapor Demangler.swift
[2340/2497] Compiling Vapor ErrorSource.swift
[2341/2497] Compiling Vapor StackTrace.swift
[2342/2497] Compiling Vapor Exports.swift
[2343/2497] Compiling Vapor Application+HTTP.swift
[2344/2518] Compiling Vapor Application.swift
[2345/2518] Compiling Vapor AuthenticationCache.swift
[2346/2518] Compiling Vapor Authenticator.swift
[2347/2518] Compiling Vapor BasicAuthorization.swift
[2348/2518] Compiling Vapor BearerAuthorization.swift
[2349/2518] Compiling Vapor GuardMiddleware.swift
[2350/2518] Compiling Vapor RedirectMiddleware.swift
[2351/2518] Compiling Vapor SessionAuthenticatable.swift
[2352/2518] Compiling Vapor Bcrypt.swift
[2353/2518] Compiling Vapor Application+Cache.swift
[2354/2518] Compiling Vapor Cache.swift
[2355/2518] Compiling Vapor CacheExpirationTime.swift
[2356/2518] Compiling Vapor MemoryCache.swift
[2357/2518] Compiling Vapor Request+Cache.swift
[2358/2518] Compiling Vapor Application+Clients.swift
[2359/2518] Compiling Vapor Client.swift
[2360/2518] Compiling Vapor ClientRequest.swift
[2361/2518] Compiling Vapor ClientResponse.swift
[2362/2518] Compiling Vapor Request+Client.swift
[2363/2518] Compiling Vapor BootCommand.swift
[2364/2518] Compiling Vapor CommandContext+Application.swift
[2365/2518] Compiling Vapor RoutesCommand.swift
[2366/2518] Compiling Vapor HTTPMediaTypePreference.swift
[2367/2518] Compiling Vapor Responder.swift
[2368/2518] Compiling Vapor Application+HTTP+Server.swift
[2369/2518] Compiling Vapor HTTPServer.swift
[2370/2518] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2371/2518] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2372/2518] Compiling Vapor HTTPServerHandler.swift
[2373/2518] Compiling Vapor HTTPServerRequestDecoder.swift
[2374/2518] Compiling Vapor HTTPServerResponseEncoder.swift
[2375/2518] Compiling Vapor HTTPServerUpgradeHandler.swift
[2376/2518] Compiling Vapor Logger+Report.swift
[2377/2518] Compiling Vapor LoggingSystem+Environment.swift
[2378/2518] Compiling Vapor Application+Middleware.swift
[2379/2518] Compiling Vapor CORSMiddleware.swift
[2380/2518] Compiling Vapor ErrorMiddleware.swift
[2381/2518] Compiling Vapor FileMiddleware.swift
[2382/2518] Compiling Vapor Middleware.swift
[2383/2518] Compiling Vapor MiddlewareConfiguration.swift
[2384/2518] Compiling Vapor ResponseCompressionMiddleware.swift
[2385/2518] Compiling Vapor RouteLoggingMiddleware.swift
[2386/2518] Compiling Vapor TracingMiddleware.swift
[2387/2518] Compiling Vapor File+Multipart.swift
[2388/2518] Compiling Vapor FormDataDecoder+Content.swift
[2389/2518] Compiling Vapor FormDataEncoder+Content.swift
[2390/2518] Compiling Vapor Application+Password.swift
[2391/2518] Compiling Vapor Application+Passwords.swift
[2392/2518] Compiling Vapor AsyncPasswordHasher.swift
[2393/2518] Compiling Vapor BcryptHasher.swift
[2394/2518] Compiling Vapor PasswordHasher.swift
[2395/2518] Compiling Vapor PlaintextHasher.swift
[2396/2518] Compiling Vapor Request+Password.swift
[2397/2518] Compiling Vapor Redirect.swift
[2398/2518] Compiling Vapor Request+Body.swift
[2399/2518] Compiling Vapor Request+BodyStream.swift
[2400/2518] Compiling Vapor Request.swift
[2401/2518] Compiling Vapor Application+Responder.swift
[2402/2518] Compiling Vapor DefaultResponder.swift
[2403/2518] Compiling Vapor Response+Body.swift
[2404/2518] Compiling Vapor Response.swift
[2405/2518] Compiling Vapor ResponseCodable.swift
[2406/2518] Compiling Vapor Application+Routes.swift
[2407/2518] Compiling Vapor Parameters+Require.swift
[2408/2518] Compiling Vapor Request+WebSocket.swift
[2409/2518] Compiling Vapor Route.swift
[2410/2518] Compiling Vapor ServeCommand.swift
[2411/2518] Compiling Vapor AnyResponse+Concurrency.swift
[2412/2518] Compiling Vapor AsyncBasicResponder.swift
[2413/2518] Compiling Vapor AsyncMiddleware.swift
[2414/2518] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2415/2518] Compiling Vapor AsyncSessionDriver.swift
[2416/2518] Compiling Vapor Authentication+Concurrency.swift
[2417/2518] Compiling Vapor Cache+Concurrency.swift
[2418/2518] Compiling Vapor Client+Concurrency.swift
[2419/2518] Compiling Vapor RequestBody+Concurrency.swift
[2420/2518] Compiling Vapor Responder+Concurrency.swift
[2421/2518] Compiling Vapor ResponseCodable+Concurrency.swift
[2422/2518] Compiling Vapor RoutesBuilder+Concurrency.swift
[2423/2518] Compiling Vapor ViewRenderer+Concurrency.swift
[2424/2518] Compiling Vapor WebSocket+Concurrency.swift
[2425/2518] Compiling Vapor ContainerGetPathExecutor.swift
[2426/2518] Compiling Vapor Content.swift
[2427/2518] Compiling Vapor ContentCoders.swift
[2428/2518] Compiling Vapor ContentConfiguration.swift
[2429/2518] Compiling Vapor ContentContainer.swift
[2430/2518] Compiling Vapor JSONCoder+Custom.swift
[2431/2518] Compiling Vapor JSONCoders+Content.swift
[2432/2518] Emitting module Vapor
[2433/2518] Compiling Vapor Case.swift
[2434/2518] Compiling Vapor CharacterSet.swift
[2435/2518] Compiling Vapor Count.swift
[2436/2518] Compiling Vapor Custom.swift
[2437/2518] Compiling Vapor Email.swift
[2438/2518] Compiling Vapor Empty.swift
[2439/2518] Compiling Vapor In.swift
[2440/2518] Compiling Vapor Nil.swift
[2441/2518] Compiling Vapor NilIgnoring.swift
[2442/2518] Compiling Vapor Not.swift
[2443/2518] Compiling Vapor Or.swift
[2444/2518] Compiling Vapor Pattern.swift
[2445/2518] Compiling Vapor Range.swift
[2446/2518] Compiling Vapor URL.swift
[2447/2518] Compiling Vapor Valid.swift
[2448/2518] Compiling Vapor Application+Views.swift
[2449/2518] Compiling Vapor PlaintextRenderer.swift
[2450/2518] Compiling Vapor Request+View.swift
[2451/2518] Compiling Vapor View.swift
[2452/2518] Compiling Vapor ViewRenderer.swift
[2453/2518] Compiling Vapor _Deprecations.swift
[2454/2518] Compiling Vapor Extendable.swift
[2455/2518] Compiling Vapor File.swift
[2456/2518] Compiling Vapor FileIO.swift
[2457/2518] Compiling Vapor LifecycleHandler.swift
[2458/2518] Compiling Vapor OptionalType.swift
[2459/2518] Compiling Vapor RFC1123.swift
[2460/2518] Compiling Vapor SocketAddress+Hostname.swift
[2461/2518] Compiling Vapor Storage.swift
[2462/2518] Compiling Vapor String+IsIPAddress.swift
[2463/2518] Compiling Vapor Thread.swift
[2464/2518] Compiling Vapor URI.swift
[2465/2518] Compiling Vapor VaporSendableMetadataType.swift
[2466/2518] Compiling Vapor RangeResult.swift
[2467/2518] Compiling Vapor Validatable.swift
[2468/2518] Compiling Vapor Validation.swift
[2469/2518] Compiling Vapor ValidationKey.swift
[2470/2518] Compiling Vapor Validations.swift
[2471/2518] Compiling Vapor ValidationsError.swift
[2472/2518] Compiling Vapor Validator.swift
[2473/2518] Compiling Vapor ValidatorResult.swift
[2474/2518] Compiling Vapor And.swift
[2475/2518] Compiling Vapor SessionsMiddleware.swift
[2476/2518] Compiling Vapor URLEncodedFormData.swift
[2477/2518] Compiling Vapor URLEncodedFormDecoder.swift
[2478/2518] Compiling Vapor URLEncodedFormEncoder.swift
[2479/2518] Compiling Vapor URLEncodedFormError.swift
[2480/2518] Compiling Vapor URLEncodedFormParser.swift
[2481/2518] Compiling Vapor URLEncodedFormSerializer.swift
[2482/2518] Compiling Vapor URLQueryFragmentConvertible.swift
[2483/2518] Compiling Vapor AnyResponse.swift
[2484/2518] Compiling Vapor Array+Random.swift
[2485/2518] Compiling Vapor Base32.swift
[2486/2518] Compiling Vapor Base64.swift
[2487/2518] Compiling Vapor BaseN.swift
[2488/2518] Compiling Vapor BasicCodingKey.swift
[2489/2518] Compiling Vapor ByteCount.swift
[2490/2518] Compiling Vapor Bytes+Hex.swift
[2491/2518] Compiling Vapor Bytes+SecureCompare.swift
[2492/2518] Compiling Vapor Collection+Safe.swift
[2493/2518] Compiling Vapor DataProtocol+Copy.swift
[2494/2518] Compiling Vapor DecoderUnwrapper.swift
[2495/2518] Compiling Vapor DirectoryConfiguration.swift
[2496/2518] Compiling Vapor DotEnv.swift
[2497/2518] Compiling Vapor BasicResponder.swift
[2498/2518] Compiling Vapor BodyStream.swift
[2499/2518] Compiling Vapor Application+HTTP+Client.swift
[2500/2518] Compiling Vapor EventLoopHTTPClient.swift
[2501/2518] Compiling Vapor EndpointCache.swift
[2502/2518] Compiling Vapor HTTPMethod+String.swift
[2503/2518] Compiling Vapor HTTPStatus.swift
[2504/2518] Compiling Vapor HTTPCookies.swift
[2505/2518] Compiling Vapor HTTPHeaderCacheControl.swift
[2506/2518] Compiling Vapor HTTPHeaderExpires.swift
[2507/2518] Compiling Vapor HTTPHeaderLastModified.swift
[2508/2518] Compiling Vapor HTTPHeaders+Cache.swift
[2509/2518] Compiling Vapor HTTPHeaders+Connection.swift
[2510/2518] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2511/2518] Compiling Vapor HTTPHeaders+ContentRange.swift
[2512/2518] Compiling Vapor HTTPHeaders+Directive.swift
[2513/2518] Compiling Vapor HTTPHeaders+Forwarded.swift
[2514/2518] Compiling Vapor HTTPHeaders+Link.swift
[2515/2518] Compiling Vapor HTTPHeaders+Name.swift
[2516/2518] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2517/2518] Compiling Vapor HTTPHeaders.swift
[2518/2518] Compiling Vapor HTTPMediaType.swift
[2519/2521] Compiling A2AVapor A2AVapor.swift
[2520/2521] Compiling A2AVapor RoutesBuilder+A2A.swift
[2521/2521] Emitting module A2AVapor
Build complete! (99.67s)
Fetching https://github.com/vapor/vapor.git
[1/76849] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.65s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (3.27s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git from cache
[1/1210] Fetching swift-service-context
[147/8335] Fetching swift-service-context, swift-certificates
[148/10987] Fetching swift-service-context, swift-certificates, websocket-kit
[326/14603] Fetching swift-service-context, swift-certificates, websocket-kit, multipart-kit
Fetched https://github.com/apple/swift-asn1.git from cache (0.74s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.84s)
Fetching https://github.com/apple/swift-metrics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/vapor/websocket-kit.git from cache (1.01s)
[4548/11951] Fetching swift-service-context, swift-certificates, multipart-kit
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-service-context.git from cache (1.23s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
[8754/16432] Fetching swift-certificates, multipart-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.84s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.19s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/vapor/multipart-kit.git from cache (2.00s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.00s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.06s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-log.git from cache (1.16s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.98s)
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/21356] Fetching routing-kit
[215/23852] Fetching routing-kit, async-kit
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.09s)
[529/30419] Fetching routing-kit, async-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.95s)
[12468/27923] Fetching routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.19s)
[16658/21356] Fetching routing-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (1.23s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.52s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.63s)
Fetched https://github.com/apple/swift-nio.git from cache (2.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.21s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.94s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.96s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.50s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (0.47s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.49s)
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.87s)
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.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.48s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (2.40s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.47s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.50s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (0.60s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.48s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (2.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.96.0 (0.64s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.57s)
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.49s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (1.12s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (0.55s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2662] Fetching swift-service-lifecycle
[694/8890] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.20s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.20s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.25s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.25s)
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.78s)
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.54s)
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.49s)
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.50s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (0.49s)
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.0 (0.50s)
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/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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.40.0
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.96.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-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/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-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-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.0
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.