The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-sdk-generator, reference main (3f5abe), with Swift 6.1 for macOS (SPM) on 11 Dec 2025 15:43:09 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-sdk-generator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/swift-sdk-generator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3f5abe2 Pin GHA workflow version to 0.0.2 (#253)
Cloned https://github.com/swiftlang/swift-sdk-generator.git
Revision (git rev-parse @):
3f5abe214e54a1fc61229dc738df24ce7b5dd18c
SUCCESS checkout https://github.com/swiftlang/swift-sdk-generator.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftlang/swift-sdk-generator.git
https://github.com/swiftlang/swift-sdk-generator.git
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-sdk-generator",
  "name" : "swift-sdk-generator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-sdk-generator",
      "targets" : [
        "GeneratorCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SystemSQLite",
      "module_type" : "SystemLibraryTarget",
      "name" : "SystemSQLite",
      "path" : "Sources/SystemSQLite",
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftSDKGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDKGeneratorTests",
      "path" : "Tests/SwiftSDKGeneratorTests",
      "sources" : [
        "ArchitectureMappingTests.swift",
        "EndToEndTests.swift",
        "Generator/SwiftSDKGenerator+MetadataTests.swift",
        "SwiftSDKRecipes/LinuxRecipeTests.swift",
        "SwiftSDKRecipes/WebAssemblyRecipe.swift"
      ],
      "target_dependencies" : [
        "SwiftSDKGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSDKGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDKGenerator",
      "path" : "Sources/SwiftSDKGenerator",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "NIOHTTP1",
        "Logging",
        "SystemPackage",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "Artifacts/DownloadableArtifacts.swift",
        "ArtifactsArchiveMetadata.swift",
        "Extensions/String+hasAnyPrefix.swift",
        "Generator/SwiftSDKGenerator+Copy.swift",
        "Generator/SwiftSDKGenerator+Download.swift",
        "Generator/SwiftSDKGenerator+Entrypoint.swift",
        "Generator/SwiftSDKGenerator+Fixup.swift",
        "Generator/SwiftSDKGenerator+Metadata.swift",
        "Generator/SwiftSDKGenerator+Unpack.swift",
        "Generator/SwiftSDKGenerator.swift",
        "PathsConfiguration.swift",
        "PlatformModels/FreeBSD.swift",
        "PlatformModels/LinuxDistribution.swift",
        "PlatformModels/Triple.swift",
        "PlatformModels/VersionsConfiguration.swift",
        "Queries/CMakeBuildQuery.swift",
        "Queries/DownloadArtifactQuery.swift",
        "Queries/DownloadFileQuery.swift",
        "Queries/TarExtractQuery.swift",
        "Serialization/SwiftSDKMetadata.swift",
        "Serialization/Toolset.swift",
        "SwiftSDKRecipes/FreeBSDRecipe.swift",
        "SwiftSDKRecipes/LinuxRecipe.swift",
        "SwiftSDKRecipes/SwiftSDKRecipe.swift",
        "SwiftSDKRecipes/WebAssemblyRecipe.swift",
        "SystemUtils/ByteBuffer+Utils.swift",
        "SystemUtils/FileOperationError.swift",
        "SystemUtils/GeneratorError.swift",
        "SystemUtils/HTTPClient+Download.swift",
        "SystemUtils/Shell.swift",
        "SystemUtils/UnixName.swift",
        "SystemUtils/which.swift"
      ],
      "target_dependencies" : [
        "AsyncProcess",
        "Helpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProcessSpawnSync",
      "module_type" : "SwiftTarget",
      "name" : "ProcessSpawnSync",
      "path" : "Sources/ProcessSpawnSync",
      "product_dependencies" : [
        "Atomics",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ProcessSpawner.swift"
      ],
      "target_dependencies" : [
        "CProcessSpawnSync"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "HelpersTests",
      "path" : "Tests/HelpersTests",
      "sources" : [
        "ThrowingDeferTests.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helpers",
      "module_type" : "SwiftTarget",
      "name" : "Helpers",
      "path" : "Sources/Helpers",
      "product_dependencies" : [
        "Crypto",
        "Logging",
        "SystemPackage",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ThrowingDefer.swift",
        "Vendor/QueryEngine/CacheKey.swift",
        "Vendor/QueryEngine/FileCacheRecord.swift",
        "Vendor/QueryEngine/FileLock.swift",
        "Vendor/QueryEngine/Query.swift",
        "Vendor/QueryEngine/QueryEngine.swift",
        "Vendor/QueryEngine/SQLite.swift",
        "Vendor/QueryEngine/SQLiteBackedCache.swift",
        "Vendor/Triple.swift",
        "Vendor/_AsyncFileSystem/AsyncFileSystem.swift",
        "Vendor/_AsyncFileSystem/ConcurrencySupport.swift",
        "Vendor/_AsyncFileSystem/MockFileSystem.swift",
        "Vendor/_AsyncFileSystem/OSFileSystem.swift",
        "Vendor/_AsyncFileSystem/OpenReadableFile.swift",
        "Vendor/_AsyncFileSystem/OpenWritableFile.swift",
        "Vendor/_AsyncFileSystem/ReadableFileStream.swift",
        "Vendor/_AsyncFileSystem/WritableStream.swift"
      ],
      "target_dependencies" : [
        "SystemSQLite"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GeneratorEngineTests",
      "module_type" : "SwiftTarget",
      "name" : "GeneratorEngineTests",
      "path" : "Tests/GeneratorEngineTests",
      "sources" : [
        "EngineTests.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeneratorCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeneratorCLI",
      "path" : "Sources/GeneratorCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "GeneratorCLI.swift"
      ],
      "target_dependencies" : [
        "SwiftSDKGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CProcessSpawnSync",
      "module_type" : "ClangTarget",
      "name" : "CProcessSpawnSync",
      "path" : "Sources/CProcessSpawnSync",
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "spawner.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncProcessTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncProcessTests",
      "path" : "Tests/AsyncProcessTests",
      "product_dependencies" : [
        "Atomics",
        "AsyncAlgorithms",
        "NIO",
        "NIOConcurrencyHelpers",
        "Logging"
      ],
      "sources" : [
        "AsyncByteBufferLineSequenceTests.swift",
        "Helpers+LogRecorderHandler.swift",
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "AsyncProcess"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncProcess",
      "module_type" : "SwiftTarget",
      "name" : "AsyncProcess",
      "path" : "Sources/AsyncProcess",
      "product_dependencies" : [
        "Atomics",
        "AsyncAlgorithms",
        "Logging",
        "NIO",
        "DequeModule",
        "SystemPackage"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ChunkSequence.swift",
        "EOFSequence.swift",
        "FileContentStream.swift",
        "NIOAsyncPipeWriter.swift",
        "ProcessExecutor+Convenience.swift",
        "ProcessExecutor.swift",
        "ProcessExit.swift",
        "StructuredConcurrencyHelpers.swift"
      ],
      "target_dependencies" : [
        "ProcessSpawnSync"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/466] Write sources
[5/466] Write swift-sdk-generator-entitlement.plist
[10/466] Write sources
[11/466] Copying PrivacyInfo.xcprivacy
[11/466] Write sources
[14/466] Copying PrivacyInfo.xcprivacy
[14/466] Write sources
[36/466] Compiling CSystem shims.c
[37/466] Compiling CNIOWindows shim.c
[37/466] Compiling CNIOWindows WSAStartup.c
[37/466] Compiling CNIOWASI CNIOWASI.c
[40/466] Compiling CNIOOpenBSD shim.c
[41/466] Compiling _NumericsShims _NumericsShims.c
[42/466] Write swift-version-2F0A5646E1D333AE.txt
[43/466] Compiling CNIOLinux liburing_shims.c
[44/466] Compiling CNIOLinux shim.c
[45/466] Compiling CNIOExtrasZlib empty.c
[46/466] Compiling _AtomicsShims.c
[47/466] Compiling CNIOPosix event_loop_id.c
[48/499] Compiling CNIOLLHTTP c_nio_http.c
[49/503] Compiling CNIOLLHTTP c_nio_api.c
[50/536] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/610] Compiling CNIODarwin shim.c
[52/610] Compiling CProcessSpawnSync spawner.c
[53/610] Compiling fiat_p256_adx_sqr.S
[54/610] Compiling fiat_p256_adx_mul.S
[55/610] Compiling fiat_curve25519_adx_square.S
[56/610] Compiling fiat_curve25519_adx_mul.S
[58/610] Compiling ServiceContextModule ServiceContextKey.swift
[59/610] Compiling ServiceContextModule ServiceContext.swift
[60/610] Emitting module ServiceContextModule
[61/610] Compiling RealModule Float80+Real.swift
[62/610] Compiling RealModule Real.swift
[63/610] Compiling RealModule RealFunctions.swift
[64/610] Compiling RealModule Float16+Real.swift
[65/611] Compiling RealModule Float+Real.swift
[66/611] Compiling RealModule ElementaryFunctions.swift
[67/611] Compiling RealModule AugmentedArithmetic.swift
[68/611] Compiling Crypto HPKE-KexKeyDerivation.swift
[69/611] Compiling Crypto HPKE-LabeledExtract.swift
[70/611] Compiling RealModule Double+Real.swift
[71/611] Emitting module RealModule
[72/611] Compiling RealModule RelaxedArithmetic.swift
[73/611] Compiling _NIOBase64 Base64.swift
[74/611] Emitting module _NIOBase64
[75/617] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[76/617] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/618] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[78/618] Compiling Crypto Cipher.swift
[79/618] Compiling Crypto Nonces.swift
[80/618] Compiling Crypto HPKE-KEM-Curve25519.swift
[81/618] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[82/618] Compiling Crypto HPKE-Utils.swift
[83/618] Compiling Crypto DHKEM.swift
[84/618] Compiling Crypto ChaChaPoly_boring.swift
[85/618] Compiling Crypto ChaChaPoly.swift
[88/618] Compiling Crypto HPKE-KEM.swift
[89/618] Compiling Crypto HPKE-Errors.swift
[90/618] Compiling Crypto AES-GCM.swift
[91/618] Compiling Crypto AES-GCM_boring.swift
[92/618] Emitting module InternalCollectionsUtilities
[93/618] Compiling _NIODataStructures _TinyArray.swift
[97/621] Emitting module _NIODataStructures
[98/621] Compiling _NIODataStructures Heap.swift
[99/621] Compiling _NIODataStructures PriorityQueue.swift
[99/621] Compiling CNIOBoringSSLShims shims.c
[101/621] Compiling Instrumentation InstrumentationSystem.swift
[102/621] Compiling Instrumentation MultiplexInstrument.swift
[103/621] Emitting module Instrumentation
[104/621] Compiling Instrumentation Locks.swift
[105/621] Compiling Instrumentation NoOpInstrument.swift
[106/621] Compiling Instrumentation Instrument.swift
[107/642] Compiling Crypto GeneralizedTime.swift
[108/648] Compiling OrderedCollections OrderedDictionary+Elements.swift
[109/648] Compiling Crypto Ed25519Keys.swift
[110/693] Compiling DequeModule Deque+Hashable.swift
[111/693] Compiling DequeModule Deque+Testing.swift
[112/693] Compiling DequeModule Deque._Storage.swift
[113/693] Emitting module SystemPackage
[114/693] Compiling DequeModule _DequeBufferHeader.swift
[115/693] Compiling DequeModule _DequeSlot.swift
[116/694] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[117/694] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[118/694] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[119/694] Compiling OrderedCollections OrderedSet+Sendable.swift
[120/694] Compiling OrderedCollections _Hashtable+Header.swift
[121/694] Compiling OrderedCollections OrderedDictionary+Codable.swift
[122/694] Compiling OrderedCollections OrderedSet+Descriptions.swift
[123/694] Compiling OrderedCollections OrderedSet+Diffing.swift
[124/694] Compiling OrderedCollections OrderedSet+Equatable.swift
[125/694] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[126/694] Compiling OrderedCollections OrderedSet+Codable.swift
[127/694] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[128/694] Compiling Logging Locks.swift
[129/694] Compiling Logging MetadataProvider.swift
[130/694] Compiling Logging Logging.swift
[131/694] Compiling Logging LogHandler.swift
[132/694] Emitting module Logging
[133/694] Compiling DequeModule _DequeBuffer.swift
[134/702] Compiling DequeModule _UnsafeWrappedBuffer.swift
[135/702] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/702] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[137/702] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[138/702] Compiling DequeModule Deque+Collection.swift
[139/702] Compiling DequeModule Deque+Equatable.swift
[140/702] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[141/702] Compiling DequeModule Deque._UnsafeHandle.swift
[142/702] Compiling DequeModule Deque.swift
[143/702] Compiling DequeModule Deque+Extras.swift
[149/702] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[151/702] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[155/702] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[176/708] Compiling Tracing TracingTime.swift
[177/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[178/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[179/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[180/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[181/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[182/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[183/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[184/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[185/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[186/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[187/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[188/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[188/708] Compiling tls_record.cc
[189/708] Compiling tls_method.cc
[190/708] Compiling tls13_server.cc
[192/708] Compiling DequeModule Deque+CustomReflectable.swift
[193/708] Compiling DequeModule Deque+Descriptions.swift
[194/708] Compiling DequeModule Deque+Codable.swift
[196/708] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[197/708] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[198/708] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[199/708] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[200/708] Compiling OrderedCollections OrderedDictionary+Values.swift
[201/708] Compiling OrderedCollections OrderedDictionary.swift
[202/708] Compiling OrderedCollections OrderedSet+Hashable.swift
[203/708] Compiling OrderedCollections OrderedSet+Initializers.swift
[204/708] Compiling OrderedCollections OrderedSet+Insertions.swift
[205/708] Compiling OrderedCollections OrderedSet+Invariants.swift
[206/708] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[207/708] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[208/708] Compiling Tracing TracerProtocol.swift
[209/708] Emitting module DequeModule
[210/708] Compiling Tracing Tracer.swift
[211/708] Compiling Tracing InstrumentationSystem+Tracing.swift
[212/708] Compiling Tracing TracerProtocol+Legacy.swift
[213/708] Compiling Tracing SpanProtocol.swift
[214/708] Compiling Tracing NoOpTracer.swift
[215/708] Emitting module Tracing
[215/708] Compiling tls13_enc.cc
[216/708] Compiling tls13_client.cc
[218/708] Compiling OrderedCollections OrderedSet+SubSequence.swift
[219/708] Compiling OrderedCollections OrderedSet+Testing.swift
[220/708] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[221/708] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[222/708] Compiling OrderedCollections OrderedSet.swift
[223/708] Compiling OrderedCollections _UnsafeBitset.swift
[224/708] Emitting module Crypto
[224/716] Compiling tls13_both.cc
[226/716] Emitting module OrderedCollections
[233/716] Compiling t1_enc.cc
[234/716] Compiling ssl_versions.cc
[235/716] Compiling ssl_x509.cc
[236/716] Compiling ssl_transcript.cc
[237/716] Compiling ssl_stat.cc
[238/716] Compiling ssl_session.cc
[239/716] Compiling ssl_privkey.cc
[240/716] Compiling ssl_key_share.cc
[241/716] Compiling ssl_file.cc
[242/716] Compiling ssl_credential.cc
[243/716] Compiling ssl_cipher.cc
[244/716] Compiling ssl_lib.cc
[245/716] Compiling ssl_buffer.cc
[246/716] Compiling ssl_cert.cc
[256/716] Compiling Crypto RNG_boring.swift
[257/716] Compiling Crypto SafeCompare_boring.swift
[258/716] Compiling Crypto Zeroization_boring.swift
[259/716] Compiling Crypto PrettyBytes.swift
[260/716] Compiling Crypto SafeCompare.swift
[261/716] Compiling Crypto SecureBytes.swift
[262/716] Compiling Crypto Zeroization.swift
[263/716] Compiling Crypto resource_bundle_accessor.swift
[264/716] Compiling Crypto HPKE.swift
[265/716] Compiling Crypto HPKE-Context.swift
[266/716] Compiling Crypto HPKE-KeySchedule.swift
[267/716] Compiling Crypto HPKE-Modes.swift
[268/716] Compiling Crypto Insecure.swift
[269/716] Compiling Crypto Insecure_HashFunctions.swift
[270/716] Compiling Crypto KEM.swift
[271/716] Compiling Crypto ECDH_boring.swift
[276/716] Compiling Crypto SEC1PrivateKey.swift
[277/716] Compiling Crypto SubjectPublicKeyInfo.swift
[278/716] Compiling Crypto CryptoError_boring.swift
[279/716] Compiling Crypto CryptoKitErrors.swift
[328/716] Compiling ssl_asn1.cc
[329/716] Compiling ssl_aead_ctx.cc
[330/716] Compiling s3_pkt.cc
[331/716] Compiling s3_lib.cc
[332/716] Compiling s3_both.cc
[333/716] Compiling handshake_server.cc
[334/716] Compiling handshake_client.cc
[335/716] Compiling handshake.cc
[336/716] Compiling handoff.cc
[337/716] Compiling md5-x86_64-linux.S
[338/716] Compiling md5-x86_64-apple.S
[339/716] Compiling md5-586-linux.S
[340/716] Compiling encrypted_client_hello.cc
[341/716] Compiling dtls_record.cc
[342/716] Compiling md5-586-apple.S
[343/716] Compiling chacha20_poly1305_x86_64-linux.S
[344/716] Compiling chacha20_poly1305_x86_64-apple.S
[345/716] Compiling extensions.cc
[346/716] Compiling chacha20_poly1305_armv8-win.S
[347/716] Compiling chacha20_poly1305_armv8-linux.S
[348/716] Compiling chacha-x86_64-linux.S
[349/716] Compiling chacha20_poly1305_armv8-apple.S
[350/716] Compiling chacha-x86_64-apple.S
[351/716] Compiling chacha-x86-linux.S
[352/716] Compiling dtls_method.cc
[353/716] Compiling chacha-x86-apple.S
[354/716] Compiling d1_srtp.cc
[355/716] Compiling chacha-armv8-win.S
[356/716] Compiling chacha-armv8-linux.S
[357/716] Compiling chacha-armv4-linux.S
[358/716] Compiling aes128gcmsiv-x86_64-linux.S
[359/716] Compiling aes128gcmsiv-x86_64-apple.S
[360/716] Compiling chacha-armv8-apple.S
[361/716] Compiling x86_64-mont5-linux.S
[362/716] Compiling bio_ssl.cc
[363/716] Compiling d1_pkt.cc
[364/716] Compiling x86_64-mont5-apple.S
[365/716] Compiling x86_64-mont-linux.S
[366/716] Compiling err_data.cc
[367/716] Compiling x86_64-mont-apple.S
[368/716] Compiling x86-mont-linux.S
[369/716] Compiling x86-mont-apple.S
[370/716] Compiling vpaes-x86_64-linux.S
[371/716] Compiling vpaes-x86_64-apple.S
[372/716] Compiling vpaes-x86-apple.S
[372/716] Compiling vpaes-x86-linux.S
[374/716] Compiling vpaes-armv8-win.S
[375/716] Compiling vpaes-armv8-linux.S
[376/716] Compiling vpaes-armv7-linux.S
[377/716] Compiling sha512-x86_64-linux.S
[377/716] Compiling vpaes-armv8-apple.S
[379/716] Compiling d1_lib.cc
[380/716] Compiling sha512-x86_64-apple.S
[381/716] Compiling sha512-armv8-win.S
[382/716] Compiling sha512-armv8-linux.S
[383/716] Compiling sha512-armv4-linux.S
[384/716] Compiling sha512-armv8-apple.S
[385/716] Compiling sha256-x86_64-linux.S
[386/716] Compiling sha512-586-apple.S
[387/716] Compiling sha512-586-linux.S
[387/716] Compiling sha256-armv8-win.S
[389/716] Compiling sha256-x86_64-apple.S
[390/716] Compiling sha256-armv8-linux.S
[391/716] Compiling sha256-586-linux.S
[392/716] Compiling sha256-armv4-linux.S
[393/716] Compiling sha256-armv8-apple.S
[394/716] Compiling sha1-x86_64-apple.S
[395/716] Compiling sha1-armv8-win.S
[396/716] Compiling sha1-x86_64-linux.S
[396/716] Compiling sha256-586-apple.S
[398/716] Compiling d1_both.cc
[399/716] Compiling sha1-armv8-linux.S
[400/716] Compiling sha1-armv4-large-linux.S
[401/716] Compiling sha1-586-linux.S
[402/716] Compiling sha1-armv8-apple.S
[403/716] Compiling sha1-586-apple.S
[404/716] Compiling rsaz-avx2-linux.S
[405/716] Compiling rdrand-x86_64-linux.S
[406/716] Compiling rdrand-x86_64-apple.S
[406/716] Compiling rsaz-avx2-apple.S
[408/716] Compiling p256_beeu-x86_64-asm-linux.S
[409/716] Compiling p256_beeu-x86_64-asm-apple.S
[410/716] Compiling p256_beeu-armv8-asm-linux.S
[411/716] Compiling p256_beeu-armv8-asm-win.S
[412/716] Compiling p256-x86_64-asm-linux.S
[412/716] Compiling p256_beeu-armv8-asm-apple.S
[414/716] Compiling p256-x86_64-asm-apple.S
[415/716] Compiling ghashv8-armv8-linux.S
[415/716] Compiling p256-armv8-asm-linux.S
[417/716] Compiling ghashv8-armv8-win.S
[417/716] Compiling p256-armv8-asm-win.S
[419/716] Compiling p256-armv8-asm-apple.S
[420/716] Compiling ghashv8-armv8-apple.S
[421/716] Compiling ghashv8-armv7-linux.S
[422/716] Compiling ghash-x86_64-linux.S
[423/716] Compiling ghash-x86_64-apple.S
[424/716] Compiling ghash-x86-linux.S
[425/716] Compiling ghash-ssse3-x86_64-apple.S
[426/716] Compiling ghash-x86-apple.S
[426/716] Compiling ghash-ssse3-x86-linux.S
[428/716] Compiling ghash-ssse3-x86_64-linux.S
[429/716] Compiling ghash-ssse3-x86-apple.S
[430/716] Compiling ghash-neon-armv8-win.S
[431/716] Compiling ghash-neon-armv8-linux.S
[432/716] Compiling ghash-neon-armv8-apple.S
[433/716] Compiling ghash-armv4-linux.S
[434/716] Compiling co-586-linux.S
[435/716] Compiling co-586-apple.S
[436/716] Compiling bn-armv8-win.S
[436/716] Compiling bsaes-armv7-linux.S
[436/716] Compiling bn-armv8-linux.S
[439/716] Compiling bn-586-apple.S
[440/716] Compiling bn-586-linux.S
[441/716] Compiling bn-armv8-apple.S
[442/716] Compiling armv8-mont-linux.S
[443/716] Compiling armv8-mont-win.S
[444/716] Compiling armv8-mont-apple.S
[445/716] Compiling aesv8-gcm-armv8-win.S
[446/716] Compiling aesv8-gcm-armv8-linux.S
[447/716] Compiling armv4-mont-linux.S
[448/716] Compiling aesv8-gcm-armv8-apple.S
[449/716] Compiling aesv8-armv8-linux.S
[449/716] Compiling aesv8-armv8-win.S
[451/716] Compiling aesv8-armv8-apple.S
[452/716] Compiling aesv8-armv7-linux.S
[453/716] Compiling aesni-x86_64-linux.S
[454/716] Compiling aesni-x86-linux.S
[455/716] Compiling aesni-x86_64-apple.S
[456/716] Compiling aesni-x86-apple.S
[457/716] Compiling aesni-gcm-x86_64-linux.S
[458/716] Compiling aes-gcm-avx2-x86_64-linux.S
[459/716] Compiling aesni-gcm-x86_64-apple.S
[459/716] Compiling aes-gcm-avx2-x86_64-apple.S
[461/716] Compiling aes-gcm-avx10-x86_64-linux.S
[462/716] Compiling aes-gcm-avx10-x86_64-apple.S
[463/716] Compiling x_sig.cc
[464/716] Compiling x_x509a.cc
[465/716] Compiling x_val.cc
[466/716] Compiling x_spki.cc
[467/716] Compiling x_x509.cc
[468/716] Compiling x_req.cc
[469/716] Compiling x_exten.cc
[470/716] Compiling x_pubkey.cc
[471/716] Compiling x_name.cc
[472/716] Compiling x_crl.cc
[473/716] Compiling x_attrib.cc
[474/716] Compiling x_algor.cc
[475/716] Compiling x509spki.cc
[476/716] Compiling x_all.cc
[477/716] Compiling x509rset.cc
[478/716] Compiling x509name.cc
[479/716] Compiling x509cset.cc
[480/716] Compiling x509_vpm.cc
[481/716] Compiling x509_v3.cc
[482/716] Compiling x509_vfy.cc
[483/716] Compiling x509_txt.cc
[484/716] Compiling x509_trs.cc
[485/716] Compiling x509_set.cc
[486/716] Compiling x509_obj.cc
[487/716] Compiling x509_req.cc
[488/716] Compiling x509_def.cc
[489/716] Compiling x509_ext.cc
[490/716] Compiling x509_d2.cc
[491/716] Compiling x509_lu.cc
[492/716] Compiling x509_cmp.cc
[493/716] Compiling x509_att.cc
[494/716] Compiling x509.cc
[495/716] Compiling v3_prn.cc
[496/716] Compiling v3_skey.cc
[497/716] Compiling v3_ocsp.cc
[498/716] Compiling v3_purp.cc
[499/716] Compiling v3_pcons.cc
[500/716] Compiling v3_utl.cc
[501/716] Compiling v3_pmaps.cc
[502/716] Compiling v3_ncons.cc
[503/716] Compiling v3_lib.cc
[504/716] Compiling v3_int.cc
[505/716] Compiling v3_ia5.cc
[506/716] Compiling v3_info.cc
[507/716] Compiling v3_genn.cc
[508/716] Compiling v3_extku.cc
[509/716] Compiling v3_enum.cc
[510/716] Compiling v3_cpols.cc
[511/716] Compiling v3_crld.cc
[512/716] Compiling v3_conf.cc
[513/716] Compiling v3_bitst.cc
[514/716] Compiling v3_bcons.cc
[515/716] Compiling v3_akeya.cc
[516/716] Compiling v3_akey.cc
[517/716] Compiling v3_alt.cc
[518/716] Compiling t_x509a.cc
[519/716] Compiling t_crl.cc
[520/716] Compiling t_x509.cc
[521/716] Compiling t_req.cc
[522/716] Compiling rsa_pss.cc
[523/716] Compiling i2d_pr.cc
[524/716] Compiling name_print.cc
[525/716] Compiling policy.cc
[526/716] Compiling by_file.cc
[527/716] Compiling by_dir.cc
[528/716] Compiling a_digest.cc
[529/716] Compiling a_verify.cc
[530/716] Compiling a_sign.cc
[531/716] Compiling asn1_gen.cc
[532/716] Compiling algorithm.cc
[533/716] Compiling voprf.cc
[534/716] Compiling thread_win.cc
[535/716] Compiling thread.cc
[536/716] Compiling thread_none.cc
[537/716] Compiling thread_pthread.cc
[538/716] Compiling trust_token.cc
[539/716] Compiling stack.cc
[540/716] Compiling pmbtoken.cc
[541/716] Compiling slhdsa.cc
[542/716] Compiling spake2plus.cc
[543/716] Compiling siphash.cc
[544/716] Compiling sha512.cc
[545/716] Compiling sha256.cc
[546/716] Compiling rsa_extra.cc
[547/716] Compiling sha1.cc
[548/716] Compiling rsa_print.cc
[549/716] Compiling rsa_crypt.cc
[550/716] Compiling refcount.cc
[551/716] Compiling rsa_asn1.cc
[552/716] Compiling rc4.cc
[553/716] Compiling windows.cc
[554/716] Compiling urandom.cc
[555/716] Compiling trusty.cc
[556/716] Compiling rand.cc
[557/716] Compiling ios.cc
[558/716] Compiling passive.cc
[559/716] Compiling poly1305_arm_asm.S
[560/716] Compiling getentropy.cc
[561/716] Compiling forkunsafe.cc
[562/716] Compiling deterministic.cc
[563/716] Compiling fork_detect.cc
[564/716] Compiling poly1305_vec.cc
[565/716] Compiling poly1305_arm.cc
[566/716] Compiling poly1305.cc
[567/716] Compiling pool.cc
[568/716] Compiling pkcs7.cc
[569/716] Compiling pkcs8.cc
[570/716] Compiling pkcs8_x509.cc
[571/716] Compiling p5_pbev2.cc
[572/716] Compiling pkcs7_x509.cc
[573/716] Compiling pem_xaux.cc
[574/716] Compiling pem_x509.cc
[575/716] Compiling pem_pkey.cc
[576/716] Compiling pem_oth.cc
[577/716] Compiling pem_pk8.cc
[578/716] Compiling mlkem.cc
[579/716] Compiling obj_xref.cc
[580/716] Compiling pem_info.cc
[581/716] Compiling mldsa.cc
[582/716] Compiling pem_lib.cc
[583/716] Compiling pem_all.cc
[584/716] Compiling obj.cc
[585/716] Compiling poly_rq_mul.S
[586/716] Compiling fips_shared_support.cc
[587/716] Compiling mem.cc
[588/716] Compiling md4.cc
[589/716] Compiling md5.cc
[590/716] Compiling lhash.cc
[591/716] Compiling kyber.cc
[592/716] Compiling ex_data.cc
[593/716] Compiling sign.cc
[594/716] Compiling scrypt.cc
[595/716] Compiling pbkdf.cc
[596/716] Compiling print.cc
[597/716] Compiling hpke.cc
[598/716] Compiling hrss.cc
[599/716] Compiling p_x25519_asn1.cc
[600/716] Compiling p_x25519.cc
[601/716] Compiling p_ed25519.cc
[602/716] Compiling p_rsa_asn1.cc
[603/716] Compiling p_rsa.cc
[604/716] Compiling p_ec.cc
[605/716] Compiling p_hkdf.cc
[606/716] Compiling p_ed25519_asn1.cc
[607/716] Compiling p_ec_asn1.cc
[608/716] Compiling p_dh_asn1.cc
[609/716] Compiling p_dsa_asn1.cc
[610/716] Compiling p_dh.cc
[611/716] Compiling evp_ctx.cc
[612/716] Compiling err.cc
[613/716] Compiling evp.cc
[614/716] Compiling engine.cc
[615/716] Compiling evp_asn1.cc
[616/716] Compiling ecdh.cc
[616/716] Compiling ecdsa_asn1.cc
[618/716] Compiling hash_to_curve.cc
[619/716] Compiling ec_derive.cc
[620/716] Compiling dsa.cc
[621/716] Compiling ec_asn1.cc
[622/716] Compiling bcm.cc
[623/716] Compiling dsa_asn1.cc
[624/716] Compiling params.cc
[625/716] Compiling x25519-asm-arm.S
[626/716] Compiling digest_extra.cc
[627/716] Compiling des.cc
[628/716] Compiling dh_asn1.cc
[629/716] Compiling curve25519_64_adx.cc
[630/716] Compiling spake25519.cc
[631/716] Compiling cpu_intel.cc
[632/716] Compiling cpu_arm_linux.cc
[633/716] Compiling crypto.cc
[634/716] Compiling cpu_arm_freebsd.cc
[635/716] Compiling cpu_aarch64_win.cc
[636/716] Compiling curve25519.cc
[637/716] Compiling cpu_aarch64_sysreg.cc
[638/716] Compiling cpu_aarch64_openbsd.cc
[639/716] Compiling cpu_aarch64_linux.cc
[640/716] Compiling cpu_aarch64_fuchsia.cc
[641/716] Compiling cpu_aarch64_apple.cc
[642/716] Compiling get_cipher.cc
[642/716] Compiling tls_cbc.cc
[644/716] Compiling conf.cc
[645/716] Compiling e_tls.cc
[646/716] Compiling e_rc4.cc
[647/716] Compiling e_rc2.cc
[648/716] Compiling e_null.cc
[649/716] Compiling e_des.cc
[650/716] Compiling e_chacha20poly1305.cc
[651/716] Compiling e_aesgcmsiv.cc
[652/716] Compiling derive_key.cc
[653/716] Compiling e_aesctrhmac.cc
[654/716] Compiling chacha.cc
[655/716] Compiling unicode.cc
[656/716] Compiling cbb.cc
[657/716] Compiling cbs.cc
[658/716] Compiling ber.cc
[659/716] Compiling asn1_compat.cc
[660/716] Compiling buf.cc
[661/716] Compiling blake2.cc
[662/716] Compiling socket_helper.cc
[663/716] Compiling convert.cc
[663/716] Compiling bn_asn1.cc
[665/716] Compiling socket.cc
[666/716] Compiling printf.cc
[667/716] Compiling pair.cc
[668/716] Compiling hexdump.cc
[669/716] Compiling file.cc
[670/716] Compiling fd.cc
[671/716] Compiling errno.cc
[672/716] Compiling connect.cc
[673/716] Compiling bio_mem.cc
[674/716] Compiling base64.cc
[675/716] Compiling bio.cc
[676/716] Compiling tasn_typ.cc
[677/716] Compiling tasn_fre.cc
[678/716] Compiling tasn_enc.cc
[679/716] Compiling tasn_utl.cc
[680/716] Compiling tasn_new.cc
[681/716] Compiling posix_time.cc
[682/716] Compiling f_string.cc
[683/716] Compiling f_int.cc
[684/716] Compiling asn_pack.cc
[685/716] Compiling tasn_dec.cc
[686/716] Compiling asn1_par.cc
[687/716] Compiling asn1_lib.cc
[688/716] Compiling a_utctm.cc
[689/716] Compiling a_type.cc
[690/716] Compiling a_octet.cc
[691/716] Compiling a_time.cc
[692/716] Compiling a_strnid.cc
[693/716] Compiling a_strex.cc
[694/716] Compiling a_mbstr.cc
[695/716] Compiling a_object.cc
[696/716] Compiling a_int.cc
[696/716] Write sources
[700/716] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[700/716] Write sources
[705/716] Compiling a_i2d_fp.cc
[706/716] Compiling a_dup.cc
[707/716] Compiling a_d2i_fp.cc
[708/716] Compiling a_gentm.cc
[709/737] Compiling a_bitstr.cc
[710/741] Compiling a_bool.cc
[712/809] Compiling Algorithms Rotate.swift
[713/809] Compiling Algorithms Partition.swift
[714/810] Compiling Atomics Unmanaged extensions.swift
[715/810] Compiling Algorithms Cycle.swift
[716/810] Compiling Algorithms Joined.swift
[717/810] Compiling Algorithms Keyed.swift
[718/810] Compiling Algorithms MinMax.swift
[719/810] Compiling Algorithms Combinations.swift
[720/810] Compiling Algorithms Compacted.swift
[721/810] Compiling Algorithms Indexed.swift
[722/810] Compiling Algorithms Intersperse.swift
[723/810] Compiling Algorithms RandomSample.swift
[724/810] Compiling Algorithms Reductions.swift
[725/810] Compiling ArgumentParserToolInfo ToolInfo.swift
[726/810] Emitting module ArgumentParserToolInfo
[727/810] Compiling Algorithms EitherSequence.swift
[728/810] Compiling Algorithms FirstNonNil.swift
[729/810] Compiling Algorithms FlattenCollection.swift
[736/810] Compiling Algorithms Suffix.swift
[737/810] Compiling Algorithms Trim.swift
[741/810] Compiling Algorithms Split.swift
[742/810] Compiling Algorithms Stride.swift
[743/810] Compiling Algorithms Grouped.swift
[747/810] Compiling Algorithms Permutations.swift
[748/810] Compiling Algorithms Product.swift
[749/830] Compiling ArgumentParser FishCompletionsGenerator.swift
[750/830] Compiling ArgumentParser ZshCompletionsGenerator.swift
[751/830] Compiling ArgumentParser BashCompletionsGenerator.swift
[752/830] Compiling ArgumentParser CompletionsGenerator.swift
[753/830] Compiling ArgumentParser Argument.swift
[754/830] Compiling ArgumentParser Flag.swift
[758/858] Compiling ArgumentParser SequenceExtensions.swift
[759/858] Compiling ArgumentParser StringExtensions.swift
[760/858] Emitting module Atomics
[760/858] Compiling c-nioatomics.c
[767/858] Emitting module AsyncAlgorithms
[768/863] Emitting module ArgumentParser
[770/867] Compiling ArgumentParser NameSpecification.swift
[771/867] Compiling ArgumentParser Option.swift
[772/867] Compiling ArgumentParser OptionGroup.swift
[773/867] Compiling ArgumentParser AsyncParsableCommand.swift
[774/867] Compiling ArgumentParser CommandConfiguration.swift
[775/867] Compiling ArgumentParser CommandGroup.swift
[776/867] Compiling ArgumentParser EnumerableFlag.swift
[777/867] Compiling ArgumentParser ExpressibleByArgument.swift
[778/867] Compiling ArgumentParser ParsableArguments.swift
[779/867] Compiling ArgumentParser MessageInfo.swift
[780/867] Compiling ArgumentParser UsageGenerator.swift
[781/867] Compiling ArgumentParser CollectionExtensions.swift
[782/867] Compiling ArgumentParser Mutex.swift
[783/867] Compiling ArgumentParser Platform.swift
[784/867] Compiling ArgumentParser InputKey.swift
[785/867] Compiling ArgumentParser InputOrigin.swift
[786/867] Compiling ArgumentParser Name.swift
[787/867] Compiling ArgumentParser Parsed.swift
[788/867] Compiling ArgumentParser ParsedValues.swift
[789/867] Compiling ArgumentParser ParsableCommand.swift
[790/867] Compiling ArgumentParser ArgumentDecoder.swift
[791/867] Compiling ArgumentParser ArgumentDefinition.swift
[792/867] Compiling ArgumentParser ArgumentSet.swift
[793/867] Compiling ArgumentParser CommandParser.swift
[794/867] Compiling ArgumentParser ArgumentDiscussion.swift
[795/867] Compiling ArgumentParser ArgumentHelp.swift
[796/867] Compiling ArgumentParser ArgumentVisibility.swift
[797/867] Compiling ArgumentParser CompletionKind.swift
[798/867] Compiling ArgumentParser Errors.swift
[801/867] Compiling ArgumentParser SwiftExtensions.swift
[802/867] Compiling ArgumentParser Tree.swift
[803/867] Compiling ArgumentParser CodingKeyValidator.swift
[814/867] Emitting module Algorithms
[814/867] Compiling c-atomics.c
[816/867] Compiling ArgumentParser NonsenseFlagsValidator.swift
[817/867] Compiling ArgumentParser ParsableArgumentsValidation.swift
[818/867] Compiling ArgumentParser PositionalArgumentsValidator.swift
[819/867] Compiling ArgumentParser UniqueNamesValidator.swift
[825/873] Compiling ArgumentParser ParserError.swift
[826/873] Compiling ArgumentParser SplitArguments.swift
[827/873] Compiling ArgumentParser DumpHelpGenerator.swift
[828/873] Compiling ArgumentParser HelpCommand.swift
[829/873] Compiling ArgumentParser HelpGenerator.swift
[849/873] Compiling AsyncAlgorithms ZipStorage.swift
[850/873] Compiling NIOConcurrencyHelpers lock.swift
[866/873] Emitting module NIOConcurrencyHelpers
[867/873] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[868/873] Compiling NIOConcurrencyHelpers NIOLock.swift
[869/873] Compiling NIOConcurrencyHelpers atomics.swift
[870/873] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[871/939] Compiling NIOCore Linux.swift
[872/939] Compiling NIOCore MarkedCircularBuffer.swift
[873/939] Compiling NIOCore MulticastChannel.swift
[874/939] Compiling NIOCore NIOAny.swift
[875/939] Compiling NIOCore NIOCloseOnErrorHandler.swift
[876/939] Compiling NIOCore NIOCoreSendableMetatype.swift
[877/939] Compiling NIOCore NIODecodedAsyncSequence.swift
[878/946] Compiling NIOCore GlobalSingletons.swift
[879/946] Compiling NIOCore IO.swift
[880/946] Compiling NIOCore IOData.swift
[881/946] Compiling NIOCore IPProtocol.swift
[882/946] Compiling NIOCore IntegerBitPacking.swift
[883/946] Compiling NIOCore IntegerTypes.swift
[884/946] Compiling NIOCore Interfaces.swift
[885/946] Compiling NIOCore AddressedEnvelope.swift
[886/946] Compiling NIOCore AsyncAwaitSupport.swift
[887/946] Compiling NIOCore AsyncChannel.swift
[888/946] Compiling NIOCore AsyncChannelHandler.swift
[889/946] Compiling NIOCore AsyncChannelInboundStream.swift
[890/946] Compiling NIOCore AsyncChannelOutboundWriter.swift
[891/946] Compiling NIOCore NIOAsyncSequenceProducer.swift
[892/946] Compiling NIOCore Codec.swift
[893/946] Compiling NIOCore ConvenienceOptionSupport.swift
[894/946] Compiling NIOCore DeadChannel.swift
[895/946] Compiling NIOCore DispatchQueue+WithFuture.swift
[896/946] Compiling NIOCore EventLoop+Deprecated.swift
[897/946] Compiling NIOCore EventLoop+SerialExecutor.swift
[898/946] Compiling NIOCore EventLoop.swift
[899/946] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[900/946] Compiling NIOCore EventLoopFuture+Deprecated.swift
[901/946] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[902/946] Compiling NIOCore EventLoopFuture.swift
[903/946] Compiling NIOCore FileDescriptor.swift
[904/946] Compiling NIOCore FileHandle.swift
[905/946] Compiling NIOCore FileRegion.swift
[906/946] Compiling NIOCore SocketAddresses.swift
[907/946] Compiling NIOCore SocketOptionProvider.swift
[908/946] Compiling NIOCore SystemCallHelpers.swift
[909/946] Compiling NIOCore TimeAmount+Duration.swift
[910/946] Compiling NIOCore TypeAssistedChannelHandler.swift
[911/946] Compiling NIOCore UniversalBootstrapSupport.swift
[912/946] Compiling NIOCore Utilities.swift
[913/946] Compiling NIOCore NIOLoopBound.swift
[914/946] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[915/946] Compiling NIOCore NIOScheduledCallback.swift
[916/946] Compiling NIOCore NIOSendable.swift
[917/946] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[918/946] Compiling NIOCore RecvByteBufferAllocator.swift
[919/946] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[920/946] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[921/946] Compiling NIOCore NIOAsyncWriter.swift
[922/946] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[923/946] Compiling NIOCore BSDSocketAPI.swift
[924/946] Compiling NIOCore ByteBuffer-aux.swift
[925/946] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[926/946] Compiling NIOCore ByteBuffer-conversions.swift
[927/946] Compiling NIOCore ByteBuffer-core.swift
[928/946] Compiling NIOCore ByteBuffer-hex.swift
[929/946] Compiling NIOCore ByteBuffer-int.swift
[930/946] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[931/946] Compiling NIOCore ByteBuffer-multi-int.swift
[932/946] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[933/946] Compiling NIOCore ByteBuffer-views.swift
[934/946] Compiling NIOCore Channel.swift
[935/946] Compiling NIOCore ChannelHandler.swift
[936/946] Compiling NIOCore ChannelHandlers.swift
[937/946] Compiling NIOCore ChannelInvoker.swift
[938/946] Compiling NIOCore ChannelOption.swift
[939/946] Compiling NIOCore ChannelPipeline.swift
[940/946] Compiling NIOCore CircularBuffer.swift
[941/946] Emitting module NIOCore
[942/1002] Emitting module ProcessSpawnSync
[943/1002] Compiling ProcessSpawnSync ProcessSpawner.swift
[944/1002] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[945/1002] Compiling NIOEmbedded AsyncTestingChannel.swift
[946/1002] Emitting module NIOEmbedded
[947/1002] Compiling NIOEmbedded Embedded.swift
[948/1002] Emitting module NIOPosix
[949/1007] Compiling NIOPosix BSDSocketAPICommon.swift
[950/1007] Compiling NIOPosix BSDSocketAPIPosix.swift
[951/1007] Compiling NIOPosix BSDSocketAPIWindows.swift
[952/1007] Compiling NIOPosix BaseSocket.swift
[953/1007] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[954/1007] Compiling NIOPosix BaseSocketChannel.swift
[955/1007] Compiling NIOPosix ServerSocket.swift
[956/1007] Compiling NIOPosix Socket.swift
[957/1007] Compiling NIOPosix SocketChannel.swift
[958/1007] Compiling NIOPosix SocketProtocols.swift
[959/1007] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[960/1007] Compiling NIOPosix SelectorEpoll.swift
[961/1007] Compiling NIOPosix SelectorGeneric.swift
[962/1007] Compiling NIOPosix SelectorKqueue.swift
[963/1007] Compiling NIOPosix SelectorUring.swift
[964/1007] Compiling NIOPosix SelectorWSAPoll.swift
[965/1007] Compiling NIOPosix System.swift
[966/1007] Compiling NIOPosix Thread.swift
[967/1007] Compiling NIOPosix ThreadPosix.swift
[968/1007] Compiling NIOPosix ThreadWindows.swift
[969/1007] Compiling NIOPosix UnsafeTransfer.swift
[970/1007] Compiling NIOPosix PosixSingletons.swift
[971/1007] Compiling NIOPosix RawSocketBootstrap.swift
[972/1007] Compiling NIOPosix Resolver.swift
[973/1007] Compiling NIOPosix Selectable.swift
[974/1007] Compiling NIOPosix SelectableChannel.swift
[975/1007] Compiling NIOPosix SelectableEventLoop.swift
[976/1007] Compiling NIOPosix Utilities.swift
[977/1007] Compiling NIOPosix VsockAddress.swift
[978/1007] Compiling NIOPosix VsockChannelEvents.swift
[979/1007] Compiling NIOPosix Windows.swift
[980/1007] Compiling NIOPosix resource_bundle_accessor.swift
[981/1007] Compiling NIOPosix GetaddrinfoResolver.swift
[982/1007] Compiling NIOPosix HappyEyeballs.swift
[983/1007] Compiling NIOPosix IO.swift
[984/1007] Compiling NIOPosix IntegerBitPacking.swift
[985/1007] Compiling NIOPosix IntegerTypes.swift
[986/1007] Compiling NIOPosix Linux.swift
[987/1007] Compiling NIOPosix LinuxCPUSet.swift
[988/1007] Compiling NIOPosix LinuxUring.swift
[989/1007] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[990/1007] Compiling NIOPosix NIOPosixSendableMetatype.swift
[991/1007] Compiling NIOPosix NIOThreadPool.swift
[992/1007] Compiling NIOPosix NonBlockingFileIO.swift
[993/1007] Compiling NIOPosix PendingDatagramWritesManager.swift
[994/1007] Compiling NIOPosix PendingWritesManager.swift
[995/1007] Compiling NIOPosix PipeChannel.swift
[996/1007] Compiling NIOPosix PipePair.swift
[997/1007] Compiling NIOPosix Pool.swift
[998/1007] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[999/1007] Compiling NIOPosix BaseStreamSocketChannel.swift
[1000/1007] Compiling NIOPosix Bootstrap.swift
[1001/1007] Compiling NIOPosix ControlMessage.swift
[1002/1007] Compiling NIOPosix DatagramVectorReadManager.swift
[1003/1007] Compiling NIOPosix Errors+Any.swift
[1004/1007] Compiling NIOPosix FileDescriptor.swift
[1005/1009] Compiling NIO Exports.swift
[1006/1009] Emitting module NIO
[1007/1058] Compiling NIOTLS TLSEvents.swift
[1008/1058] Compiling NIOSOCKS Helpers.swift
[1009/1059] Compiling NIOSOCKS Errors.swift
[1010/1059] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1011/1059] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1012/1059] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1013/1059] Compiling NIOSOCKS SOCKSResponse.swift
[1014/1059] Compiling AsyncProcess StructuredConcurrencyHelpers.swift
[1015/1059] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1016/1059] Compiling NIOSOCKS ClientStateMachine.swift
[1017/1059] Compiling AsyncProcess ProcessExit.swift
[1018/1059] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1019/1059] Compiling NIOTLS SNIHandler.swift
[1020/1059] Emitting module NIOTLS
[1021/1059] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1022/1059] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1023/1059] Compiling NIOSOCKS AuthenticationMethod.swift
[1024/1059] Compiling NIOSOCKS ClientGreeting.swift
[1025/1059] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1026/1060] Emitting module NIOSOCKS
[1027/1060] Compiling NIOSOCKS SOCKSClientHandler.swift
[1028/1060] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1029/1060] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1030/1060] Compiling NIOSOCKS Messages.swift
[1031/1060] Compiling NIOSOCKS SOCKSRequest.swift
[1032/1060] Compiling NIOSOCKS ServerStateMachine.swift
[1033/1091] Emitting module NIOFoundationCompat
[1034/1091] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1035/1091] Compiling NIOSSL TLSConfiguration.swift
[1036/1091] Compiling NIOSSL LinuxCABundle.swift
[1037/1091] Compiling NIOSSL NIOSSLClientHandler.swift
[1038/1091] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1039/1091] Compiling NIOSSL NIOSSLHandler.swift
[1040/1091] Compiling NIOSSL NIOSSLServerHandler.swift
[1041/1091] Compiling NIOSSL ByteBufferBIO.swift
[1042/1091] Compiling NIOSSL CustomPrivateKey.swift
[1043/1091] Compiling AsyncProcess NIOAsyncPipeWriter.swift
[1044/1091] Compiling AsyncProcess EOFSequence.swift
[1045/1091] Emitting module AsyncProcess
[1046/1091] Compiling AsyncProcess FileContentStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:110:9: warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
108 |       }
109 |       let fileHandle = NIOLoopBound(
110 |         NIOFileHandle(descriptor: dupedFD),
    |         `- warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
111 |         eventLoop: eventLoop
112 |       )
[1047/1091] Compiling AsyncProcess ChunkSequence.swift
[1048/1091] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1049/1113] Emitting module NIOHTTP1
[1050/1113] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1051/1113] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1052/1113] Compiling NIOTransportServices NIOTSSingletons.swift
[1053/1113] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1054/1113] Compiling NIOTransportServices NIOTSErrors.swift
[1055/1113] Compiling NIOTransportServices NIOTSBootstraps.swift
[1056/1113] Compiling AsyncProcess ProcessExecutor+Convenience.swift
[1057/1113] Compiling AsyncProcess ProcessExecutor.swift
[1058/1131] Compiling NIOHPACK IndexedHeaderTable.swift
[1059/1131] Compiling NIOHPACK IntegerCoding.swift
[1060/1132] Emitting module NIOTransportServices
[1061/1134] Emitting module NIOSSL
[1062/1137] Compiling NIOHPACK HuffmanTables.swift
[1063/1137] Compiling NIOHTTPCompression HTTPDecompression.swift
[1064/1137] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1065/1137] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1066/1137] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1067/1137] Emitting module NIOHTTPCompression
[1068/1137] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1069/1137] Compiling NIOHTTPCompression HTTPCompression.swift
[1070/1137] Compiling NIOHPACK StaticHeaderTable.swift
[1071/1137] Compiling NIOHPACK HeaderTables.swift
[1072/1137] Compiling NIOHPACK HuffmanCoding.swift
[1073/1137] Compiling NIOHPACK HPACKErrors.swift
[1074/1137] Compiling NIOHPACK HPACKEncoder.swift
[1075/1137] Emitting module NIOHPACK
[1076/1137] Compiling NIOHPACK DynamicHeaderTable.swift
[1077/1137] Compiling NIOHPACK HPACKDecoder.swift
[1078/1137] Compiling NIOHPACK HPACKHeader.swift
[1079/1199] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1080/1199] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1081/1199] Compiling NIOHTTP2 HasLocalSettings.swift
[1082/1199] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1083/1199] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1084/1199] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1085/1199] Compiling NIOHTTP2 HTTP2Settings.swift
[1086/1199] Compiling NIOHTTP2 SendingGoawayState.swift
[1087/1199] Compiling NIOHTTP2 SendingHeadersState.swift
[1088/1199] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1089/1199] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1090/1199] Compiling NIOHTTP2 ReceivingDataState.swift
[1091/1199] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1092/1199] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1093/1199] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1094/1199] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1095/1199] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1096/1199] Compiling NIOHTTP2 MayReceiveFrames.swift
[1097/1199] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1098/1199] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1099/1199] Compiling NIOHTTP2 MaySendFrames.swift
[1100/1199] Compiling NIOHTTP2 SendingDataState.swift
[1111/1199] Compiling NIOHTTP2 HTTP2Frame.swift
[1112/1199] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1113/1199] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1114/1199] Compiling NIOHTTP2 HTTP2PingData.swift
[1126/1199] Compiling NIOHTTP2 SendingRstStreamState.swift
[1127/1199] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1128/1199] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1129/1199] Compiling NIOHTTP2 InboundWindowManager.swift
[1130/1199] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1131/1199] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1134/1199] Compiling NIOHTTP2 InboundEventBuffer.swift
[1149/1205] Compiling NIOHTTP2 HTTP2Stream.swift
[1150/1205] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1151/1205] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1152/1205] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1153/1205] Compiling NIOHTTP2 HTTP2StreamID.swift
[1154/1205] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1155/1205] Emitting module NIOHTTP2
[1156/1205] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1157/1205] Compiling NIOHTTP2 QuiescingState.swift
[1158/1205] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1159/1205] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1160/1205] Compiling NIOHTTP2 StateMachineResult.swift
[1161/1205] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1162/1205] Compiling NIOHTTP2 DOSHeuristics.swift
[1169/1205] Compiling NIOHTTP2 HasRemoteSettings.swift
[1183/1205] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1184/1205] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1185/1205] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1186/1205] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1187/1205] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1188/1205] Compiling NIOHTTP2 HTTP2Error.swift
[1189/1205] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1190/1205] Compiling NIOHTTP2 Error+Any.swift
[1191/1205] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1192/1205] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1193/1205] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1194/1205] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1195/1205] Compiling NIOHTTP2 GlitchesMonitor.swift
[1196/1205] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1197/1205] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1198/1205] Compiling NIOHTTP2 StreamChannelList.swift
[1199/1205] Compiling NIOHTTP2 StreamMap.swift
[1200/1205] Compiling NIOHTTP2 StreamStateMachine.swift
[1201/1205] Compiling NIOHTTP2 UnsafeTransfer.swift
[1202/1205] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1203/1269] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1204/1269] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1205/1269] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1206/1269] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1207/1269] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1208/1269] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1209/1269] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1210/1276] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1211/1276] Compiling AsyncHTTPClient HTTP1Connection.swift
[1212/1276] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1213/1276] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1214/1276] Compiling AsyncHTTPClient HTTP2Connection.swift
[1215/1276] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1216/1276] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1217/1276] Compiling AsyncHTTPClient SSLContextCache.swift
[1218/1276] Compiling AsyncHTTPClient Scheme.swift
[1219/1276] Compiling AsyncHTTPClient Singleton.swift
[1220/1276] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1221/1276] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1222/1276] Compiling AsyncHTTPClient TracingSupport.swift
[1223/1276] Compiling AsyncHTTPClient Utils.swift
[1224/1276] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1225/1276] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1226/1276] Compiling AsyncHTTPClient ConnectionTarget.swift
[1227/1276] Compiling AsyncHTTPClient DeconstructedURL.swift
[1228/1276] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1229/1276] Compiling AsyncHTTPClient FoundationExtensions.swift
[1230/1276] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1231/1276] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1232/1276] Compiling AsyncHTTPClient TLSConfiguration.swift
[1233/1276] Compiling AsyncHTTPClient RedirectState.swift
[1234/1276] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1235/1276] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1236/1276] Compiling AsyncHTTPClient RequestBag.swift
[1237/1276] Compiling AsyncHTTPClient RequestValidation.swift
[1238/1276] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1239/1276] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1240/1276] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1241/1276] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1242/1276] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1243/1276] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1244/1276] Compiling AsyncHTTPClient RequestBodyLength.swift
[1245/1276] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1246/1276] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1247/1276] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1248/1276] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1249/1276] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1250/1276] Compiling AsyncHTTPClient Transaction.swift
[1251/1276] Compiling AsyncHTTPClient Base64.swift
[1252/1276] Compiling AsyncHTTPClient BasicAuth.swift
[1253/1276] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1254/1276] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1255/1276] Compiling AsyncHTTPClient ConnectionPool.swift
[1256/1276] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1257/1276] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1258/1276] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1259/1276] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1260/1276] Compiling AsyncHTTPClient RequestOptions.swift
[1261/1276] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1262/1276] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1263/1276] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1264/1276] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1265/1276] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1266/1276] Emitting module AsyncHTTPClient
[1267/1276] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1268/1276] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1269/1276] Compiling AsyncHTTPClient HTTPClient.swift
[1270/1276] Compiling AsyncHTTPClient HTTPHandler.swift
[1271/1276] Compiling AsyncHTTPClient LRUCache.swift
[1272/1276] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1273/1276] Compiling AsyncHTTPClient NWErrorHandler.swift
[1274/1293] Compiling Helpers OpenWritableFile.swift
[1275/1294] Compiling Helpers ReadableFileStream.swift
[1276/1294] Compiling Helpers WritableStream.swift
[1277/1294] Emitting module Helpers
[1278/1294] Compiling Helpers OSFileSystem.swift
[1279/1294] Compiling Helpers OpenReadableFile.swift
[1280/1294] Compiling Helpers FileCacheRecord.swift
[1281/1294] Compiling Helpers FileLock.swift
[1282/1294] Compiling Helpers SQLite.swift
[1283/1294] Compiling Helpers SQLiteBackedCache.swift
[1284/1294] Compiling Helpers Query.swift
[1285/1294] Compiling Helpers QueryEngine.swift
[1286/1294] Compiling Helpers ThrowingDefer.swift
[1287/1294] Compiling Helpers CacheKey.swift
[1288/1294] Compiling Helpers Triple.swift
[1289/1294] Compiling Helpers AsyncFileSystem.swift
[1290/1294] Compiling Helpers ConcurrencySupport.swift
[1291/1294] Compiling Helpers MockFileSystem.swift
[1292/1324] Emitting module SwiftSDKGenerator
[1293/1327] Compiling SwiftSDKGenerator FreeBSD.swift
[1294/1327] Compiling SwiftSDKGenerator LinuxDistribution.swift
[1295/1327] Compiling SwiftSDKGenerator Triple.swift
[1296/1327] Compiling SwiftSDKGenerator VersionsConfiguration.swift
[1297/1327] Compiling SwiftSDKGenerator CMakeBuildQuery.swift
[1298/1327] Compiling SwiftSDKGenerator DownloadArtifactQuery.swift
[1299/1327] Compiling SwiftSDKGenerator SwiftSDKRecipe.swift
[1300/1327] Compiling SwiftSDKGenerator WebAssemblyRecipe.swift
[1301/1327] Compiling SwiftSDKGenerator ByteBuffer+Utils.swift
[1302/1327] Compiling SwiftSDKGenerator DownloadFileQuery.swift
[1303/1327] Compiling SwiftSDKGenerator TarExtractQuery.swift
[1304/1327] Compiling SwiftSDKGenerator SwiftSDKMetadata.swift
[1305/1327] Compiling SwiftSDKGenerator Shell.swift
[1306/1327] Compiling SwiftSDKGenerator UnixName.swift
[1307/1327] Compiling SwiftSDKGenerator which.swift
[1308/1327] Compiling SwiftSDKGenerator DownloadableArtifacts.swift
[1309/1327] Compiling SwiftSDKGenerator ArtifactsArchiveMetadata.swift
[1310/1327] Compiling SwiftSDKGenerator String+hasAnyPrefix.swift
[1311/1327] Compiling SwiftSDKGenerator SwiftSDKGenerator+Copy.swift
[1312/1327] Compiling SwiftSDKGenerator SwiftSDKGenerator+Unpack.swift
[1313/1327] Compiling SwiftSDKGenerator SwiftSDKGenerator.swift
[1314/1327] Compiling SwiftSDKGenerator PathsConfiguration.swift
[1315/1327] Compiling SwiftSDKGenerator FileOperationError.swift
[1316/1327] Compiling SwiftSDKGenerator GeneratorError.swift
[1317/1327] Compiling SwiftSDKGenerator HTTPClient+Download.swift
[1318/1327] Compiling SwiftSDKGenerator Toolset.swift
[1319/1327] Compiling SwiftSDKGenerator FreeBSDRecipe.swift
[1320/1327] Compiling SwiftSDKGenerator LinuxRecipe.swift
[1321/1327] Compiling SwiftSDKGenerator SwiftSDKGenerator+Download.swift
[1322/1327] Compiling SwiftSDKGenerator SwiftSDKGenerator+Entrypoint.swift
[1323/1327] Compiling SwiftSDKGenerator SwiftSDKGenerator+Fixup.swift
[1324/1327] Compiling SwiftSDKGenerator SwiftSDKGenerator+Metadata.swift
[1325/1329] Emitting module GeneratorCLI
[1326/1329] Compiling GeneratorCLI GeneratorCLI.swift
[1326/1329] Write Objects.LinkFileList
[1327/1329] Linking swift-sdk-generator
[1328/1329] Applying swift-sdk-generator
Build complete! (77.13s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/5833] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.24s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.25s)
Fetching https://github.com/apple/swift-system from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.29s)
Fetched https://github.com/apple/swift-log.git from cache (2.22s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.23s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.25s)
Fetched https://github.com/apple/swift-system from cache (1.02s)
Fetched https://github.com/apple/swift-nio.git from cache (2.31s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.08s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (2.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.52s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.1 (0.52s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/5566] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.00s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.00s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.24s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.25s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.25s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.26s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.86s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.94s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.11s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.87s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.41s)
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.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (0.61s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-certificates.git
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-http-types.git from cache
[1/2568] Fetching swift-service-lifecycle
[104/9608] Fetching swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.79s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.31s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.31s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.36s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.36s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.7.1 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-system at 1.6.3 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.30.1 (0.00s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.00s)
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.53s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.51s)
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.51s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (0.69s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.55s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.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
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.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.3.0
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.30.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-sdk-generator",
  "name" : "swift-sdk-generator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-sdk-generator",
      "targets" : [
        "GeneratorCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SystemSQLite",
      "module_type" : "SystemLibraryTarget",
      "name" : "SystemSQLite",
      "path" : "Sources/SystemSQLite",
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftSDKGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDKGeneratorTests",
      "path" : "Tests/SwiftSDKGeneratorTests",
      "sources" : [
        "ArchitectureMappingTests.swift",
        "EndToEndTests.swift",
        "Generator/SwiftSDKGenerator+MetadataTests.swift",
        "SwiftSDKRecipes/LinuxRecipeTests.swift",
        "SwiftSDKRecipes/WebAssemblyRecipe.swift"
      ],
      "target_dependencies" : [
        "SwiftSDKGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSDKGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDKGenerator",
      "path" : "Sources/SwiftSDKGenerator",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "NIOHTTP1",
        "Logging",
        "SystemPackage",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "Artifacts/DownloadableArtifacts.swift",
        "ArtifactsArchiveMetadata.swift",
        "Extensions/String+hasAnyPrefix.swift",
        "Generator/SwiftSDKGenerator+Copy.swift",
        "Generator/SwiftSDKGenerator+Download.swift",
        "Generator/SwiftSDKGenerator+Entrypoint.swift",
        "Generator/SwiftSDKGenerator+Fixup.swift",
        "Generator/SwiftSDKGenerator+Metadata.swift",
        "Generator/SwiftSDKGenerator+Unpack.swift",
        "Generator/SwiftSDKGenerator.swift",
        "PathsConfiguration.swift",
        "PlatformModels/FreeBSD.swift",
        "PlatformModels/LinuxDistribution.swift",
        "PlatformModels/Triple.swift",
        "PlatformModels/VersionsConfiguration.swift",
        "Queries/CMakeBuildQuery.swift",
        "Queries/DownloadArtifactQuery.swift",
        "Queries/DownloadFileQuery.swift",
        "Queries/TarExtractQuery.swift",
        "Serialization/SwiftSDKMetadata.swift",
        "Serialization/Toolset.swift",
        "SwiftSDKRecipes/FreeBSDRecipe.swift",
        "SwiftSDKRecipes/LinuxRecipe.swift",
        "SwiftSDKRecipes/SwiftSDKRecipe.swift",
        "SwiftSDKRecipes/WebAssemblyRecipe.swift",
        "SystemUtils/ByteBuffer+Utils.swift",
        "SystemUtils/FileOperationError.swift",
        "SystemUtils/GeneratorError.swift",
        "SystemUtils/HTTPClient+Download.swift",
        "SystemUtils/Shell.swift",
        "SystemUtils/UnixName.swift",
        "SystemUtils/which.swift"
      ],
      "target_dependencies" : [
        "AsyncProcess",
        "Helpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProcessSpawnSync",
      "module_type" : "SwiftTarget",
      "name" : "ProcessSpawnSync",
      "path" : "Sources/ProcessSpawnSync",
      "product_dependencies" : [
        "Atomics",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ProcessSpawner.swift"
      ],
      "target_dependencies" : [
        "CProcessSpawnSync"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "HelpersTests",
      "path" : "Tests/HelpersTests",
      "sources" : [
        "ThrowingDeferTests.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helpers",
      "module_type" : "SwiftTarget",
      "name" : "Helpers",
      "path" : "Sources/Helpers",
      "product_dependencies" : [
        "Crypto",
        "Logging",
        "SystemPackage",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ThrowingDefer.swift",
        "Vendor/QueryEngine/CacheKey.swift",
        "Vendor/QueryEngine/FileCacheRecord.swift",
        "Vendor/QueryEngine/FileLock.swift",
        "Vendor/QueryEngine/Query.swift",
        "Vendor/QueryEngine/QueryEngine.swift",
        "Vendor/QueryEngine/SQLite.swift",
        "Vendor/QueryEngine/SQLiteBackedCache.swift",
        "Vendor/Triple.swift",
        "Vendor/_AsyncFileSystem/AsyncFileSystem.swift",
        "Vendor/_AsyncFileSystem/ConcurrencySupport.swift",
        "Vendor/_AsyncFileSystem/MockFileSystem.swift",
        "Vendor/_AsyncFileSystem/OSFileSystem.swift",
        "Vendor/_AsyncFileSystem/OpenReadableFile.swift",
        "Vendor/_AsyncFileSystem/OpenWritableFile.swift",
        "Vendor/_AsyncFileSystem/ReadableFileStream.swift",
        "Vendor/_AsyncFileSystem/WritableStream.swift"
      ],
      "target_dependencies" : [
        "SystemSQLite"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GeneratorEngineTests",
      "module_type" : "SwiftTarget",
      "name" : "GeneratorEngineTests",
      "path" : "Tests/GeneratorEngineTests",
      "sources" : [
        "EngineTests.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeneratorCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeneratorCLI",
      "path" : "Sources/GeneratorCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "GeneratorCLI.swift"
      ],
      "target_dependencies" : [
        "SwiftSDKGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CProcessSpawnSync",
      "module_type" : "ClangTarget",
      "name" : "CProcessSpawnSync",
      "path" : "Sources/CProcessSpawnSync",
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "spawner.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncProcessTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncProcessTests",
      "path" : "Tests/AsyncProcessTests",
      "product_dependencies" : [
        "Atomics",
        "AsyncAlgorithms",
        "NIO",
        "NIOConcurrencyHelpers",
        "Logging"
      ],
      "sources" : [
        "AsyncByteBufferLineSequenceTests.swift",
        "Helpers+LogRecorderHandler.swift",
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "AsyncProcess"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncProcess",
      "module_type" : "SwiftTarget",
      "name" : "AsyncProcess",
      "path" : "Sources/AsyncProcess",
      "product_dependencies" : [
        "Atomics",
        "AsyncAlgorithms",
        "Logging",
        "NIO",
        "DequeModule",
        "SystemPackage"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ChunkSequence.swift",
        "EOFSequence.swift",
        "FileContentStream.swift",
        "NIOAsyncPipeWriter.swift",
        "ProcessExecutor+Convenience.swift",
        "ProcessExecutor.swift",
        "ProcessExit.swift",
        "StructuredConcurrencyHelpers.swift"
      ],
      "target_dependencies" : [
        "ProcessSpawnSync"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.