Build Information
Successful build of Laner, reference main (058883), with Swift 6.1 for Linux on 29 Nov 2025 02:24:39 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexey1312/Laner.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/alexey1312/Laner
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0588839 Update manifest
Cloned https://github.com/alexey1312/Laner.git
Revision (git rev-parse @):
0588839e79d714df79696dd9944ac0c05a3bb1f8
SUCCESS checkout https://github.com/alexey1312/Laner.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/alexey1312/Laner.git
https://github.com/alexey1312/Laner.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client"
}
],
"manifest_display_name" : "Laner",
"name" : "Laner",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "laner",
"targets" : [
"laner"
],
"type" : {
"executable" : null
}
},
{
"name" : "LanerDSL",
"targets" : [
"LanerDSL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanerKit",
"targets" : [
"LanerKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanerPluginKit",
"targets" : [
"LanerPluginKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanerMatch",
"targets" : [
"LanerMatch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "laner",
"module_type" : "SwiftTarget",
"name" : "laner",
"path" : "Sources/laner",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"laner"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LanerCore",
"LanerKit"
],
"type" : "executable"
},
{
"c99name" : "LanerPluginKit",
"module_type" : "SwiftTarget",
"name" : "LanerPluginKit",
"path" : "Sources/LanerPluginKit",
"product_memberships" : [
"LanerPluginKit"
],
"sources" : [
"LanerPluginKit.swift"
],
"target_dependencies" : [
"LanerDSL",
"LanerKit"
],
"type" : "library"
},
{
"c99name" : "LanerMatchTests",
"module_type" : "SwiftTarget",
"name" : "LanerMatchTests",
"path" : "Tests/LanerMatchTests",
"sources" : [
"AppStoreConnectAPITests.swift",
"CertificateTypeTests.swift",
"CryptoServiceTests.swift",
"GitStorageTests.swift",
"KeychainServiceTests.swift",
"MatchServiceTests.swift",
"TestFlightModelsTests.swift"
],
"target_dependencies" : [
"LanerMatch"
],
"type" : "test"
},
{
"c99name" : "LanerMatch",
"module_type" : "SwiftTarget",
"name" : "LanerMatch",
"path" : "Sources/LanerMatch",
"product_dependencies" : [
"Logging",
"Crypto",
"AsyncHTTPClient"
],
"product_memberships" : [
"laner",
"LanerDSL",
"LanerPluginKit",
"LanerMatch"
],
"sources" : [
"API/AppStoreConnectAPI+Builds.swift",
"API/AppStoreConnectAPI.swift",
"API/JWTGenerator.swift",
"LanerMatch.swift",
"Models/BetaGroup.swift",
"Models/Build.swift",
"Models/BuildUpload.swift",
"Models/Certificate.swift",
"Models/CertificateType.swift",
"Models/Device.swift",
"Models/MatchError.swift",
"Models/ProvisioningProfile.swift",
"Models/TestFlightError.swift",
"Services/ChunkedUploader.swift",
"Services/CryptoService.swift",
"Services/KeychainService.swift",
"Services/MatchService.swift",
"Services/TestFlightService.swift",
"Storage/GitStorage.swift",
"Storage/StorageProvider.swift"
],
"target_dependencies" : [
"LanerKit"
],
"type" : "library"
},
{
"c99name" : "LanerKitTests",
"module_type" : "SwiftTarget",
"name" : "LanerKitTests",
"path" : "Tests/LanerKitTests",
"sources" : [
"FileManagerExtensionsTests.swift",
"LanerKitTests.swift",
"LoggingTests.swift",
"PlatformTests.swift",
"ProcessResultTests.swift",
"ShellErrorTests.swift",
"ShellExecutorTests.swift",
"XcodebuildTests.swift"
],
"target_dependencies" : [
"LanerKit"
],
"type" : "test"
},
{
"c99name" : "LanerKit",
"module_type" : "SwiftTarget",
"name" : "LanerKit",
"path" : "Sources/LanerKit",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"laner",
"LanerDSL",
"LanerKit",
"LanerPluginKit",
"LanerMatch"
],
"sources" : [
"FileManagerExtensions.swift",
"LanerKit.swift",
"Logging/ConsoleLogHandler.swift",
"Logging/LogCategory.swift",
"Logging/LoggingConfiguration.swift",
"Platform.swift",
"ProcessResult.swift",
"ShellError.swift",
"ShellExecutor.swift",
"Xcodebuild/ArchiveOptions.swift",
"Xcodebuild/BuildOptions.swift",
"Xcodebuild/TestOptions.swift",
"Xcodebuild/XcodebuildExecutor.swift",
"Xcodebuild/XcodebuildResult.swift"
],
"type" : "library"
},
{
"c99name" : "LanerDSLTests",
"module_type" : "SwiftTarget",
"name" : "LanerDSLTests",
"path" : "Tests/LanerDSLTests",
"sources" : [
"ActionsTest.swift",
"LanerDSLTests.swift",
"LanerfileTests.swift",
"MatchActionTests.swift",
"PilotActionTests.swift"
],
"target_dependencies" : [
"LanerDSL"
],
"type" : "test"
},
{
"c99name" : "LanerDSL",
"module_type" : "SwiftTarget",
"name" : "LanerDSL",
"path" : "Sources/LanerDSL",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"laner",
"LanerDSL",
"LanerPluginKit"
],
"sources" : [
"Action.swift",
"Actions/Functions.swift",
"Actions/MatchAction.swift",
"Actions/PilotAction.swift",
"Actions/RegisterDevicesAction.swift",
"AnyAction.swift",
"Artifact.swift",
"Builders/LaneBuilder.swift",
"Environment.swift",
"ExecutionContext.swift",
"Lane.swift",
"LanerConfiguration.swift",
"LanerDSL.swift",
"Manifest/Lanerfile.swift"
],
"target_dependencies" : [
"LanerKit",
"LanerMatch"
],
"type" : "library"
},
{
"c99name" : "LanerCoreTests",
"module_type" : "SwiftTarget",
"name" : "LanerCoreTests",
"path" : "Tests/LanerCoreTests",
"sources" : [
"LanerCoreTests.swift",
"MatchCommandTests.swift"
],
"target_dependencies" : [
"LanerCore"
],
"type" : "test"
},
{
"c99name" : "LanerCore",
"module_type" : "SwiftTarget",
"name" : "LanerCore",
"path" : "Sources/LanerCore",
"product_dependencies" : [
"ArgumentParser",
"Logging",
"Crypto"
],
"product_memberships" : [
"laner"
],
"sources" : [
"Commands/BuildCommand.swift",
"Commands/CLIError.swift",
"Commands/DoctorCommand.swift",
"Commands/GlobalOptions.swift",
"Commands/InitCommand.swift",
"Commands/LaneCommand.swift",
"Commands/LanesCommand.swift",
"Commands/MatchCommand.swift",
"Commands/TestCommand.swift",
"Commands/UploadCommand.swift",
"Commands/VersionCommand.swift",
"LanerCore.swift",
"Manifest/ManifestCache.swift",
"Manifest/ManifestCompiler.swift",
"Manifest/ManifestError.swift",
"Manifest/ManifestLoader.swift"
],
"target_dependencies" : [
"LanerDSL",
"LanerKit"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/apple/swift-log
[1/14487] Fetching async-http-client
[146/31950] Fetching async-http-client, swift-crypto
[321/37363] Fetching async-http-client, swift-crypto, swift-log
[3219/54223] Fetching async-http-client, swift-crypto, swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-log from cache (1.24s)
[30222/48810] Fetching async-http-client, swift-crypto, swift-argument-parser
Fetched https://github.com/swift-server/async-http-client from cache (1.91s)
[20702/34323] Fetching swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (3.37s)
Fetched https://github.com/apple/swift-crypto from cache (3.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (4.28s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.02s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.30.0 (1.03s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2809] Fetching swift-nio-transport-services
[30/8375] Fetching swift-nio-transport-services, swift-distributed-tracing
[1679/14701] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras
[2763/16521] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras, swift-atomics
[3444/28239] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras, swift-atomics, swift-nio-http2
[3563/34280] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras, swift-atomics, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.14s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.53s)
Fetching https://github.com/apple/swift-nio.git
[16395/25430] Fetching swift-distributed-tracing, swift-nio-extras, swift-atomics, swift-nio-http2
[18987/40718] Fetching swift-distributed-tracing, swift-nio-extras, swift-atomics, swift-nio-http2, swift-nio-ssl
[27419/121273] Fetching swift-distributed-tracing, swift-nio-extras, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.58s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.60s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.61s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.61s)
[51565/95843] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.25s)
[37056/80555] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.79s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (10.94s)
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.20s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.75s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
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.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.55s)
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.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.68s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.82s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/1663] Fetching swift-asn1
[135/2606] Fetching swift-asn1, swift-http-types
[961/3810] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2844/9534] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms
[2933/12102] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[4586/19127] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
[9397/18184] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.51s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.52s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.60s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.22s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (0.73s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (2.54s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.49s)
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.71s)
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.69s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (2.07s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (2.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.11s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (1.21s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (3.01s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.16.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.0
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.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.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
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.9.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/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/859] Write sources
[10/859] Compiling _NumericsShims _NumericsShims.c
[10/859] Write sources
[13/859] Compiling _AtomicsShims.c
[13/859] Write sources
[35/859] Compiling CNIOWindows shim.c
[36/859] Compiling CNIOWindows WSAStartup.c
[37/859] Compiling CNIOWASI CNIOWASI.c
[38/859] Compiling CNIOPosix event_loop_id.c
[39/859] Write swift-version-24593BA9C3E375BF.txt
[40/859] Compiling CNIOLinux liburing_shims.c
[41/859] Compiling CNIOLinux shim.c
[42/859] Compiling mlkem.cc
[43/859] Compiling mldsa.cc
[44/879] Compiling obj_xref.cc
[46/884] Emitting module _NIOBase64
[46/884] Compiling obj.cc
[47/884] Compiling pem_all.cc
[48/884] Compiling x509_ext.cc
[49/884] Compiling CNIOLLHTTP c_nio_http.c
[50/884] Compiling CNIOLLHTTP c_nio_api.c
[51/900] Compiling CNIOExtrasZlib empty.c
[52/900] Compiling CNIODarwin shim.c
[53/900] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/900] Compiling fiat_p256_adx_sqr.S
[55/900] Compiling fiat_p256_adx_mul.S
[56/900] Compiling fiat_curve25519_adx_square.S
[57/900] Compiling fiat_curve25519_adx_mul.S
[58/900] Compiling CNIOBoringSSLShims shims.c
[60/900] Emitting module InternalCollectionsUtilities
[61/902] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[62/902] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[63/902] Compiling ServiceContextModule ServiceContextKey.swift
[64/902] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/902] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/903] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/903] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/903] Emitting module ServiceContextModule
[69/903] Compiling ServiceContextModule ServiceContext.swift
[70/903] Compiling InternalCollectionsUtilities Debugging.swift
[71/903] Compiling InternalCollectionsUtilities Descriptions.swift
[72/903] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[73/903] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/903] Compiling _NIOBase64 Base64.swift
[75/903] Compiling RealModule Real.swift
[75/903] Compiling tls_record.cc
[77/905] Compiling _NIODataStructures PriorityQueue.swift
[78/905] Compiling _NIODataStructures _TinyArray.swift
[79/905] Compiling RealModule RealFunctions.swift
[80/905] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[81/905] Compiling InternalCollectionsUtilities Integer rank.swift
[81/905] Compiling tls_method.cc
[83/905] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/905] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/905] Emitting module RealModule
[87/905] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/905] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[94/905] Compiling RealModule Float16+Real.swift
[96/905] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[98/906] Compiling RealModule Float80+Real.swift
[99/906] Compiling RealModule RelaxedArithmetic.swift
[101/907] Wrapping AST for _NIOBase64 for debugging
[103/928] Emitting module Instrumentation
[104/928] Compiling Instrumentation NoOpInstrument.swift
[105/928] Compiling Instrumentation Instrument.swift
[106/928] Compiling Instrumentation MultiplexInstrument.swift
[107/928] Compiling DequeModule _DequeBuffer.swift
[108/928] Compiling DequeModule _DequeBufferHeader.swift
[109/930] Compiling Instrumentation Locks.swift
[110/930] Compiling Instrumentation InstrumentationSystem.swift
[111/931] Compiling Logging MetadataProvider.swift
[112/931] Emitting module Logging
[113/931] Compiling Logging LogHandler.swift
[114/931] Compiling Logging Logging.swift
[115/931] Compiling Logging Locks.swift
[116/931] Emitting module _NIODataStructures
[117/931] Compiling _NIODataStructures Heap.swift
[121/933] Compiling DequeModule Deque+Equatable.swift
[122/933] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[122/933] Wrapping AST for ServiceContextModule for debugging
[124/933] Compiling DequeModule Deque+CustomReflectable.swift
[125/933] Compiling DequeModule Deque+Descriptions.swift
[126/933] Compiling DequeModule Deque+Testing.swift
[127/933] Compiling DequeModule Deque._Storage.swift
[127/933] Wrapping AST for _NIODataStructures for debugging
[129/933] Compiling DequeModule _DequeSlot.swift
[130/933] Compiling DequeModule _UnsafeWrappedBuffer.swift
[130/941] Wrapping AST for RealModule for debugging
[132/955] Compiling Tracing InstrumentationSystem+Tracing.swift
[132/955] Wrapping AST for Logging for debugging
[133/955] Compiling tls13_client.cc
[135/955] Compiling LanerKit BuildOptions.swift
[136/955] Compiling LanerKit TestOptions.swift
[137/955] Compiling LanerKit ShellExecutor.swift
[138/955] Compiling LanerKit ArchiveOptions.swift
[138/955] Wrapping AST for InternalCollectionsUtilities for debugging
[140/955] Compiling Tracing TracingTime.swift
[140/955] Wrapping AST for Instrumentation for debugging
[142/955] Emitting module Tracing
[143/955] Compiling Tracing TracerProtocol.swift
[144/955] Compiling LanerKit FileManagerExtensions.swift
[145/955] Compiling LanerKit LanerKit.swift
[145/955] Compiling tls13_server.cc
[147/955] Compiling Tracing Tracer.swift
[148/955] Compiling Tracing TracerProtocol+Legacy.swift
[149/955] Emitting module DequeModule
[149/956] Compiling tls13_enc.cc
[150/956] Compiling tls13_both.cc
[153/956] Compiling Tracing SpanProtocol.swift
[154/956] Compiling Tracing NoOpTracer.swift
[155/957] Wrapping AST for DequeModule for debugging
[156/957] Compiling t1_enc.cc
[160/957] Compiling LanerKit XcodebuildExecutor.swift
[160/958] Wrapping AST for Tracing for debugging
[162/958] Compiling LanerKit XcodebuildResult.swift
[162/958] Compiling ssl_versions.cc
[163/958] Compiling ssl_x509.cc
[164/958] Compiling ssl_transcript.cc
[165/958] Compiling ssl_stat.cc
[166/958] Compiling ssl_privkey.cc
[167/958] Compiling ssl_session.cc
[169/958] Compiling LanerKit ConsoleLogHandler.swift
[170/958] Compiling LanerKit LogCategory.swift
[171/958] Compiling LanerKit LoggingConfiguration.swift
[172/958] Compiling LanerKit Platform.swift
[173/958] Compiling LanerKit ProcessResult.swift
[174/958] Compiling LanerKit ShellError.swift
[177/958] Emitting module LanerKit
[180/959] Compiling ssl_asn1.cc
[181/959] Wrapping AST for LanerKit for debugging
[182/959] Compiling ssl_key_share.cc
[183/959] Compiling ssl_file.cc
[184/959] Compiling ssl_cipher.cc
[185/959] Compiling ssl_credential.cc
[186/959] Compiling ssl_lib.cc
[187/959] Compiling ssl_buffer.cc
[188/959] Compiling ssl_cert.cc
[189/959] Compiling ssl_aead_ctx.cc
[190/959] Compiling s3_both.cc
[191/959] Compiling s3_pkt.cc
[192/959] Compiling s3_lib.cc
[193/959] Compiling handshake_server.cc
[194/959] Compiling handshake.cc
[195/959] Compiling handoff.cc
[196/959] Compiling handshake_client.cc
[197/959] Compiling d1_pkt.cc
[198/959] Compiling dtls_record.cc
[199/959] Compiling md5-x86_64-linux.S
[200/959] Compiling md5-x86_64-apple.S
[201/959] Compiling encrypted_client_hello.cc
[202/959] Compiling md5-586-linux.S
[203/959] Compiling md5-586-apple.S
[204/959] Compiling extensions.cc
[205/959] Compiling chacha20_poly1305_x86_64-linux.S
[206/959] Compiling chacha20_poly1305_x86_64-apple.S
[207/959] Compiling chacha20_poly1305_armv8-win.S
[208/959] Compiling chacha20_poly1305_armv8-linux.S
[209/959] Compiling dtls_method.cc
[210/959] Compiling chacha-x86_64-linux.S
[211/959] Compiling chacha20_poly1305_armv8-apple.S
[212/959] Compiling chacha-x86_64-apple.S
[213/959] Compiling chacha-x86-linux.S
[214/959] Compiling chacha-x86-apple.S
[215/959] Compiling chacha-armv8-linux.S
[216/959] Compiling chacha-armv8-apple.S
[217/959] Compiling chacha-armv8-win.S
[218/959] Compiling aes128gcmsiv-x86_64-linux.S
[219/959] Compiling err_data.cc
[220/959] Compiling d1_lib.cc
[221/959] Compiling aes128gcmsiv-x86_64-apple.S
[222/959] Compiling chacha-armv4-linux.S
[223/959] Compiling x86_64-mont5-linux.S
[224/959] Compiling x86_64-mont5-apple.S
[225/959] Compiling x86_64-mont-apple.S
[226/959] Compiling x86_64-mont-linux.S
[227/959] Compiling x86-mont-linux.S
[228/959] Compiling x86-mont-apple.S
[229/959] Compiling vpaes-x86_64-apple.S
[230/959] Compiling vpaes-x86-linux.S
[231/959] Compiling vpaes-x86_64-linux.S
[232/959] Compiling vpaes-armv8-win.S
[233/959] Compiling vpaes-x86-apple.S
[234/959] Compiling vpaes-armv8-linux.S
[235/959] Compiling vpaes-armv7-linux.S
[236/959] Compiling sha512-x86_64-linux.S
[237/959] Compiling vpaes-armv8-apple.S
[238/959] Compiling sha512-x86_64-apple.S
[239/959] Compiling sha512-armv8-linux.S
[240/959] Compiling sha512-armv8-win.S
[241/959] Compiling d1_srtp.cc
[242/959] Compiling sha512-armv8-apple.S
[243/959] Compiling sha512-586-linux.S
[244/959] Compiling bio_ssl.cc
[245/959] Compiling sha512-586-apple.S
[246/959] Compiling sha512-armv4-linux.S
[247/959] Compiling sha256-x86_64-apple.S
[248/959] Compiling sha256-armv8-win.S
[249/959] Compiling sha256-armv8-apple.S
[250/959] Compiling sha256-armv8-linux.S
[251/959] Compiling sha256-armv4-linux.S
[252/959] Compiling sha256-x86_64-linux.S
[253/959] Compiling sha1-x86_64-apple.S
[254/959] Compiling sha256-586-linux.S
[255/959] Compiling sha256-586-apple.S
[256/959] Compiling sha1-armv8-win.S
[257/959] Compiling sha1-armv8-linux.S
[258/959] Compiling sha1-x86_64-linux.S
[258/959] Compiling sha1-armv8-apple.S
[260/959] Compiling sha1-armv4-large-linux.S
[261/959] Compiling sha1-586-linux.S
[262/959] Compiling sha1-586-apple.S
[263/959] Compiling rdrand-x86_64-linux.S
[264/959] Compiling rsaz-avx2-linux.S
[265/959] Compiling rdrand-x86_64-apple.S
[266/959] Compiling rsaz-avx2-apple.S
[267/959] Compiling p256_beeu-x86_64-asm-apple.S
[268/959] Compiling p256_beeu-x86_64-asm-linux.S
[269/959] Compiling p256_beeu-armv8-asm-linux.S
[270/959] Compiling p256_beeu-armv8-asm-apple.S
[271/959] Compiling p256_beeu-armv8-asm-win.S
[272/959] Compiling p256-armv8-asm-linux.S
[273/959] Compiling p256-armv8-asm-win.S
[274/959] Compiling p256-x86_64-asm-apple.S
[275/959] Compiling p256-armv8-asm-apple.S
[275/959] Compiling p256-x86_64-asm-linux.S
[277/959] Compiling d1_both.cc
[278/959] Compiling ghashv8-armv8-apple.S
[279/959] Compiling ghashv8-armv8-win.S
[280/959] Compiling ghashv8-armv7-linux.S
[281/959] Compiling ghash-x86_64-linux.S
[282/959] Compiling ghashv8-armv8-linux.S
[283/959] Compiling ghash-x86-linux.S
[283/959] Compiling ghash-x86_64-apple.S
[285/959] Compiling ghash-ssse3-x86_64-apple.S
[286/959] Compiling ghash-x86-apple.S
[287/959] Compiling ghash-ssse3-x86_64-linux.S
[288/959] Compiling ghash-ssse3-x86-linux.S
[289/959] Compiling ghash-armv4-linux.S
[290/959] Compiling ghash-neon-armv8-linux.S
[291/959] Compiling ghash-neon-armv8-win.S
[292/959] Compiling ghash-neon-armv8-apple.S
[293/959] Compiling ghash-ssse3-x86-apple.S
[294/959] Compiling co-586-linux.S
[295/959] Compiling bn-586-linux.S
[296/959] Compiling bsaes-armv7-linux.S
[297/959] Compiling co-586-apple.S
[298/959] Compiling bn-armv8-win.S
[299/959] Compiling bn-armv8-linux.S
[300/959] Compiling armv8-mont-linux.S
[301/959] Compiling bn-armv8-apple.S
[302/959] Compiling armv8-mont-win.S
[303/959] Compiling armv8-mont-apple.S
[304/959] Compiling bn-586-apple.S
[305/959] Compiling aesv8-gcm-armv8-win.S
[306/959] Compiling aesv8-armv8-win.S
[307/959] Compiling aesv8-gcm-armv8-linux.S
[308/959] Compiling armv4-mont-linux.S
[309/959] Compiling aesv8-armv8-linux.S
[310/959] Compiling aesv8-gcm-armv8-apple.S
[311/959] Compiling aesni-x86_64-linux.S
[312/959] Compiling aesni-x86_64-apple.S
[313/959] Compiling aesv8-armv7-linux.S
[314/959] Compiling aesv8-armv8-apple.S
[315/959] Compiling aesni-x86-linux.S
[316/959] Compiling aesni-x86-apple.S
[317/959] Compiling aesni-gcm-x86_64-linux.S
[318/959] Compiling aesni-gcm-x86_64-apple.S
[319/959] Compiling aes-gcm-avx2-x86_64-linux.S
[320/959] Compiling aes-gcm-avx10-x86_64-linux.S
[321/959] Compiling aes-gcm-avx2-x86_64-apple.S
[321/959] Compiling aes-gcm-avx10-x86_64-apple.S
[323/959] Compiling x_spki.cc
[324/959] Compiling x_x509.cc
[325/959] Compiling x_x509a.cc
[326/959] Compiling x_val.cc
[327/959] Compiling x_sig.cc
[328/959] Compiling x_pubkey.cc
[329/959] Compiling x_req.cc
[330/959] Compiling x_name.cc
[331/959] Compiling x509spki.cc
[332/959] Compiling x509rset.cc
[333/959] Compiling x_algor.cc
[334/959] Compiling x_exten.cc
[335/959] Compiling x509name.cc
[336/959] Compiling x_all.cc
[337/959] Compiling x_crl.cc
[338/959] Compiling x_attrib.cc
[339/959] Compiling x509_vfy.cc
[340/959] Compiling x509cset.cc
[341/959] Compiling x509_vpm.cc
[342/959] Compiling x509_txt.cc
[343/959] Compiling x509_v3.cc
[344/959] Compiling x509_trs.cc
[345/959] Compiling x509_set.cc
[346/959] Compiling x509_req.cc
[347/959] Compiling x509_obj.cc
[348/959] Compiling x509_lu.cc
[349/959] Compiling x509_att.cc
[350/959] Compiling x509_ext.cc
[351/959] Compiling x509_def.cc
[352/959] Compiling x509_d2.cc
[353/959] Compiling x509_cmp.cc
[354/959] Compiling x509.cc
[355/959] Compiling v3_utl.cc
[356/959] Compiling v3_pcons.cc
[357/959] Compiling v3_pmaps.cc
[358/959] Compiling v3_skey.cc
[359/959] Compiling v3_ocsp.cc
[360/959] Compiling v3_prn.cc
[361/959] Compiling v3_purp.cc
[362/959] Compiling v3_ncons.cc
[363/959] Compiling v3_lib.cc
[364/959] Compiling v3_int.cc
[365/959] Compiling v3_crld.cc
[366/959] Compiling v3_cpols.cc
[367/959] Compiling v3_enum.cc
[368/959] Compiling v3_genn.cc
[369/959] Compiling v3_ia5.cc
[370/959] Compiling v3_info.cc
[371/959] Compiling v3_extku.cc
[372/959] Compiling v3_conf.cc
[373/959] Compiling v3_akeya.cc
[374/959] Compiling v3_bitst.cc
[375/959] Compiling v3_bcons.cc
[376/959] Compiling v3_akey.cc
[377/959] Compiling v3_alt.cc
[378/959] Compiling t_x509a.cc
[379/959] Compiling t_req.cc
[380/959] Compiling t_x509.cc
[381/959] Compiling t_crl.cc
[382/959] Compiling i2d_pr.cc
[383/959] Compiling rsa_pss.cc
[384/959] Compiling policy.cc
[385/959] Compiling name_print.cc
[386/959] Compiling by_file.cc
[387/959] Compiling by_dir.cc
[388/959] Compiling a_verify.cc
[389/959] Compiling a_sign.cc
[390/959] Compiling algorithm.cc
[391/959] Compiling asn1_gen.cc
[392/959] Compiling thread_pthread.cc
[393/959] Compiling voprf.cc
[394/959] Compiling stack.cc
[395/959] Compiling a_digest.cc
[396/959] Compiling thread.cc
[397/959] Compiling thread_none.cc
[398/959] Compiling thread_win.cc
[399/959] Compiling pmbtoken.cc
[400/959] Compiling trust_token.cc
[401/959] Compiling sha256.cc
[402/959] Compiling slhdsa.cc
[403/959] Compiling sha512.cc
[404/959] Compiling sha1.cc
[405/959] Compiling rsa_print.cc
[406/959] Compiling rsa_extra.cc
[407/959] Compiling siphash.cc
[408/959] Compiling spake2plus.cc
[409/959] Compiling trusty.cc
[410/959] Compiling refcount.cc
[411/959] Compiling rsa_crypt.cc
[412/959] Compiling rc4.cc
[413/959] Compiling windows.cc
[414/959] Compiling rand.cc
[415/959] Compiling urandom.cc
[416/959] Compiling fork_detect.cc
[417/959] Compiling rsa_asn1.cc
[418/959] Compiling passive.cc
[419/959] Compiling poly1305_arm_asm.S
[420/959] Compiling deterministic.cc
[421/959] Compiling getentropy.cc
[422/959] Compiling ios.cc
[423/959] Compiling forkunsafe.cc
[424/959] Compiling pool.cc
[425/959] Compiling poly1305_arm.cc
[426/959] Compiling poly1305_vec.cc
[427/959] Compiling poly1305.cc
[428/959] Compiling pkcs8.cc
[429/959] Compiling pkcs7.cc
[430/959] Compiling p5_pbev2.cc
[431/959] Compiling pkcs8_x509.cc
[432/959] Compiling pem_x509.cc
[433/959] Compiling pkcs7_x509.cc
[434/959] Compiling pem_xaux.cc
[435/959] Compiling pem_pkey.cc
[436/959] Compiling mlkem.cc
[437/959] Compiling obj_xref.cc
[438/959] Compiling pem_oth.cc
[439/959] Compiling pem_pk8.cc
[440/959] Compiling pem_info.cc
[441/959] Compiling mldsa.cc
[442/959] Compiling pem_lib.cc
[443/959] Compiling md5.cc
[444/959] Compiling pem_all.cc
[445/959] Compiling obj.cc
[446/959] Compiling mem.cc
[447/959] Compiling fips_shared_support.cc
[448/959] Compiling md4.cc
[449/959] Compiling poly_rq_mul.S
[450/959] Compiling lhash.cc
[451/959] Compiling ex_data.cc
[452/959] Compiling sign.cc
[453/959] Compiling hrss.cc
[454/959] Compiling print.cc
[455/959] Compiling scrypt.cc
[456/959] Compiling kyber.cc
[457/959] Compiling hpke.cc
[458/959] Compiling pbkdf.cc
[459/959] Compiling p_x25519.cc
[460/959] Compiling p_x25519_asn1.cc
[461/959] Compiling p_ed25519.cc
[462/959] Compiling p_rsa_asn1.cc
[463/959] Compiling p_rsa.cc
[464/959] Compiling p_ed25519_asn1.cc
[465/959] Compiling p_hkdf.cc
[466/959] Compiling p_dsa_asn1.cc
[467/959] Compiling p_ec_asn1.cc
[468/959] Compiling evp.cc
[469/959] Compiling p_ec.cc
[470/959] Compiling p_dh.cc
[471/959] Compiling p_dh_asn1.cc
[472/959] Compiling evp_ctx.cc
[473/959] Compiling engine.cc
[474/959] Compiling err.cc
[475/959] Compiling ecdh.cc
[476/959] Compiling hash_to_curve.cc
[477/959] Compiling evp_asn1.cc
[478/959] Compiling ec_derive.cc
[479/959] Compiling ecdsa_asn1.cc
[480/959] Compiling dsa.cc
[481/959] Compiling params.cc
[482/959] Compiling des.cc
[483/959] Compiling ec_asn1.cc
[484/959] Compiling x25519-asm-arm.S
[485/959] Compiling dsa_asn1.cc
[486/959] Compiling dh_asn1.cc
[487/959] Compiling digest_extra.cc
[488/959] Compiling crypto.cc
[489/959] Compiling cpu_intel.cc
[490/959] Compiling cpu_arm_linux.cc
[491/959] Compiling curve25519.cc
[492/959] Compiling cpu_arm_freebsd.cc
[493/959] Compiling spake25519.cc
[494/959] Compiling cpu_aarch64_win.cc
[495/959] Compiling cpu_aarch64_openbsd.cc
[496/959] Compiling cpu_aarch64_sysreg.cc
[497/959] Compiling cpu_aarch64_linux.cc
[498/959] Compiling cpu_aarch64_fuchsia.cc
[499/959] Compiling cpu_aarch64_apple.cc
[500/959] Compiling curve25519_64_adx.cc
[501/959] Compiling bcm.cc
[502/959] Compiling conf.cc
[503/959] Compiling e_tls.cc
[504/959] Compiling e_rc2.cc
[505/959] Compiling get_cipher.cc
[506/959] Compiling tls_cbc.cc
[507/959] Compiling e_null.cc
[508/959] Compiling e_rc4.cc
[509/959] Compiling e_des.cc
[510/959] Compiling e_aesctrhmac.cc
[511/959] Compiling derive_key.cc
[512/959] Compiling e_chacha20poly1305.cc
[513/959] Compiling chacha.cc
[514/959] Compiling e_aesgcmsiv.cc
[515/959] Compiling unicode.cc
[516/959] Compiling ber.cc
[517/959] Compiling cbb.cc
[518/959] Compiling cbs.cc
[519/959] Compiling buf.cc
[520/959] Compiling blake2.cc
[521/959] Compiling bn_asn1.cc
[522/959] Compiling asn1_compat.cc
[523/959] Compiling convert.cc
[524/959] Compiling printf.cc
[525/959] Compiling socket_helper.cc
[526/959] Compiling socket.cc
[527/959] Compiling pair.cc
[528/959] Compiling file.cc
[529/959] Compiling hexdump.cc
[530/959] Compiling fd.cc
[531/959] Compiling errno.cc
[532/959] Compiling bio_mem.cc
[533/959] Compiling connect.cc
[534/959] Compiling base64.cc
[535/959] Compiling bio.cc
[536/959] Compiling tasn_utl.cc
[537/959] Compiling tasn_fre.cc
[538/959] Compiling tasn_typ.cc
[539/959] Compiling posix_time.cc
[540/959] Compiling f_int.cc
[541/959] Compiling f_string.cc
[542/959] Compiling tasn_enc.cc
[543/959] Compiling asn1_par.cc
[544/959] Compiling asn_pack.cc
[545/959] Compiling tasn_new.cc
[546/959] Compiling tasn_dec.cc
[547/959] Compiling a_octet.cc
[548/959] Compiling a_time.cc
[549/959] Compiling a_type.cc
[550/959] Compiling asn1_lib.cc
[551/959] Compiling a_utctm.cc
[552/959] Compiling a_strex.cc
[553/959] Compiling a_strnid.cc
[554/959] Compiling a_int.cc
[555/959] Compiling a_i2d_fp.cc
[556/959] Compiling a_dup.cc
[557/959] Compiling a_object.cc
[558/959] Compiling a_mbstr.cc
[559/959] Compiling a_d2i_fp.cc
[560/959] Compiling fiat_p256_adx_sqr.S
[561/959] Compiling fiat_p256_adx_mul.S
[562/959] Compiling a_gentm.cc
[563/959] Compiling fiat_curve25519_adx_square.S
[564/959] Compiling fiat_curve25519_adx_mul.S
[565/959] Compiling md5-x86_64-linux.S
[566/959] Compiling md5-x86_64-apple.S
[567/959] Compiling md5-586-linux.S
[568/959] Compiling md5-586-apple.S
[569/959] Compiling a_bitstr.cc
[570/959] Compiling a_bool.cc
[571/959] Compiling CCryptoBoringSSLShims shims.c
[572/959] Compiling err_data.cc
[573/959] Compiling chacha20_poly1305_x86_64-apple.S
[574/959] Compiling chacha20_poly1305_x86_64-linux.S
[575/959] Compiling chacha20_poly1305_armv8-win.S
[576/959] Compiling chacha20_poly1305_armv8-apple.S
[577/959] Compiling chacha20_poly1305_armv8-linux.S
[578/959] Compiling chacha-x86_64-linux.S
[579/959] Compiling chacha-x86-linux.S
[580/959] Compiling chacha-x86_64-apple.S
[581/959] Compiling chacha-x86-apple.S
[582/959] Compiling c-nioatomics.c
[583/959] Compiling chacha-armv8-win.S
[584/959] Compiling chacha-armv8-linux.S
[585/959] Compiling chacha-armv8-apple.S
[586/959] Compiling chacha-armv4-linux.S
[587/959] Compiling aes128gcmsiv-x86_64-apple.S
[588/959] Compiling c-atomics.c
[589/959] Compiling aes128gcmsiv-x86_64-linux.S
[590/959] Compiling x86_64-mont-linux.S
[591/959] Compiling x86_64-mont5-linux.S
[592/959] Compiling x86_64-mont-apple.S
[593/959] Compiling x86-mont-linux.S
[594/959] Compiling x86_64-mont5-apple.S
[595/959] Compiling x86-mont-apple.S
[596/959] Compiling vpaes-x86_64-apple.S
[597/959] Compiling vpaes-x86-apple.S
[598/965] Compiling vpaes-x86_64-linux.S
[599/965] Compiling vpaes-x86-linux.S
[600/965] Compiling vpaes-armv8-win.S
[601/965] Compiling vpaes-armv8-apple.S
[602/965] Compiling vpaes-armv8-linux.S
[603/965] Compiling vpaes-armv7-linux.S
[604/965] Compiling sha512-armv8-win.S
[605/965] Compiling sha512-x86_64-apple.S
[606/965] Compiling sha512-x86_64-linux.S
[607/965] Compiling sha512-armv8-apple.S
[608/965] Compiling sha512-armv8-linux.S
[609/965] Compiling sha512-armv4-linux.S
[610/965] Compiling sha512-586-linux.S
[611/965] Compiling sha512-586-apple.S
[612/965] Compiling sha256-x86_64-linux.S
[613/965] Compiling sha256-armv8-win.S
[614/965] Compiling sha256-armv8-apple.S
[615/965] Compiling sha256-x86_64-apple.S
[616/965] Compiling sha256-armv8-linux.S
[617/965] Compiling sha256-586-apple.S
[618/965] Compiling sha256-armv4-linux.S
[619/965] Compiling sha1-armv8-win.S
[620/965] Compiling sha256-586-linux.S
[621/965] Compiling sha1-armv8-linux.S
[622/965] Compiling sha1-x86_64-apple.S
[623/965] Compiling sha1-x86_64-linux.S
[624/965] Compiling sha1-586-linux.S
[625/965] Compiling sha1-armv4-large-linux.S
[626/965] Compiling sha1-armv8-apple.S
[627/965] Compiling sha1-586-apple.S
[628/965] Compiling rsaz-avx2-apple.S
[629/965] Compiling rsaz-avx2-linux.S
[630/965] Compiling rdrand-x86_64-linux.S
[631/965] Compiling p256_beeu-armv8-asm-linux.S
[632/965] Compiling p256_beeu-x86_64-asm-linux.S
[633/965] Compiling p256_beeu-x86_64-asm-apple.S
[634/965] Compiling rdrand-x86_64-apple.S
[635/965] Compiling p256_beeu-armv8-asm-win.S
[637/965] Compiling NIOConcurrencyHelpers lock.swift
[637/965] Compiling p256_beeu-armv8-asm-apple.S
[638/965] Compiling p256-x86_64-asm-apple.S
[639/965] Compiling p256-x86_64-asm-linux.S
[640/965] Compiling p256-armv8-asm-win.S
[641/965] Compiling ghashv8-armv8-win.S
[643/965] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[644/965] Compiling NIOConcurrencyHelpers atomics.swift
[644/965] Compiling p256-armv8-asm-linux.S
[646/965] Emitting module NIOConcurrencyHelpers
[647/965] Compiling NIOConcurrencyHelpers NIOLock.swift
[648/965] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[648/965] Compiling ghash-x86_64-linux.S
[649/965] Compiling ghashv8-armv8-linux.S
[650/965] Compiling p256-armv8-asm-apple.S
[651/966] Compiling ghashv8-armv7-linux.S
[652/966] Compiling ghashv8-armv8-apple.S
[653/966] Compiling ghash-x86_64-apple.S
[654/966] Compiling ghash-x86-linux.S
[655/966] Compiling ghash-ssse3-x86_64-linux.S
[656/966] Compiling ghash-ssse3-x86-linux.S
[657/966] Compiling ghash-ssse3-x86_64-apple.S
[658/966] Compiling ghash-ssse3-x86-apple.S
[660/966] Compiling ghash-x86-apple.S
[661/966] Compiling ghash-neon-armv8-apple.S
[662/966] Compiling ghash-neon-armv8-linux.S
[663/966] Compiling co-586-apple.S
[664/966] Compiling ghash-neon-armv8-win.S
[665/966] Compiling ghash-armv4-linux.S
[666/966] Compiling co-586-linux.S
[667/966] Compiling bn-586-apple.S
[668/966] Compiling bsaes-armv7-linux.S
[669/966] Compiling bn-armv8-win.S
[670/966] Compiling bn-586-linux.S
[670/966] Compiling bn-armv8-apple.S
[672/966] Compiling bn-armv8-linux.S
[673/966] Compiling armv8-mont-win.S
[674/966] Compiling armv8-mont-apple.S
[675/966] Compiling armv8-mont-linux.S
[676/966] Compiling aesv8-gcm-armv8-apple.S
[677/966] Compiling armv4-mont-linux.S
[678/966] Compiling aesv8-armv8-win.S
[679/966] Compiling aesv8-gcm-armv8-linux.S
[680/966] Compiling aesv8-gcm-armv8-win.S
[681/966] Compiling aesv8-armv8-linux.S
[682/966] Compiling aesni-x86_64-apple.S
[683/966] Compiling aesv8-armv7-linux.S
[684/966] Compiling aesni-x86-linux.S
[685/966] Compiling aesv8-armv8-apple.S
[686/966] Compiling aesni-x86_64-linux.S
[687/966] Compiling aesni-x86-apple.S
[688/966] Compiling aesni-gcm-x86_64-linux.S
[689/966] Compiling aes-gcm-avx2-x86_64-apple.S
[690/966] Compiling aes-gcm-avx512-x86_64-linux.S
[691/966] Compiling aes-gcm-avx2-x86_64-linux.S
[692/966] Compiling aes-gcm-avx512-x86_64-apple.S
[693/966] Compiling aesni-gcm-x86_64-apple.S
[694/966] Wrapping AST for NIOConcurrencyHelpers for debugging
[695/966] Compiling xwing.cc
[696/966] Compiling x_sig.cc
[697/966] Compiling x_name.cc
[698/966] Compiling x_pubkey.cc
[699/966] Compiling x_spki.cc
[700/966] Compiling x_req.cc
[701/966] Compiling x_x509a.cc
[702/966] Compiling x_x509.cc
[703/966] Compiling x_exten.cc
[704/966] Compiling x_attrib.cc
[705/966] Compiling x_crl.cc
[706/966] Compiling x_all.cc
[707/966] Compiling x509spki.cc
[708/966] Compiling x509name.cc
[709/966] Compiling x_algor.cc
[710/966] Compiling x509cset.cc
[711/966] Compiling x509rset.cc
[712/966] Compiling x509_vpm.cc
[713/966] Compiling x509_vfy.cc
[714/966] Compiling x509_txt.cc
[715/966] Compiling x509_v3.cc
[716/966] Compiling x509_trs.cc
[717/966] Compiling x509_set.cc
[718/966] Compiling x509_req.cc
[719/966] Compiling x509_obj.cc
[720/966] Compiling x509_lu.cc
[721/966] Compiling x509_def.cc
[722/966] Compiling x509_d2.cc
[723/966] Compiling x509_att.cc
[724/966] Compiling x509_cmp.cc
[725/966] Compiling x509.cc
[726/966] Compiling v3_skey.cc
[727/966] Compiling v3_utl.cc
[728/966] Compiling v3_prn.cc
[729/966] Compiling v3_purp.cc
[730/966] Compiling v3_pmaps.cc
[731/966] Compiling v3_pcons.cc
[732/966] Compiling v3_ocsp.cc
[733/966] Compiling v3_ncons.cc
[734/966] Compiling v3_lib.cc
[735/966] Compiling v3_int.cc
[736/966] Compiling v3_ia5.cc
[737/966] Compiling v3_info.cc
[738/966] Compiling v3_extku.cc
[739/966] Compiling v3_enum.cc
[740/966] Compiling v3_genn.cc
[741/966] Compiling v3_crld.cc
[742/966] Compiling v3_cpols.cc
[743/966] Compiling v3_conf.cc
[744/966] Compiling v3_bitst.cc
[745/966] Compiling v3_bcons.cc
[746/966] Compiling v3_alt.cc
[747/966] Compiling t_x509.cc
[748/966] Compiling v3_akeya.cc
[749/966] Compiling v3_akey.cc
[750/966] Compiling t_x509a.cc
[751/966] Compiling t_crl.cc
[752/966] Compiling t_req.cc
[753/966] Compiling i2d_pr.cc
[754/966] Compiling rsa_pss.cc
[755/966] Compiling asn1_gen.cc
[756/966] Compiling name_print.cc
[757/966] Compiling policy.cc
[758/966] Compiling algorithm.cc
[759/966] Compiling a_verify.cc
[760/966] Compiling by_file.cc
[761/966] Compiling by_dir.cc
[762/966] Compiling a_digest.cc
[763/966] Compiling thread_win.cc
[764/966] Compiling thread.cc
[765/966] Compiling thread_pthread.cc
[766/966] Compiling a_sign.cc
[767/966] Compiling siphash.cc
[768/966] Compiling thread_none.cc
[769/966] Compiling trust_token.cc
[770/966] Compiling pmbtoken.cc
[771/966] Compiling voprf.cc
[772/966] Compiling stack.cc
[773/966] Compiling sha512.cc
[774/966] Compiling sha256.cc
[775/966] Compiling rsa_crypt.cc
[776/966] Compiling sha1.cc
[777/966] Compiling slhdsa.cc
[778/966] Compiling rsa_extra.cc
[779/966] Compiling rc4.cc
[780/966] Compiling spake2plus.cc
[781/966] Compiling rsa_print.cc
[782/966] Compiling rand.cc
[783/966] Compiling refcount.cc
[784/966] Compiling windows.cc
[785/966] Compiling forkunsafe.cc
[786/966] Compiling trusty.cc
[787/966] Compiling ios.cc
[788/966] Compiling passive.cc
[789/966] Compiling getentropy.cc
[790/966] Compiling urandom.cc
[791/966] Compiling poly1305_arm_asm.S
[792/966] Compiling deterministic.cc
[793/966] Compiling poly1305.cc
[794/966] Compiling fork_detect.cc
[795/966] Compiling poly1305_arm.cc
[796/966] Compiling rsa_asn1.cc
[797/966] Compiling poly1305_vec.cc
[798/966] Compiling pool.cc
[799/966] Compiling pkcs7.cc
[800/966] Compiling pkcs8_x509.cc
[801/966] Compiling p5_pbev2.cc
[802/966] Compiling pkcs8.cc
[803/966] Compiling pkcs7_x509.cc
[804/966] Compiling pem_pkey.cc
[805/966] Compiling pem_xaux.cc
[806/966] Compiling pem_x509.cc
[807/966] Compiling mem.cc
[808/966] Compiling lhash.cc
[809/966] Compiling md5.cc
[810/966] Compiling md4.cc
[811/966] Compiling pem_oth.cc
[812/966] Compiling poly_rq_mul.S
[813/966] Compiling pem_pk8.cc
[814/966] Compiling fips_shared_support.cc
[815/966] Compiling pem_lib.cc
[816/966] Compiling pem_info.cc
[817/966] Compiling kyber.cc
[818/966] Compiling fuzzer_mode.cc
[819/966] Compiling ex_data.cc
[820/966] Compiling scrypt.cc
[821/966] Compiling hpke.cc
[822/966] Compiling hrss.cc
[823/966] Compiling print.cc
[824/966] Compiling pbkdf.cc
[825/966] Compiling sign.cc
[826/966] Compiling p_x25519_asn1.cc
[827/966] Compiling p_x25519.cc
[828/966] Compiling p_rsa.cc
[829/966] Compiling p_rsa_asn1.cc
[830/966] Compiling p_hkdf.cc
[831/966] Compiling p_ed25519_asn1.cc
[832/966] Compiling p_ed25519.cc
[833/966] Compiling p_ec_asn1.cc
[834/966] Compiling p_ec.cc
[835/966] Compiling p_dh.cc
[836/966] Compiling p_dsa_asn1.cc
[837/966] Compiling p_dh_asn1.cc
[838/966] Compiling evp_ctx.cc
[839/966] Compiling evp.cc
[840/966] Compiling evp_asn1.cc
[841/966] Compiling ecdsa_p1363.cc
[842/966] Compiling engine.cc
[843/966] Compiling err.cc
[844/966] Compiling ecdh.cc
[845/966] Compiling ecdsa_asn1.cc
[846/966] Compiling hash_to_curve.cc
[847/966] Compiling ec_derive.cc
[848/966] Compiling dsa_asn1.cc
[849/966] Compiling dsa.cc
[850/966] Compiling des.cc
[851/966] Compiling digest_extra.cc
[852/966] Compiling x25519-asm-arm.S
[853/966] Compiling params.cc
[854/966] Compiling ec_asn1.cc
[855/966] Compiling dh_asn1.cc
[856/966] Compiling curve25519.cc
[857/966] Compiling spake25519.cc
[858/966] Compiling crypto.cc
[859/966] Compiling cpu_intel.cc
[860/966] Compiling cpu_arm_linux.cc
[861/966] Compiling cpu_arm_freebsd.cc
[862/966] Compiling cpu_aarch64_win.cc
[863/966] Compiling cpu_aarch64_sysreg.cc
[864/966] Compiling curve25519_64_adx.cc
[865/966] Compiling cpu_aarch64_fuchsia.cc
[866/966] Compiling cpu_aarch64_apple.cc
[867/966] Compiling cpu_aarch64_openbsd.cc
[868/966] Compiling cpu_aarch64_linux.cc
[869/966] Compiling get_cipher.cc
[870/966] Compiling conf.cc
[871/966] Compiling tls_cbc.cc
[872/966] Compiling e_rc4.cc
[873/966] Compiling e_rc2.cc
[874/966] Compiling e_tls.cc
[875/966] Compiling e_null.cc
[876/966] Compiling e_des.cc
[877/966] Compiling e_aesgcmsiv.cc
[878/966] Compiling e_chacha20poly1305.cc
[879/966] Compiling cms.cc
[880/966] Compiling derive_key.cc
[881/966] Compiling e_aeseax.cc
[882/966] Compiling e_aesctrhmac.cc
[883/966] Compiling chacha.cc
[884/966] Compiling unicode.cc
[885/966] Compiling sqrt.cc
[886/966] Compiling buf.cc
[887/966] Compiling cbb.cc
[888/966] Compiling cbs.cc
[889/966] Compiling asn1_compat.cc
[890/966] Compiling ber.cc
[891/966] Compiling div.cc
[892/966] Compiling exponentiation.cc
[893/966] Compiling printf.cc
[894/966] Compiling bn_asn1.cc
[894/966] Compiling convert.cc
[896/966] Compiling pair.cc
[897/966] Compiling fd.cc
[898/966] Compiling file.cc
[899/966] Compiling hexdump.cc
[900/966] Compiling blake2.cc
[901/966] Compiling bio_mem.cc
[902/966] Compiling errno.cc
[903/966] Compiling bio.cc
[904/966] Compiling tasn_typ.cc
[905/966] Compiling tasn_enc.cc
[906/966] Compiling base64.cc
[907/966] Compiling tasn_fre.cc
[908/966] Compiling tasn_utl.cc
[909/966] Compiling posix_time.cc
[910/966] Compiling f_string.cc
[911/966] Compiling tasn_new.cc
[912/966] Compiling f_int.cc
[913/966] Compiling tasn_dec.cc
[914/966] Compiling asn_pack.cc
[915/966] Compiling asn1_par.cc
[916/966] Compiling asn1_lib.cc
[917/966] Compiling a_utctm.cc
[918/966] Compiling a_time.cc
[919/966] Compiling a_octet.cc
[920/966] Compiling a_type.cc
[921/966] Compiling a_strnid.cc
[922/966] Compiling a_strex.cc
[923/966] Compiling a_i2d_fp.cc
[924/966] Compiling a_mbstr.cc
[925/966] Compiling a_dup.cc
[926/966] Compiling a_object.cc
[927/966] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[927/966] Write sources
[933/966] Compiling a_d2i_fp.cc
[934/966] Compiling a_gentm.cc
[935/966] Compiling a_int.cc
[936/985] Compiling aes.cc
[938/986] Compiling Atomics AtomicStorage.swift
[939/986] Compiling Atomics AtomicValue.swift
[939/987] Compiling a_bool.cc
[941/1013] Compiling Algorithms Partition.swift
[942/1013] Compiling Algorithms Permutations.swift
[943/1013] Compiling Algorithms FlattenCollection.swift
[944/1013] Compiling Algorithms Grouped.swift
[945/1013] Compiling Algorithms Indexed.swift
[946/1013] Compiling Algorithms Intersperse.swift
[946/1013] Compiling a_bitstr.cc
[948/1013] Compiling Algorithms Product.swift
[949/1013] Compiling Algorithms RandomSample.swift
[950/1013] Compiling Algorithms Chunked.swift
[951/1013] Compiling Algorithms Combinations.swift
[952/1013] Compiling Algorithms Joined.swift
[954/1013] Compiling Algorithms Reductions.swift
[955/1013] Compiling Algorithms Rotate.swift
[956/1013] Compiling ArgumentParserToolInfo ToolInfo.swift
[957/1013] Emitting module ArgumentParserToolInfo
[958/1017] Compiling bcm.cc
[960/1017] Compiling Algorithms Split.swift
[961/1017] Compiling Algorithms Stride.swift
[962/1017] Compiling Algorithms Suffix.swift
[963/1017] Compiling Algorithms Compacted.swift
[964/1017] Compiling Algorithms Cycle.swift
[965/1017] Compiling Algorithms EitherSequence.swift
[966/1017] Compiling Algorithms FirstNonNil.swift
[968/1017] Compiling Algorithms Keyed.swift
[969/1017] Compiling Algorithms MinMax.swift
[976/1025] Wrapping AST for ArgumentParserToolInfo for debugging
[978/1069] Compiling ArgumentParser UsageGenerator.swift
[979/1069] Compiling ArgumentParser InputKey.swift
[980/1069] Compiling ArgumentParser InputOrigin.swift
[981/1069] Emitting module Atomics
[982/1069] Compiling ArgumentParser Argument.swift
[983/1069] Compiling ArgumentParser ArgumentDiscussion.swift
[984/1069] Compiling ArgumentParser ArgumentHelp.swift
[985/1069] Compiling ArgumentParser ArgumentVisibility.swift
[986/1069] Compiling ArgumentParser ZshCompletionsGenerator.swift
[989/1069] Compiling ArgumentParser BashCompletionsGenerator.swift
[990/1069] Compiling ArgumentParser CompletionsGenerator.swift
[991/1069] Compiling ArgumentParser FishCompletionsGenerator.swift
[992/1070] Wrapping AST for Atomics for debugging
[994/1133] Emitting module Algorithms
[995/1134] Wrapping AST for Algorithms for debugging
[997/1134] Compiling CryptoBoringWrapper RandomBytes.swift
[998/1134] Compiling NIOCore NIOCoreSendableMetatype.swift
[999/1134] Compiling NIOCore NIODecodedAsyncSequence.swift
[1000/1134] Compiling NIOCore NIOLoopBound.swift
[1001/1134] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1002/1134] Compiling NIOCore NIOScheduledCallback.swift
[1003/1134] Compiling NIOCore NIOSendable.swift
[1004/1134] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1005/1134] Compiling NIOCore RecvByteBufferAllocator.swift
[1006/1142] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1007/1142] Emitting module CryptoBoringWrapper
[1008/1142] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1009/1142] Compiling CryptoBoringWrapper EllipticCurve.swift
[1010/1142] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1011/1142] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1012/1142] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1013/1143] Compiling NIOCore IntegerBitPacking.swift
[1014/1143] Compiling NIOCore IntegerTypes.swift
[1015/1143] Compiling NIOCore Interfaces.swift
[1016/1143] Compiling NIOCore Linux.swift
[1017/1143] Compiling NIOCore MarkedCircularBuffer.swift
[1018/1143] Compiling NIOCore MulticastChannel.swift
[1019/1149] Wrapping AST for CryptoBoringWrapper for debugging
[1021/1220] Compiling Crypto HPKE-KexKeyDerivation.swift
[1022/1220] Compiling Crypto HPKE-LabeledExtract.swift
[1023/1220] Compiling Crypto HPKE-Utils.swift
[1024/1220] Compiling Crypto DHKEM.swift
[1025/1220] Compiling Crypto HPKE-KEM-Curve25519.swift
[1026/1220] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1027/1220] Emitting module ArgumentParser
[1028/1220] Compiling Crypto ASN1Identifier.swift
[1029/1220] Compiling Crypto ASN1Integer.swift
[1030/1220] Compiling Crypto ASN1Null.swift
[1031/1220] Compiling Crypto ASN1OctetString.swift
[1032/1220] Compiling Crypto ASN1Strings.swift
[1033/1220] Compiling Crypto ArraySliceBigint.swift
[1034/1220] Compiling Crypto GeneralizedTime.swift
[1035/1220] Compiling Crypto ObjectIdentifier.swift
[1036/1220] Compiling Crypto ECDSASignature.swift
[1037/1220] Compiling Crypto PEMDocument.swift
[1038/1220] Compiling Crypto AES-GCM.swift
[1039/1220] Compiling Crypto AES-GCM_boring.swift
[1040/1220] Compiling Crypto ChaChaPoly_boring.swift
[1045/1220] Compiling Crypto ChaChaPoly.swift
[1046/1220] Compiling Crypto Cipher.swift
[1047/1220] Compiling Crypto Nonces.swift
[1048/1220] Compiling Crypto ASN1.swift
[1049/1220] Compiling Crypto ASN1Any.swift
[1050/1220] Compiling Crypto Curve25519.swift
[1051/1220] Compiling Crypto Ed25519Keys.swift
[1052/1220] Compiling Crypto NISTCurvesKeys.swift
[1053/1220] Compiling Crypto HPKE-Errors.swift
[1054/1220] Compiling Crypto HPKE.swift
[1055/1220] Compiling Crypto HPKE-Context.swift
[1056/1220] Compiling Crypto HPKE-KeySchedule.swift
[1057/1220] Compiling Crypto HPKE-Modes.swift
[1058/1220] Compiling Crypto Insecure.swift
[1059/1220] Compiling Crypto ASN1BitString.swift
[1060/1220] Compiling Crypto ASN1Boolean.swift
[1061/1220] Compiling Crypto ECDH.swift
[1062/1220] Compiling Crypto HKDF.swift
[1063/1220] Compiling Crypto AESWrap.swift
[1064/1220] Compiling Crypto AESWrap_boring.swift
[1065/1220] Compiling Crypto Ed25519_boring.swift
[1066/1220] Compiling Crypto NISTCurvesKeys_boring.swift
[1067/1220] Compiling Crypto X25519Keys_boring.swift
[1068/1220] Compiling Crypto MACFunctions.swift
[1069/1220] Compiling Crypto MessageAuthenticationCode.swift
[1070/1220] Compiling Crypto AES.swift
[1071/1220] Compiling Crypto ECDSASignature_boring.swift
[1072/1220] Compiling Crypto ECDSA_boring.swift
[1073/1220] Compiling Crypto EdDSA_boring.swift
[1074/1220] Compiling Crypto ECDSA.swift
[1075/1220] Compiling Crypto PKCS8PrivateKey.swift
[1076/1220] Compiling Crypto SEC1PrivateKey.swift
[1077/1220] Compiling Crypto Insecure_HashFunctions.swift
[1078/1220] Compiling Crypto KEM.swift
[1079/1220] Compiling Crypto ECDH_boring.swift
[1080/1220] Compiling Crypto DH.swift
[1081/1220] Compiling Crypto HPKE-AEAD.swift
[1082/1220] Compiling Crypto HPKE-Ciphersuite.swift
[1083/1220] Compiling Crypto HPKE-KDF.swift
[1086/1220] Compiling Crypto SubjectPublicKeyInfo.swift
[1087/1220] Compiling Crypto CryptoError_boring.swift
[1088/1220] Compiling Crypto CryptoKitErrors.swift
[1089/1220] Compiling Crypto Digest_boring.swift
[1090/1220] Compiling Crypto Digest.swift
[1091/1220] Compiling Crypto Digests.swift
[1092/1220] Compiling Crypto HashFunctions.swift
[1093/1220] Compiling Crypto HashFunctions_SHA2.swift
[1094/1220] Emitting module Crypto
[1095/1230] Compiling Crypto X25519Keys.swift
[1096/1230] Compiling Crypto SymmetricKeys.swift
[1097/1230] Compiling Crypto HMAC.swift
[1149/1231] Wrapping AST for ArgumentParser for debugging
[1190/1231] Compiling Crypto HPKE-KEM.swift
[1191/1231] Compiling Crypto Ed25519.swift
[1192/1231] Compiling Crypto Signature.swift
[1193/1231] Compiling Crypto CryptoKitErrors_boring.swift
[1194/1231] Compiling Crypto RNG_boring.swift
[1195/1231] Compiling Crypto SafeCompare_boring.swift
[1196/1231] Compiling Crypto Zeroization_boring.swift
[1197/1231] Compiling Crypto PrettyBytes.swift
[1198/1231] Compiling Crypto SafeCompare.swift
[1199/1231] Compiling Crypto SecureBytes.swift
[1200/1231] Compiling Crypto Zeroization.swift
[1201/1232] Wrapping AST for Crypto for debugging
[1212/1232] Emitting module NIOCore
[1213/1233] Wrapping AST for NIOCore for debugging
[1215/1287] Emitting module NIOEmbedded
[1216/1287] Compiling NIOEmbedded AsyncTestingChannel.swift
[1217/1287] Compiling NIOEmbedded Embedded.swift
[1218/1287] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1220/1288] Compiling NIOPosix Pool.swift
[1221/1288] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1222/1288] Compiling NIOPosix PosixSingletons.swift
[1223/1288] Compiling NIOPosix RawSocketBootstrap.swift
[1224/1288] Compiling NIOPosix Resolver.swift
[1225/1288] Compiling NIOPosix Selectable.swift
[1226/1288] Compiling NIOPosix SelectableChannel.swift
[1226/1294] Wrapping AST for NIOEmbedded for debugging
[1228/1294] Emitting module NIOPosix
[1229/1294] Compiling NIOPosix ThreadWindows.swift
[1230/1294] Compiling NIOPosix UnsafeTransfer.swift
[1231/1294] Compiling NIOPosix Utilities.swift
[1232/1294] Compiling NIOPosix VsockAddress.swift
[1233/1294] Compiling NIOPosix VsockChannelEvents.swift
[1234/1294] Compiling NIOPosix Windows.swift
[1235/1294] Compiling NIOPosix Socket.swift
[1236/1294] Compiling NIOPosix SocketChannel.swift
[1237/1294] Compiling NIOPosix SocketProtocols.swift
[1238/1294] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1239/1294] Compiling NIOPosix System.swift
[1240/1294] Compiling NIOPosix Thread.swift
[1241/1294] Compiling NIOPosix ThreadPosix.swift
[1242/1294] Compiling NIOPosix SelectableEventLoop.swift
[1243/1294] Compiling NIOPosix SelectorEpoll.swift
[1244/1294] Compiling NIOPosix SelectorGeneric.swift
[1245/1294] Compiling NIOPosix SelectorKqueue.swift
[1246/1294] Compiling NIOPosix SelectorUring.swift
[1247/1294] Compiling NIOPosix SelectorWSAPoll.swift
[1248/1294] Compiling NIOPosix ServerSocket.swift
[1249/1294] Compiling NIOPosix IO.swift
[1250/1294] Compiling NIOPosix IntegerBitPacking.swift
[1251/1294] Compiling NIOPosix IntegerTypes.swift
[1252/1294] Compiling NIOPosix Linux.swift
[1253/1294] Compiling NIOPosix LinuxCPUSet.swift
[1254/1294] Compiling NIOPosix LinuxUring.swift
[1255/1294] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1256/1294] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1257/1294] Compiling NIOPosix NIOThreadPool.swift
[1258/1294] Compiling NIOPosix NonBlockingFileIO.swift
[1259/1294] Compiling NIOPosix PendingDatagramWritesManager.swift
[1260/1294] Compiling NIOPosix PendingWritesManager.swift
[1261/1294] Compiling NIOPosix PipeChannel.swift
[1262/1294] Compiling NIOPosix PipePair.swift
[1263/1294] Compiling NIOPosix BSDSocketAPICommon.swift
[1264/1294] Compiling NIOPosix BSDSocketAPIPosix.swift
[1265/1294] Compiling NIOPosix BSDSocketAPIWindows.swift
[1266/1294] Compiling NIOPosix BaseSocket.swift
[1267/1294] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1268/1294] Compiling NIOPosix BaseSocketChannel.swift
[1269/1294] Compiling NIOPosix BaseStreamSocketChannel.swift
[1270/1294] Compiling NIOPosix Bootstrap.swift
[1271/1294] Compiling NIOPosix ControlMessage.swift
[1272/1294] Compiling NIOPosix DatagramVectorReadManager.swift
[1273/1294] Compiling NIOPosix Errors+Any.swift
[1274/1294] Compiling NIOPosix FileDescriptor.swift
[1275/1294] Compiling NIOPosix GetaddrinfoResolver.swift
[1276/1294] Compiling NIOPosix HappyEyeballs.swift
[1277/1295] Wrapping AST for NIOPosix for debugging
[1279/1297] Compiling NIO Exports.swift
[1280/1297] Emitting module NIO
[1281/1309] Wrapping AST for NIO for debugging
[1283/1337] Compiling NIOTLS TLSEvents.swift
[1284/1337] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1285/1337] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1286/1337] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1287/1337] Emitting module NIOTLS
[1288/1337] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1289/1337] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1290/1338] Emitting module NIOSOCKS
[1291/1338] Compiling NIOSOCKS ClientStateMachine.swift
[1292/1338] Compiling NIOSOCKS SOCKSResponse.swift
[1293/1338] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1294/1338] Compiling NIOHTTP1 HTTPDecoder.swift
[1295/1338] Compiling NIOHTTP1 HTTPEncoder.swift
[1296/1338] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1297/1338] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1298/1338] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1299/1338] Compiling NIOSOCKS ServerStateMachine.swift
[1300/1338] Emitting module NIOHTTP1
[1301/1340] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1302/1340] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1303/1341] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1304/1341] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1305/1341] Compiling NIOTLS SNIHandler.swift
[1308/1342] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1309/1342] Emitting module NIOFoundationCompat
[1309/1343] Wrapping AST for NIOSOCKS for debugging
[1311/1343] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1312/1343] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1315/1343] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1315/1343] Wrapping AST for NIOTLS for debugging
[1316/1364] Wrapping AST for NIOFoundationCompat for debugging
[1318/1394] Emitting module NIOTransportServices
[1319/1394] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1320/1394] Compiling NIOTransportServices NIOTSErrors.swift
[1321/1394] Compiling NIOTransportServices NIOTSEventLoop.swift
[1322/1396] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1323/1396] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1324/1396] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1329/1396] Compiling NIOTransportServices AcceptHandler.swift
[1330/1396] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1331/1396] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1332/1396] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1333/1396] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1334/1396] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1335/1396] Compiling NIOTransportServices NIOTSBootstraps.swift
[1336/1396] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1337/1396] Compiling NIOTransportServices NIOTSSingletons.swift
[1338/1396] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1339/1396] Compiling NIOTransportServices StateManagedChannel.swift
[1340/1396] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1341/1396] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1343/1396] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1344/1396] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1345/1396] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1346/1396] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1356/1398] Wrapping AST for NIOHTTP1 for debugging
[1357/1398] Wrapping AST for NIOTransportServices for debugging
[1359/1416] Compiling NIOHPACK IndexedHeaderTable.swift
[1360/1417] Compiling NIOHPACK IntegerCoding.swift
[1361/1417] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1362/1417] Compiling NIOHPACK HuffmanTables.swift
[1363/1417] Compiling NIOHPACK StaticHeaderTable.swift
[1364/1417] Emitting module NIOHTTPCompression
[1365/1417] Compiling NIOHTTPCompression HTTPCompression.swift
[1366/1417] Compiling NIOHTTPCompression HTTPDecompression.swift
[1367/1417] Emitting module NIOHPACK
[1368/1417] Compiling NIOHPACK DynamicHeaderTable.swift
[1369/1417] Compiling NIOHPACK HPACKDecoder.swift
[1370/1417] Compiling NIOHPACK HPACKEncoder.swift
[1371/1417] Compiling NIOHPACK HPACKErrors.swift
[1372/1417] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1373/1417] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1374/1417] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1375/1418] Compiling NIOHPACK HuffmanCoding.swift
[1376/1418] Wrapping AST for NIOHTTPCompression for debugging
[1381/1418] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1382/1422] Compiling NIOHPACK HPACKHeader.swift
[1383/1422] Compiling NIOHPACK HeaderTables.swift
[1389/1423] Emitting module NIOSSL
[1394/1423] Compiling NIOSSL SubjectAlternativeName.swift
[1395/1423] Compiling NIOSSL NIOSSLSecureBytes.swift
[1396/1423] Compiling NIOSSL RNG.swift
[1397/1423] Compiling NIOSSL SafeCompare.swift
[1397/1423] Wrapping AST for NIOHPACK for debugging
[1399/1483] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1400/1483] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1401/1483] Compiling NIOHTTP2 HasLocalSettings.swift
[1402/1483] Compiling NIOHTTP2 HasRemoteSettings.swift
[1403/1483] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1404/1483] Compiling NIOHTTP2 QuiescingState.swift
[1405/1483] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1406/1483] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1407/1483] Compiling NIOHTTP2 StateMachineResult.swift
[1408/1483] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1409/1483] Compiling NIOHTTP2 DOSHeuristics.swift
[1410/1483] Compiling NIOHTTP2 Error+Any.swift
[1411/1483] Compiling NIOHTTP2 MaySendFrames.swift
[1412/1483] Compiling NIOHTTP2 SendingDataState.swift
[1413/1483] Compiling NIOHTTP2 SendingGoawayState.swift
[1414/1483] Compiling NIOHTTP2 SendingHeadersState.swift
[1415/1483] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1416/1483] Compiling NIOHTTP2 SendingRstStreamState.swift
[1417/1483] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1418/1483] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1420/1491] Compiling NIOHTTP2 MayReceiveFrames.swift
[1421/1491] Compiling NIOHTTP2 ReceivingDataState.swift
[1422/1491] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1423/1491] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1424/1491] Emitting module NIOHTTP2
[1425/1492] Wrapping AST for NIOSSL for debugging
[1438/1492] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1439/1492] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1440/1492] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1441/1492] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1442/1492] Compiling NIOHTTP2 GlitchesMonitor.swift
[1443/1492] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1444/1492] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1445/1492] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1446/1492] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1447/1492] Compiling NIOHTTP2 StreamChannelList.swift
[1448/1492] Compiling NIOHTTP2 StreamMap.swift
[1449/1492] Compiling NIOHTTP2 StreamStateMachine.swift
[1450/1492] Compiling NIOHTTP2 UnsafeTransfer.swift
[1451/1492] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1452/1492] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1453/1492] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1454/1492] Compiling NIOHTTP2 HTTP2StreamID.swift
[1455/1492] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1456/1492] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1457/1492] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1458/1492] Compiling NIOHTTP2 InboundEventBuffer.swift
[1459/1492] Compiling NIOHTTP2 InboundWindowManager.swift
[1460/1492] Compiling NIOHTTP2 HTTP2Frame.swift
[1461/1492] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1462/1492] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1463/1492] Compiling NIOHTTP2 HTTP2PingData.swift
[1464/1492] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1465/1492] Compiling NIOHTTP2 HTTP2Settings.swift
[1466/1492] Compiling NIOHTTP2 HTTP2Stream.swift
[1467/1492] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1468/1492] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1469/1492] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1470/1492] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1471/1492] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1472/1492] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1473/1492] Compiling NIOHTTP2 HTTP2Error.swift
[1474/1492] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1475/1492] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1476/1492] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1477/1492] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1482/1492] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1483/1492] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1484/1492] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1485/1493] Wrapping AST for NIOHTTP2 for debugging
[1487/1556] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1488/1556] Compiling AsyncHTTPClient NWErrorHandler.swift
[1489/1556] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1490/1556] Compiling AsyncHTTPClient TLSConfiguration.swift
[1491/1556] Compiling AsyncHTTPClient RedirectState.swift
[1492/1556] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1493/1556] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1494/1556] Compiling AsyncHTTPClient RequestBag.swift
[1495/1564] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1496/1564] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1497/1564] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1498/1564] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1499/1564] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1500/1564] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1501/1564] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1502/1564] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1503/1564] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1504/1564] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1505/1564] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1506/1564] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1507/1564] Compiling AsyncHTTPClient Transaction.swift
[1508/1564] Compiling AsyncHTTPClient Base64.swift
[1509/1564] Compiling AsyncHTTPClient BasicAuth.swift
[1510/1564] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1511/1564] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1512/1564] Compiling AsyncHTTPClient ConnectionPool.swift
[1513/1564] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1514/1564] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1515/1564] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1516/1564] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1517/1564] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1518/1564] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1519/1564] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1520/1564] Compiling AsyncHTTPClient RequestBodyLength.swift
[1521/1564] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1522/1564] Compiling AsyncHTTPClient RequestValidation.swift
[1523/1564] Compiling AsyncHTTPClient SSLContextCache.swift
[1524/1564] Compiling AsyncHTTPClient Scheme.swift
[1525/1564] Compiling AsyncHTTPClient Singleton.swift
[1526/1564] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1527/1564] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1528/1564] Compiling AsyncHTTPClient TracingSupport.swift
[1529/1564] Compiling AsyncHTTPClient Utils.swift
[1530/1564] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1531/1564] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1532/1564] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1533/1564] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1534/1564] Compiling AsyncHTTPClient HTTP1Connection.swift
[1535/1564] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1536/1564] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1537/1564] Compiling AsyncHTTPClient HTTP2Connection.swift
[1538/1564] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1539/1564] Emitting module AsyncHTTPClient
[1540/1564] Compiling AsyncHTTPClient RequestOptions.swift
[1541/1564] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1542/1564] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1543/1564] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1544/1564] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1545/1564] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1546/1564] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1547/1564] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1548/1564] Compiling AsyncHTTPClient ConnectionTarget.swift
[1549/1564] Compiling AsyncHTTPClient DeconstructedURL.swift
[1550/1564] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1551/1564] Compiling AsyncHTTPClient FoundationExtensions.swift
[1552/1564] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1553/1564] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1554/1564] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1555/1564] Compiling AsyncHTTPClient HTTPClient.swift
[1556/1564] Compiling AsyncHTTPClient HTTPHandler.swift
[1557/1564] Compiling AsyncHTTPClient LRUCache.swift
[1558/1584] Wrapping AST for AsyncHTTPClient for debugging
[1560/1584] Emitting module LanerMatch
[1561/1586] Compiling LanerMatch Device.swift
[1562/1586] Compiling LanerMatch MatchError.swift
[1563/1586] Compiling LanerMatch ProvisioningProfile.swift
[1564/1586] Compiling LanerMatch CryptoService.swift
[1565/1586] Compiling LanerMatch KeychainService.swift
[1566/1586] Compiling LanerMatch GitStorage.swift
[1567/1586] Compiling LanerMatch StorageProvider.swift
[1568/1586] Compiling LanerMatch TestFlightError.swift
[1569/1586] Compiling LanerMatch ChunkedUploader.swift
[1570/1586] Compiling LanerMatch BuildUpload.swift
[1571/1586] Compiling LanerMatch Certificate.swift
[1572/1586] Compiling LanerMatch CertificateType.swift
[1573/1586] Compiling LanerMatch MatchService.swift
[1574/1586] Compiling LanerMatch TestFlightService.swift
[1575/1586] Compiling LanerMatch AppStoreConnectAPI+Builds.swift
[1576/1586] Compiling LanerMatch AppStoreConnectAPI.swift
[1577/1586] Compiling LanerMatch JWTGenerator.swift
[1578/1586] Compiling LanerMatch LanerMatch.swift
[1579/1586] Compiling LanerMatch BetaGroup.swift
[1580/1586] Compiling LanerMatch Build.swift
[1581/1587] Wrapping AST for LanerMatch for debugging
[1583/1601] Emitting module LanerDSL
[1584/1602] Compiling LanerDSL Action.swift
[1585/1602] Compiling LanerDSL Functions.swift
[1586/1602] Compiling LanerDSL MatchAction.swift
[1587/1602] Compiling LanerDSL PilotAction.swift
[1588/1602] Compiling LanerDSL LanerDSL.swift
[1589/1602] Compiling LanerDSL Lane.swift
[1590/1602] Compiling LanerDSL LanerConfiguration.swift
[1591/1602] Compiling LanerDSL Artifact.swift
[1592/1602] Compiling LanerDSL LaneBuilder.swift
[1593/1602] Compiling LanerDSL RegisterDevicesAction.swift
[1594/1602] Compiling LanerDSL AnyAction.swift
[1595/1602] Compiling LanerDSL Environment.swift
[1596/1602] Compiling LanerDSL ExecutionContext.swift
[1597/1602] Compiling LanerDSL Lanerfile.swift
[1598/1603] Wrapping AST for LanerDSL for debugging
[1600/1620] Compiling LanerPluginKit LanerPluginKit.swift
[1601/1620] Emitting module LanerPluginKit
[1602/1620] Compiling LanerCore TestCommand.swift
[1603/1620] Compiling LanerCore UploadCommand.swift
[1604/1622] Compiling LanerCore VersionCommand.swift
[1605/1622] Compiling LanerCore LanerCore.swift
[1607/1623] Compiling LanerCore LanesCommand.swift
[1608/1623] Compiling LanerCore MatchCommand.swift
[1609/1623] Compiling LanerCore DoctorCommand.swift
[1610/1623] Compiling LanerCore GlobalOptions.swift
[1611/1623] Compiling LanerCore BuildCommand.swift
[1612/1623] Compiling LanerCore CLIError.swift
[1613/1623] Emitting module LanerCore
[1614/1623] Compiling LanerCore InitCommand.swift
[1615/1623] Compiling LanerCore LaneCommand.swift
[1616/1623] Compiling LanerCore ManifestCache.swift
[1617/1623] Compiling LanerCore ManifestCompiler.swift
[1618/1623] Compiling LanerCore ManifestError.swift
[1619/1623] Compiling LanerCore ManifestLoader.swift
[1620/1624] Wrapping AST for LanerCore for debugging
[1622/1626] Compiling laner main.swift
[1623/1626] Emitting module laner
[1624/1627] Wrapping AST for laner for debugging
[1625/1627] Write Objects.LinkFileList
[1626/1627] Linking laner
Build complete! (435.73s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client"
}
],
"manifest_display_name" : "Laner",
"name" : "Laner",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "laner",
"targets" : [
"laner"
],
"type" : {
"executable" : null
}
},
{
"name" : "LanerDSL",
"targets" : [
"LanerDSL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanerKit",
"targets" : [
"LanerKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanerPluginKit",
"targets" : [
"LanerPluginKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanerMatch",
"targets" : [
"LanerMatch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "laner",
"module_type" : "SwiftTarget",
"name" : "laner",
"path" : "Sources/laner",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"laner"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LanerCore",
"LanerKit"
],
"type" : "executable"
},
{
"c99name" : "LanerPluginKit",
"module_type" : "SwiftTarget",
"name" : "LanerPluginKit",
"path" : "Sources/LanerPluginKit",
"product_memberships" : [
"LanerPluginKit"
],
"sources" : [
"LanerPluginKit.swift"
],
"target_dependencies" : [
"LanerDSL",
"LanerKit"
],
"type" : "library"
},
{
"c99name" : "LanerMatchTests",
"module_type" : "SwiftTarget",
"name" : "LanerMatchTests",
"path" : "Tests/LanerMatchTests",
"sources" : [
"AppStoreConnectAPITests.swift",
"CertificateTypeTests.swift",
"CryptoServiceTests.swift",
"GitStorageTests.swift",
"KeychainServiceTests.swift",
"MatchServiceTests.swift",
"TestFlightModelsTests.swift"
],
"target_dependencies" : [
"LanerMatch"
],
"type" : "test"
},
{
"c99name" : "LanerMatch",
"module_type" : "SwiftTarget",
"name" : "LanerMatch",
"path" : "Sources/LanerMatch",
"product_dependencies" : [
"Logging",
"Crypto",
"AsyncHTTPClient"
],
"product_memberships" : [
"laner",
"LanerDSL",
"LanerPluginKit",
"LanerMatch"
],
"sources" : [
"API/AppStoreConnectAPI+Builds.swift",
"API/AppStoreConnectAPI.swift",
"API/JWTGenerator.swift",
"LanerMatch.swift",
"Models/BetaGroup.swift",
"Models/Build.swift",
"Models/BuildUpload.swift",
"Models/Certificate.swift",
"Models/CertificateType.swift",
"Models/Device.swift",
"Models/MatchError.swift",
"Models/ProvisioningProfile.swift",
"Models/TestFlightError.swift",
"Services/ChunkedUploader.swift",
"Services/CryptoService.swift",
"Services/KeychainService.swift",
"Services/MatchService.swift",
"Services/TestFlightService.swift",
"Storage/GitStorage.swift",
"Storage/StorageProvider.swift"
],
"target_dependencies" : [
"LanerKit"
],
"type" : "library"
},
{
"c99name" : "LanerKitTests",
"module_type" : "SwiftTarget",
"name" : "LanerKitTests",
"path" : "Tests/LanerKitTests",
"sources" : [
"FileManagerExtensionsTests.swift",
"LanerKitTests.swift",
"LoggingTests.swift",
"PlatformTests.swift",
"ProcessResultTests.swift",
"ShellErrorTests.swift",
"ShellExecutorTests.swift",
"XcodebuildTests.swift"
],
"target_dependencies" : [
"LanerKit"
],
"type" : "test"
},
{
"c99name" : "LanerKit",
"module_type" : "SwiftTarget",
"name" : "LanerKit",
"path" : "Sources/LanerKit",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"laner",
"LanerDSL",
"LanerKit",
"LanerPluginKit",
"LanerMatch"
],
"sources" : [
"FileManagerExtensions.swift",
"LanerKit.swift",
"Logging/ConsoleLogHandler.swift",
"Logging/LogCategory.swift",
"Logging/LoggingConfiguration.swift",
"Platform.swift",
"ProcessResult.swift",
"ShellError.swift",
"ShellExecutor.swift",
"Xcodebuild/ArchiveOptions.swift",
"Xcodebuild/BuildOptions.swift",
"Xcodebuild/TestOptions.swift",
"Xcodebuild/XcodebuildExecutor.swift",
"Xcodebuild/XcodebuildResult.swift"
],
"type" : "library"
},
{
"c99name" : "LanerDSLTests",
"module_type" : "SwiftTarget",
"name" : "LanerDSLTests",
"path" : "Tests/LanerDSLTests",
"sources" : [
"ActionsTest.swift",
"LanerDSLTests.swift",
"LanerfileTests.swift",
"MatchActionTests.swift",
"PilotActionTests.swift"
],
"target_dependencies" : [
"LanerDSL"
],
"type" : "test"
},
{
"c99name" : "LanerDSL",
"module_type" : "SwiftTarget",
"name" : "LanerDSL",
"path" : "Sources/LanerDSL",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"laner",
"LanerDSL",
"LanerPluginKit"
],
"sources" : [
"Action.swift",
"Actions/Functions.swift",
"Actions/MatchAction.swift",
"Actions/PilotAction.swift",
"Actions/RegisterDevicesAction.swift",
"AnyAction.swift",
"Artifact.swift",
"Builders/LaneBuilder.swift",
"Environment.swift",
"ExecutionContext.swift",
"Lane.swift",
"LanerConfiguration.swift",
"LanerDSL.swift",
"Manifest/Lanerfile.swift"
],
"target_dependencies" : [
"LanerKit",
"LanerMatch"
],
"type" : "library"
},
{
"c99name" : "LanerCoreTests",
"module_type" : "SwiftTarget",
"name" : "LanerCoreTests",
"path" : "Tests/LanerCoreTests",
"sources" : [
"LanerCoreTests.swift",
"MatchCommandTests.swift"
],
"target_dependencies" : [
"LanerCore"
],
"type" : "test"
},
{
"c99name" : "LanerCore",
"module_type" : "SwiftTarget",
"name" : "LanerCore",
"path" : "Sources/LanerCore",
"product_dependencies" : [
"ArgumentParser",
"Logging",
"Crypto"
],
"product_memberships" : [
"laner"
],
"sources" : [
"Commands/BuildCommand.swift",
"Commands/CLIError.swift",
"Commands/DoctorCommand.swift",
"Commands/GlobalOptions.swift",
"Commands/InitCommand.swift",
"Commands/LaneCommand.swift",
"Commands/LanesCommand.swift",
"Commands/MatchCommand.swift",
"Commands/TestCommand.swift",
"Commands/UploadCommand.swift",
"Commands/VersionCommand.swift",
"LanerCore.swift",
"Manifest/ManifestCache.swift",
"Manifest/ManifestCompiler.swift",
"Manifest/ManifestError.swift",
"Manifest/ManifestLoader.swift"
],
"target_dependencies" : [
"LanerDSL",
"LanerKit"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.