Build Information
Successful build of PrchVapor, reference main (4c9de4
), with Swift 6.1 for Linux on 26 Apr 2025 16:53:20 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/PrchVapor.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/brightdigit/PrchVapor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4c9de49 Unhide dev dependencies
Cloned https://github.com/brightdigit/PrchVapor.git
Revision (git rev-parse @):
4c9de49338edadd64deb9f544d89ba4f177720ef
SUCCESS checkout https://github.com/brightdigit/PrchVapor.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/brightdigit/PrchVapor.git
https://github.com/brightdigit/PrchVapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swiftlint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.43.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Rocket.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "prchnio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0-beta.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/PrchNIO.git"
}
],
"manifest_display_name" : "PrchVapor",
"name" : "PrchVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "PrchVapor",
"targets" : [
"PrchVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PrchVapor",
"module_type" : "SwiftTarget",
"name" : "PrchVapor",
"path" : "Sources/PrchVapor",
"product_dependencies" : [
"PrchNIO",
"Vapor"
],
"product_memberships" : [
"PrchVapor"
],
"sources" : [
"ClientResponse.swift",
"SessionClient.swift",
"URI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/shibapm/Komondor
Fetching https://github.com/brightdigit/PrchNIO.git
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/shibapm/Rocket.git
[1/209] Fetching prchnio
[210/1595] Fetching prchnio, rocket
[1555/2104] Fetching prchnio, rocket, komondor
Fetched https://github.com/shibapm/Rocket.git from cache (0.51s)
[607/718] Fetching prchnio, komondor
[719/47448] Fetching prchnio, komondor, swiftformat
[2589/121761] Fetching prchnio, komondor, swiftformat, vapor
[5562/271654] Fetching prchnio, komondor, swiftformat, vapor, swiftlint
Fetched https://github.com/brightdigit/PrchNIO.git from cache (60.76s)
Fetched https://github.com/shibapm/Komondor from cache (60.76s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (62.41s)
Fetched https://github.com/vapor/vapor.git from cache (67.27s)
Fetched https://github.com/realm/SwiftLint from cache (69.14s)
Computing version for https://github.com/shibapm/Rocket.git
Computed https://github.com/shibapm/Rocket.git at 1.3.0 (70.25s)
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/PackageConfig.git
[1/4863] Fetching swiftshell
[488/4979] Fetching swiftshell, logger
[847/5559] Fetching swiftshell, logger, packageconfig
[1957/15848] Fetching swiftshell, logger, packageconfig, yams
Fetched https://github.com/shibapm/Logger from cache (0.75s)
[6884/15732] Fetching swiftshell, packageconfig, yams
Fetched https://github.com/kareman/SwiftShell from cache (2.02s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (2.02s)
Fetched https://github.com/jpsim/Yams from cache (2.09s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (8.58s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (5.25s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (1.00s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.99s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (2.03s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (1.01s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (1.02s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (1.19s)
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/84] Fetching collectionconcurrencykit
[85/16196] Fetching collectionconcurrencykit, sourcekitten
[569/29130] Fetching collectionconcurrencykit, sourcekitten, cryptoswift
[989/30059] Fetching collectionconcurrencykit, sourcekitten, cryptoswift, swiftytexttable
[6048/45009] Fetching collectionconcurrencykit, sourcekitten, cryptoswift, swiftytexttable, swift-argument-parser
[33797/115241] Fetching collectionconcurrencykit, sourcekitten, cryptoswift, swiftytexttable, swift-argument-parser, swift-syntax
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (2.55s)
[52029/114312] Fetching collectionconcurrencykit, sourcekitten, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (2.62s)
[38615/98200] Fetching collectionconcurrencykit, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.53s)
[37600/83250] Fetching collectionconcurrencykit, cryptoswift, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.57s)
[25368/70316] Fetching collectionconcurrencykit, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (9.92s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.02s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (11.12s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (1.01s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.53s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.92s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.50s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.72s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (4.33s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.94s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.92s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.66s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/3208] Fetching multipart-kit
[1092/8178] Fetching multipart-kit, swift-distributed-tracing
[1838/14081] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms
[3656/16668] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, websocket-kit
[3800/18373] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, websocket-kit, swift-atomics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.14s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (1.22s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.23s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.23s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
[1120/3208] Fetching multipart-kit
[1121/4267] Fetching multipart-kit, swift-service-context
[2180/6467] Fetching multipart-kit, swift-service-context, swift-metrics
[4380/10303] Fetching multipart-kit, swift-service-context, swift-metrics, swift-log
Fetched https://github.com/apple/swift-service-context.git from cache (0.52s)
[3474/9244] Fetching multipart-kit, swift-metrics, swift-log
[3782/14906] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-extras
Fetching https://github.com/apple/swift-nio-ssl.git
[6456/26398] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-extras, swift-nio-http2
[15348/41191] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (4.68s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-log.git from cache (8.86s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (8.86s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (8.89s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (8.53s)
Fetched https://github.com/vapor/multipart-kit.git from cache (10.25s)
Fetching https://github.com/vapor/async-kit.git
[1/20723] Fetching routing-kit
[3110/23093] Fetching routing-kit, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.63s)
[5388/20723] Fetching routing-kit
[15958/34510] Fetching routing-kit, async-http-client
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.65s)
[1/13784] Fetching swift-crypto
[691/19269] Fetching swift-crypto, console-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (2.62s)
Fetched https://github.com/apple/swift-nio.git from cache (9.06s)
Fetched https://github.com/vapor/console-kit.git from cache (5.10s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.14s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (18.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.24s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[2570/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
[1950/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.80s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.88s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.47s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.96s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.11s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.39s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.10s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.71s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (1.33s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.79s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.02s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.97s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.95s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.90s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.86s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.23s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.39s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.44s)
Computing version for https://github.com/brightdigit/PrchNIO.git
Computed https://github.com/brightdigit/PrchNIO.git at 0.2.0-beta.1 (0.89s)
Fetching https://github.com/brightdigit/Prch.git
[1/2495] Fetching prch
Fetched https://github.com/brightdigit/Prch.git from cache (0.40s)
Computing version for https://github.com/brightdigit/Prch.git
Computed https://github.com/brightdigit/Prch.git at 0.2.1 (1.34s)
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.59.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/brightdigit/PrchNIO.git
Working copy of https://github.com/brightdigit/PrchNIO.git resolved at 0.2.0-beta.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.82.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.4
Creating working copy for https://github.com/shibapm/Rocket.git
Working copy of https://github.com/shibapm/Rocket.git resolved at 1.3.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.4.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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.2.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.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.30.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.4.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/brightdigit/Prch.git
Working copy of https://github.com/brightdigit/Prch.git resolved at 0.2.1
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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.36.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.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.25.2
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
warning: 'komondor': 'komondor' dependency on 'https://github.com/f-meloni/Rocket' conflicts with dependency on 'https://github.com/shibapm/Rocket.git' which has the same identity 'rocket'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/837] Write sources
[45/837] Compiling CNIOWindows shim.c
[45/837] Compiling _NumericsShims _NumericsShims.c
[47/837] Write sources
[54/837] Compiling CNIOWASI CNIOWASI.c
[55/837] Compiling _AtomicsShims.c
[56/837] Compiling CNIOWindows WSAStartup.c
[56/837] Compiling CVaporBcrypt blf.c
[58/837] Compiling CVaporBcrypt bcrypt.c
[59/837] Compiling CNIOSHA1 c_nio_sha1.c
[60/837] Compiling CSystem shims.c
[61/837] Compiling CNIOLinux liburing_shims.c
[62/837] Compiling CNIOExtrasZlib empty.c
[63/837] Compiling CNIODarwin shim.c
[64/837] Compiling CNIOLLHTTP c_nio_http.c
[65/837] Compiling CNIOLinux shim.c
[66/837] Compiling CNIOLLHTTP c_nio_api.c
[67/837] Compiling fiat_p256_adx_sqr.S
[68/837] Write swift-version-24593BA9C3E375BF.txt
[69/837] Compiling fiat_curve25519_adx_mul.S
[70/837] Compiling fiat_p256_adx_mul.S
[71/837] Compiling fiat_curve25519_adx_square.S
[72/837] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/874] Compiling CNIOBoringSSLShims shims.c
[75/884] Emitting module _NIOBase64
[76/884] Emitting module SystemPackage
[76/887] Compiling tls13_server.cc
[77/887] Compiling tls_record.cc
[78/887] Compiling tls_method.cc
[80/951] Emitting module InternalCollectionsUtilities
[81/953] Compiling Prch Session.swift
[82/953] Compiling Prch Task.swift
[83/953] Compiling Prch URL.swift
[84/953] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[85/953] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/953] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[87/953] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[88/954] Compiling InternalCollectionsUtilities Integer rank.swift
[89/954] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[90/954] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[91/954] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[92/954] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[93/954] Compiling InternalCollectionsUtilities Specialize.swift
[94/954] Compiling RealModule Real.swift
[95/954] Emitting module RealModule
[96/954] Compiling RealModule ElementaryFunctions.swift
[97/954] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[98/954] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[102/954] Compiling InternalCollectionsUtilities Debugging.swift
[103/954] Compiling InternalCollectionsUtilities Descriptions.swift
[104/954] Compiling InternalCollectionsUtilities _SortedCollection.swift
[105/954] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[106/954] Compiling RealModule RealFunctions.swift
[109/954] Compiling _NIODataStructures _TinyArray.swift
[110/954] Compiling _NIODataStructures PriorityQueue.swift
[111/954] Compiling _NIOBase64 Base64.swift
[115/954] Compiling InternalCollectionsUtilities UInt+reversed.swift
[116/954] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[117/956] Compiling ServiceContextModule ServiceContext.swift
[118/956] Emitting module ServiceContextModule
[119/956] Compiling ServiceContextModule ServiceContextKey.swift
[120/957] Compiling Prch URLSession.swift
[121/957] Compiling Prch URLSessionResponse.swift
[122/957] Compiling Prch Request.swift
[123/957] Compiling RealModule Float16+Real.swift
[124/957] Compiling RealModule Float+Real.swift
[125/957] Compiling RealModule Float80+Real.swift
[134/958] Emitting module Prch
[135/963] Compiling Logging MetadataProvider.swift
[144/963] Emitting module Logging
[147/963] Compiling Prch StringCodingKey.swift
[148/963] Compiling Prch DateEncodingContainer.swift
[149/963] Compiling Prch DeprecatedRequest.swift
[150/963] Compiling Prch DeprecatedResponse.swift
[151/963] Compiling Prch DeprecatedResponseResult.swift
[152/963] Compiling Prch TypeAliases.swift
[153/964] Emitting module _NIODataStructures
[154/964] Compiling _NIODataStructures Heap.swift
[155/965] Compiling Logging Locks.swift
[156/965] Compiling Logging Logging.swift
[157/965] Compiling Logging LogHandler.swift
[161/975] Compiling Instrumentation InstrumentationSystem.swift
[162/996] Emitting module Instrumentation
[163/1006] Compiling Instrumentation Instrument.swift
[164/1030] Compiling Instrumentation NoOpInstrument.swift
[165/1030] Compiling Instrumentation MultiplexInstrument.swift
[166/1030] Compiling Instrumentation Locks.swift
[168/1112] Compiling RoutingKit Parameters.swift
[169/1112] Compiling RoutingKit AnyRouter.swift
[170/1112] Emitting module RoutingKit
[171/1112] Compiling RoutingKit PathComponent.swift
[172/1112] Compiling _RopeModule BigString+Split.swift
[173/1112] Compiling _RopeModule Range+BigString.swift
[174/1112] Compiling _RopeModule BigString+UTF16View.swift
[175/1112] Compiling _RopeModule BigString+UTF8View.swift
[176/1112] Compiling _RopeModule BigString+UnicodeScalarView.swift
[177/1112] Compiling HeapModule Heap+Descriptions.swift
[178/1112] Compiling _RopeModule BigSubstring+UTF16View.swift
[179/1112] Compiling _RopeModule BigSubstring+UTF8View.swift
[180/1112] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[181/1112] Compiling _RopeModule BigSubstring.swift
[182/1112] Compiling _RopeModule Rope+Builder.swift
[183/1112] Compiling _RopeModule Rope+Invariants.swift
[184/1112] Compiling _RopeModule Rope+_Node.swift
[185/1112] Compiling _RopeModule _RopeVersion.swift
[186/1112] Compiling _RopeModule Rope+Collection.swift
[187/1112] Compiling _RopeModule Rope+Index.swift
[188/1112] Compiling _RopeModule Rope+Sequence.swift
[189/1112] Compiling _RopeModule Rope+Append.swift
[190/1119] Compiling _RopeModule BigString+Debugging.swift
[191/1119] Compiling _RopeModule BigString+Index.swift
[192/1119] Compiling _RopeModule BigString+Ingester.swift
[193/1119] Compiling _RopeModule BigString+Invariants.swift
[194/1119] Compiling _RopeModule BigString+Iterators.swift
[195/1119] Compiling _RopeModule BigString+Metrics.swift
[196/1119] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[197/1119] Compiling _RopeModule BigString+Hashing.swift
[198/1119] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[199/1119] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[200/1119] Compiling _RopeModule BigString+Sequence.swift
[201/1119] Compiling _RopeModule BigString+TextOutputStream.swift
[202/1119] Compiling _RopeModule BigString+Append.swift
[203/1119] Compiling _RopeModule BigString+Initializers.swift
[204/1119] Compiling _RopeModule BigString+Insert.swift
[205/1119] Compiling _RopeModule BigString+Managing Breaks.swift
[206/1119] Compiling _RopeModule BigString+RemoveSubrange.swift
[207/1119] Compiling _RopeModule BigString+ReplaceSubrange.swift
[208/1119] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[209/1119] Compiling _RopeModule BigString+Chunk+Splitting.swift
[210/1119] Compiling _RopeModule BigString+Chunk.swift
[211/1119] Compiling _RopeModule BigString+BidirectionalCollection.swift
[212/1119] Compiling _RopeModule BigString+Builder.swift
[213/1119] Compiling _RopeModule BigString+Contents.swift
[214/1119] Compiling _RopeModule BigString+Summary.swift
[215/1119] Compiling _RopeModule BigString.swift
[216/1119] Compiling _RopeModule BigString+Comparable.swift
[217/1119] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[218/1119] Compiling _RopeModule BigString+CustomStringConvertible.swift
[219/1119] Compiling _RopeModule BigString+Equatable.swift
[220/1119] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[221/1119] Compiling _RopeModule BigString+Chunk+Breaks.swift
[222/1119] Compiling _RopeModule BigString+Chunk+Counts.swift
[223/1119] Compiling _RopeModule BigString+Chunk+Description.swift
[224/1119] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[225/1119] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[233/1120] Compiling RoutingKit Router.swift
[234/1120] Compiling RoutingKit TrieRouter.swift
[235/1121] Compiling HeapModule _HeapNode.swift
[236/1121] Compiling HeapModule Heap.swift
[239/1121] Emitting module HeapModule
[240/1121] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[241/1121] Compiling HeapModule Heap+Invariants.swift
[242/1121] Compiling HeapModule Heap+UnsafeHandle.swift
[251/1124] Compiling _RopeModule Rope+Debugging.swift
[252/1130] Emitting module CoreMetrics
[253/1130] Compiling CoreMetrics Locks.swift
[254/1130] Compiling CoreMetrics Metrics.swift
[272/1207] Compiling Tracing TracingTime.swift
[273/1222] Compiling Tracing TracerProtocol.swift
[274/1222] Compiling DequeModule Deque+CustomReflectable.swift
[275/1222] Compiling DequeModule Deque+Descriptions.swift
[276/1222] Compiling DequeModule Deque+Codable.swift
[277/1222] Compiling DequeModule Deque+Collection.swift
[278/1222] Compiling DequeModule Deque+Equatable.swift
[279/1222] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[280/1222] Compiling DequeModule Deque._UnsafeHandle.swift
[281/1222] Compiling DequeModule Deque.swift
[282/1222] Compiling DequeModule Deque+Testing.swift
[283/1222] Compiling DequeModule Deque._Storage.swift
[284/1222] Compiling DequeModule _DequeBuffer.swift
[285/1222] Compiling DequeModule _DequeBufferHeader.swift
[286/1222] Compiling DequeModule Deque+Extras.swift
[287/1222] Compiling DequeModule Deque+Hashable.swift
[288/1222] Compiling HashTreeCollections _RawHashNode.swift
[289/1222] Compiling HashTreeCollections _UnmanagedHashNode.swift
[291/1224] Compiling tls13_enc.cc
[293/1224] Emitting module Tracing
[296/1224] Compiling Tracing Tracer.swift
[297/1224] Compiling Tracing TracerProtocol+Legacy.swift
[298/1226] Compiling HashTreeCollections TreeSet+Hashable.swift
[299/1226] Compiling HashTreeCollections TreeSet+Sendable.swift
[300/1226] Compiling HashTreeCollections TreeSet+Sequence.swift
[301/1226] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[302/1226] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[303/1226] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[304/1226] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[305/1226] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[306/1226] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[307/1226] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[310/1236] Compiling DequeModule _DequeSlot.swift
[311/1236] Compiling DequeModule _UnsafeWrappedBuffer.swift
[312/1236] Compiling Metrics Metrics.swift
[312/1236] Compiling tls13_client.cc
[314/1236] Emitting module Metrics
[315/1237] Compiling HashTreeCollections TreeDictionary+Values.swift
[316/1237] Compiling HashTreeCollections TreeDictionary.swift
[317/1237] Compiling HashTreeCollections TreeSet+Codable.swift
[318/1237] Compiling HashTreeCollections TreeSet+Collection.swift
[319/1237] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[320/1237] Compiling HashTreeCollections TreeSet+Debugging.swift
[321/1237] Compiling HashTreeCollections TreeSet+Descriptions.swift
[322/1237] Compiling Tracing NoOpTracer.swift
[323/1237] Compiling Tracing InstrumentationSystem+Tracing.swift
[324/1237] Compiling Tracing SpanProtocol.swift
[333/1238] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[334/1238] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[335/1238] Compiling HashTreeCollections TreeDictionary+Filter.swift
[336/1238] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[337/1238] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[338/1238] Compiling HashTreeCollections TreeDictionary+Keys.swift
[339/1238] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[340/1238] Compiling HashTreeCollections TreeDictionary+Merge.swift
[341/1238] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[342/1238] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[350/1238] Compiling HashTreeCollections TreeSet+Equatable.swift
[351/1238] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[352/1238] Compiling HashTreeCollections TreeSet+Extras.swift
[353/1238] Compiling HashTreeCollections TreeSet+Filter.swift
[370/1238] Compiling HashTreeCollections _UnsafePath.swift
[371/1238] Compiling HashTreeCollections TreeDictionary+Codable.swift
[372/1238] Compiling HashTreeCollections TreeDictionary+Collection.swift
[373/1238] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[394/1247] Emitting module OrderedCollections
[396/1248] Compiling _RopeModule _CharacterRecognizer.swift
[397/1248] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[398/1248] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[399/1248] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[400/1248] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[401/1248] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[402/1248] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[403/1248] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[404/1248] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[405/1248] Compiling HashTreeCollections TreeSet.swift
[406/1248] Emitting module DequeModule
[416/1249] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[417/1249] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[419/1249] Emitting module _RopeModule
[420/1249] Compiling HashTreeCollections _AncestorHashSlots.swift
[421/1249] Compiling HashTreeCollections _Bitmap.swift
[422/1249] Compiling HashTreeCollections _Bucket.swift
[423/1249] Compiling HashTreeCollections _Hash.swift
[424/1249] Compiling HashTreeCollections _HashLevel.swift
[425/1249] Compiling HashTreeCollections _HashNode+Builder.swift
[426/1249] Compiling HashTreeCollections _HashNode+Debugging.swift
[427/1249] Compiling HashTreeCollections _HashNode+Initializers.swift
[428/1249] Compiling HashTreeCollections _HashNode+Invariants.swift
[429/1249] Compiling HashTreeCollections _HashNode+Lookups.swift
[430/1249] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[430/1249] Compiling t1_enc.cc
[443/1249] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[444/1249] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[445/1249] Compiling HashTreeCollections _HashNode+Storage.swift
[446/1249] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[447/1249] Compiling HashTreeCollections _HashNode+Structural filter.swift
[448/1249] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[449/1249] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[450/1249] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[451/1249] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[452/1249] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[453/1249] Compiling HashTreeCollections _HashNode+Structural merge.swift
[453/1249] Compiling tls13_both.cc
[454/1249] Compiling ssl_transcript.cc
[455/1249] Compiling ssl_x509.cc
[456/1249] Compiling ssl_versions.cc
[458/1249] Compiling _RopeModule Rope+Join.swift
[459/1249] Compiling _RopeModule Rope+MutatingForEach.swift
[460/1249] Compiling _RopeModule Rope+Remove.swift
[461/1249] Compiling _RopeModule Rope+RemoveSubrange.swift
[462/1249] Compiling _RopeModule Rope+Split.swift
[463/1249] Compiling _RopeModule Optional Utilities.swift
[464/1249] Compiling _RopeModule String Utilities.swift
[465/1249] Compiling _RopeModule String.Index+ABI.swift
[495/1250] Compiling ssl_stat.cc
[497/1250] Compiling ssl_session.cc
[498/1250] Compiling ssl_file.cc
[500/1250] Emitting module HashTreeCollections
[501/1251] Compiling ssl_credential.cc
[502/1251] Compiling ssl_cert.cc
[503/1251] Compiling ssl_key_share.cc
[504/1251] Compiling ssl_privkey.cc
[505/1251] Compiling ssl_lib.cc
[506/1251] Compiling ssl_buffer.cc
[507/1251] Compiling ssl_cipher.cc
[508/1251] Compiling ssl_asn1.cc
[509/1251] Compiling s3_pkt.cc
[510/1251] Compiling s3_both.cc
[511/1251] Compiling s3_lib.cc
[512/1251] Compiling ssl_aead_ctx.cc
[513/1251] Compiling handshake_server.cc
[514/1251] Compiling handoff.cc
[515/1251] Compiling handshake.cc
[516/1251] Compiling extensions.cc
[517/1251] Compiling handshake_client.cc
[518/1251] Compiling dtls_record.cc
[519/1251] Compiling dtls_method.cc
[520/1251] Compiling md5-x86_64-linux.S
[521/1251] Compiling encrypted_client_hello.cc
[522/1251] Compiling bio_ssl.cc
[523/1251] Compiling d1_srtp.cc
[524/1251] Compiling err_data.cc
[525/1251] Compiling md5-x86_64-apple.S
[526/1251] Compiling d1_pkt.cc
[527/1251] Compiling d1_both.cc
[528/1251] Compiling d1_lib.cc
[529/1251] Compiling md5-586-linux.S
[530/1251] Compiling chacha20_poly1305_x86_64-apple.S
[531/1251] Compiling md5-586-apple.S
[532/1251] Compiling chacha20_poly1305_x86_64-linux.S
[533/1251] Compiling chacha20_poly1305_armv8-linux.S
[534/1251] Compiling chacha20_poly1305_armv8-apple.S
[535/1251] Compiling chacha20_poly1305_armv8-win.S
[536/1251] Compiling chacha-x86_64-linux.S
[537/1251] Compiling chacha-x86_64-apple.S
[538/1251] Compiling chacha-x86-linux.S
[539/1251] Compiling chacha-x86-apple.S
[540/1251] Compiling chacha-armv8-win.S
[541/1251] Compiling chacha-armv8-apple.S
[542/1251] Compiling chacha-armv4-linux.S
[543/1251] Compiling chacha-armv8-linux.S
[544/1251] Compiling aes128gcmsiv-x86_64-linux.S
[545/1251] Compiling aes128gcmsiv-x86_64-apple.S
[546/1251] Compiling x86_64-mont5-linux.S
[547/1251] Compiling x86_64-mont-apple.S
[548/1251] Compiling x86-mont-linux.S
[549/1251] Compiling x86_64-mont5-apple.S
[550/1251] Compiling x86-mont-apple.S
[551/1251] Compiling x86_64-mont-linux.S
[552/1251] Compiling vpaes-x86_64-apple.S
[553/1251] Compiling vpaes-x86_64-linux.S
[554/1251] Compiling vpaes-x86-linux.S
[554/1251] Compiling vpaes-armv8-apple.S
[555/1251] Compiling vpaes-x86-apple.S
[557/1251] Compiling vpaes-armv8-linux.S
[558/1251] Compiling vpaes-armv8-win.S
[559/1251] Compiling sha512-x86_64-apple.S
[559/1251] Compiling sha512-x86_64-linux.S
[561/1251] Compiling vpaes-armv7-linux.S
[562/1251] Compiling sha512-586-apple.S
[563/1251] Compiling sha512-armv4-linux.S
[564/1251] Compiling sha512-armv8-win.S
[565/1251] Compiling sha512-armv8-apple.S
[566/1251] Compiling sha512-armv8-linux.S
[567/1251] Compiling sha512-586-linux.S
[568/1251] Compiling sha256-x86_64-linux.S
[569/1251] Compiling sha256-x86_64-apple.S
[570/1251] Compiling sha256-armv8-win.S
[571/1251] Compiling sha256-armv8-linux.S
[572/1251] Compiling sha256-armv8-apple.S
[573/1251] Compiling sha256-armv4-linux.S
[574/1251] Compiling sha256-586-linux.S
[575/1251] Compiling sha256-586-apple.S
[576/1251] Compiling sha1-x86_64-apple.S
[577/1251] Compiling sha1-x86_64-linux.S
[578/1251] Compiling sha1-armv8-win.S
[579/1251] Compiling sha1-armv4-large-linux.S
[580/1251] Compiling sha1-armv8-linux.S
[581/1251] Compiling sha1-armv8-apple.S
[582/1251] Compiling sha1-586-apple.S
[583/1251] Compiling rsaz-avx2-apple.S
[584/1251] Compiling rdrand-x86_64-linux.S
[585/1251] Compiling rdrand-x86_64-apple.S
[586/1251] Compiling rsaz-avx2-linux.S
[586/1251] Compiling sha1-586-linux.S
[588/1251] Compiling p256_beeu-x86_64-asm-linux.S
[589/1251] Compiling p256_beeu-x86_64-asm-apple.S
[590/1251] Compiling p256_beeu-armv8-asm-linux.S
[591/1251] Compiling p256_beeu-armv8-asm-apple.S
[592/1251] Compiling p256_beeu-armv8-asm-win.S
[593/1251] Compiling p256-x86_64-asm-apple.S
[594/1251] Compiling p256-x86_64-asm-linux.S
[595/1251] Compiling p256-armv8-asm-win.S
[595/1251] Compiling p256-armv8-asm-linux.S
[597/1251] Compiling p256-armv8-asm-apple.S
[598/1251] Compiling ghashv8-armv8-win.S
[599/1251] Compiling ghash-x86_64-apple.S
[600/1251] Compiling ghashv8-armv8-linux.S
[601/1251] Compiling ghash-x86-linux.S
[602/1251] Compiling ghashv8-armv8-apple.S
[603/1251] Compiling ghashv8-armv7-linux.S
[604/1251] Compiling ghash-x86_64-linux.S
[605/1251] Compiling ghash-ssse3-x86_64-linux.S
[605/1251] Compiling ghash-x86-apple.S
[607/1251] Compiling ghash-ssse3-x86_64-apple.S
[608/1251] Compiling ghash-ssse3-x86-apple.S
[609/1251] Compiling ghash-ssse3-x86-linux.S
[610/1251] Compiling ghash-neon-armv8-apple.S
[611/1251] Compiling ghash-neon-armv8-win.S
[612/1251] Compiling ghash-neon-armv8-linux.S
[613/1251] Compiling co-586-linux.S
[614/1251] Compiling co-586-apple.S
[615/1251] Compiling ghash-armv4-linux.S
[616/1251] Compiling bn-586-linux.S
[617/1251] Compiling bn-armv8-linux.S
[618/1251] Compiling bn-armv8-win.S
[619/1251] Compiling bsaes-armv7-linux.S
[620/1251] Compiling bn-armv8-apple.S
[621/1251] Compiling bn-586-apple.S
[622/1251] Compiling armv8-mont-apple.S
[623/1251] Compiling armv8-mont-win.S
[624/1251] Compiling armv8-mont-linux.S
[625/1251] Compiling armv4-mont-linux.S
[626/1251] Compiling aesv8-gcm-armv8-win.S
[627/1251] Compiling aesv8-gcm-armv8-apple.S
[628/1251] Compiling aesv8-armv8-win.S
[629/1251] Compiling aesv8-gcm-armv8-linux.S
[630/1251] Compiling aesv8-armv8-apple.S
[631/1251] Compiling aesv8-armv8-linux.S
[632/1251] Compiling aesv8-armv7-linux.S
[633/1251] Compiling aesni-x86_64-linux.S
[634/1251] Compiling aesni-x86_64-apple.S
[635/1251] Compiling aesni-x86-apple.S
[636/1251] Compiling aesni-x86-linux.S
[637/1251] Compiling aesni-gcm-x86_64-apple.S
[638/1251] Compiling aesni-gcm-x86_64-linux.S
[639/1251] Compiling aes-gcm-avx2-x86_64-apple.S
[640/1251] Compiling aes-gcm-avx10-x86_64-linux.S
[641/1251] Compiling aes-gcm-avx2-x86_64-linux.S
[642/1251] Compiling aes-gcm-avx10-x86_64-apple.S
[643/1251] Compiling x_req.cc
[644/1251] Compiling x_exten.cc
[645/1251] Compiling x_sig.cc
[646/1251] Compiling x_pubkey.cc
[647/1251] Compiling x_name.cc
[648/1251] Compiling x_val.cc
[649/1251] Compiling x_x509a.cc
[650/1251] Compiling x_spki.cc
[651/1251] Compiling x_x509.cc
[652/1251] Compiling x_algor.cc
[653/1251] Compiling x509spki.cc
[654/1251] Compiling x509_vpm.cc
[655/1251] Compiling x509_vfy.cc
[656/1251] Compiling x_all.cc
[657/1251] Compiling x509_v3.cc
[658/1251] Compiling x_crl.cc
[659/1251] Compiling x_attrib.cc
[660/1251] Compiling x509name.cc
[661/1251] Compiling x509rset.cc
[662/1251] Compiling x509_req.cc
[663/1251] Compiling x509cset.cc
[664/1251] Compiling x509_def.cc
[665/1251] Compiling x509_txt.cc
[666/1251] Compiling x509_set.cc
[667/1251] Compiling x509_trs.cc
[668/1251] Compiling x509_lu.cc
[669/1251] Compiling x509_cmp.cc
[670/1251] Compiling x509_obj.cc
[671/1251] Compiling x509.cc
[672/1251] Compiling x509_d2.cc
[673/1251] Compiling x509_ext.cc
[674/1251] Compiling v3_purp.cc
[675/1251] Compiling v3_pmaps.cc
[676/1251] Compiling x509_att.cc
[677/1251] Compiling v3_utl.cc
[678/1251] Compiling v3_info.cc
[679/1251] Compiling v3_skey.cc
[679/1251] Compiling v3_prn.cc
[681/1251] Compiling v3_int.cc
[682/1251] Compiling v3_ocsp.cc
[683/1251] Compiling v3_ncons.cc
[684/1251] Compiling v3_pcons.cc
[685/1251] Compiling v3_genn.cc
[686/1251] Compiling v3_ia5.cc
[686/1251] Compiling v3_lib.cc
[688/1251] Compiling v3_extku.cc
[689/1251] Compiling v3_enum.cc
[690/1251] Compiling v3_crld.cc
[691/1251] Compiling v3_bitst.cc
[691/1251] Compiling v3_conf.cc
[691/1251] Compiling v3_cpols.cc
[691/1251] Compiling v3_akeya.cc
[695/1251] Compiling v3_alt.cc
[696/1251] Compiling v3_bcons.cc
[697/1251] Compiling v3_akey.cc
[698/1251] Compiling t_x509a.cc
[699/1251] Compiling t_crl.cc
[700/1251] Compiling rsa_pss.cc
[701/1251] Compiling by_file.cc
[702/1251] Compiling i2d_pr.cc
[703/1251] Compiling t_req.cc
[703/1251] Compiling t_x509.cc
[705/1251] Compiling asn1_gen.cc
[706/1251] Compiling algorithm.cc
[707/1251] Compiling name_print.cc
[708/1251] Compiling trust_token.cc
[709/1251] Compiling policy.cc
[710/1251] Compiling pmbtoken.cc
[711/1251] Compiling by_dir.cc
[712/1251] Compiling thread_pthread.cc
[713/1251] Compiling thread.cc
[714/1251] Compiling thread_win.cc
[715/1251] Compiling thread_none.cc
[716/1251] Compiling voprf.cc
[717/1251] Compiling a_verify.cc
[718/1251] Compiling spake2plus.cc
[719/1251] Compiling a_digest.cc
[720/1251] Compiling sha1.cc
[721/1251] Compiling a_sign.cc
[722/1251] Compiling stack.cc
[723/1251] Compiling rsa_extra.cc
[724/1251] Compiling siphash.cc
[725/1251] Compiling sha512.cc
[726/1251] Compiling slhdsa.cc
[727/1251] Compiling rsa_crypt.cc
[728/1251] Compiling sha256.cc
[729/1251] Compiling refcount.cc
[730/1251] Compiling rsa_print.cc
[731/1251] Compiling rand.cc
[732/1251] Compiling passive.cc
[733/1251] Compiling ios.cc
[734/1251] Compiling rc4.cc
[735/1251] Compiling urandom.cc
[736/1251] Compiling deterministic.cc
[737/1251] Compiling windows.cc
[738/1251] Compiling fork_detect.cc
[739/1251] Compiling poly1305_arm_asm.S
[740/1251] Compiling trusty.cc
[741/1251] Compiling forkunsafe.cc
[742/1251] Compiling getentropy.cc
[743/1251] Compiling poly1305_vec.cc
[744/1251] Compiling poly1305.cc
[745/1251] Compiling rsa_asn1.cc
[746/1251] Compiling poly1305_arm.cc
[747/1251] Compiling pkcs8.cc
[748/1251] Compiling pkcs7_x509.cc
[749/1251] Compiling pkcs7.cc
[750/1251] Compiling pool.cc
[751/1251] Compiling pem_pkey.cc
[752/1251] Compiling pem_pk8.cc
[753/1251] Compiling pkcs8_x509.cc
[754/1251] Compiling pem_xaux.cc
[755/1251] Compiling pem_x509.cc
[756/1251] Compiling p5_pbev2.cc
[757/1251] Compiling pem_oth.cc
[758/1251] Compiling mlkem.cc
[759/1251] Compiling pem_all.cc
[760/1251] Compiling mldsa.cc
[761/1251] Compiling pem_info.cc
[762/1251] Compiling md5.cc
[763/1251] Compiling mem.cc
[764/1251] Compiling pem_lib.cc
[765/1251] Compiling obj_xref.cc
[766/1251] Compiling fips_shared_support.cc
[767/1251] Compiling md4.cc
[768/1251] Compiling lhash.cc
[769/1251] Compiling poly_rq_mul.S
[770/1251] Compiling ex_data.cc
[771/1251] Compiling hrss.cc
[772/1251] Compiling obj.cc
[773/1251] Compiling sign.cc
[774/1251] Compiling print.cc
[775/1251] Compiling kyber.cc
[776/1251] Compiling hpke.cc
[777/1251] Compiling scrypt.cc
[778/1251] Compiling p_x25519.cc
[778/1251] Compiling p_rsa_asn1.cc
[780/1251] Compiling pbkdf.cc
[781/1251] Compiling p_ec.cc
[782/1251] Compiling p_rsa.cc
[783/1251] Compiling p_x25519_asn1.cc
[784/1251] Compiling p_hkdf.cc
[785/1251] Compiling p_ed25519.cc
[786/1251] Compiling p_ed25519_asn1.cc
[787/1251] Compiling p_dh_asn1.cc
[787/1251] Compiling p_dsa_asn1.cc
[787/1251] Compiling evp_ctx.cc
[790/1251] Compiling p_ec_asn1.cc
[791/1251] Compiling p_dh.cc
[792/1251] Compiling evp_asn1.cc
[793/1251] Compiling hash_to_curve.cc
[794/1251] Compiling ec_derive.cc
[795/1251] Compiling err.cc
[796/1251] Compiling evp.cc
[797/1251] Compiling engine.cc
[798/1251] Compiling ecdh.cc
[799/1251] Compiling bcm.cc
[800/1251] Compiling ecdsa_asn1.cc
[801/1251] Compiling params.cc
[802/1251] Compiling dsa_asn1.cc
[803/1251] Compiling digest_extra.cc
[804/1251] Compiling des.cc
[805/1251] Compiling dsa.cc
[806/1251] Compiling x25519-asm-arm.S
[807/1251] Compiling dh_asn1.cc
[808/1251] Compiling ec_asn1.cc
[809/1251] Compiling cpu_arm_freebsd.cc
[810/1251] Compiling spake25519.cc
[811/1251] Compiling cpu_arm_linux.cc
[812/1251] Compiling cpu_aarch64_win.cc
[813/1251] Compiling crypto.cc
[814/1251] Compiling cpu_intel.cc
[815/1251] Compiling curve25519.cc
[816/1251] Compiling cpu_aarch64_openbsd.cc
[817/1251] Compiling cpu_aarch64_sysreg.cc
[818/1251] Compiling cpu_aarch64_fuchsia.cc
[819/1251] Compiling cpu_aarch64_linux.cc
[820/1251] Compiling cpu_aarch64_apple.cc
[821/1251] Compiling curve25519_64_adx.cc
[822/1251] Compiling e_rc2.cc
[823/1251] Compiling e_null.cc
[823/1251] Compiling get_cipher.cc
[825/1251] Compiling conf.cc
[826/1251] Compiling e_rc4.cc
[827/1251] Compiling tls_cbc.cc
[828/1251] Compiling e_tls.cc
[829/1251] Compiling e_des.cc
[830/1251] Compiling e_chacha20poly1305.cc
[831/1251] Compiling derive_key.cc
[832/1251] Compiling chacha.cc
[833/1251] Compiling e_aesctrhmac.cc
[834/1251] Compiling e_aesgcmsiv.cc
[835/1251] Compiling cbs.cc
[836/1251] Compiling unicode.cc
[837/1251] Compiling ber.cc
[838/1251] Compiling asn1_compat.cc
[839/1251] Compiling cbb.cc
[840/1251] Compiling buf.cc
[841/1251] Compiling bn_asn1.cc
[842/1251] Compiling printf.cc
[843/1251] Compiling blake2.cc
[844/1251] Compiling socket_helper.cc
[845/1251] Compiling convert.cc
[846/1251] Compiling socket.cc
[847/1251] Compiling file.cc
[848/1251] Compiling hexdump.cc
[849/1251] Compiling pair.cc
[850/1251] Compiling fd.cc
[851/1251] Compiling errno.cc
[852/1251] Compiling base64.cc
[853/1251] Compiling connect.cc
[854/1251] Compiling bio.cc
[855/1251] Compiling tasn_fre.cc
[856/1251] Compiling bio_mem.cc
[857/1251] Compiling tasn_typ.cc
[858/1251] Compiling tasn_utl.cc
[859/1251] Compiling tasn_enc.cc
[860/1251] Compiling posix_time.cc
[861/1251] Compiling f_string.cc
[862/1251] Compiling tasn_new.cc
[863/1251] Compiling asn_pack.cc
[864/1251] Compiling f_int.cc
[865/1251] Compiling tasn_dec.cc
[866/1251] Compiling asn1_par.cc
[867/1251] Compiling asn1_lib.cc
[868/1251] Compiling a_octet.cc
[869/1251] Compiling a_time.cc
[870/1251] Compiling a_utctm.cc
[871/1251] Compiling a_type.cc
[872/1251] Compiling a_strex.cc
[873/1251] Compiling a_strnid.cc
[874/1251] Compiling a_object.cc
[875/1251] Compiling a_i2d_fp.cc
[876/1251] Compiling a_dup.cc
[877/1251] Compiling a_gentm.cc
[878/1251] Compiling a_mbstr.cc
[879/1251] Compiling a_d2i_fp.cc
[880/1251] Compiling a_int.cc
[881/1251] Compiling a_bitstr.cc
[882/1251] Compiling CCryptoBoringSSLShims shims.c
[883/1251] Compiling a_bool.cc
[884/1251] Compiling fiat_p256_adx_sqr.S
[885/1251] Compiling fiat_p256_adx_mul.S
[886/1251] Compiling fiat_curve25519_adx_square.S
[887/1251] Compiling md5-x86_64-apple.S
[888/1251] Compiling fiat_curve25519_adx_mul.S
[889/1251] Compiling md5-x86_64-linux.S
[890/1251] Compiling err_data.cc
[891/1251] Compiling c-nioatomics.c
[892/1251] Compiling md5-586-linux.S
[893/1251] Compiling md5-586-apple.S
[894/1251] Compiling chacha20_poly1305_armv8-win.S
[895/1251] Compiling chacha20_poly1305_x86_64-apple.S
[896/1251] Compiling chacha20_poly1305_x86_64-linux.S
[897/1251] Compiling c-atomics.c
[898/1251] Compiling chacha20_poly1305_armv8-apple.S
[899/1251] Compiling chacha-x86_64-linux.S
[900/1251] Compiling chacha20_poly1305_armv8-linux.S
[901/1251] Compiling chacha-x86_64-apple.S
[902/1257] Compiling chacha-x86-linux.S
[903/1257] Compiling chacha-x86-apple.S
[904/1257] Compiling chacha-armv8-linux.S
[904/1257] Compiling chacha-armv8-win.S
[907/1257] Compiling NIOConcurrencyHelpers lock.swift
[907/1257] Compiling chacha-armv4-linux.S
[908/1257] Compiling chacha-armv8-apple.S
[910/1257] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[911/1257] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[912/1257] Emitting module NIOConcurrencyHelpers
[913/1257] Compiling NIOConcurrencyHelpers atomics.swift
[914/1257] Compiling NIOConcurrencyHelpers NIOLock.swift
[915/1258] Compiling aes128gcmsiv-x86_64-apple.S
[916/1258] Compiling aes128gcmsiv-x86_64-linux.S
[917/1258] Compiling x86_64-mont-linux.S
[918/1258] Compiling x86_64-mont5-apple.S
[919/1258] Compiling x86_64-mont5-linux.S
[920/1258] Compiling x86_64-mont-apple.S
[921/1258] Compiling x86-mont-linux.S
[922/1258] Compiling vpaes-x86_64-apple.S
[922/1258] Compiling x86-mont-apple.S
[924/1258] Compiling vpaes-x86_64-linux.S
[925/1258] Compiling vpaes-x86-apple.S
[926/1258] Compiling vpaes-armv8-linux.S
[927/1258] Compiling vpaes-armv8-win.S
[928/1258] Compiling vpaes-x86-linux.S
[929/1284] Compiling vpaes-armv7-linux.S
[930/1284] Compiling sha512-x86_64-linux.S
[931/1284] Compiling sha512-x86_64-apple.S
[933/1284] Emitting module ConsoleKitTerminal
[934/1287] Compiling ConsoleKitTerminal CustomActivity.swift
[935/1287] Compiling ConsoleKitTerminal LoadingBar.swift
[936/1287] Compiling ConsoleKitTerminal ProgressBar.swift
[937/1287] Compiling ConsoleKitTerminal Console+Clear.swift
[938/1287] Compiling ConsoleKitTerminal Console+Confirm.swift
[939/1287] Compiling ConsoleKitTerminal Console+Input.swift
[940/1287] Compiling ConsoleKitTerminal Console+Center.swift
[941/1287] Compiling ConsoleKitTerminal Console+Output.swift
[942/1287] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[943/1287] Compiling ConsoleKitTerminal ConsoleClear.swift
[944/1287] Compiling ConsoleKitTerminal Console+Ask.swift
[945/1287] Compiling ConsoleKitTerminal Console+Choose.swift
[946/1287] Compiling ConsoleKitTerminal ActivityBar.swift
[947/1287] Compiling ConsoleKitTerminal ActivityIndicator.swift
[948/1287] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[949/1287] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[950/1287] Compiling ConsoleKitTerminal Console+Wait.swift
[951/1287] Compiling ConsoleKitTerminal ConsoleColor.swift
[952/1287] Compiling ConsoleKitTerminal ConsoleStyle.swift
[953/1287] Compiling ConsoleKitTerminal ConsoleText.swift
[954/1287] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[955/1287] Compiling ConsoleKitTerminal ANSI.swift
[956/1287] Compiling ConsoleKitTerminal Console.swift
[957/1287] Compiling ConsoleKitTerminal Terminal.swift
[958/1287] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[958/1287] Compiling vpaes-armv8-apple.S
[959/1287] Compiling sha512-armv8-win.S
[961/1287] Compiling ConsoleKitTerminal AnySendableHashable.swift
[962/1287] Compiling ConsoleKitTerminal ConsoleLogger.swift
[963/1287] Compiling ConsoleKitTerminal LoggerFragment.swift
[964/1288] Compiling sha512-armv8-apple.S
[965/1288] Compiling sha512-armv8-linux.S
[966/1288] Compiling sha512-586-apple.S
[967/1288] Compiling sha512-armv4-linux.S
[968/1288] Compiling sha512-586-linux.S
[969/1288] Compiling sha256-x86_64-apple.S
[970/1288] Compiling sha256-x86_64-linux.S
[971/1288] Compiling sha256-armv8-win.S
[972/1288] Compiling sha256-armv8-linux.S
[973/1288] Compiling sha256-armv4-linux.S
[973/1288] Compiling sha256-armv8-apple.S
[975/1288] Compiling sha256-586-linux.S
[976/1288] Compiling sha256-586-apple.S
[977/1288] Compiling sha1-x86_64-linux.S
[978/1288] Compiling sha1-armv8-win.S
[979/1288] Compiling sha1-x86_64-apple.S
[979/1288] Compiling sha1-armv8-apple.S
[981/1288] Compiling sha1-armv8-linux.S
[983/1310] Emitting module ConsoleKitCommands
[983/1312] Compiling sha1-armv4-large-linux.S
[985/1312] Compiling ConsoleKitCommands AsyncCommands.swift
[986/1312] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[987/1312] Compiling ConsoleKitCommands AnyCommand.swift
[988/1312] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[989/1312] Compiling ConsoleKitCommands AsyncCommand.swift
[990/1312] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[991/1312] Compiling ConsoleKitCommands Command.swift
[992/1312] Compiling ConsoleKitCommands CommandContext.swift
[993/1312] Compiling ConsoleKitCommands CommandError.swift
[994/1312] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[995/1312] Compiling ConsoleKitCommands Utilities.swift
[995/1312] Compiling sha1-586-linux.S
[996/1312] Compiling sha1-586-apple.S
[997/1312] Compiling rsaz-avx2-linux.S
[998/1312] Compiling rdrand-x86_64-linux.S
[999/1312] Compiling p256_beeu-x86_64-asm-linux.S
[1000/1312] Compiling rdrand-x86_64-apple.S
[1001/1312] Compiling rsaz-avx2-apple.S
[1002/1312] Compiling p256_beeu-x86_64-asm-apple.S
[1003/1312] Compiling p256_beeu-armv8-asm-win.S
[1004/1312] Compiling p256_beeu-armv8-asm-linux.S
[1005/1312] Compiling p256_beeu-armv8-asm-apple.S
[1006/1312] Compiling p256-x86_64-asm-apple.S
[1007/1312] Compiling p256-x86_64-asm-linux.S
[1008/1312] Compiling p256-armv8-asm-win.S
[1009/1312] Compiling p256-armv8-asm-linux.S
[1011/1312] Compiling ConsoleKitCommands CommandSignature.swift
[1012/1312] Compiling ConsoleKitCommands Flag.swift
[1013/1312] Compiling ConsoleKitCommands Option.swift
[1014/1312] Compiling ConsoleKitCommands Console+Run.swift
[1015/1312] Compiling ConsoleKitCommands ConsoleError.swift
[1016/1312] Compiling ConsoleKitCommands Completion.swift
[1017/1312] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1018/1312] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1019/1312] Compiling ConsoleKitCommands Argument.swift
[1020/1312] Compiling ConsoleKitCommands CommandGroup.swift
[1021/1312] Compiling ConsoleKitCommands CommandInput.swift
[1022/1312] Compiling ConsoleKitCommands Commands.swift
[1022/1313] Compiling p256-armv8-asm-apple.S
[1023/1313] Compiling ghashv8-armv8-win.S
[1024/1313] Compiling ghashv8-armv8-linux.S
[1025/1313] Compiling ghashv8-armv7-linux.S
[1026/1313] Compiling ghashv8-armv8-apple.S
[1027/1313] Compiling ghash-x86_64-apple.S
[1028/1313] Compiling ghash-x86_64-linux.S
[1029/1313] Compiling ghash-x86-apple.S
[1031/1313] Compiling ghash-ssse3-x86_64-linux.S
[1031/1313] Compiling ghash-ssse3-x86_64-apple.S
[1033/1313] Compiling ghash-ssse3-x86-linux.S
[1034/1313] Compiling ghash-neon-armv8-win.S
[1035/1313] Compiling ghash-neon-armv8-apple.S
[1035/1313] Compiling ghash-neon-armv8-linux.S
[1035/1313] Compiling ghash-armv4-linux.S
[1035/1313] Compiling ghash-ssse3-x86-apple.S
[1039/1313] Compiling co-586-apple.S
[1040/1313] Compiling co-586-linux.S
[1041/1313] Compiling bsaes-armv7-linux.S
[1042/1313] Compiling ghash-x86-linux.S
[1042/1313] Compiling bn-armv8-win.S
[1044/1313] Compiling bn-586-linux.S
[1045/1313] Compiling bn-armv8-linux.S
[1046/1313] Compiling bn-armv8-apple.S
[1047/1313] Compiling bn-586-apple.S
[1047/1313] Compiling armv8-mont-linux.S
[1049/1313] Compiling armv8-mont-win.S
[1050/1313] Compiling armv8-mont-apple.S
[1051/1313] Compiling armv4-mont-linux.S
[1052/1313] Compiling aesv8-gcm-armv8-apple.S
[1053/1313] Compiling aesv8-gcm-armv8-win.S
[1054/1313] Compiling aesv8-gcm-armv8-linux.S
[1054/1313] Compiling aesv8-armv8-linux.S
[1054/1313] Compiling aesv8-armv8-apple.S
[1057/1313] Compiling aesv8-armv8-win.S
[1058/1313] Compiling aesv8-armv7-linux.S
[1059/1313] Compiling aesni-x86-linux.S
[1059/1313] Compiling aesni-x86_64-apple.S
[1061/1313] Compiling aesni-gcm-x86_64-apple.S
[1061/1313] Compiling aesni-x86-apple.S
[1061/1313] Compiling aesni-x86_64-linux.S
[1064/1313] Compiling aes-gcm-avx10-x86_64-linux.S
[1065/1313] Compiling aes-gcm-avx10-x86_64-apple.S
[1066/1313] Compiling aesni-gcm-x86_64-linux.S
[1067/1313] Compiling x_spki.cc
[1068/1313] Compiling x_x509.cc
[1069/1313] Compiling x_req.cc
[1070/1313] Compiling x_sig.cc
[1071/1313] Compiling x_val.cc
[1072/1313] Compiling x_x509a.cc
[1073/1313] Compiling x_pubkey.cc
[1074/1315] Compiling x_exten.cc
[1075/1315] Compiling x_name.cc
[1076/1315] Compiling x_attrib.cc
[1077/1315] Compiling x_algor.cc
[1078/1315] Compiling x_crl.cc
[1079/1315] Compiling x_all.cc
[1080/1315] Compiling x509spki.cc
[1081/1315] Compiling x509rset.cc
[1082/1315] Compiling x509_vpm.cc
[1083/1315] Compiling x509name.cc
[1084/1315] Compiling x509cset.cc
[1085/1315] Compiling x509_txt.cc
[1086/1315] Compiling x509_v3.cc
[1087/1315] Compiling x509_vfy.cc
[1088/1315] Compiling x509_trs.cc
[1090/1315] Compiling ConsoleKit Exports.swift
[1091/1315] Emitting module ConsoleKit
[1091/1316] Compiling x509_d2.cc
[1092/1316] Compiling x509_obj.cc
[1094/1316] Compiling x509_ext.cc
[1095/1316] Compiling x509_def.cc
[1096/1316] Compiling x509_lu.cc
[1097/1316] Compiling x509_set.cc
[1098/1316] Compiling x509_req.cc
[1099/1316] Compiling v3_prn.cc
[1099/1316] Compiling x509.cc
[1101/1316] Compiling v3_skey.cc
[1102/1316] Compiling v3_purp.cc
[1103/1316] Compiling v3_pmaps.cc
[1104/1316] Compiling x509_att.cc
[1105/1316] Compiling x509_cmp.cc
[1106/1316] Compiling v3_utl.cc
[1107/1316] Compiling v3_ocsp.cc
[1108/1316] Compiling v3_genn.cc
[1108/1316] Compiling v3_ia5.cc
[1110/1316] Compiling v3_pcons.cc
[1110/1316] Compiling v3_int.cc
[1112/1316] Compiling v3_lib.cc
[1113/1316] Compiling v3_ncons.cc
[1114/1316] Compiling v3_info.cc
[1115/1316] Compiling v3_extku.cc
[1116/1316] Compiling v3_bitst.cc
[1117/1316] Compiling v3_conf.cc
[1118/1316] Compiling v3_crld.cc
[1119/1316] Compiling v3_bcons.cc
[1120/1316] Compiling v3_cpols.cc
[1121/1316] Compiling v3_enum.cc
[1122/1316] Compiling v3_alt.cc
[1123/1316] Compiling v3_akeya.cc
[1124/1316] Compiling t_crl.cc
[1125/1316] Compiling t_x509a.cc
[1126/1316] Compiling v3_akey.cc
[1127/1316] Compiling t_req.cc
[1128/1316] Compiling t_x509.cc
[1129/1316] Compiling rsa_pss.cc
[1130/1316] Compiling policy.cc
[1131/1316] Compiling i2d_pr.cc
[1132/1316] Compiling name_print.cc
[1133/1316] Compiling by_file.cc
[1134/1316] Compiling by_dir.cc
[1135/1316] Compiling voprf.cc
[1136/1316] Compiling a_verify.cc
[1137/1316] Compiling a_digest.cc
[1138/1316] Compiling algorithm.cc
[1139/1316] Compiling asn1_gen.cc
[1140/1316] Compiling a_sign.cc
[1141/1316] Compiling trust_token.cc
[1142/1316] Compiling thread.cc
[1143/1316] Compiling thread_win.cc
[1144/1316] Compiling thash.cc
[1145/1316] Compiling thread_none.cc
[1145/1316] Compiling thread_pthread.cc
[1147/1316] Compiling wots.cc
[1148/1316] Compiling stack.cc
[1149/1316] Compiling pmbtoken.cc
[1150/1316] Compiling sha512.cc
[1151/1316] Compiling merkle.cc
[1152/1316] Compiling fors.cc
[1153/1316] Compiling sha256.cc
[1154/1316] Compiling siphash.cc
[1155/1316] Compiling slhdsa.cc
[1156/1316] Compiling sha1.cc
[1157/1316] Compiling rsa_print.cc
[1158/1316] Compiling rsa_extra.cc
[1159/1316] Compiling rc4.cc
[1160/1316] Compiling refcount.cc
[1161/1316] Compiling windows.cc
[1162/1316] Compiling rsa_crypt.cc
[1163/1316] Compiling rsa_asn1.cc
[1164/1316] Compiling trusty.cc
[1165/1316] Compiling rand_extra.cc
[1166/1316] Compiling urandom.cc
[1167/1316] Compiling ios.cc
[1168/1316] Compiling getentropy.cc
[1169/1316] Compiling deterministic.cc
[1170/1316] Compiling fork_detect.cc
[1171/1316] Compiling passive.cc
[1172/1316] Compiling forkunsafe.cc
[1173/1316] Compiling poly1305_arm_asm.S
[1174/1316] Compiling poly1305_arm.cc
[1175/1316] Compiling poly1305.cc
[1176/1316] Compiling poly1305_vec.cc
[1177/1316] Compiling pool.cc
[1178/1316] Compiling pkcs7.cc
[1179/1316] Compiling p5_pbev2.cc
[1180/1316] Compiling pkcs8.cc
[1181/1316] Compiling pkcs8_x509.cc
[1182/1316] Compiling pkcs7_x509.cc
[1183/1316] Compiling pem_pkey.cc
[1184/1316] Compiling pem_xaux.cc
[1185/1316] Compiling pem_x509.cc
[1186/1316] Compiling obj_xref.cc
[1187/1316] Compiling pem_info.cc
[1187/1316] Compiling mlkem.cc
[1187/1316] Compiling pem_oth.cc
[1189/1316] Compiling pem_all.cc
[1191/1316] Compiling pem_lib.cc
[1192/1316] Compiling obj.cc
[1193/1316] Compiling pem_pk8.cc
[1194/1316] Compiling lhash.cc
[1195/1316] Compiling mldsa.cc
[1196/1316] Compiling fips_shared_support.cc
[1197/1316] Compiling md5.cc
[1198/1316] Compiling mem.cc
[1199/1316] Compiling md4.cc
[1200/1316] Compiling kyber.cc
[1201/1316] Compiling hrss.cc
[1202/1316] Compiling poly_rq_mul.S
[1203/1316] Compiling scrypt.cc
[1204/1316] Compiling ex_data.cc
[1205/1316] Compiling sign.cc
[1206/1316] Compiling hpke.cc
[1207/1316] Compiling print.cc
[1208/1316] Compiling pbkdf.cc
[1209/1316] Compiling p_x25519_asn1.cc
[1210/1316] Compiling p_x25519.cc
[1211/1316] Compiling p_hkdf.cc
[1212/1316] Compiling p_rsa_asn1.cc
[1213/1316] Compiling p_rsa.cc
[1214/1316] Compiling p_ed25519.cc
[1215/1316] Compiling p_ed25519_asn1.cc
[1216/1316] Compiling p_ec_asn1.cc
[1217/1316] Compiling p_ec.cc
[1218/1316] Compiling p_dh.cc
[1219/1316] Compiling p_dh_asn1.cc
[1220/1316] Compiling p_dsa_asn1.cc
[1221/1316] Compiling evp_ctx.cc
[1222/1316] Compiling err.cc
[1223/1316] Compiling evp.cc
[1224/1316] Compiling evp_asn1.cc
[1225/1316] Compiling engine.cc
[1226/1316] Compiling ecdh_extra.cc
[1227/1316] Compiling ecdsa_asn1.cc
[1228/1316] Compiling hash_to_curve.cc
[1229/1316] Compiling ec_derive.cc
[1230/1316] Compiling dsa_asn1.cc
[1231/1316] Compiling ec_asn1.cc
[1232/1316] Compiling params.cc
[1233/1316] Compiling digest_extra.cc
[1234/1316] Compiling dsa.cc
[1234/1316] Compiling dh_asn1.cc
[1236/1316] Compiling des.cc
[1237/1316] Compiling spake25519.cc
[1238/1316] Compiling x25519-asm-arm.S
[1239/1316] Compiling cpu_intel.cc
[1240/1316] Compiling crypto.cc
[1241/1316] Compiling cpu_arm_linux.cc
[1242/1316] Compiling cpu_arm_freebsd.cc
[1243/1316] Compiling curve25519.cc
[1244/1316] Compiling cpu_aarch64_sysreg.cc
[1245/1316] Compiling cpu_aarch64_openbsd.cc
[1246/1316] Compiling cpu_aarch64_win.cc
[1247/1316] Compiling curve25519_64_adx.cc
[1248/1316] Compiling cpu_aarch64_linux.cc
[1249/1316] Compiling cpu_aarch64_fuchsia.cc
[1250/1316] Compiling bcm.cc
[1251/1316] Compiling cpu_aarch64_apple.cc
[1252/1316] Compiling tls_cbc.cc
[1253/1316] Compiling conf.cc
[1254/1316] Compiling e_tls.cc
[1255/1316] Compiling e_rc4.cc
[1256/1316] Compiling e_null.cc
[1257/1316] Compiling e_rc2.cc
[1258/1316] Compiling e_des.cc
[1259/1316] Compiling e_chacha20poly1305.cc
[1260/1316] Compiling derive_key.cc
[1261/1316] Compiling e_aesctrhmac.cc
[1261/1316] Compiling e_aesgcmsiv.cc
[1263/1316] Compiling unicode.cc
[1264/1316] Compiling chacha.cc
[1265/1316] Compiling cipher_extra.cc
[1266/1316] Compiling ber.cc
[1267/1316] Compiling buf.cc
[1267/1316] Compiling cbs.cc
[1269/1316] Compiling cbb.cc
[1270/1316] Compiling asn1_compat.cc
[1271/1316] Compiling bn_asn1.cc
[1272/1316] Compiling convert.cc
[1273/1316] Compiling blake2.cc
[1274/1316] Compiling printf.cc
[1275/1316] Compiling hexdump.cc
[1276/1316] Compiling pair.cc
[1277/1316] Compiling file.cc
[1278/1316] Compiling fd.cc
[1279/1316] Compiling errno.cc
[1280/1316] Compiling bio_mem.cc
[1281/1316] Compiling base64.cc
[1282/1316] Compiling bio.cc
[1283/1316] Compiling tasn_typ.cc
[1284/1316] Compiling tasn_fre.cc
[1285/1316] Compiling tasn_utl.cc
[1286/1316] Compiling tasn_new.cc
[1287/1316] Compiling tasn_enc.cc
[1288/1316] Compiling posix_time.cc
[1289/1316] Compiling f_string.cc
[1290/1316] Compiling asn_pack.cc
[1291/1316] Compiling f_int.cc
[1292/1316] Compiling tasn_dec.cc
[1293/1316] Compiling asn1_par.cc
[1294/1316] Compiling a_utctm.cc
[1295/1316] Compiling asn1_lib.cc
[1296/1316] Compiling a_type.cc
[1297/1316] Compiling a_octet.cc
[1298/1316] Compiling a_time.cc
[1299/1316] Compiling a_strnid.cc
[1300/1316] Compiling a_strex.cc
[1301/1316] Compiling a_object.cc
[1302/1316] Compiling a_mbstr.cc
[1303/1316] Compiling a_i2d_fp.cc
[1304/1316] Write sources
[1306/1316] Compiling a_int.cc
[1307/1316] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1308/1316] Write sources
[1311/1316] Compiling a_dup.cc
[1312/1316] Compiling a_gentm.cc
[1313/1316] Compiling a_d2i_fp.cc
[1314/1316] Compiling a_bool.cc
[1315/1316] Compiling a_bitstr.cc
[1317/1421] Compiling BitCollections BitArray+Descriptions.swift
[1318/1421] Compiling BitCollections BitArray+Equatable.swift
[1319/1421] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1320/1423] Compiling BitCollections BitArray+Invariants.swift
[1321/1423] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1322/1423] Compiling BitCollections BitArray+Hashable.swift
[1323/1423] Compiling BitCollections BitArray+Initializers.swift
[1324/1423] Compiling BitCollections BitArray+RandomBits.swift
[1325/1423] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1326/1423] Compiling BitCollections BitArray+Collection.swift
[1327/1423] Compiling BitCollections BitArray+Copy.swift
[1328/1423] Compiling BitCollections BitArray+CustomReflectable.swift
[1329/1423] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1330/1423] Compiling BitCollections BitArray+Extras.swift
[1331/1423] Compiling BitCollections BitArray+Fill.swift
[1332/1423] Compiling Atomics IntegerOperations.swift
[1333/1423] Compiling Atomics Unmanaged extensions.swift
[1342/1430] Emitting module BitCollections
[1343/1430] Compiling BitCollections BitSet+Initializers.swift
[1344/1430] Compiling BitCollections BitSet+Invariants.swift
[1345/1430] Compiling BitCollections BitSet+Random.swift
[1346/1430] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1347/1430] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1348/1430] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1349/1430] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1350/1430] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1351/1430] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1352/1430] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1353/1430] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1354/1430] Compiling BitCollections BitSet+SetAlgebra union.swift
[1355/1430] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1356/1430] Compiling BitCollections BitSet.Counted.swift
[1357/1430] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1358/1430] Compiling BitCollections BitSet+CustomReflectable.swift
[1359/1430] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1360/1430] Compiling BitCollections BitSet+Equatable.swift
[1361/1430] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1362/1430] Compiling BitCollections BitSet+Extras.swift
[1363/1430] Compiling BitCollections BitSet+Hashable.swift
[1364/1430] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1365/1430] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1366/1430] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1367/1430] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1368/1430] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1369/1430] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1370/1430] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1371/1430] Compiling CryptoBoringWrapper RandomBytes.swift
[1372/1430] Compiling BitCollections BitArray.swift
[1373/1430] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1374/1430] Compiling BitCollections BitSet+Codable.swift
[1375/1433] Compiling BitCollections BitArray+BitwiseOperations.swift
[1376/1433] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1377/1433] Compiling BitCollections BitArray+Codable.swift
[1386/1433] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1389/1433] Compiling BitCollections BitArray._UnsafeHandle.swift
[1390/1433] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1391/1433] Compiling CryptoBoringWrapper EllipticCurve.swift
[1392/1433] Emitting module CryptoBoringWrapper
[1404/1433] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1405/1433] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1406/1433] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1416/1434] Compiling BitCollections BitSet.Index.swift
[1417/1434] Compiling BitCollections BitSet._UnsafeHandle.swift
[1418/1434] Compiling BitCollections BitSet.swift
[1419/1434] Compiling BitCollections Range+Utilities.swift
[1420/1434] Compiling BitCollections Slice+Utilities.swift
[1421/1434] Compiling BitCollections UInt+Tricks.swift
[1422/1434] Compiling BitCollections _Word.swift
[1424/1435] Compiling Algorithms Trim.swift
[1425/1435] Compiling Algorithms Unique.swift
[1426/1435] Compiling Algorithms Windows.swift
[1434/1435] Emitting module Atomics
[1436/1436] Emitting module Algorithms
[1438/1510] Compiling Collections Collections.swift
[1439/1510] Emitting module Collections
[1440/1511] Compiling Crypto HPKE-Ciphersuite.swift
[1441/1511] Compiling Crypto HPKE-KDF.swift
[1442/1511] Compiling Crypto HPKE-KexKeyDerivation.swift
[1443/1511] Compiling Crypto HPKE-LabeledExtract.swift
[1444/1511] Compiling Crypto HPKE-Utils.swift
[1445/1511] Compiling Crypto DHKEM.swift
[1446/1511] Compiling Crypto HPKE-KEM-Curve25519.swift
[1447/1511] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1448/1511] Compiling Crypto HPKE-KEM.swift
[1449/1511] Compiling Crypto HPKE-Errors.swift
[1451/1579] Emitting module Crypto
[1452/1579] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1453/1579] Compiling NIOCore BSDSocketAPI.swift
[1454/1579] Compiling NIOCore ByteBuffer-aux.swift
[1455/1579] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1456/1579] Compiling NIOCore ByteBuffer-conversions.swift
[1457/1579] Compiling NIOCore ByteBuffer-core.swift
[1458/1579] Compiling NIOCore ByteBuffer-hex.swift
[1459/1579] Compiling NIOCore ByteBuffer-int.swift
[1460/1579] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1461/1579] Compiling NIOCore AddressedEnvelope.swift
[1462/1579] Compiling Crypto HKDF.swift
[1463/1579] Compiling Crypto AESWrap.swift
[1464/1579] Compiling Crypto AESWrap_boring.swift
[1465/1579] Compiling Crypto Ed25519_boring.swift
[1466/1579] Compiling Crypto NISTCurvesKeys_boring.swift
[1467/1579] Compiling Crypto X25519Keys_boring.swift
[1468/1579] Compiling Crypto Curve25519.swift
[1469/1579] Compiling Crypto Ed25519Keys.swift
[1470/1579] Compiling Crypto NISTCurvesKeys.swift
[1471/1579] Compiling Crypto X25519Keys.swift
[1472/1579] Compiling NIOCore GlobalSingletons.swift
[1473/1579] Compiling NIOCore IO.swift
[1474/1579] Compiling NIOCore IOData.swift
[1475/1579] Compiling NIOCore IPProtocol.swift
[1476/1579] Compiling NIOCore IntegerBitPacking.swift
[1477/1579] Compiling NIOCore IntegerTypes.swift
[1478/1579] Compiling NIOCore Interfaces.swift
[1479/1579] Compiling NIOCore Linux.swift
[1480/1579] Compiling Crypto ECDSA.swift
[1481/1579] Compiling Crypto Ed25519.swift
[1482/1579] Compiling NIOCore FileHandle.swift
[1483/1579] Compiling NIOCore FileRegion.swift
[1484/1579] Compiling NIOCore MarkedCircularBuffer.swift
[1485/1579] Compiling NIOCore MulticastChannel.swift
[1486/1579] Compiling NIOCore NIOAny.swift
[1487/1579] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1488/1579] Compiling NIOCore NIOLoopBound.swift
[1489/1579] Compiling NIOCore NIOScheduledCallback.swift
[1490/1579] Compiling NIOCore NIOSendable.swift
[1491/1579] Compiling NIOCore RecvByteBufferAllocator.swift
[1492/1579] Compiling NIOCore ChannelHandler.swift
[1493/1579] Compiling NIOCore ChannelHandlers.swift
[1494/1579] Compiling NIOCore ChannelInvoker.swift
[1495/1579] Compiling NIOCore ChannelOption.swift
[1496/1579] Compiling NIOCore EventLoop.swift
[1497/1579] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1498/1579] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1499/1579] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1500/1579] Compiling NIOCore EventLoopFuture.swift
[1501/1579] Compiling NIOCore FileDescriptor.swift
[1510/1587] Compiling NIOCore AsyncAwaitSupport.swift
[1511/1587] Compiling NIOCore AsyncChannel.swift
[1512/1587] Compiling NIOCore AsyncChannelHandler.swift
[1513/1587] Compiling NIOCore AsyncChannelInboundStream.swift
[1514/1587] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1515/1587] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1516/1587] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1517/1587] Compiling NIOCore NIOAsyncWriter.swift
[1518/1587] Compiling NIOCore ChannelPipeline.swift
[1519/1587] Compiling NIOCore CircularBuffer.swift
[1520/1587] Compiling Crypto Signature.swift
[1521/1587] Compiling Crypto CryptoKitErrors_boring.swift
[1522/1587] Compiling Crypto RNG_boring.swift
[1523/1587] Compiling Crypto SafeCompare_boring.swift
[1524/1587] Compiling Crypto Zeroization_boring.swift
[1525/1587] Compiling Crypto PrettyBytes.swift
[1526/1587] Compiling Crypto SafeCompare.swift
[1527/1587] Compiling Crypto SecureBytes.swift
[1528/1587] Compiling Crypto Zeroization.swift
[1538/1588] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1539/1588] Compiling NIOCore SocketAddresses.swift
[1540/1588] Compiling NIOCore SocketOptionProvider.swift
[1541/1588] Compiling NIOCore SystemCallHelpers.swift
[1542/1588] Compiling NIOCore TimeAmount+Duration.swift
[1543/1588] Compiling NIOCore TypeAssistedChannelHandler.swift
[1544/1588] Compiling NIOCore UniversalBootstrapSupport.swift
[1545/1588] Compiling NIOCore Utilities.swift
[1566/1588] Compiling NIOCore Codec.swift
[1567/1588] Compiling NIOCore ConvenienceOptionSupport.swift
[1568/1588] Compiling NIOCore DeadChannel.swift
[1569/1588] Compiling NIOCore DispatchQueue+WithFuture.swift
[1570/1588] Compiling NIOCore EventLoop+Deprecated.swift
[1571/1588] Compiling NIOCore EventLoop+SerialExecutor.swift
[1580/1588] Compiling NIOCore ByteBuffer-multi-int.swift
[1581/1588] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1582/1588] Compiling NIOCore ByteBuffer-views.swift
[1583/1588] Compiling NIOCore Channel.swift
[1588/1588] Emitting module NIOCore
[1590/1640] Emitting module NIOEmbedded
[1591/1640] Compiling NIOEmbedded AsyncTestingChannel.swift
[1592/1640] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1593/1640] Compiling NIOEmbedded Embedded.swift
[1595/1641] Emitting module NIOPosix
[1596/1647] Compiling NIOPosix ServerSocket.swift
[1597/1647] Compiling NIOPosix Socket.swift
[1598/1647] Compiling NIOPosix SocketChannel.swift
[1599/1647] Compiling NIOPosix SocketProtocols.swift
[1600/1647] Compiling NIOPosix System.swift
[1601/1647] Compiling NIOPosix Thread.swift
[1602/1647] Compiling NIOPosix IO.swift
[1603/1647] Compiling NIOPosix IntegerBitPacking.swift
[1604/1647] Compiling NIOPosix IntegerTypes.swift
[1605/1647] Compiling NIOPosix Linux.swift
[1606/1647] Compiling NIOPosix LinuxCPUSet.swift
[1607/1647] Compiling NIOPosix LinuxUring.swift
[1608/1647] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1609/1647] Compiling NIOPosix ThreadPosix.swift
[1610/1647] Compiling NIOPosix ThreadWindows.swift
[1611/1647] Compiling NIOPosix UnsafeTransfer.swift
[1612/1647] Compiling NIOPosix Utilities.swift
[1613/1647] Compiling NIOPosix VsockAddress.swift
[1614/1647] Compiling NIOPosix VsockChannelEvents.swift
[1615/1647] Compiling NIOPosix SelectableChannel.swift
[1616/1647] Compiling NIOPosix SelectableEventLoop.swift
[1617/1647] Compiling NIOPosix SelectorEpoll.swift
[1618/1647] Compiling NIOPosix SelectorGeneric.swift
[1619/1647] Compiling NIOPosix SelectorKqueue.swift
[1620/1647] Compiling NIOPosix SelectorUring.swift
[1621/1647] Compiling NIOPosix NIOThreadPool.swift
[1622/1647] Compiling NIOPosix NonBlockingFileIO.swift
[1623/1647] Compiling NIOPosix PendingDatagramWritesManager.swift
[1624/1647] Compiling NIOPosix PendingWritesManager.swift
[1625/1647] Compiling NIOPosix PipeChannel.swift
[1626/1647] Compiling NIOPosix PipePair.swift
[1627/1647] Compiling NIOPosix Pool.swift
[1628/1647] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1629/1647] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1630/1647] Compiling NIOPosix PosixSingletons.swift
[1631/1647] Compiling NIOPosix RawSocketBootstrap.swift
[1632/1647] Compiling NIOPosix Resolver.swift
[1633/1647] Compiling NIOPosix Selectable.swift
[1634/1647] Compiling NIOPosix BSDSocketAPICommon.swift
[1635/1647] Compiling NIOPosix BSDSocketAPIPosix.swift
[1636/1647] Compiling NIOPosix BSDSocketAPIWindows.swift
[1637/1647] Compiling NIOPosix BaseSocket.swift
[1638/1647] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1639/1647] Compiling NIOPosix BaseSocketChannel.swift
[1640/1647] Compiling NIOPosix BaseStreamSocketChannel.swift
[1641/1647] Compiling NIOPosix Bootstrap.swift
[1642/1647] Compiling NIOPosix ControlMessage.swift
[1643/1647] Compiling NIOPosix DatagramVectorReadManager.swift
[1644/1647] Compiling NIOPosix Errors+Any.swift
[1645/1647] Compiling NIOPosix FileDescriptor.swift
[1646/1647] Compiling NIOPosix GetaddrinfoResolver.swift
[1647/1647] Compiling NIOPosix HappyEyeballs.swift
[1649/1707] Compiling NIO Exports.swift
[1650/1707] Emitting module NIO
[1652/1708] Compiling AsyncKit Future+Transform.swift
[1653/1708] Compiling AsyncKit Future+Try.swift
[1654/1708] Compiling AsyncKit FutureOperators.swift
[1655/1710] Compiling AsyncKit Future+Miscellaneous.swift
[1656/1710] Compiling AsyncKit Future+Nonempty.swift
[1657/1710] Compiling AsyncKit Future+Optional.swift
[1658/1710] Emitting module _NIOFileSystem
[1659/1740] Compiling AsyncKit Optional+StrictMap.swift
[1660/1740] Compiling AsyncKit Exports.swift
[1661/1753] Emitting module NIOTLS
[1662/1753] Compiling NIOTLS TLSEvents.swift
[1663/1753] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1664/1753] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1665/1753] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1666/1753] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1667/1753] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1668/1753] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1669/1753] Compiling NIOSOCKS SOCKSResponse.swift
[1670/1754] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1671/1754] Compiling NIOSOCKS ClientStateMachine.swift
[1672/1754] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1673/1754] Compiling NIOHTTP1 HTTPDecoder.swift
[1674/1754] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1675/1754] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1676/1754] Compiling NIOHTTP1 HTTPEncoder.swift
[1677/1754] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1678/1754] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1679/1754] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1680/1754] Compiling NIOTLS SNIHandler.swift
[1686/1757] Emitting module NIOSOCKS
[1689/1757] Compiling NIOSOCKS ServerStateMachine.swift
[1693/1757] Compiling _NIOFileSystem CInterop.swift
[1694/1757] Compiling _NIOFileSystem Errno.swift
[1695/1758] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1696/1758] Compiling _NIOFileSystem Mocking.swift
[1697/1758] Compiling _NIOFileSystem Syscall.swift
[1698/1758] Compiling _NIOFileSystem Syscalls.swift
[1699/1758] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1700/1758] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1701/1758] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1704/1758] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1705/1758] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1708/1758] Emitting module NIOHTTP1
[1709/1758] Emitting module NIOFoundationCompat
[1710/1758] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1712/1788] Compiling NIOSSL SSLCallbacks.swift
[1713/1788] Compiling NIOSSL SSLCertificate.swift
[1714/1788] Compiling NIOSSL SSLInit.swift
[1715/1788] Compiling NIOSSL SSLPKCS12Bundle.swift
[1716/1788] Compiling NIOSSL SSLPrivateKey.swift
[1717/1788] Compiling _NIOFileSystem TokenBucket.swift
[1718/1788] Compiling _NIOFileSystem UnsafeTransfer.swift
[1719/1810] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1720/1810] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1721/1810] Compiling NIOTransportServices NIOTSErrors.swift
[1722/1810] Compiling NIOTransportServices NIOTSEventLoop.swift
[1723/1810] Compiling NIOTransportServices NIOTSBootstraps.swift
[1724/1810] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1725/1810] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1726/1810] Compiling NIOTransportServices NIOTSSingletons.swift
[1727/1810] Compiling _NIOFileSystem SystemFileHandle.swift
[1728/1810] Compiling _NIOFileSystem Utilities.swift
[1729/1810] Compiling _NIOFileSystem OpenOptions.swift
[1730/1810] Compiling _NIOFileSystem String+FileSystem.swift
[1731/1810] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1732/1810] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1733/1810] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1734/1812] Compiling NIOTransportServices StateManagedChannel.swift
[1735/1812] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1736/1812] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1739/1812] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1745/1812] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1746/1812] Emitting module NIOTransportServices
[1747/1812] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1748/1812] Compiling NIOTransportServices AcceptHandler.swift
[1749/1812] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1751/1813] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1752/1813] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1756/1813] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1757/1813] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1760/1861] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1761/1861] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1762/1861] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1763/1861] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1764/1861] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1765/1862] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1766/1862] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1767/1862] Compiling MultipartKit FormDataEncoder.swift
[1768/1862] Compiling MultipartKit Storage.swift
[1769/1862] Compiling MultipartKit MultipartFormData.swift
[1771/1880] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1772/1881] Compiling NIOExtras NIORequestIdentifiable.swift
[1773/1881] Compiling NIOExtras PCAPRingBuffer.swift
[1774/1883] Compiling NIOWebSocket WebSocketOpcode.swift
[1775/1886] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1776/1886] Emitting module NIOHTTPCompression
[1777/1886] Compiling NIOHTTPCompression HTTPCompression.swift
[1778/1886] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1779/1886] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1780/1886] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1781/1886] Compiling NIOHPACK HuffmanTables.swift
[1782/1887] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1783/1887] Compiling NIOHPACK IntegerCoding.swift
[1784/1887] Compiling NIOHPACK IndexedHeaderTable.swift
[1785/1887] Compiling NIOExtras DebugInboundEventsHandler.swift
[1786/1887] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1787/1887] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1788/1887] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1789/1887] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1790/1887] Compiling NIOExtras NIOExtrasError.swift
[1791/1887] Compiling NIOHPACK StaticHeaderTable.swift
[1792/1887] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1793/1887] Compiling NIOExtras LengthFieldPrepender.swift
[1794/1887] Compiling NIOExtras LineBasedFrameDecoder.swift
[1795/1889] Compiling NIOExtras WritePCAPHandler.swift
[1796/1889] Compiling MultipartKit Utilities.swift
[1797/1889] Compiling NIOExtras RequestResponseHandler.swift
[1798/1889] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1799/1889] Compiling NIOHTTPCompression HTTPDecompression.swift
[1800/1889] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1801/1889] Compiling NIOExtras JSONRPCFraming.swift
[1804/1892] Emitting module MultipartKit
[1807/1892] Emitting module NIOWebSocket
[1808/1892] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1811/1892] Compiling NIOExtras QuiescingHelper.swift
[1812/1892] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1813/1893] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1815/1893] Compiling NIOExtras UnsafeTransfer.swift
[1821/1893] Compiling NIOSSL SubjectAlternativeName.swift
[1822/1893] Compiling NIOSSL SSLErrors.swift
[1826/1893] Emitting module NIOHPACK
[1838/1893] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1840/1893] Emitting module _NIOFileSystemFoundationCompat
[1841/1893] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1848/1895] Compiling NIOHPACK HuffmanCoding.swift
[1849/1896] Emitting module NIOSSL
[1856/1896] Emitting module NIOExtras
[1867/1896] Compiling NIOWebSocket WebSocketFrame.swift
[1868/1899] Emitting module NIOFileSystem
[1869/1899] Compiling NIOFileSystem Exports.swift
[1872/1958] Compiling NIOHTTP2 HasRemoteSettings.swift
[1873/1958] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1874/1958] Compiling NIOHTTP2 QuiescingState.swift
[1875/1958] Compiling NIOHTTP2 StateMachineResult.swift
[1876/1958] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1877/1959] Compiling NIOHTTP2 SendingHeadersState.swift
[1878/1959] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1879/1959] Compiling NIOHTTP2 SendingRstStreamState.swift
[1880/1959] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1881/1959] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1882/1959] Compiling NIOHTTP2 MaySendFrames.swift
[1883/1959] Compiling NIOHTTP2 SendingDataState.swift
[1884/1959] Compiling NIOHTTP2 SendingGoawayState.swift
[1887/1968] Emitting module NIOHTTP2
[1888/1976] Compiling WebSocketKit WebSocketHandler.swift
[1896/1976] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1897/1976] Compiling WebSocketKit WebSocket+Connect.swift
[1898/1976] Compiling WebSocketKit Exports.swift
[1899/1976] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1900/1976] Emitting module WebSocketKit
[1901/1976] Compiling WebSocketKit WebSocket+Concurrency.swift
[1902/1976] Compiling WebSocketKit WebSocket.swift
[1903/1976] Compiling WebSocketKit WebSocketClient.swift
[1905/1977] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1906/1977] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1907/1977] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1908/1977] Compiling NIOHTTP2 HTTP2StreamID.swift
[1909/1977] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1910/1977] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1911/1977] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1912/1977] Compiling NIOHTTP2 InboundEventBuffer.swift
[1913/1977] Compiling NIOHTTP2 InboundWindowManager.swift
[1914/1977] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1915/1977] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1916/1977] Compiling NIOHTTP2 StreamChannelList.swift
[1917/1977] Compiling NIOHTTP2 StreamMap.swift
[1918/1977] Compiling NIOHTTP2 StreamStateMachine.swift
[1919/1977] Compiling NIOHTTP2 UnsafeTransfer.swift
[1920/1977] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1921/1977] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1922/1977] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1923/1977] Compiling NIOHTTP2 MayReceiveFrames.swift
[1924/1977] Compiling NIOHTTP2 ReceivingDataState.swift
[1925/1977] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1926/1977] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1927/1977] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1928/1977] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1930/1977] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1931/1977] Compiling NIOHTTP2 HTTP2Frame.swift
[1932/1977] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1933/1977] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1934/1977] Compiling NIOHTTP2 HTTP2PingData.swift
[1935/1977] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1936/1977] Compiling NIOHTTP2 HTTP2Settings.swift
[1937/1977] Compiling NIOHTTP2 HTTP2Stream.swift
[1944/1977] Emitting module AsyncKit
[1957/1978] Compiling NIOHTTP2 DOSHeuristics.swift
[1958/1978] Compiling NIOHTTP2 Error+Any.swift
[1959/1978] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1960/1978] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1961/1978] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1962/1978] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1963/1978] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1964/1978] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1965/1978] Compiling NIOHTTP2 HasLocalSettings.swift
[1969/1978] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1970/1978] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1971/1978] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1972/1978] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1973/1978] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1974/1978] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1975/1978] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1976/1978] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1977/1978] Compiling NIOHTTP2 HTTP2Error.swift
[1978/1978] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1980/2038] Emitting module AsyncHTTPClient
[1981/2046] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1982/2046] Compiling AsyncHTTPClient ConnectionTarget.swift
[1983/2046] Compiling AsyncHTTPClient DeconstructedURL.swift
[1984/2046] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1985/2046] Compiling AsyncHTTPClient FoundationExtensions.swift
[1986/2046] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1987/2046] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1988/2046] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1989/2046] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1990/2046] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1991/2046] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1992/2046] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1993/2046] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1994/2046] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1995/2046] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1996/2046] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1997/2046] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1998/2046] Compiling AsyncHTTPClient RequestBag.swift
[1999/2046] Compiling AsyncHTTPClient RequestValidation.swift
[2000/2046] Compiling AsyncHTTPClient SSLContextCache.swift
[2001/2046] Compiling AsyncHTTPClient Scheme.swift
[2002/2046] Compiling AsyncHTTPClient Singleton.swift
[2003/2046] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2004/2046] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2005/2046] Compiling AsyncHTTPClient Utils.swift
[2006/2046] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2007/2046] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2008/2046] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2009/2046] Compiling AsyncHTTPClient HTTP1Connection.swift
[2010/2046] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2011/2046] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2012/2046] Compiling AsyncHTTPClient HTTP2Connection.swift
[2013/2046] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2014/2046] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2015/2046] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2016/2046] Compiling AsyncHTTPClient Transaction.swift
[2017/2046] Compiling AsyncHTTPClient Base64.swift
[2018/2046] Compiling AsyncHTTPClient BasicAuth.swift
[2019/2046] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2020/2046] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2021/2046] Compiling AsyncHTTPClient ConnectionPool.swift
[2022/2046] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2023/2046] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2024/2046] Compiling AsyncHTTPClient RequestOptions.swift
[2025/2046] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2026/2046] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2027/2046] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2028/2046] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2029/2046] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2030/2046] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2031/2046] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2032/2046] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2033/2046] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2034/2046] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2035/2046] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2036/2046] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2037/2046] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2038/2046] Compiling AsyncHTTPClient RequestBodyLength.swift
[2039/2046] Compiling AsyncHTTPClient HTTPClient.swift
[2040/2046] Compiling AsyncHTTPClient HTTPHandler.swift
[2041/2046] Compiling AsyncHTTPClient LRUCache.swift
[2042/2046] Compiling AsyncHTTPClient NWErrorHandler.swift
[2043/2046] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2044/2046] Compiling AsyncHTTPClient TLSConfiguration.swift
[2045/2046] Compiling AsyncHTTPClient RedirectState.swift
[2046/2046] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2048/2157] Emitting module PrchNIO
[2049/2193] Compiling PrchNIO HTTPClient.swift
[2050/2193] Compiling PrchNIO EventLoopFuture.swift
[2051/2193] Compiling PrchNIO EventLoopSession.swift
[2052/2222] Compiling PrchNIO Client.swift
[2053/2222] Compiling PrchNIO HTTPClient.Response.swift
[2055/2223] Compiling Vapor AsyncBasicResponder.swift
[2056/2223] Compiling Vapor AsyncMiddleware.swift
[2057/2223] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2058/2223] Compiling Vapor AsyncSessionDriver.swift
[2059/2223] Compiling Vapor Authentication+Concurrency.swift
[2060/2223] Compiling Vapor Cache+Concurrency.swift
[2061/2223] Compiling Vapor Client+Concurrency.swift
[2062/2223] Compiling Vapor RequestBody+Concurrency.swift
[2063/2223] Compiling Vapor Responder+Concurrency.swift
[2064/2223] Compiling Vapor ResponseCodable+Concurrency.swift
[2065/2223] Compiling Vapor RoutesBuilder+Concurrency.swift
[2066/2223] Compiling Vapor ViewRenderer+Concurrency.swift
[2067/2223] Compiling Vapor WebSocket+Concurrency.swift
[2068/2223] Compiling Vapor ContainerGetPathExecutor.swift
[2069/2223] Compiling Vapor Content.swift
[2070/2223] Compiling Vapor ContentCoders.swift
[2071/2223] Compiling Vapor ContentConfiguration.swift
[2072/2223] Compiling Vapor ContentContainer.swift
[2073/2223] Compiling Vapor JSONCoder+Custom.swift
[2074/2223] Compiling Vapor JSONCoders+Content.swift
[2075/2223] Compiling Vapor PlaintextDecoder.swift
[2076/2223] Compiling Vapor PlaintextEncoder.swift
[2077/2223] Compiling Vapor URLQueryCoders.swift
[2078/2223] Compiling Vapor URLQueryContainer.swift
[2079/2247] Compiling Vapor Application.swift
[2080/2247] Compiling Vapor AuthenticationCache.swift
[2081/2247] Compiling Vapor Authenticator.swift
[2082/2247] Compiling Vapor BasicAuthorization.swift
[2083/2247] Compiling Vapor BearerAuthorization.swift
[2084/2247] Compiling Vapor GuardMiddleware.swift
[2085/2247] Compiling Vapor RedirectMiddleware.swift
[2086/2247] Compiling Vapor SessionAuthenticatable.swift
[2087/2247] Compiling Vapor Bcrypt.swift
[2088/2247] Compiling Vapor Application+Cache.swift
[2089/2247] Compiling Vapor Cache.swift
[2090/2247] Compiling Vapor CacheExpirationTime.swift
[2091/2247] Compiling Vapor MemoryCache.swift
[2092/2247] Compiling Vapor Request+Cache.swift
[2093/2247] Compiling Vapor Application+Clients.swift
[2094/2247] Compiling Vapor Client.swift
[2095/2247] Compiling Vapor ClientRequest.swift
[2096/2247] Compiling Vapor ClientResponse.swift
[2097/2247] Compiling Vapor Request+Client.swift
[2098/2247] Compiling Vapor BootCommand.swift
[2099/2247] Compiling Vapor CommandContext+Application.swift
[2100/2247] Compiling Vapor RoutesCommand.swift
[2101/2247] Compiling Vapor ServeCommand.swift
[2102/2247] Compiling Vapor AnyResponse+Concurrency.swift
[2103/2271] Compiling Vapor Validator.swift
[2104/2271] Compiling Vapor ValidatorResult.swift
[2105/2271] Compiling Vapor And.swift
[2106/2271] Compiling Vapor Case.swift
[2107/2271] Compiling Vapor CharacterSet.swift
[2108/2271] Compiling Vapor Count.swift
[2109/2271] Compiling Vapor Custom.swift
[2110/2271] Compiling Vapor Email.swift
[2111/2271] Compiling Vapor Empty.swift
[2112/2271] Compiling Vapor In.swift
[2113/2271] Compiling Vapor Nil.swift
[2114/2271] Compiling Vapor NilIgnoring.swift
[2115/2271] Compiling Vapor Not.swift
[2116/2271] Compiling Vapor Or.swift
[2117/2271] Compiling Vapor Pattern.swift
[2118/2271] Compiling Vapor Range.swift
[2119/2271] Compiling Vapor URL.swift
[2120/2271] Compiling Vapor Valid.swift
[2121/2271] Compiling Vapor Application+Views.swift
[2122/2271] Compiling Vapor PlaintextRenderer.swift
[2123/2271] Compiling Vapor Request+View.swift
[2124/2271] Compiling Vapor View.swift
[2125/2271] Compiling Vapor ViewRenderer.swift
[2126/2271] Compiling Vapor _Deprecations.swift
[2127/2271] Emitting module Vapor
[2128/2271] Compiling Vapor Core.swift
[2129/2271] Compiling Vapor Running.swift
[2130/2271] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2131/2271] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2132/2271] Compiling Vapor DotEnvFile+load.swift
[2133/2271] Compiling Vapor Routes+caseInsenstive.swift
[2134/2271] Compiling Vapor Validatable+validate.swift
[2135/2271] Compiling Vapor Environment+Process.swift
[2136/2271] Compiling Vapor Environment+Secret.swift
[2137/2271] Compiling Vapor Environment.swift
[2138/2271] Compiling Vapor Abort.swift
[2139/2271] Compiling Vapor AbortError.swift
[2140/2271] Compiling Vapor DebuggableError.swift
[2141/2271] Compiling Vapor Demangler.swift
[2142/2271] Compiling Vapor ErrorSource.swift
[2143/2271] Compiling Vapor StackTrace.swift
[2144/2271] Compiling Vapor Exports.swift
[2145/2271] Compiling Vapor Application+HTTP.swift
[2146/2271] Compiling Vapor BasicResponder.swift
[2147/2271] Compiling Vapor BodyStream.swift
[2148/2271] Compiling Vapor Application+HTTP+Client.swift
[2149/2271] Compiling Vapor EventLoopHTTPClient.swift
[2150/2271] Compiling Vapor EndpointCache.swift
[2151/2271] Compiling Vapor HTTPMethod+String.swift
[2152/2271] Compiling Vapor HTTPStatus.swift
[2153/2271] Compiling Vapor HTTPCookies.swift
[2154/2271] Compiling Vapor HTTPHeaderCacheControl.swift
[2155/2271] Compiling Vapor HTTPHeaderExpires.swift
[2156/2271] Compiling Vapor HTTPHeaderLastModified.swift
[2157/2271] Compiling Vapor HTTPHeaders+Cache.swift
[2158/2271] Compiling Vapor HTTPHeaders+Connection.swift
[2159/2271] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2160/2271] Compiling Vapor HTTPHeaders+ContentRange.swift
[2161/2271] Compiling Vapor HTTPHeaders+Directive.swift
[2162/2271] Compiling Vapor HTTPHeaders+Forwarded.swift
[2163/2271] Compiling Vapor HTTPHeaders+Link.swift
[2164/2271] Compiling Vapor HTTPHeaders+Name.swift
[2165/2271] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2166/2271] Compiling Vapor HTTPHeaders.swift
[2167/2271] Compiling Vapor HTTPMediaType.swift
[2168/2271] Compiling Vapor HTTPMediaTypePreference.swift
[2169/2271] Compiling Vapor Responder.swift
[2170/2271] Compiling Vapor Application+HTTP+Server.swift
[2171/2271] Compiling Vapor HTTPServer.swift
[2172/2271] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2173/2271] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2174/2271] Compiling Vapor HTTPServerHandler.swift
[2175/2271] Compiling Vapor HTTPServerRequestDecoder.swift
[2176/2271] Compiling Vapor Request+Body.swift
[2177/2271] Compiling Vapor Request+BodyStream.swift
[2178/2271] Compiling Vapor Request.swift
[2179/2271] Compiling Vapor Application+Responder.swift
[2180/2271] Compiling Vapor DefaultResponder.swift
[2181/2271] Compiling Vapor Response+Body.swift
[2182/2271] Compiling Vapor Response.swift
[2183/2271] Compiling Vapor ResponseCodable.swift
[2184/2271] Compiling Vapor Application+Routes.swift
[2185/2271] Compiling Vapor Parameters+Require.swift
[2186/2271] Compiling Vapor Request+WebSocket.swift
[2187/2271] Compiling Vapor Route.swift
[2188/2271] Compiling Vapor RouteCollection.swift
[2189/2271] Compiling Vapor Routes.swift
[2190/2271] Compiling Vapor RoutesBuilder+Group.swift
[2191/2271] Compiling Vapor RoutesBuilder+Method.swift
[2192/2271] Compiling Vapor RoutesBuilder+Middleware.swift
[2193/2271] Compiling Vapor RoutesBuilder+WebSocket.swift
[2194/2271] Compiling Vapor RoutesBuilder.swift
[2195/2271] Compiling Vapor OTP.swift
[2196/2271] Compiling Vapor Application+Servers.swift
[2197/2271] Compiling Vapor Server.swift
[2198/2271] Compiling Vapor App+Service.swift
[2199/2271] Compiling Vapor Req+Service.swift
[2200/2271] Compiling Vapor HTTPServerResponseEncoder.swift
[2201/2271] Compiling Vapor HTTPServerUpgradeHandler.swift
[2202/2271] Compiling Vapor Logger+Report.swift
[2203/2271] Compiling Vapor LoggingSystem+Environment.swift
[2204/2271] Compiling Vapor Application+Middleware.swift
[2205/2271] Compiling Vapor CORSMiddleware.swift
[2206/2271] Compiling Vapor ErrorMiddleware.swift
[2207/2271] Compiling Vapor FileMiddleware.swift
[2208/2271] Compiling Vapor Middleware.swift
[2209/2271] Compiling Vapor MiddlewareConfiguration.swift
[2210/2271] Compiling Vapor ResponseCompressionMiddleware.swift
[2211/2271] Compiling Vapor RouteLoggingMiddleware.swift
[2212/2271] Compiling Vapor TracingMiddleware.swift
[2213/2271] Compiling Vapor File+Multipart.swift
[2214/2271] Compiling Vapor FormDataDecoder+Content.swift
[2215/2271] Compiling Vapor FormDataEncoder+Content.swift
[2216/2271] Compiling Vapor Application+Password.swift
[2217/2271] Compiling Vapor Application+Passwords.swift
[2218/2271] Compiling Vapor AsyncPasswordHasher.swift
[2219/2271] Compiling Vapor BcryptHasher.swift
[2220/2271] Compiling Vapor PasswordHasher.swift
[2221/2271] Compiling Vapor PlaintextHasher.swift
[2222/2271] Compiling Vapor Request+Password.swift
[2223/2271] Compiling Vapor Redirect.swift
[2224/2271] Compiling Vapor Service.swift
[2225/2271] Compiling Vapor Application+Sessions.swift
[2226/2271] Compiling Vapor MemorySessions.swift
[2227/2271] Compiling Vapor Request+Session.swift
[2228/2271] Compiling Vapor Session.swift
[2229/2271] Compiling Vapor SessionCache.swift
[2230/2271] Compiling Vapor SessionData.swift
[2231/2271] Compiling Vapor SessionDriver.swift
[2232/2271] Compiling Vapor SessionsConfiguration.swift
[2233/2271] Compiling Vapor SessionsMiddleware.swift
[2234/2271] Compiling Vapor URLEncodedFormData.swift
[2235/2271] Compiling Vapor URLEncodedFormDecoder.swift
[2236/2271] Compiling Vapor URLEncodedFormEncoder.swift
[2237/2271] Compiling Vapor URLEncodedFormError.swift
[2238/2271] Compiling Vapor URLEncodedFormParser.swift
[2239/2271] Compiling Vapor URLEncodedFormSerializer.swift
[2240/2271] Compiling Vapor URLQueryFragmentConvertible.swift
[2241/2271] Compiling Vapor AnyResponse.swift
[2242/2271] Compiling Vapor Array+Random.swift
[2243/2271] Compiling Vapor Base32.swift
[2244/2271] Compiling Vapor Base64.swift
[2245/2271] Compiling Vapor BaseN.swift
[2246/2271] Compiling Vapor BasicCodingKey.swift
[2247/2271] Compiling Vapor ByteCount.swift
[2248/2271] Compiling Vapor Bytes+Hex.swift
[2249/2271] Compiling Vapor Bytes+SecureCompare.swift
[2250/2271] Compiling Vapor Collection+Safe.swift
[2251/2271] Compiling Vapor DataProtocol+Copy.swift
[2252/2271] Compiling Vapor DecoderUnwrapper.swift
[2253/2271] Compiling Vapor DirectoryConfiguration.swift
[2254/2271] Compiling Vapor DotEnv.swift
[2255/2271] Compiling Vapor Extendable.swift
[2256/2271] Compiling Vapor File.swift
[2257/2271] Compiling Vapor FileIO.swift
[2258/2271] Compiling Vapor LifecycleHandler.swift
[2259/2271] Compiling Vapor OptionalType.swift
[2260/2271] Compiling Vapor RFC1123.swift
[2261/2271] Compiling Vapor SocketAddress+Hostname.swift
[2262/2271] Compiling Vapor Storage.swift
[2263/2271] Compiling Vapor String+IsIPAddress.swift
[2264/2271] Compiling Vapor Thread.swift
[2265/2271] Compiling Vapor URI.swift
[2266/2271] Compiling Vapor RangeResult.swift
[2267/2271] Compiling Vapor Validatable.swift
[2268/2271] Compiling Vapor Validation.swift
[2269/2271] Compiling Vapor ValidationKey.swift
[2270/2271] Compiling Vapor Validations.swift
[2271/2271] Compiling Vapor ValidationsError.swift
[2273/2276] Compiling PrchVapor URI.swift
[2274/2276] Compiling PrchVapor ClientResponse.swift
/host/spi-builder-workspace/Sources/PrchVapor/ClientResponse.swift:4:1: warning: extension declares a conformance of imported type 'ClientResponse' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
2 | import Vapor
3 |
4 | extension ClientResponse: ResponseComponents {
| |- warning: extension declares a conformance of imported type 'ClientResponse' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 | public var data: Data? {
6 | body.map {
[2275/2276] Emitting module PrchVapor
/host/spi-builder-workspace/Sources/PrchVapor/ClientResponse.swift:4:1: warning: extension declares a conformance of imported type 'ClientResponse' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
2 | import Vapor
3 |
4 | extension ClientResponse: ResponseComponents {
| |- warning: extension declares a conformance of imported type 'ClientResponse' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 | public var data: Data? {
6 | body.map {
[2276/2276] Compiling PrchVapor SessionClient.swift
Build complete! (454.09s)
Build complete.
{
"dependencies" : [
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swiftlint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.43.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Rocket.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "prchnio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0-beta.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/PrchNIO.git"
}
],
"manifest_display_name" : "PrchVapor",
"name" : "PrchVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "PrchVapor",
"targets" : [
"PrchVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PrchVapor",
"module_type" : "SwiftTarget",
"name" : "PrchVapor",
"path" : "Sources/PrchVapor",
"product_dependencies" : [
"PrchNIO",
"Vapor"
],
"product_memberships" : [
"PrchVapor"
],
"sources" : [
"ClientResponse.swift",
"SessionClient.swift",
"URI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.