Build Information
Successful build of Imperial, reference main (6443db
), with Swift 6.1 for Linux on 27 Apr 2025 15:47:20 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/imperial.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/vapor-community/imperial
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6443dbc Fix path components parsing (#116)
Cloned https://github.com/vapor-community/imperial.git
Revision (git rev-parse @):
6443dbc6ea42ac0638abc4d5f07aaeccada1eb60
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor-community/imperial.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/imperial.git
https://github.com/vapor-community/imperial.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.110.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
}
],
"manifest_display_name" : "Imperial",
"name" : "Imperial",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ImperialCore",
"targets" : [
"ImperialCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialAuth0",
"targets" : [
"ImperialCore",
"ImperialAuth0"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialDeviantArt",
"targets" : [
"ImperialCore",
"ImperialDeviantArt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialDiscord",
"targets" : [
"ImperialCore",
"ImperialDiscord"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialDropbox",
"targets" : [
"ImperialCore",
"ImperialDropbox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialFacebook",
"targets" : [
"ImperialCore",
"ImperialFacebook"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialGitHub",
"targets" : [
"ImperialCore",
"ImperialGitHub"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialGitlab",
"targets" : [
"ImperialCore",
"ImperialGitlab"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialGoogle",
"targets" : [
"ImperialCore",
"ImperialGoogle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialImgur",
"targets" : [
"ImperialCore",
"ImperialImgur"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialKeycloak",
"targets" : [
"ImperialCore",
"ImperialKeycloak"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialMicrosoft",
"targets" : [
"ImperialCore",
"ImperialMicrosoft"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialMixcloud",
"targets" : [
"ImperialCore",
"ImperialMixcloud"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialShopify",
"targets" : [
"ImperialCore",
"ImperialShopify"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Imperial",
"targets" : [
"ImperialCore",
"ImperialAuth0",
"ImperialDeviantArt",
"ImperialDiscord",
"ImperialDropbox",
"ImperialFacebook",
"ImperialGitHub",
"ImperialGitlab",
"ImperialGoogle",
"ImperialImgur",
"ImperialKeycloak",
"ImperialMicrosoft",
"ImperialMixcloud",
"ImperialShopify"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ImperialTests",
"module_type" : "SwiftTarget",
"name" : "ImperialTests",
"path" : "Tests/ImperialTests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"ImperialTests.swift",
"ShopifyTests.swift",
"withApp.swift"
],
"target_dependencies" : [
"ImperialCore",
"ImperialAuth0",
"ImperialDeviantArt",
"ImperialDiscord",
"ImperialDropbox",
"ImperialFacebook",
"ImperialGitHub",
"ImperialGitlab",
"ImperialGoogle",
"ImperialImgur",
"ImperialKeycloak",
"ImperialMicrosoft",
"ImperialMixcloud",
"ImperialShopify"
],
"type" : "test"
},
{
"c99name" : "ImperialShopify",
"module_type" : "SwiftTarget",
"name" : "ImperialShopify",
"path" : "Sources/ImperialShopify",
"product_memberships" : [
"ImperialShopify",
"Imperial"
],
"sources" : [
"Session+Shopify.swift",
"Shopify.swift",
"ShopifyAuth.swift",
"ShopifyCallbackBody.swift",
"ShopifyRouter.swift",
"URL+Shopify.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialMixcloud",
"module_type" : "SwiftTarget",
"name" : "ImperialMixcloud",
"path" : "Sources/ImperialMixcloud",
"product_memberships" : [
"ImperialMixcloud",
"Imperial"
],
"sources" : [
"Mixcloud.swift",
"MixcloudAuth.swift",
"MixcloudCallbackBody.swift",
"MixcloudRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialMicrosoft",
"module_type" : "SwiftTarget",
"name" : "ImperialMicrosoft",
"path" : "Sources/ImperialMicrosoft",
"product_memberships" : [
"ImperialMicrosoft",
"Imperial"
],
"sources" : [
"Microsoft.swift",
"MicrosoftAuth.swift",
"MicrosoftCallbackBody.swift",
"MicrosoftRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialKeycloak",
"module_type" : "SwiftTarget",
"name" : "ImperialKeycloak",
"path" : "Sources/ImperialKeycloak",
"product_memberships" : [
"ImperialKeycloak",
"Imperial"
],
"sources" : [
"Keycloak.swift",
"KeycloakAuth.swift",
"KeycloakCallbackBody.swift",
"KeycloakRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialImgur",
"module_type" : "SwiftTarget",
"name" : "ImperialImgur",
"path" : "Sources/ImperialImgur",
"product_memberships" : [
"ImperialImgur",
"Imperial"
],
"sources" : [
"Imgur.swift",
"ImgurAuth.swift",
"ImgurCallbackBody.swift",
"ImgurRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialGoogle",
"module_type" : "SwiftTarget",
"name" : "ImperialGoogle",
"path" : "Sources/ImperialGoogle",
"product_memberships" : [
"ImperialGoogle",
"Imperial"
],
"sources" : [
"JWT/GoogleJWT.swift",
"JWT/GoogleJWTAuth.swift",
"JWT/GoogleJWTPayload.swift",
"JWT/GoogleJWTResponse.swift",
"JWT/GoogleJWTRouter.swift",
"Standard/Google.swift",
"Standard/GoogleAuth.swift",
"Standard/GoogleCallbackBody.swift",
"Standard/GoogleRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialGitlab",
"module_type" : "SwiftTarget",
"name" : "ImperialGitlab",
"path" : "Sources/ImperialGitlab",
"product_memberships" : [
"ImperialGitlab",
"Imperial"
],
"sources" : [
"Gitlab.swift",
"GitlabAuth.swift",
"GitlabCallbackBody.swift",
"GitlabRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialGitHub",
"module_type" : "SwiftTarget",
"name" : "ImperialGitHub",
"path" : "Sources/ImperialGitHub",
"product_memberships" : [
"ImperialGitHub",
"Imperial"
],
"sources" : [
"GitHub.swift",
"GitHubAuth.swift",
"GitHubCallbackBody.swift",
"GitHubRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialFacebook",
"module_type" : "SwiftTarget",
"name" : "ImperialFacebook",
"path" : "Sources/ImperialFacebook",
"product_memberships" : [
"ImperialFacebook",
"Imperial"
],
"sources" : [
"Facebook.swift",
"FacebookAuth.swift",
"FacebookCallbackBody.swift",
"FacebookRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialDropbox",
"module_type" : "SwiftTarget",
"name" : "ImperialDropbox",
"path" : "Sources/ImperialDropbox",
"product_memberships" : [
"ImperialDropbox",
"Imperial"
],
"sources" : [
"Dropbox.swift",
"DropboxAuth.swift",
"DropboxCallbackBody.swift",
"DropboxRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialDiscord",
"module_type" : "SwiftTarget",
"name" : "ImperialDiscord",
"path" : "Sources/ImperialDiscord",
"product_memberships" : [
"ImperialDiscord",
"Imperial"
],
"sources" : [
"Discord.swift",
"DiscordAuth.swift",
"DiscordCallbackBody.swift",
"DiscordRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialDeviantArt",
"module_type" : "SwiftTarget",
"name" : "ImperialDeviantArt",
"path" : "Sources/ImperialDeviantArt",
"product_memberships" : [
"ImperialDeviantArt",
"Imperial"
],
"sources" : [
"DeviantArt.swift",
"DeviantArtAuth.swift",
"DeviantArtCallbackBody.swift",
"DeviantArtRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialCore",
"module_type" : "SwiftTarget",
"name" : "ImperialCore",
"path" : "Sources/ImperialCore",
"product_dependencies" : [
"Vapor",
"JWTKit"
],
"product_memberships" : [
"ImperialCore",
"ImperialAuth0",
"ImperialDeviantArt",
"ImperialDiscord",
"ImperialDropbox",
"ImperialFacebook",
"ImperialGitHub",
"ImperialGitlab",
"ImperialGoogle",
"ImperialImgur",
"ImperialKeycloak",
"ImperialMicrosoft",
"ImperialMixcloud",
"ImperialShopify",
"Imperial"
],
"sources" : [
"FederatedService.swift",
"FederatedServiceRouter.swift",
"FederatedServiceTokens.swift",
"ImperialError.swift",
"Middleware/ImperialMiddleware.swift",
"RoutesBuilder+oAuth.swift",
"Sessions+Imperial.swift",
"String+pathSegments.swift"
],
"type" : "library"
},
{
"c99name" : "ImperialAuth0",
"module_type" : "SwiftTarget",
"name" : "ImperialAuth0",
"path" : "Sources/ImperialAuth0",
"product_memberships" : [
"ImperialAuth0",
"Imperial"
],
"sources" : [
"Auth0.swift",
"Auth0Auth.swift",
"Auth0CallbackBody.swift",
"Auth0Router.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 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/vapor/vapor.git
Fetching https://github.com/vapor/jwt-kit.git
[1/74313] Fetching vapor
[5947/83362] Fetching vapor, jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.63s)
Fetched https://github.com/vapor/vapor.git from cache (1.66s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (2.07s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3569/9948] Fetching swift-log, swift-certificates
[5977/23732] Fetching swift-log, swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (0.34s)
[6042/17620] Fetching swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (1.15s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.18s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.9.0 (3.06s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.21s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.66s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.47s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.51s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[1064/3659] Fetching swift-service-context, websocket-kit
[1065/6867] Fetching swift-service-context, websocket-kit, multipart-kit
[5297/11837] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing
[6888/13542] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing, swift-atomics
[6906/19445] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.42s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.48s)
Fetching https://github.com/apple/swift-nio-http2.git
[5939/9709] Fetching websocket-kit, multipart-kit, swift-atomics, swift-metrics
[8139/15371] Fetching websocket-kit, multipart-kit, swift-atomics, swift-metrics, swift-nio-extras
[13632/26863] Fetching websocket-kit, multipart-kit, swift-atomics, swift-metrics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-metrics.git from cache (0.28s)
Fetching https://github.com/apple/swift-nio-ssl.git
[11830/24663] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.32s)
Fetching https://github.com/apple/swift-nio.git
[8582/19001] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-http2
[17431/33794] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
[20169/109225] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/websocket-kit.git from cache (1.45s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.45s)
[35379/104924] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.50s)
[40558/101716] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.05s)
[32986/90224] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[43384/95709] Fetching swift-nio-ssl, swift-nio, console-kit
[43549/116436] Fetching swift-nio-ssl, swift-nio, console-kit, routing-kit
[57762/118806] Fetching swift-nio-ssl, swift-nio, console-kit, routing-kit, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.38s)
Fetched https://github.com/vapor/async-kit.git from cache (0.33s)
[75259/124738] Fetching swift-nio-ssl, swift-nio, routing-kit, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.04s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.81s)
[68852/89218] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.00s)
[55819/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.20s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.69s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.91s)
Fetched https://github.com/apple/swift-collections.git from cache (0.93s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.34s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.42s)
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.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.71s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.79s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.48s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.23s)
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 (0.64s)
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.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.46s)
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.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.41s)
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 (0.44s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.42s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.45s)
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.50s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.42s)
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.44s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.42s)
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/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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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/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/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-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-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/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/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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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/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/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.9.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
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/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-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.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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/849] Write sources
[68/849] Compiling _NumericsShims _NumericsShims.c
[69/849] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[70/849] Compiling _AtomicsShims.c
[71/849] Compiling CNIOWindows shim.c
[72/849] Compiling CVaporBcrypt bcrypt.c
[73/849] Compiling CSystem shims.c
[74/849] Compiling CNIOWASI CNIOWASI.c
[74/849] Compiling CVaporBcrypt blf.c
[76/849] Compiling CNIOWindows WSAStartup.c
[77/849] Compiling CNIOLinux liburing_shims.c
[78/849] Compiling CNIOExtrasZlib empty.c
[79/849] Compiling CNIOSHA1 c_nio_sha1.c
[80/849] Compiling CNIODarwin shim.c
[81/849] Compiling CNIOLLHTTP c_nio_http.c
[82/849] Compiling CNIOLinux shim.c
[83/849] Compiling fiat_p256_adx_mul.S
[84/849] Compiling CNIOLLHTTP c_nio_api.c
[85/849] Compiling fiat_p256_adx_sqr.S
[86/849] Compiling fiat_curve25519_adx_square.S
[87/849] Compiling fiat_curve25519_adx_mul.S
[88/849] Write swift-version-24593BA9C3E375BF.txt
[89/849] Compiling CNIOLLHTTP c_nio_llhttp.c
[90/849] Compiling CNIOBoringSSLShims shims.c
[91/855] Compiling tls_record.cc
[92/855] Compiling tls_method.cc
[93/855] Compiling tls13_server.cc
[94/857] Compiling tls13_both.cc
[95/861] Compiling tls13_enc.cc
[96/879] Compiling tls13_client.cc
[98/920] Compiling RealModule AlgebraicField.swift
[99/920] Compiling RealModule ApproximateEquality.swift
[100/920] Emitting module RealModule
[101/921] Emitting module _CertificateInternals
[102/921] Compiling _CertificateInternals _TinyArray.swift
[103/922] Compiling RealModule Double+Real.swift
[104/922] Compiling SystemPackage FileOperations.swift
[105/922] Compiling SystemPackage FilePath.swift
[106/922] Compiling SystemPackage FilePathWindows.swift
[107/922] Compiling SystemPackage FilePermissions.swift
[108/924] Compiling _NIOBase64 Base64.swift
[109/924] Emitting module _NIOBase64
[112/925] Compiling RealModule AugmentedArithmetic.swift
[114/925] Compiling ServiceContextModule ServiceContextKey.swift
[115/945] Compiling RealModule RealFunctions.swift
[116/945] Compiling RealModule Float80+Real.swift
[117/945] Compiling RealModule Real.swift
[118/945] Compiling RealModule Float+Real.swift
[119/945] Compiling RealModule ElementaryFunctions.swift
[120/945] Compiling RealModule Float16+Real.swift
[121/945] Compiling ServiceContextModule ServiceContext.swift
[122/945] Emitting module ServiceContextModule
[123/947] Emitting module SwiftASN1
[124/947] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[125/947] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[126/947] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[127/947] Compiling SwiftASN1 DER.swift
[128/947] Compiling SwiftASN1 Errors.swift
[129/947] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[130/947] Compiling InternalCollectionsUtilities Specialize.swift
[131/947] Compiling InternalCollectionsUtilities Debugging.swift
[132/947] Compiling InternalCollectionsUtilities Descriptions.swift
[133/949] Compiling _NIODataStructures _TinyArray.swift
[134/949] Compiling _NIODataStructures PriorityQueue.swift
[135/949] Compiling InternalCollectionsUtilities UInt+reversed.swift
[136/949] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[137/949] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[138/949] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[139/949] Compiling SystemPackage MachPort.swift
[140/949] Compiling SystemPackage PlatformString.swift
[141/949] Compiling SystemPackage SystemString.swift
[145/952] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[146/952] Emitting module SystemPackage
[149/952] Compiling SystemPackage Mocking.swift
[150/952] Compiling SystemPackage RawBuffer.swift
[151/952] Compiling SystemPackage Syscalls.swift
[152/952] Compiling SystemPackage WindowsSyscallAdapters.swift
[153/952] Compiling Logging MetadataProvider.swift
[156/952] Compiling InternalCollectionsUtilities _SortedCollection.swift
[157/952] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[158/952] Compiling InternalCollectionsUtilities Integer rank.swift
[159/952] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[170/952] Compiling _NIODataStructures Heap.swift
[171/952] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[172/952] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[173/952] Compiling SystemPackage Constants.swift
[174/952] Compiling SystemPackage Exports.swift
[177/952] Emitting module _NIODataStructures
[184/952] Emitting module InternalCollectionsUtilities
[185/952] Emitting module CoreMetrics
[186/953] Compiling CoreMetrics Metrics.swift
[187/953] Compiling CoreMetrics Locks.swift
[188/953] Compiling Logging LogHandler.swift
[189/953] Compiling Logging Locks.swift
[190/953] Emitting module Logging
[191/953] Compiling Logging Logging.swift
[203/984] Emitting module Instrumentation
[204/987] Compiling Instrumentation NoOpInstrument.swift
[205/987] Compiling SystemPackage Util+StringArray.swift
[206/987] Compiling SystemPackage Util.swift
[207/987] Compiling SystemPackage UtilConsumers.swift
[208/991] Compiling Instrumentation Instrument.swift
[209/991] Compiling Instrumentation InstrumentationSystem.swift
[210/1057] Compiling _RopeModule BigString+BidirectionalCollection.swift
[211/1057] Compiling _RopeModule BigString+Builder.swift
[212/1067] Compiling _RopeModule BigString+Ingester.swift
[213/1067] Compiling _RopeModule BigString+Invariants.swift
[214/1073] Compiling _RopeModule BigString+Iterators.swift
[215/1073] Compiling _RopeModule BigString+Metrics.swift
[216/1079] Compiling Instrumentation MultiplexInstrument.swift
[218/1086] Compiling Instrumentation Locks.swift
[220/1087] Emitting module RoutingKit
[221/1087] Compiling Atomics IntegerOperations.swift
[222/1087] Compiling Atomics Unmanaged extensions.swift
[223/1142] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[224/1142] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[225/1142] Compiling OrderedCollections OrderedDictionary+Elements.swift
[226/1142] Compiling OrderedCollections _HashTable.swift
[227/1142] Compiling OrderedCollections _Hashtable+Header.swift
[228/1142] Compiling OrderedCollections OrderedDictionary+Codable.swift
[229/1142] Compiling RoutingKit Router.swift
[230/1142] Compiling RoutingKit PathComponent.swift
[231/1142] Compiling RoutingKit TrieRouter.swift
[232/1149] Compiling HeapModule Heap+Descriptions.swift
[233/1149] Compiling HeapModule _HeapNode.swift
[234/1149] Compiling HeapModule Heap.swift
[235/1149] Compiling OrderedCollections _HashTable+Testing.swift
[236/1149] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[239/1149] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[240/1149] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[241/1149] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[242/1152] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[243/1152] Compiling HeapModule Heap+Invariants.swift
[244/1152] Compiling HeapModule Heap+UnsafeHandle.swift
[245/1152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[246/1152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[247/1152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[248/1152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[249/1152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[250/1152] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[251/1152] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[252/1159] Emitting module HeapModule
[253/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[254/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[255/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[256/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[257/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[258/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[259/1160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[260/1160] Compiling RoutingKit AnyRouter.swift
[261/1160] Compiling RoutingKit Parameters.swift
[262/1160] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[263/1160] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[264/1160] Compiling OrderedCollections OrderedDictionary+Values.swift
[265/1161] Emitting module Metrics
[266/1161] Compiling Metrics Metrics.swift
[268/1162] Compiling OrderedCollections OrderedSet+Initializers.swift
[269/1162] Compiling OrderedCollections OrderedSet+Insertions.swift
[270/1162] Compiling OrderedCollections OrderedSet+Invariants.swift
[271/1162] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[272/1162] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[273/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[274/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[275/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[276/1162] Compiling Algorithms Trim.swift
[277/1162] Compiling Algorithms Unique.swift
[278/1162] Compiling Algorithms Windows.swift
[279/1162] Compiling OrderedCollections OrderedSet+Descriptions.swift
[280/1162] Compiling OrderedCollections OrderedSet+Diffing.swift
[281/1162] Compiling OrderedCollections OrderedSet+Equatable.swift
[282/1162] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[283/1162] Compiling OrderedCollections OrderedSet+Hashable.swift
[287/1163] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[288/1163] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[292/1163] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[296/1163] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[297/1163] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[298/1163] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[312/1194] Compiling Tracing NoOpTracer.swift
[313/1194] Compiling Tracing InstrumentationSystem+Tracing.swift
[314/1199] Compiling DequeModule Deque+Testing.swift
[315/1199] Compiling DequeModule Deque._Storage.swift
[316/1199] Compiling DequeModule Deque._UnsafeHandle.swift
[317/1199] Compiling DequeModule Deque.swift
[318/1206] Compiling Tracing TracingTime.swift
[319/1270] Compiling HashTreeCollections _HashNode.swift
[320/1270] Compiling HashTreeCollections _HashNodeHeader.swift
[321/1270] Compiling HashTreeCollections _HashSlot.swift
[322/1270] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[323/1270] Compiling HashTreeCollections _HashNode+Structural union.swift
[324/1270] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[325/1270] Emitting module Tracing
[326/1270] Compiling HashTreeCollections _AncestorHashSlots.swift
[327/1270] Compiling HashTreeCollections _Bitmap.swift
[328/1270] Compiling HashTreeCollections _Bucket.swift
[329/1270] Compiling HashTreeCollections _Hash.swift
[330/1270] Compiling HashTreeCollections _HashLevel.swift
[331/1270] Compiling HashTreeCollections _HashNode+Builder.swift
[332/1270] Compiling HashTreeCollections _HashNode+Debugging.swift
[333/1270] Compiling HashTreeCollections _HashNode+Initializers.swift
[334/1270] Compiling HashTreeCollections _HashNode+Invariants.swift
[335/1270] Compiling HashTreeCollections _HashNode+Lookups.swift
[336/1270] Compiling HashTreeCollections _HashNode+Storage.swift
[337/1270] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[338/1270] Compiling HashTreeCollections _HashNode+Structural filter.swift
[344/1272] Compiling t1_enc.cc
[346/1272] Compiling Tracing TracerProtocol.swift
[347/1272] Compiling HashTreeCollections TreeDictionary+Keys.swift
[348/1272] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[349/1272] Compiling HashTreeCollections TreeDictionary+Merge.swift
[350/1272] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[351/1272] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[352/1272] Compiling HashTreeCollections TreeDictionary+Values.swift
[353/1272] Compiling HashTreeCollections TreeDictionary.swift
[354/1272] Compiling HashTreeCollections TreeSet+Codable.swift
[355/1272] Compiling HashTreeCollections TreeSet+Collection.swift
[356/1272] Compiling HashTreeCollections TreeDictionary+Collection.swift
[357/1272] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[358/1272] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[359/1272] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[360/1272] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[361/1272] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[362/1272] Compiling HashTreeCollections TreeDictionary+Filter.swift
[363/1272] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[364/1272] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[365/1272] Compiling Tracing Tracer.swift
[366/1272] Compiling Tracing TracerProtocol+Legacy.swift
[367/1272] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[368/1272] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[371/1272] Compiling DequeModule _DequeSlot.swift
[372/1272] Compiling DequeModule _UnsafeWrappedBuffer.swift
[373/1272] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[374/1272] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[377/1272] Emitting module Atomics
[388/1272] Compiling Tracing SpanProtocol.swift
[393/1273] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[394/1273] Compiling HashTreeCollections TreeSet+Debugging.swift
[395/1273] Compiling HashTreeCollections TreeSet+Descriptions.swift
[396/1273] Compiling HashTreeCollections TreeSet+Hashable.swift
[397/1273] Compiling HashTreeCollections TreeSet+Sendable.swift
[398/1273] Compiling HashTreeCollections TreeSet+Sequence.swift
[399/1273] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[400/1273] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[401/1273] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[402/1273] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[403/1273] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[404/1273] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[405/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[417/1283] Emitting module OrderedCollections
[424/1283] Compiling HashTreeCollections TreeSet+Equatable.swift
[425/1283] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[426/1283] Compiling HashTreeCollections TreeSet+Extras.swift
[427/1283] Compiling HashTreeCollections TreeSet+Filter.swift
[430/1284] Emitting module DequeModule
[442/1285] Emitting module _RopeModule
[444/1285] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[445/1285] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[446/1285] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[447/1285] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[448/1285] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[449/1285] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[450/1285] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[451/1285] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[452/1285] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[453/1285] Compiling HashTreeCollections TreeSet.swift
[462/1286] Emitting module Algorithms
[464/1287] Compiling HashTreeCollections _HashTreeIterator.swift
[465/1287] Compiling HashTreeCollections _HashTreeStatistics.swift
[466/1287] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[467/1287] Compiling HashTreeCollections _RawHashNode.swift
[468/1287] Compiling HashTreeCollections _UnmanagedHashNode.swift
[469/1287] Compiling HashTreeCollections _UnsafePath.swift
[470/1287] Compiling HashTreeCollections TreeDictionary+Codable.swift
[483/1287] Compiling ssl_versions.cc
[484/1287] Compiling ssl_x509.cc
[506/1287] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[507/1287] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[508/1287] Compiling HashTreeCollections _HashNode+Structural merge.swift
[509/1287] Compiling ssl_transcript.cc
[516/1288] Compiling ssl_session.cc
[518/1288] Compiling ssl_stat.cc
[520/1288] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[521/1288] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[525/1288] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[526/1288] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[527/1288] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[541/1288] Compiling HashTreeCollections _HashStack.swift
[541/1288] Compiling ssl_privkey.cc
[543/1288] Emitting module HashTreeCollections
[544/1289] Compiling ssl_file.cc
[545/1289] Compiling ssl_key_share.cc
[546/1289] Compiling ssl_cert.cc
[547/1289] Compiling ssl_credential.cc
[548/1289] Compiling ssl_cipher.cc
[549/1289] Compiling ssl_lib.cc
[550/1289] Compiling ssl_buffer.cc
[551/1289] Compiling ssl_asn1.cc
[552/1289] Compiling ssl_aead_ctx.cc
[553/1289] Compiling s3_pkt.cc
[554/1289] Compiling s3_lib.cc
[555/1289] Compiling s3_both.cc
[556/1289] Compiling handshake_server.cc
[557/1289] Compiling handshake_client.cc
[558/1289] Compiling handshake.cc
[559/1289] Compiling encrypted_client_hello.cc
[560/1289] Compiling extensions.cc
[561/1289] Compiling handoff.cc
[562/1289] Compiling md5-x86_64-linux.S
[563/1289] Compiling md5-x86_64-apple.S
[564/1289] Compiling dtls_record.cc
[565/1289] Compiling md5-586-linux.S
[566/1289] Compiling md5-586-apple.S
[567/1289] Compiling dtls_method.cc
[568/1289] Compiling chacha20_poly1305_x86_64-apple.S
[569/1289] Compiling d1_pkt.cc
[570/1289] Compiling chacha20_poly1305_x86_64-linux.S
[571/1289] Compiling chacha20_poly1305_armv8-linux.S
[572/1289] Compiling chacha20_poly1305_armv8-win.S
[573/1289] Compiling err_data.cc
[574/1289] Compiling chacha20_poly1305_armv8-apple.S
[575/1289] Compiling chacha-x86_64-apple.S
[576/1289] Compiling chacha-x86_64-linux.S
[577/1289] Compiling chacha-x86-linux.S
[578/1289] Compiling chacha-x86-apple.S
[579/1289] Compiling chacha-armv8-win.S
[580/1289] Compiling chacha-armv8-linux.S
[581/1289] Compiling chacha-armv8-apple.S
[582/1289] Compiling chacha-armv4-linux.S
[583/1289] Compiling d1_lib.cc
[584/1289] Compiling aes128gcmsiv-x86_64-linux.S
[585/1289] Compiling aes128gcmsiv-x86_64-apple.S
[586/1289] Compiling x86_64-mont5-linux.S
[587/1289] Compiling x86_64-mont-linux.S
[588/1289] Compiling x86_64-mont5-apple.S
[589/1289] Compiling x86_64-mont-apple.S
[590/1289] Compiling bio_ssl.cc
[591/1289] Compiling x86-mont-apple.S
[592/1289] Compiling x86-mont-linux.S
[593/1289] Compiling d1_srtp.cc
[594/1289] Compiling vpaes-x86-linux.S
[595/1289] Compiling vpaes-x86_64-apple.S
[596/1289] Compiling vpaes-x86_64-linux.S
[597/1289] Compiling vpaes-armv8-win.S
[598/1289] Compiling vpaes-x86-apple.S
[599/1289] Compiling vpaes-armv8-apple.S
[600/1289] Compiling vpaes-armv8-linux.S
[601/1289] Compiling vpaes-armv7-linux.S
[602/1289] Compiling sha512-x86_64-linux.S
[603/1289] Compiling sha512-x86_64-apple.S
[604/1289] Compiling sha512-armv8-win.S
[605/1289] Compiling sha512-armv8-linux.S
[606/1289] Compiling sha512-armv4-linux.S
[607/1289] Compiling sha512-armv8-apple.S
[608/1289] Compiling sha512-586-linux.S
[609/1289] Compiling sha512-586-apple.S
[610/1289] Compiling sha256-armv8-win.S
[611/1289] Compiling sha256-x86_64-apple.S
[612/1289] Compiling sha256-armv8-linux.S
[613/1289] Compiling sha256-x86_64-linux.S
[614/1289] Compiling sha256-armv8-apple.S
[615/1289] Compiling sha256-armv4-linux.S
[616/1289] Compiling sha256-586-linux.S
[617/1289] Compiling sha256-586-apple.S
[618/1289] Compiling sha1-x86_64-apple.S
[619/1289] Compiling sha1-armv8-win.S
[620/1289] Compiling sha1-armv8-linux.S
[621/1289] Compiling sha1-x86_64-linux.S
[622/1289] Compiling sha1-armv8-apple.S
[623/1289] Compiling sha1-586-linux.S
[624/1289] Compiling sha1-armv4-large-linux.S
[625/1289] Compiling sha1-586-apple.S
[626/1289] Compiling rsaz-avx2-apple.S
[627/1289] Compiling rsaz-avx2-linux.S
[628/1289] Compiling rdrand-x86_64-linux.S
[629/1289] Compiling rdrand-x86_64-apple.S
[630/1289] Compiling p256_beeu-x86_64-asm-apple.S
[631/1289] Compiling p256_beeu-armv8-asm-win.S
[632/1289] Compiling p256_beeu-x86_64-asm-linux.S
[633/1289] Compiling p256_beeu-armv8-asm-linux.S
[634/1289] Compiling p256_beeu-armv8-asm-apple.S
[635/1289] Compiling p256-x86_64-asm-apple.S
[636/1289] Compiling p256-armv8-asm-win.S
[637/1289] Compiling p256-armv8-asm-linux.S
[638/1289] Compiling p256-x86_64-asm-linux.S
[639/1289] Compiling p256-armv8-asm-apple.S
[640/1289] Compiling ghashv8-armv8-win.S
[641/1289] Compiling ghashv8-armv8-linux.S
[642/1289] Compiling ghashv8-armv8-apple.S
[643/1289] Compiling ghashv8-armv7-linux.S
[644/1289] Compiling ghash-x86_64-linux.S
[645/1289] Compiling ghash-x86-linux.S
[646/1289] Compiling ghash-x86-apple.S
[647/1289] Compiling ghash-x86_64-apple.S
[648/1289] Compiling ghash-ssse3-x86_64-linux.S
[649/1289] Compiling ghash-ssse3-x86_64-apple.S
[650/1289] Compiling ghash-ssse3-x86-linux.S
[651/1289] Compiling ghash-ssse3-x86-apple.S
[652/1289] Compiling ghash-neon-armv8-win.S
[653/1289] Compiling ghash-neon-armv8-linux.S
[654/1289] Compiling ghash-neon-armv8-apple.S
[655/1289] Compiling ghash-armv4-linux.S
[656/1289] Compiling co-586-linux.S
[657/1289] Compiling bn-armv8-win.S
[658/1289] Compiling bsaes-armv7-linux.S
[659/1289] Compiling co-586-apple.S
[660/1289] Compiling bn-armv8-linux.S
[661/1289] Compiling bn-armv8-apple.S
[662/1289] Compiling bn-586-linux.S
[663/1289] Compiling bn-586-apple.S
[664/1289] Compiling armv8-mont-win.S
[665/1289] Compiling armv8-mont-linux.S
[666/1289] Compiling armv8-mont-apple.S
[667/1289] Compiling aesv8-gcm-armv8-win.S
[668/1289] Compiling d1_both.cc
[669/1289] Compiling armv4-mont-linux.S
[670/1289] Compiling aesv8-gcm-armv8-linux.S
[671/1289] Compiling aesv8-gcm-armv8-apple.S
[672/1289] Compiling aesv8-armv8-win.S
[673/1289] Compiling aesv8-armv8-linux.S
[674/1289] Compiling aesv8-armv8-apple.S
[675/1289] Compiling aesni-x86_64-apple.S
[676/1289] Compiling aesv8-armv7-linux.S
[677/1289] Compiling aesni-x86-linux.S
[678/1289] Compiling aesni-x86_64-linux.S
[679/1289] Compiling aesni-x86-apple.S
[680/1289] Compiling aesni-gcm-x86_64-linux.S
[681/1289] Compiling aesni-gcm-x86_64-apple.S
[682/1289] Compiling aes-gcm-avx2-x86_64-apple.S
[683/1289] Compiling aes-gcm-avx10-x86_64-apple.S
[684/1289] Compiling aes-gcm-avx2-x86_64-linux.S
[685/1289] Compiling aes-gcm-avx10-x86_64-linux.S
[686/1289] Compiling x_val.cc
[687/1289] Compiling x_x509.cc
[688/1289] Compiling x_x509a.cc
[689/1289] Compiling x_pubkey.cc
[690/1289] Compiling x_spki.cc
[691/1289] Compiling x_sig.cc
[692/1289] Compiling x_req.cc
[693/1289] Compiling x_name.cc
[694/1289] Compiling x_algor.cc
[695/1289] Compiling x_crl.cc
[696/1289] Compiling x_exten.cc
[697/1289] Compiling x509spki.cc
[698/1289] Compiling x_attrib.cc
[699/1289] Compiling x509rset.cc
[700/1289] Compiling x_all.cc
[701/1289] Compiling x509name.cc
[702/1289] Compiling x509_vfy.cc
[703/1289] Compiling x509cset.cc
[704/1289] Compiling x509_txt.cc
[705/1289] Compiling x509_v3.cc
[705/1289] Compiling x509_vpm.cc
[707/1289] Compiling x509_trs.cc
[708/1289] Compiling x509_set.cc
[709/1289] Compiling x509_req.cc
[710/1289] Compiling x509_obj.cc
[710/1289] Compiling x509_ext.cc
[712/1289] Compiling x509_def.cc
[713/1289] Compiling x509_d2.cc
[714/1289] Compiling x509_lu.cc
[715/1289] Compiling x509_att.cc
[716/1289] Compiling x509.cc
[717/1289] Compiling x509_cmp.cc
[718/1289] Compiling v3_prn.cc
[719/1289] Compiling v3_skey.cc
[720/1289] Compiling v3_purp.cc
[721/1289] Compiling v3_utl.cc
[722/1289] Compiling v3_pmaps.cc
[723/1289] Compiling v3_pcons.cc
[724/1289] Compiling v3_ncons.cc
[725/1289] Compiling v3_ocsp.cc
[726/1289] Compiling v3_lib.cc
[727/1289] Compiling v3_int.cc
[728/1289] Compiling v3_info.cc
[729/1289] Compiling v3_ia5.cc
[730/1289] Compiling v3_genn.cc
[731/1289] Compiling v3_enum.cc
[732/1289] Compiling v3_extku.cc
[733/1289] Compiling v3_crld.cc
[734/1289] Compiling v3_cpols.cc
[735/1289] Compiling v3_bitst.cc
[736/1289] Compiling v3_conf.cc
[737/1289] Compiling v3_alt.cc
[738/1289] Compiling v3_bcons.cc
[739/1289] Compiling v3_akey.cc
[740/1289] Compiling v3_akeya.cc
[741/1289] Compiling t_x509a.cc
[742/1289] Compiling t_x509.cc
[743/1289] Compiling t_crl.cc
[744/1289] Compiling i2d_pr.cc
[745/1289] Compiling t_req.cc
[746/1289] Compiling rsa_pss.cc
[747/1289] Compiling name_print.cc
[748/1289] Compiling policy.cc
[749/1289] Compiling by_file.cc
[750/1289] Compiling asn1_gen.cc
[751/1289] Compiling algorithm.cc
[752/1289] Compiling a_verify.cc
[753/1289] Compiling a_sign.cc
[754/1289] Compiling by_dir.cc
[755/1289] Compiling voprf.cc
[756/1289] Compiling a_digest.cc
[757/1289] Compiling thread_win.cc
[758/1289] Compiling thread_pthread.cc
[759/1289] Compiling trust_token.cc
[760/1289] Compiling thread.cc
[761/1289] Compiling thread_none.cc
[762/1289] Compiling stack.cc
[763/1289] Compiling sha512.cc
[764/1289] Compiling siphash.cc
[765/1289] Compiling pmbtoken.cc
[766/1289] Compiling sha256.cc
[767/1289] Compiling sha1.cc
[768/1289] Compiling rsa_print.cc
[769/1289] Compiling spake2plus.cc
[770/1289] Compiling rsa_extra.cc
[771/1289] Compiling rc4.cc
[772/1289] Compiling refcount.cc
[773/1289] Compiling slhdsa.cc
[774/1289] Compiling rsa_crypt.cc
[775/1289] Compiling trusty.cc
[776/1289] Compiling rand.cc
[776/1289] Compiling windows.cc
[777/1289] Compiling urandom.cc
[778/1289] Compiling rsa_asn1.cc
[780/1289] Compiling ios.cc
[781/1289] Compiling passive.cc
[782/1289] Compiling poly1305_arm_asm.S
[783/1289] Compiling getentropy.cc
[784/1289] Compiling deterministic.cc
[785/1289] Compiling fork_detect.cc
[786/1289] Compiling forkunsafe.cc
[787/1289] Compiling poly1305_arm.cc
[788/1289] Compiling poly1305.cc
[789/1289] Compiling poly1305_vec.cc
[790/1289] Compiling pool.cc
[791/1289] Compiling pkcs7.cc
[792/1289] Compiling pkcs8_x509.cc
[793/1289] Compiling p5_pbev2.cc
[794/1289] Compiling pkcs7_x509.cc
[795/1289] Compiling pkcs8.cc
[796/1289] Compiling pem_xaux.cc
[797/1289] Compiling pem_x509.cc
[798/1289] Compiling pem_pkey.cc
[799/1289] Compiling mlkem.cc
[800/1289] Compiling pem_oth.cc
[801/1289] Compiling pem_pk8.cc
[802/1289] Compiling obj_xref.cc
[803/1289] Compiling pem_lib.cc
[804/1289] Compiling pem_info.cc
[805/1289] Compiling pem_all.cc
[806/1289] Compiling mldsa.cc
[807/1289] Compiling obj.cc
[808/1289] Compiling md4.cc
[808/1289] Compiling md5.cc
[810/1289] Compiling poly_rq_mul.S
[811/1289] Compiling fips_shared_support.cc
[812/1289] Compiling lhash.cc
[813/1289] Compiling mem.cc
[814/1289] Compiling hrss.cc
[815/1289] Compiling ex_data.cc
[816/1289] Compiling kyber.cc
[817/1289] Compiling sign.cc
[818/1289] Compiling scrypt.cc
[819/1289] Compiling print.cc
[820/1289] Compiling hpke.cc
[821/1289] Compiling p_x25519.cc
[822/1289] Compiling pbkdf.cc
[823/1289] Compiling p_x25519_asn1.cc
[824/1289] Compiling p_rsa_asn1.cc
[825/1289] Compiling p_rsa.cc
[826/1289] Compiling p_ed25519_asn1.cc
[826/1289] Compiling p_ed25519.cc
[828/1289] Compiling p_hkdf.cc
[829/1289] Compiling p_ec_asn1.cc
[830/1289] Compiling p_ec.cc
[831/1289] Compiling p_dh_asn1.cc
[832/1289] Compiling p_dh.cc
[833/1289] Compiling evp_ctx.cc
[834/1289] Compiling p_dsa_asn1.cc
[835/1289] Compiling evp.cc
[836/1289] Compiling err.cc
[837/1289] Compiling engine.cc
[838/1289] Compiling evp_asn1.cc
[839/1289] Compiling ecdh.cc
[840/1289] Compiling ec_derive.cc
[841/1289] Compiling hash_to_curve.cc
[841/1289] Compiling dsa.cc
[843/1289] Compiling ecdsa_asn1.cc
[844/1289] Compiling ec_asn1.cc
[845/1289] Compiling dsa_asn1.cc
[846/1289] Compiling params.cc
[847/1289] Compiling x25519-asm-arm.S
[848/1289] Compiling des.cc
[849/1289] Compiling dh_asn1.cc
[850/1289] Compiling digest_extra.cc
[850/1289] Compiling bcm.cc
[852/1289] Compiling spake25519.cc
[853/1289] Compiling curve25519.cc
[854/1289] Compiling crypto.cc
[855/1289] Compiling cpu_intel.cc
[856/1289] Compiling cpu_arm_linux.cc
[857/1289] Compiling cpu_aarch64_sysreg.cc
[858/1289] Compiling cpu_arm_freebsd.cc
[859/1289] Compiling cpu_aarch64_win.cc
[860/1289] Compiling cpu_aarch64_openbsd.cc
[861/1289] Compiling curve25519_64_adx.cc
[862/1289] Compiling cpu_aarch64_linux.cc
[863/1289] Compiling cpu_aarch64_fuchsia.cc
[864/1289] Compiling cpu_aarch64_apple.cc
[865/1289] Compiling get_cipher.cc
[865/1289] Compiling tls_cbc.cc
[867/1289] Compiling e_tls.cc
[868/1289] Compiling conf.cc
[869/1289] Compiling e_rc4.cc
[870/1289] Compiling e_rc2.cc
[871/1289] Compiling e_chacha20poly1305.cc
[871/1289] Compiling e_null.cc
[873/1289] Compiling e_des.cc
[874/1289] Compiling e_aesctrhmac.cc
[875/1289] Compiling derive_key.cc
[876/1289] Compiling e_aesgcmsiv.cc
[877/1289] Compiling chacha.cc
[878/1289] Compiling buf.cc
[879/1289] Compiling unicode.cc
[880/1289] Compiling ber.cc
[881/1289] Compiling asn1_compat.cc
[882/1289] Compiling cbb.cc
[883/1289] Compiling cbs.cc
[884/1289] Compiling convert.cc
[885/1289] Compiling blake2.cc
[886/1289] Compiling bn_asn1.cc
[887/1289] Compiling socket_helper.cc
[888/1289] Compiling socket.cc
[889/1289] Compiling printf.cc
[890/1289] Compiling pair.cc
[891/1289] Compiling hexdump.cc
[892/1289] Compiling errno.cc
[893/1289] Compiling file.cc
[894/1289] Compiling fd.cc
[895/1289] Compiling connect.cc
[896/1289] Compiling bio_mem.cc
[897/1289] Compiling bio.cc
[898/1289] Compiling base64.cc
[899/1289] Compiling tasn_fre.cc
[900/1289] Compiling tasn_typ.cc
[901/1289] Compiling tasn_enc.cc
[902/1289] Compiling tasn_utl.cc
[903/1289] Compiling f_string.cc
[904/1289] Compiling posix_time.cc
[905/1289] Compiling tasn_new.cc
[906/1289] Compiling f_int.cc
[907/1289] Compiling asn_pack.cc
[908/1289] Compiling tasn_dec.cc
[909/1289] Compiling asn1_par.cc
[910/1289] Compiling a_octet.cc
[911/1289] Compiling a_utctm.cc
[912/1289] Compiling a_type.cc
[913/1289] Compiling asn1_lib.cc
[914/1289] Compiling a_time.cc
[915/1289] Compiling a_strnid.cc
[916/1289] Compiling a_strex.cc
[917/1289] Compiling a_i2d_fp.cc
[918/1289] Compiling a_object.cc
[919/1289] Compiling a_dup.cc
[920/1289] Compiling a_d2i_fp.cc
[921/1289] Compiling a_mbstr.cc
[922/1289] Compiling a_gentm.cc
[923/1289] Compiling a_int.cc
[924/1289] Compiling fiat_p256_adx_sqr.S
[925/1289] Compiling fiat_p256_adx_mul.S
[926/1289] Compiling fiat_curve25519_adx_square.S
[927/1289] Compiling fiat_curve25519_adx_mul.S
[928/1289] Compiling md5-x86_64-linux.S
[929/1289] Compiling md5-x86_64-apple.S
[929/1289] Compiling md5-586-linux.S
[931/1289] Compiling a_bitstr.cc
[932/1289] Compiling md5-586-apple.S
[933/1289] Compiling chacha20_poly1305_x86_64-apple.S
[934/1289] Compiling a_bool.cc
[935/1289] Compiling chacha20_poly1305_armv8-win.S
[936/1289] Compiling chacha20_poly1305_x86_64-linux.S
[937/1289] Compiling chacha20_poly1305_armv8-linux.S
[938/1289] Compiling chacha20_poly1305_armv8-apple.S
[939/1289] Compiling chacha-x86_64-linux.S
[940/1289] Compiling chacha-x86_64-apple.S
[941/1289] Compiling chacha-x86-linux.S
[942/1289] Compiling chacha-x86-apple.S
[943/1289] Compiling chacha-armv8-win.S
[944/1289] Compiling CCryptoBoringSSLShims shims.c
[945/1289] Compiling chacha-armv8-linux.S
[946/1289] Compiling chacha-armv8-apple.S
[947/1289] Compiling chacha-armv4-linux.S
[948/1289] Compiling aes128gcmsiv-x86_64-apple.S
[949/1289] Compiling aes128gcmsiv-x86_64-linux.S
[950/1289] Compiling x86_64-mont5-linux.S
[951/1289] Compiling x86_64-mont5-apple.S
[952/1289] Compiling x86_64-mont-linux.S
[953/1289] Compiling err_data.cc
[954/1289] Compiling x86_64-mont-apple.S
[955/1289] Compiling x86-mont-linux.S
[956/1289] Compiling x86-mont-apple.S
[957/1289] Compiling vpaes-x86_64-linux.S
[958/1289] Compiling vpaes-x86_64-apple.S
[959/1289] Compiling vpaes-x86-apple.S
[960/1289] Compiling vpaes-x86-linux.S
[961/1289] Compiling vpaes-armv8-win.S
[962/1289] Compiling vpaes-armv8-linux.S
[963/1289] Compiling vpaes-armv8-apple.S
[964/1289] Compiling vpaes-armv7-linux.S
[965/1289] Compiling sha512-x86_64-apple.S
[966/1289] Compiling sha512-armv8-win.S
[967/1289] Compiling sha512-x86_64-linux.S
[968/1289] Compiling sha512-armv8-linux.S
[969/1289] Compiling sha512-armv4-linux.S
[970/1289] Compiling sha512-armv8-apple.S
[971/1289] Compiling sha512-586-linux.S
[972/1289] Compiling sha512-586-apple.S
[973/1289] Compiling sha256-x86_64-apple.S
[974/1289] Compiling sha256-armv8-linux.S
[975/1289] Compiling sha256-armv8-win.S
[976/1289] Compiling sha256-x86_64-linux.S
[977/1289] Compiling sha256-armv8-apple.S
[978/1289] Compiling sha256-armv4-linux.S
[979/1289] Compiling sha256-586-linux.S
[980/1289] Compiling sha256-586-apple.S
[981/1289] Compiling sha1-x86_64-apple.S
[982/1289] Compiling sha1-armv8-win.S
[983/1289] Compiling sha1-x86_64-linux.S
[984/1289] Compiling sha1-armv8-linux.S
[985/1289] Compiling sha1-armv8-apple.S
[986/1289] Compiling sha1-armv4-large-linux.S
[987/1289] Compiling sha1-586-linux.S
[988/1289] Compiling sha1-586-apple.S
[989/1289] Compiling rsaz-avx2-apple.S
[990/1289] Compiling rsaz-avx2-linux.S
[991/1289] Compiling rdrand-x86_64-linux.S
[992/1289] Compiling rdrand-x86_64-apple.S
[993/1289] Compiling p256_beeu-x86_64-asm-linux.S
[994/1289] Compiling p256_beeu-x86_64-asm-apple.S
[995/1289] Compiling p256_beeu-armv8-asm-win.S
[996/1289] Compiling p256_beeu-armv8-asm-linux.S
[996/1289] Compiling p256_beeu-armv8-asm-apple.S
[998/1289] Compiling p256-x86_64-asm-apple.S
[999/1289] Compiling p256-x86_64-asm-linux.S
[1000/1289] Compiling p256-armv8-asm-win.S
[1001/1289] Compiling p256-armv8-asm-linux.S
[1002/1289] Compiling p256-armv8-asm-apple.S
[1003/1289] Compiling ghashv8-armv8-win.S
[1004/1289] Compiling ghashv8-armv8-linux.S
[1005/1289] Compiling ghashv8-armv8-apple.S
[1006/1289] Compiling ghashv8-armv7-linux.S
[1007/1289] Compiling ghash-x86_64-linux.S
[1008/1289] Compiling ghash-x86_64-apple.S
[1009/1289] Compiling ghash-x86-linux.S
[1010/1289] Compiling ghash-x86-apple.S
[1011/1289] Compiling ghash-ssse3-x86_64-linux.S
[1012/1289] Compiling ghash-ssse3-x86_64-apple.S
[1013/1289] Compiling ghash-neon-armv8-win.S
[1013/1289] Compiling ghash-ssse3-x86-linux.S
[1015/1289] Compiling ghash-ssse3-x86-apple.S
[1016/1289] Compiling ghash-neon-armv8-linux.S
[1017/1289] Compiling ghash-neon-armv8-apple.S
[1018/1289] Compiling ghash-armv4-linux.S
[1019/1289] Compiling co-586-linux.S
[1020/1289] Compiling bsaes-armv7-linux.S
[1021/1289] Compiling co-586-apple.S
[1022/1289] Compiling bn-armv8-win.S
[1023/1289] Compiling bn-armv8-linux.S
[1024/1289] Compiling bn-armv8-apple.S
[1025/1289] Compiling bn-586-apple.S
[1026/1289] Compiling armv8-mont-win.S
[1027/1289] Compiling bn-586-linux.S
[1028/1289] Compiling armv8-mont-linux.S
[1029/1289] Compiling armv8-mont-apple.S
[1030/1289] Compiling aesv8-gcm-armv8-win.S
[1031/1289] Compiling armv4-mont-linux.S
[1032/1289] Compiling aesv8-gcm-armv8-linux.S
[1033/1289] Compiling aesv8-gcm-armv8-apple.S
[1034/1289] Compiling aesv8-armv8-win.S
[1035/1289] Compiling aesv8-armv8-linux.S
[1036/1289] Compiling aesv8-armv8-apple.S
[1037/1289] Compiling aesv8-armv7-linux.S
[1038/1289] Compiling aesni-x86_64-apple.S
[1039/1289] Compiling aesni-x86_64-linux.S
[1040/1289] Compiling aesni-x86-linux.S
[1041/1289] Compiling aesni-x86-apple.S
[1042/1289] Compiling aesni-gcm-x86_64-linux.S
[1043/1289] Compiling aesni-gcm-x86_64-apple.S
[1044/1289] Compiling aes-gcm-avx10-x86_64-apple.S
[1045/1289] Compiling aes-gcm-avx10-x86_64-linux.S
[1046/1289] Compiling x_sig.cc
[1047/1289] Compiling x_x509a.cc
[1048/1289] Compiling x_val.cc
[1049/1289] Compiling x_spki.cc
[1050/1289] Compiling x_x509.cc
[1051/1289] Compiling x_req.cc
[1052/1289] Compiling c-nioatomics.c
[1053/1289] Compiling x_pubkey.cc
[1054/1289] Compiling x_exten.cc
[1055/1289] Compiling x_name.cc
[1056/1289] Compiling x_crl.cc
[1057/1289] Compiling x_attrib.cc
[1058/1289] Compiling x_all.cc
[1059/1289] Compiling x_algor.cc
[1060/1289] Compiling c-atomics.c
[1061/1289] Compiling x509spki.cc
[1062/1295] Compiling x509name.cc
[1063/1295] Compiling x509rset.cc
[1064/1295] Compiling x509cset.cc
[1065/1295] Compiling x509_vpm.cc
[1066/1295] Compiling x509_vfy.cc
[1067/1295] Compiling x509_v3.cc
[1069/1295] Compiling NIOConcurrencyHelpers lock.swift
[1069/1295] Compiling x509_trs.cc
[1070/1295] Compiling x509_obj.cc
[1071/1295] Compiling x509_req.cc
[1072/1295] Compiling x509_txt.cc
[1073/1295] Compiling x509_set.cc
[1074/1295] Compiling x509_lu.cc
[1076/1295] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1077/1295] Emitting module NIOConcurrencyHelpers
[1078/1295] Compiling NIOConcurrencyHelpers atomics.swift
[1079/1295] Compiling NIOConcurrencyHelpers NIOLock.swift
[1080/1295] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1080/1296] Compiling x509_ext.cc
[1082/1335] Compiling x509_def.cc
[1083/1355] Compiling x509_d2.cc
[1084/1355] Compiling x509_cmp.cc
[1085/1355] Compiling v3_utl.cc
[1086/1355] Compiling x509.cc
[1087/1355] Compiling x509_att.cc
[1088/1355] Compiling v3_skey.cc
[1090/1381] Emitting module ConsoleKitTerminal
[1091/1384] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1092/1384] Compiling ConsoleKitTerminal ConsoleClear.swift
[1093/1384] Compiling ConsoleKitTerminal Console+Ask.swift
[1094/1384] Compiling ConsoleKitTerminal Console+Choose.swift
[1094/1384] Compiling v3_prn.cc
[1095/1384] Compiling v3_pcons.cc
[1096/1384] Compiling v3_pmaps.cc
[1097/1384] Compiling v3_ocsp.cc
[1099/1384] Compiling ConsoleKitTerminal Console+Confirm.swift
[1100/1384] Compiling ConsoleKitTerminal Console+Input.swift
[1101/1384] Compiling ConsoleKitTerminal Console+Center.swift
[1102/1384] Compiling ConsoleKitTerminal Console+Output.swift
[1103/1384] Compiling ConsoleKitTerminal Console+Wait.swift
[1104/1384] Compiling ConsoleKitTerminal ConsoleColor.swift
[1105/1384] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1106/1384] Compiling ConsoleKitTerminal ActivityBar.swift
[1107/1384] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1108/1384] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1109/1384] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1110/1384] Compiling ConsoleKitTerminal CustomActivity.swift
[1111/1384] Compiling ConsoleKitTerminal LoadingBar.swift
[1112/1384] Compiling ConsoleKitTerminal ProgressBar.swift
[1113/1384] Compiling ConsoleKitTerminal Console+Clear.swift
[1113/1384] Compiling v3_purp.cc
[1115/1384] Compiling ConsoleKitTerminal ConsoleText.swift
[1116/1384] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1117/1384] Compiling ConsoleKitTerminal ANSI.swift
[1118/1384] Compiling ConsoleKitTerminal Console.swift
[1119/1384] Compiling ConsoleKitTerminal Terminal.swift
[1120/1384] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1120/1384] Compiling v3_ncons.cc
[1122/1384] Compiling NIOCore MarkedCircularBuffer.swift
[1123/1384] Compiling NIOCore MulticastChannel.swift
[1124/1384] Compiling NIOCore NIOAny.swift
[1125/1384] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1126/1384] Compiling NIOCore NIOLoopBound.swift
[1127/1384] Compiling NIOCore NIOScheduledCallback.swift
[1128/1384] Compiling NIOCore NIOSendable.swift
[1129/1384] Compiling NIOCore RecvByteBufferAllocator.swift
[1130/1392] Compiling NIOCore GlobalSingletons.swift
[1131/1392] Compiling NIOCore IO.swift
[1132/1392] Compiling NIOCore IOData.swift
[1133/1392] Compiling NIOCore IPProtocol.swift
[1134/1392] Compiling NIOCore IntegerBitPacking.swift
[1135/1392] Compiling NIOCore IntegerTypes.swift
[1136/1392] Compiling NIOCore Interfaces.swift
[1137/1392] Compiling NIOCore Linux.swift
[1137/1392] Compiling v3_int.cc
[1138/1392] Compiling v3_lib.cc
[1139/1392] Compiling v3_info.cc
[1141/1392] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1142/1392] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1143/1392] Compiling ConsoleKitTerminal LoggerFragment.swift
[1143/1393] Compiling v3_ia5.cc
[1144/1393] Compiling v3_genn.cc
[1146/1393] Compiling v3_enum.cc
[1147/1393] Compiling v3_extku.cc
[1148/1394] Compiling v3_crld.cc
[1149/1415] Compiling v3_cpols.cc
[1150/1415] Compiling v3_bcons.cc
[1151/1415] Compiling v3_bitst.cc
[1152/1415] Compiling v3_conf.cc
[1154/1415] Compiling ConsoleKitCommands CommandSignature.swift
[1155/1415] Compiling ConsoleKitCommands Flag.swift
[1156/1415] Compiling ConsoleKitCommands Option.swift
[1157/1417] Emitting module ConsoleKitCommands
[1158/1417] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1159/1417] Compiling ConsoleKitCommands AsyncCommand.swift
[1160/1417] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1161/1417] Compiling ConsoleKitCommands Command.swift
[1162/1417] Compiling ConsoleKitCommands CommandContext.swift
[1163/1417] Compiling ConsoleKitCommands CommandError.swift
[1164/1417] Compiling ConsoleKitCommands AsyncCommands.swift
[1165/1417] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1166/1417] Compiling ConsoleKitCommands AnyCommand.swift
[1167/1417] Compiling ConsoleKitCommands CommandGroup.swift
[1168/1417] Compiling ConsoleKitCommands CommandInput.swift
[1169/1417] Compiling ConsoleKitCommands Commands.swift
[1170/1417] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1171/1417] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1172/1417] Compiling ConsoleKitCommands Argument.swift
[1172/1417] Compiling v3_alt.cc
[1174/1417] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1175/1417] Compiling ConsoleKitCommands Utilities.swift
[1175/1417] Compiling v3_akeya.cc
[1176/1417] Compiling v3_akey.cc
[1178/1417] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1179/1417] Compiling NIOCore SocketAddresses.swift
[1180/1417] Compiling NIOCore SocketOptionProvider.swift
[1181/1417] Compiling NIOCore SystemCallHelpers.swift
[1182/1417] Compiling NIOCore TimeAmount+Duration.swift
[1183/1417] Compiling NIOCore TypeAssistedChannelHandler.swift
[1184/1417] Compiling NIOCore UniversalBootstrapSupport.swift
[1185/1417] Compiling NIOCore Utilities.swift
[1185/1417] Compiling t_x509a.cc
[1187/1417] Compiling NIOCore EventLoop.swift
[1188/1417] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1189/1417] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1190/1417] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1191/1417] Compiling NIOCore EventLoopFuture.swift
[1192/1417] Compiling NIOCore FileDescriptor.swift
[1193/1417] Compiling NIOCore FileHandle.swift
[1194/1417] Compiling NIOCore FileRegion.swift
[1194/1417] Compiling rsa_pss.cc
[1195/1417] Compiling t_req.cc
[1196/1417] Compiling policy.cc
[1197/1417] Compiling t_crl.cc
[1198/1417] Compiling t_x509.cc
[1199/1417] Compiling i2d_pr.cc
[1203/1417] Compiling NIOCore Codec.swift
[1204/1417] Compiling NIOCore ConvenienceOptionSupport.swift
[1205/1417] Compiling NIOCore DeadChannel.swift
[1206/1417] Compiling NIOCore DispatchQueue+WithFuture.swift
[1207/1417] Compiling NIOCore EventLoop+Deprecated.swift
[1208/1417] Compiling NIOCore EventLoop+SerialExecutor.swift
[1208/1417] Compiling name_print.cc
[1210/1417] Compiling ConsoleKitCommands Console+Run.swift
[1211/1417] Compiling ConsoleKitCommands ConsoleError.swift
[1212/1417] Compiling ConsoleKitCommands Completion.swift
[1213/1418] Compiling by_file.cc
[1214/1418] Compiling by_dir.cc
[1215/1418] Compiling asn1_gen.cc
[1216/1420] Compiling algorithm.cc
[1217/1420] Compiling a_verify.cc
[1219/1420] Emitting module ConsoleKit
[1220/1420] Compiling ConsoleKit Exports.swift
[1220/1421] Compiling a_sign.cc
[1222/1421] Compiling trust_token.cc
[1223/1421] Compiling thread_win.cc
[1224/1421] Compiling a_digest.cc
[1225/1421] Compiling voprf.cc
[1226/1421] Compiling pmbtoken.cc
[1227/1421] Compiling wots.cc
[1228/1421] Compiling thread_none.cc
[1229/1421] Compiling thread.cc
[1230/1421] Compiling thread_pthread.cc
[1231/1421] Compiling thash.cc
[1232/1421] Compiling stack.cc
[1233/1421] Compiling slhdsa.cc
[1234/1421] Compiling fors.cc
[1235/1421] Compiling sha512.cc
[1237/1421] Emitting module NIOCore
[1237/1421] Compiling merkle.cc
[1238/1421] Compiling siphash.cc
[1239/1421] Compiling sha1.cc
[1240/1421] Compiling sha256.cc
[1241/1421] Compiling rsa_print.cc
[1268/1421] Compiling rsa_extra.cc
[1269/1421] Compiling rc4.cc
[1270/1422] Compiling windows.cc
[1271/1422] Compiling rsa_crypt.cc
[1272/1422] Compiling refcount.cc
[1273/1422] Compiling rsa_asn1.cc
[1275/1422] Compiling trusty.cc
[1276/1422] Compiling urandom.cc
[1277/1422] Compiling rand_extra.cc
[1278/1422] Compiling getentropy.cc
[1279/1422] Compiling passive.cc
[1280/1422] Compiling ios.cc
[1281/1433] Compiling forkunsafe.cc
[1282/1455] Compiling deterministic.cc
[1283/1473] Compiling poly1305_arm_asm.S
[1284/1473] Compiling fork_detect.cc
[1285/1473] Compiling pool.cc
[1286/1473] Compiling poly1305.cc
[1287/1473] Compiling poly1305_arm.cc
[1288/1473] Compiling pkcs7.cc
[1289/1473] Compiling pkcs8.cc
[1290/1473] Compiling poly1305_vec.cc
[1291/1473] Compiling pkcs7_x509.cc
[1293/1473] Compiling NIOEmbedded AsyncTestingChannel.swift
[1294/1473] Compiling NIOPosix IO.swift
[1295/1473] Compiling NIOPosix IntegerBitPacking.swift
[1296/1473] Compiling NIOPosix IntegerTypes.swift
[1297/1473] Compiling NIOPosix Linux.swift
[1298/1473] Compiling NIOPosix LinuxCPUSet.swift
[1299/1473] Compiling NIOPosix LinuxUring.swift
[1300/1473] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1300/1479] Compiling pem_xaux.cc
[1301/1479] Compiling pem_pkey.cc
[1303/1479] Emitting module NIOEmbedded
[1303/1479] Compiling pkcs8_x509.cc
[1305/1479] Compiling NIOEmbedded Embedded.swift
[1305/1479] Compiling p5_pbev2.cc
[1307/1479] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1308/1480] Compiling pem_pk8.cc
[1309/1480] Compiling pem_x509.cc
[1310/1480] Compiling obj_xref.cc
[1311/1480] Compiling pem_info.cc
[1313/1480] Compiling NIOPosix ThreadPosix.swift
[1314/1480] Compiling NIOPosix ThreadWindows.swift
[1315/1480] Compiling NIOPosix UnsafeTransfer.swift
[1316/1480] Compiling NIOPosix Utilities.swift
[1317/1480] Compiling NIOPosix VsockAddress.swift
[1318/1480] Compiling NIOPosix VsockChannelEvents.swift
[1318/1480] Compiling pem_oth.cc
[1319/1480] Compiling mldsa.cc
[1320/1480] Compiling pem_lib.cc
[1321/1480] Compiling mlkem.cc
[1322/1480] Compiling pem_all.cc
[1323/1480] Compiling obj.cc
[1324/1480] Compiling md5.cc
[1325/1480] Compiling lhash.cc
[1326/1480] Compiling fips_shared_support.cc
[1327/1480] Compiling mem.cc
[1328/1480] Compiling poly_rq_mul.S
[1328/1480] Compiling kyber.cc
[1330/1480] Compiling md4.cc
[1332/1480] Emitting module NIOPosix
[1333/1480] Compiling NIOPosix BSDSocketAPICommon.swift
[1334/1480] Compiling NIOPosix BSDSocketAPIPosix.swift
[1335/1480] Compiling NIOPosix BSDSocketAPIWindows.swift
[1336/1480] Compiling NIOPosix BaseSocket.swift
[1337/1480] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1338/1480] Compiling NIOPosix BaseSocketChannel.swift
[1339/1480] Compiling NIOPosix BaseStreamSocketChannel.swift
[1339/1480] Compiling hpke.cc
[1340/1480] Compiling hrss.cc
[1341/1480] Compiling ex_data.cc
[1342/1480] Compiling sign.cc
[1343/1480] Compiling print.cc
[1344/1480] Compiling scrypt.cc
[1346/1480] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1347/1480] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1348/1480] Compiling NIOPosix PosixSingletons.swift
[1349/1480] Compiling NIOPosix RawSocketBootstrap.swift
[1350/1480] Compiling NIOPosix Resolver.swift
[1351/1480] Compiling NIOPosix Selectable.swift
[1351/1480] Compiling pbkdf.cc
[1352/1480] Compiling p_x25519.cc
[1353/1480] Compiling p_x25519_asn1.cc
[1355/1480] Compiling NIOPosix SelectableChannel.swift
[1356/1480] Compiling NIOPosix SelectableEventLoop.swift
[1357/1480] Compiling NIOPosix SelectorEpoll.swift
[1358/1480] Compiling NIOPosix SelectorGeneric.swift
[1359/1480] Compiling NIOPosix SelectorKqueue.swift
[1360/1480] Compiling NIOPosix SelectorUring.swift
[1361/1480] Compiling NIOPosix ServerSocket.swift
[1362/1480] Compiling NIOPosix Socket.swift
[1363/1480] Compiling NIOPosix SocketChannel.swift
[1364/1480] Compiling NIOPosix SocketProtocols.swift
[1365/1480] Compiling NIOPosix System.swift
[1366/1480] Compiling NIOPosix Thread.swift
[1367/1480] Compiling NIOPosix NIOThreadPool.swift
[1368/1480] Compiling NIOPosix NonBlockingFileIO.swift
[1369/1480] Compiling NIOPosix PendingDatagramWritesManager.swift
[1370/1480] Compiling NIOPosix PendingWritesManager.swift
[1371/1480] Compiling NIOPosix PipeChannel.swift
[1372/1480] Compiling NIOPosix PipePair.swift
[1373/1480] Compiling NIOPosix Pool.swift
[1373/1480] Compiling p_rsa.cc
[1374/1480] Compiling p_ed25519_asn1.cc
[1375/1480] Compiling p_hkdf.cc
[1376/1480] Compiling p_rsa_asn1.cc
[1377/1480] Compiling p_ec_asn1.cc
[1378/1480] Compiling p_ed25519.cc
[1379/1480] Compiling p_ec.cc
[1380/1480] Compiling p_dh.cc
[1381/1480] Compiling evp_ctx.cc
[1382/1480] Compiling p_dh_asn1.cc
[1384/1480] Compiling NIOPosix Bootstrap.swift
[1385/1480] Compiling NIOPosix ControlMessage.swift
[1386/1480] Compiling NIOPosix DatagramVectorReadManager.swift
[1387/1480] Compiling NIOPosix Errors+Any.swift
[1388/1480] Compiling NIOPosix FileDescriptor.swift
[1389/1480] Compiling NIOPosix GetaddrinfoResolver.swift
[1390/1480] Compiling NIOPosix HappyEyeballs.swift
[1390/1481] Compiling p_dsa_asn1.cc
[1392/1481] Compiling err.cc
[1393/1481] Compiling evp.cc
[1394/1481] Compiling evp_asn1.cc
[1395/1481] Compiling engine.cc
[1396/1516] Compiling ecdsa_asn1.cc
[1397/1516] Compiling hash_to_curve.cc
[1398/1518] Compiling ecdh_extra.cc
[1399/1518] Compiling ec_asn1.cc
[1400/1518] Compiling ec_derive.cc
[1402/1518] Compiling NIO Exports.swift
[1403/1518] Emitting module NIO
[1404/1519] Compiling params.cc
[1405/1519] Compiling dsa_asn1.cc
[1406/1519] Compiling dsa.cc
[1407/1519] Compiling dh_asn1.cc
[1408/1524] Compiling digest_extra.cc
[1410/1558] Emitting module NIOTLS
[1411/1558] Compiling NIOTLS TLSEvents.swift
[1411/1558] Compiling des.cc
[1413/1558] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1414/1558] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1415/1558] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1416/1558] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1417/1558] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1418/1558] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1419/1558] Compiling NIOSOCKS ClientStateMachine.swift
[1419/1559] Compiling bcm.cc
[1421/1559] Compiling NIOSOCKS ClientGreeting.swift
[1422/1559] Compiling NIOSOCKS Errors.swift
[1423/1559] Compiling NIOSOCKS SOCKSClientHandler.swift
[1424/1559] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1425/1561] Compiling NIOSOCKS SOCKSResponse.swift
[1426/1561] Emitting module NIOSOCKS
[1427/1561] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1428/1561] Compiling NIOTLS SNIHandler.swift
[1429/1562] Compiling NIOSOCKS ServerStateMachine.swift
[1431/1562] Compiling _NIOFileSystem ParallelDirCopy.swift
[1432/1562] Compiling _NIOFileSystem ParallelRemoval.swift
[1433/1562] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1434/1562] Compiling _NIOFileSystem CInterop.swift
[1435/1562] Compiling _NIOFileSystem Errno.swift
[1436/1562] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1437/1562] Compiling _NIOFileSystem Mocking.swift
[1438/1562] Compiling _NIOFileSystem Syscall.swift
[1439/1562] Compiling _NIOFileSystem Syscalls.swift
[1439/1566] Compiling spake25519.cc
[1440/1566] Compiling x25519-asm-arm.S
[1443/1566] Compiling NIOSOCKS Helpers.swift
[1444/1566] Compiling NIOSOCKS AuthenticationMethod.swift
[1446/1566] Compiling NIOSOCKS Messages.swift
[1447/1566] Compiling NIOSOCKS SOCKSRequest.swift
[1447/1567] Compiling curve25519.cc
[1449/1596] Compiling crypto.cc
[1451/1596] Compiling NIOSSL SSLCertificateExtensions.swift
[1452/1596] Compiling NIOSSL SSLConnection.swift
[1453/1596] Emitting module NIOFoundationCompat
[1454/1596] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1454/1597] Compiling cpu_arm_freebsd.cc
[1457/1597] Compiling NIOSSL NIOSSLHandler.swift
[1458/1597] Compiling NIOSSL SSLCertificate.swift
[1458/1597] Compiling cpu_intel.cc
[1460/1597] Compiling NIOSSL SSLCallbacks.swift
[1461/1597] Compiling NIOSSL LinuxCABundle.swift
[1462/1597] Compiling NIOSSL NIOSSLClientHandler.swift
[1463/1597] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1463/1597] Compiling cpu_arm_linux.cc
[1465/1597] Compiling NIOSSL ObjectIdentifier.swift
[1466/1597] Compiling NIOSSL PosixPort.swift
[1466/1597] Compiling curve25519_64_adx.cc
[1467/1597] Compiling cpu_aarch64_win.cc
[1469/1597] Compiling NIOSSL SSLPublicKey.swift
[1470/1597] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1471/1597] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1472/1597] Compiling NIOSSL SubjectAlternativeName.swift
[1473/1597] Compiling NIOSSL NIOSSLSecureBytes.swift
[1474/1597] Compiling NIOSSL SSLContext.swift
[1475/1597] Compiling NIOSSL SSLErrors.swift
[1476/1597] Compiling NIOSSL SSLInit.swift
[1477/1597] Compiling NIOSSL SSLPKCS12Bundle.swift
[1478/1597] Compiling NIOSSL SSLPrivateKey.swift
[1480/1597] Compiling cpu_aarch64_linux.cc
[1480/1597] Compiling cpu_aarch64_openbsd.cc
[1482/1597] Compiling cpu_aarch64_fuchsia.cc
[1483/1597] Compiling cpu_aarch64_sysreg.cc
[1484/1597] Compiling cpu_aarch64_apple.cc
[1486/1597] Compiling _NIOFileSystem SystemFileHandle.swift
[1487/1597] Compiling _NIOFileSystem Utilities.swift
[1488/1597] Compiling _NIOFileSystem OpenOptions.swift
[1489/1597] Compiling _NIOFileSystem String+FileSystem.swift
[1489/1597] Compiling tls_cbc.cc
[1490/1597] Compiling e_rc4.cc
[1491/1597] Compiling e_tls.cc
[1493/1597] Emitting module NIOHTTP1
[1494/1597] Compiling NIOSSL AndroidCABundle.swift
[1495/1597] Compiling NIOSSL ByteBufferBIO.swift
[1496/1597] Compiling NIOSSL CustomPrivateKey.swift
[1496/1598] Compiling conf.cc
[1498/1620] Compiling e_null.cc
[1499/1620] Compiling e_rc2.cc
[1501/1620] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1502/1620] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1503/1620] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1503/1622] Compiling e_des.cc
[1505/1622] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1506/1622] Compiling NIOTransportServices NIOTSSingletons.swift
[1507/1622] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1508/1622] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1509/1622] Compiling NIOTransportServices NIOTSErrors.swift
[1510/1622] Compiling NIOTransportServices NIOTSEventLoop.swift
[1511/1622] Compiling NIOTransportServices StateManagedChannel.swift
[1512/1622] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1513/1622] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1514/1622] Emitting module NIOTransportServices
[1515/1625] Compiling NIOTransportServices NIOTSBootstraps.swift
[1516/1625] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1517/1625] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1518/1629] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1519/1629] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1519/1646] Compiling e_aesgcmsiv.cc
[1520/1650] Compiling e_chacha20poly1305.cc
[1522/1650] Compiling NIOHPACK HPACKEncoder.swift
[1523/1650] Compiling NIOHPACK HPACKErrors.swift
[1524/1650] Compiling NIOHPACK DynamicHeaderTable.swift
[1525/1650] Compiling NIOHPACK HPACKDecoder.swift
[1526/1650] Compiling NIOHPACK HPACKHeader.swift
[1527/1650] Compiling NIOHPACK HeaderTables.swift
[1527/1651] Compiling e_aesctrhmac.cc
[1529/1651] Compiling NIOHPACK IndexedHeaderTable.swift
[1540/1652] Emitting module _NIOFileSystem
[1548/1671] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1549/1671] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1550/1671] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1551/1671] Compiling NIOExtras LengthFieldPrepender.swift
[1552/1671] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1553/1671] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1554/1671] Compiling NIOExtras JSONRPCFraming.swift
[1555/1671] Compiling NIOExtras DebugInboundEventsHandler.swift
[1556/1671] Emitting module NIOSSL
[1557/1671] Compiling NIOExtras LineBasedFrameDecoder.swift
[1558/1671] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1559/1671] Compiling NIOExtras NIOExtrasError.swift
[1560/1671] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1561/1674] Compiling NIOWebSocket WebSocketOpcode.swift
[1562/1678] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1563/1678] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1564/1678] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1568/1678] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1569/1678] Emitting module NIOHPACK
[1570/1678] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1571/1678] Compiling NIOWebSocket WebSocketFrame.swift
[1572/1678] Compiling NIOHPACK StaticHeaderTable.swift
[1572/1678] Compiling cipher_extra.cc
[1579/1678] Compiling NIOSSL RNG.swift
[1580/1678] Compiling NIOSSL SafeCompare.swift
[1581/1678] Compiling NIOSSL Zeroization.swift
[1582/1678] Emitting module _NIOFileSystemFoundationCompat
[1583/1678] Compiling NIOHPACK IntegerCoding.swift
[1586/1678] Compiling NIOExtras RequestResponseHandler.swift
[1588/1680] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1588/1680] Compiling derive_key.cc
[1590/1680] Compiling NIOHTTPCompression HTTPCompression.swift
[1591/1680] Emitting module NIOHTTPCompression
[1592/1680] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1593/1680] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1594/1680] Compiling NIOHTTPCompression HTTPDecompression.swift
[1597/1680] Compiling NIOHPACK HuffmanTables.swift
[1598/1680] Emitting module NIOWebSocket
[1601/1684] Compiling NIOHPACK HuffmanCoding.swift
[1603/1684] Compiling NIOExtras NIORequestIdentifiable.swift
[1604/1684] Compiling NIOExtras PCAPRingBuffer.swift
[1605/1684] Compiling NIOExtras QuiescingHelper.swift
[1607/1684] Compiling NIOFileSystem Exports.swift
[1608/1684] Emitting module NIOFileSystem
[1609/1684] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1610/1684] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1611/1684] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1613/1685] Emitting module NIOExtras
[1621/1687] Compiling chacha.cc
[1622/1687] Compiling unicode.cc
[1633/1687] Compiling buf.cc
[1638/1687] Compiling cbs.cc
[1639/1687] Compiling ber.cc
[1640/1687] Compiling asn1_compat.cc
[1641/1736] Compiling cbb.cc
[1642/1745] Compiling blake2.cc
[1644/1745] Compiling NIOHTTP2 Error+Any.swift
[1645/1745] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1646/1745] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1646/1746] Compiling bn_asn1.cc
[1647/1746] Compiling convert.cc
[1648/1746] Compiling printf.cc
[1651/1746] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1652/1746] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1652/1747] Compiling pair.cc
[1653/1747] Compiling hexdump.cc
[1656/1747] Compiling NIOHTTP2 MaySendFrames.swift
[1657/1747] Compiling NIOHTTP2 SendingDataState.swift
[1658/1747] Compiling NIOHTTP2 SendingGoawayState.swift
[1659/1747] Compiling NIOHTTP2 SendingHeadersState.swift
[1660/1747] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1661/1747] Compiling NIOHTTP2 SendingRstStreamState.swift
[1662/1747] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1663/1747] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1663/1755] Compiling errno.cc
[1664/1755] Compiling fd.cc
[1665/1755] Compiling bio_mem.cc
[1666/1755] Compiling tasn_utl.cc
[1667/1755] Compiling file.cc
[1668/1755] Compiling base64.cc
[1669/1763] Compiling bio.cc
[1670/1763] Compiling tasn_typ.cc
[1671/1763] Compiling tasn_fre.cc
[1673/1763] Compiling WebSocketKit Exports.swift
[1674/1763] Emitting module WebSocketKit
[1674/1763] Compiling tasn_enc.cc
[1675/1763] Compiling tasn_dec.cc
[1677/1763] Compiling WebSocketKit WebSocketHandler.swift
[1677/1763] Compiling tasn_new.cc
[1679/1763] Compiling WebSocketKit WebSocket+Concurrency.swift
[1679/1763] Compiling posix_time.cc
[1680/1763] Compiling f_string.cc
[1681/1763] Compiling asn1_lib.cc
[1683/1763] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1683/1763] Compiling f_int.cc
[1685/1763] Compiling WebSocketKit WebSocket.swift
[1686/1763] Compiling WebSocketKit WebSocket+Connect.swift
[1687/1763] Compiling WebSocketKit WebSocketClient.swift
[1687/1764] Compiling asn_pack.cc
[1689/1764] Compiling asn1_par.cc
[1690/1764] Compiling a_type.cc
[1691/1764] Compiling a_utctm.cc
[1692/1764] Compiling a_time.cc
[1693/1764] Compiling a_strnid.cc
[1694/1764] Compiling a_object.cc
[1695/1764] Compiling a_mbstr.cc
[1697/1764] Compiling NIOHTTP2 InboundWindowManager.swift
[1698/1764] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1699/1764] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1700/1764] Compiling NIOHTTP2 StreamChannelList.swift
[1701/1764] Compiling NIOHTTP2 StreamMap.swift
[1702/1764] Compiling NIOHTTP2 StreamStateMachine.swift
[1703/1764] Compiling NIOHTTP2 UnsafeTransfer.swift
[1704/1764] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1705/1764] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1706/1764] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1707/1764] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1708/1764] Compiling NIOHTTP2 HTTP2StreamID.swift
[1709/1764] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1710/1764] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1711/1764] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1712/1764] Compiling NIOHTTP2 InboundEventBuffer.swift
[1712/1764] Compiling a_octet.cc
[1713/1764] Compiling a_i2d_fp.cc
[1714/1764] Compiling a_strex.cc
[1714/1764] Write sources
[1716/1764] Compiling a_int.cc
[1717/1764] Compiling a_gentm.cc
[1718/1764] Compiling a_dup.cc
[1719/1764] Compiling a_d2i_fp.cc
[1720/1764] Compiling a_bool.cc
[1721/1817] Compiling a_bitstr.cc
[1723/1825] Compiling BitCollections BitArray+RandomBits.swift
[1724/1825] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1725/1825] Compiling BitCollections BitArray+Shifts.swift
[1726/1825] Compiling BitCollections BitArray+Testing.swift
[1727/1825] Compiling BitCollections BitArray._UnsafeHandle.swift
[1728/1825] Compiling BitCollections BitArray.swift
[1729/1825] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1730/1825] Compiling BitCollections BitSet+Codable.swift
[1731/1825] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1732/1825] Emitting module NIOHTTP2
[1733/1825] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1734/1825] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1735/1825] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1736/1825] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1737/1825] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1738/1825] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1739/1825] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1740/1825] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1741/1825] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1742/1825] Compiling BitCollections BitSet+CustomReflectable.swift
[1743/1825] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1744/1825] Compiling BitCollections BitSet+Equatable.swift
[1745/1825] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1746/1825] Compiling BitCollections BitSet+Extras.swift
[1747/1825] Compiling BitCollections BitSet+Hashable.swift
[1748/1832] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1749/1832] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1750/1832] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1751/1832] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1752/1832] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1753/1832] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1754/1832] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1759/1832] Compiling BitCollections BitSet+SetAlgebra union.swift
[1760/1832] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1761/1832] Compiling BitCollections BitSet.Counted.swift
[1762/1832] Compiling BitCollections BitSet+Initializers.swift
[1763/1832] Compiling BitCollections BitSet+Invariants.swift
[1764/1832] Compiling BitCollections BitSet+Random.swift
[1769/1832] Compiling CryptoBoringWrapper RandomBytes.swift
[1770/1832] Emitting module BitCollections
[1771/1832] Compiling BitCollections BitArray+BitwiseOperations.swift
[1772/1832] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1773/1832] Compiling BitCollections BitArray+Codable.swift
[1774/1832] Compiling BitCollections BitArray+Collection.swift
[1775/1832] Compiling BitCollections BitArray+Copy.swift
[1776/1832] Compiling BitCollections BitArray+CustomReflectable.swift
[1777/1832] Compiling BitCollections BitArray+Descriptions.swift
[1778/1832] Compiling BitCollections BitArray+Equatable.swift
[1780/1832] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1781/1832] Compiling BitCollections BitArray+Extras.swift
[1782/1832] Compiling BitCollections BitArray+Fill.swift
[1783/1832] Compiling BitCollections BitArray+Hashable.swift
[1784/1832] Compiling BitCollections BitArray+Initializers.swift
[1785/1832] Compiling BitCollections BitArray+Invariants.swift
[1786/1832] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1795/1832] Emitting module CryptoBoringWrapper
[1796/1832] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1797/1832] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1798/1832] Compiling BitCollections BitSet.Index.swift
[1799/1832] Compiling BitCollections BitSet._UnsafeHandle.swift
[1800/1832] Compiling BitCollections BitSet.swift
[1801/1832] Compiling BitCollections Range+Utilities.swift
[1802/1832] Compiling BitCollections Slice+Utilities.swift
[1803/1832] Compiling BitCollections UInt+Tricks.swift
[1804/1832] Compiling BitCollections _Word.swift
[1805/1833] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1806/1833] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1807/1833] Compiling CryptoBoringWrapper EllipticCurve.swift
[1809/1833] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1835/1837] Compiling Collections Collections.swift
[1836/1837] Emitting module Collections
[1839/2009] Compiling AsyncKit ConnectionPoolError.swift
[1840/2009] Compiling AsyncKit ConnectionPoolItem.swift
[1841/2009] Compiling AsyncKit ConnectionPoolSource.swift
[1842/2009] Compiling AsyncKit EventLoop+Flatten.swift
[1843/2009] Compiling AsyncKit EventLoop+Future.swift
[1844/2009] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1845/2011] Compiling AsyncKit EventLoopFutureQueue.swift
[1846/2011] Compiling AsyncKit Future+Collection.swift
[1847/2011] Compiling AsyncKit Future+Conjunctions.swift
[1848/2013] Compiling MultipartKit MultipartSerializer.swift
[1849/2013] Compiling MultipartKit Utilities.swift
[1850/2013] Compiling AsyncKit Future+Optional.swift
[1851/2013] Compiling AsyncKit Future+Transform.swift
[1852/2013] Compiling AsyncKit Future+Try.swift
[1853/2013] Compiling AsyncKit FutureOperators.swift
[1854/2013] Emitting module MultipartKit
[1855/2013] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1863/2013] Compiling AsyncKit EventLoopConnectionPool.swift
[1864/2013] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1865/2013] Compiling AsyncKit EventLoop+Concurrency.swift
[1866/2013] Compiling AsyncKit Optional+StrictMap.swift
[1867/2013] Compiling AsyncKit Exports.swift
[1868/2013] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1869/2013] Compiling AsyncKit Collection+Flatten.swift
[1874/2014] Emitting module Crypto
[1875/2023] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1876/2023] Compiling AsyncHTTPClient ConnectionTarget.swift
[1877/2023] Compiling AsyncHTTPClient DeconstructedURL.swift
[1878/2023] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1879/2023] Compiling AsyncHTTPClient FoundationExtensions.swift
[1880/2023] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1881/2023] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1882/2023] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1883/2023] Compiling Crypto ECDSA.swift
[1884/2023] Compiling Crypto Ed25519.swift
[1889/2023] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1890/2023] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1891/2023] Compiling AsyncHTTPClient HTTP2Connection.swift
[1892/2023] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1893/2023] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1894/2023] Compiling AsyncHTTPClient RequestOptions.swift
[1895/2023] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1896/2023] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1897/2023] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1898/2023] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1909/2023] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1910/2023] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1911/2023] Compiling AsyncHTTPClient HTTPClient.swift
[1912/2023] Compiling AsyncHTTPClient HTTPHandler.swift
[1913/2023] Compiling AsyncHTTPClient LRUCache.swift
[1914/2023] Compiling AsyncHTTPClient NWErrorHandler.swift
[1915/2023] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1916/2023] Compiling AsyncHTTPClient TLSConfiguration.swift
[1917/2023] Compiling AsyncHTTPClient RedirectState.swift
[1918/2023] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1922/2023] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1923/2023] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1924/2023] Compiling AsyncHTTPClient RequestBodyLength.swift
[1925/2023] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1926/2023] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1927/2023] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1928/2023] Compiling AsyncHTTPClient HTTP1Connection.swift
[1929/2023] Compiling Crypto PKCS8PrivateKey.swift
[1930/2023] Compiling Crypto SEC1PrivateKey.swift
[1931/2023] Compiling Crypto SubjectPublicKeyInfo.swift
[1932/2023] Compiling Crypto CryptoKitErrors.swift
[1933/2023] Compiling Crypto Digest_boring.swift
[1934/2023] Compiling Crypto Digest.swift
[1935/2023] Compiling Crypto Digests.swift
[1936/2023] Compiling Crypto HashFunctions.swift
[1937/2023] Compiling Crypto HashFunctions_SHA2.swift
[1938/2023] Compiling Crypto HPKE-AEAD.swift
[1949/2023] Compiling Crypto Signature.swift
[1950/2023] Compiling Crypto CryptoKitErrors_boring.swift
[1951/2023] Compiling Crypto RNG_boring.swift
[1952/2023] Compiling Crypto SafeCompare_boring.swift
[1953/2023] Compiling Crypto Zeroization_boring.swift
[1954/2023] Compiling Crypto PrettyBytes.swift
[1955/2023] Compiling Crypto SafeCompare.swift
[1956/2023] Compiling Crypto SecureBytes.swift
[1957/2023] Compiling Crypto Zeroization.swift
[1968/2032] Emitting module AsyncHTTPClient
[1969/2032] Emitting module AsyncKit
[1970/2078] Compiling _CryptoExtras RSA+BlindSigning.swift
[1971/2078] Compiling _CryptoExtras RSA.swift
[1972/2078] Compiling _CryptoExtras RSA_boring.swift
[1973/2078] Compiling _CryptoExtras RSA_security.swift
[1974/2078] Compiling _CryptoExtras BoringSSLHelpers.swift
[1975/2078] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1976/2078] Compiling _CryptoExtras DigestType.swift
[1977/2078] Compiling _CryptoExtras Error.swift
[1978/2078] Compiling _CryptoExtras ARCEncoding.swift
[1979/2078] Compiling _CryptoExtras ARCPrecredential.swift
[1980/2078] Compiling _CryptoExtras ARCPresentation.swift
[1981/2078] Compiling _CryptoExtras HashToField.swift
[1982/2078] Compiling _CryptoExtras KDF.swift
[1983/2078] Compiling _CryptoExtras PBKDF2_boring.swift
[1984/2078] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1985/2078] Compiling _CryptoExtras PBKDF2.swift
[1986/2078] Compiling _CryptoExtras ARCServer.swift
[1987/2078] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1988/2078] Compiling _CryptoExtras ChaCha20CTR.swift
[1989/2078] Compiling _CryptoExtras ECToolbox_boring.swift
[1990/2078] Compiling _CryptoExtras ECToolbox.swift
[1991/2078] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1992/2078] Compiling _CryptoExtras ARC+API.swift
[1993/2078] Compiling _CryptoExtras ARC.swift
[1994/2078] Compiling _CryptoExtras ARCCredential.swift
[1995/2078] Compiling _CryptoExtras Scrypt_boring.swift
[1996/2078] Compiling _CryptoExtras Scrypt.swift
[1997/2078] Compiling _CryptoExtras OPRF.swift
[1998/2078] Compiling _CryptoExtras OPRFClient.swift
[1999/2078] Compiling _CryptoExtras OPRFServer.swift
[2000/2078] Compiling _CryptoExtras VOPRF+API.swift
[2001/2078] Compiling _CryptoExtras VOPRFClient.swift
[2002/2078] Compiling _CryptoExtras VOPRFServer.swift
[2011/2078] Compiling _CryptoExtras I2OSP.swift
[2012/2078] Compiling _CryptoExtras IntegerEncoding.swift
[2013/2078] Compiling _CryptoExtras PEMDocument.swift
[2025/2084] Compiling AsyncHTTPClient RequestBag.swift
[2026/2084] Compiling AsyncHTTPClient RequestValidation.swift
[2027/2084] Compiling AsyncHTTPClient SSLContextCache.swift
[2028/2084] Compiling AsyncHTTPClient Scheme.swift
[2029/2084] Compiling AsyncHTTPClient Singleton.swift
[2030/2084] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2031/2084] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2032/2084] Compiling AsyncHTTPClient Utils.swift
[2034/2085] Emitting module _CryptoExtras
[2035/2085] Compiling _CryptoExtras AES_CBC.swift
[2036/2085] Compiling _CryptoExtras AES_CFB.swift
[2037/2085] Compiling _CryptoExtras AES_CTR.swift
[2038/2085] Compiling _CryptoExtras AES_GCM_SIV.swift
[2039/2085] Compiling _CryptoExtras Block Function.swift
[2040/2085] Compiling _CryptoExtras AES_CFB_boring.swift
[2041/2085] Compiling _CryptoExtras AES_CTR_boring.swift
[2049/2085] Compiling _CryptoExtras ARCRequest.swift
[2050/2085] Compiling _CryptoExtras ARCResponse.swift
[2056/2085] Compiling _CryptoExtras PrettyBytes.swift
[2057/2085] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[2058/2085] Compiling _CryptoExtras DLEQ.swift
[2059/2085] Compiling _CryptoExtras Prover.swift
[2060/2085] Compiling _CryptoExtras Verifier.swift
[2061/2085] Compiling _CryptoExtras ZKPToolbox.swift
[2075/2255] Compiling Vapor Request+Body.swift
[2076/2255] Compiling Vapor Request+BodyStream.swift
[2077/2255] Compiling Vapor Request.swift
[2078/2255] Compiling Vapor Application+Responder.swift
[2079/2255] Compiling Vapor DefaultResponder.swift
[2080/2255] Compiling Vapor Response+Body.swift
[2081/2255] Compiling Vapor Response.swift
[2082/2255] Compiling Vapor ResponseCodable.swift
[2083/2255] Compiling Vapor Application+Routes.swift
[2084/2255] Compiling Vapor Parameters+Require.swift
[2085/2255] Compiling Vapor Request+WebSocket.swift
[2086/2255] Compiling Vapor Route.swift
[2087/2255] Compiling Vapor RouteCollection.swift
[2088/2255] Compiling Vapor Routes.swift
[2089/2255] Compiling Vapor RoutesBuilder+Group.swift
[2090/2255] Compiling Vapor RoutesBuilder+Method.swift
[2091/2255] Compiling Vapor RoutesBuilder+Middleware.swift
[2092/2255] Compiling Vapor RoutesBuilder+WebSocket.swift
[2093/2255] Compiling Vapor RoutesBuilder.swift
[2094/2255] Compiling Vapor OTP.swift
[2095/2255] Compiling Vapor Application+Servers.swift
[2096/2255] Compiling Vapor Server.swift
[2097/2255] Compiling Vapor App+Service.swift
[2098/2255] Compiling Vapor Req+Service.swift
[2099/2279] Emitting module Vapor
[2100/2303] Compiling Vapor PlaintextEncoder.swift
[2101/2303] Compiling Vapor URLQueryCoders.swift
[2102/2303] Compiling Vapor URLQueryContainer.swift
[2103/2303] Compiling Vapor Core.swift
[2104/2303] Compiling Vapor Running.swift
[2105/2303] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2106/2303] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2107/2303] Compiling Vapor DotEnvFile+load.swift
[2108/2303] Compiling Vapor Routes+caseInsenstive.swift
[2109/2303] Compiling Vapor Validatable+validate.swift
[2110/2303] Compiling Vapor Environment+Process.swift
[2111/2303] Compiling Vapor Environment+Secret.swift
[2113/2396] Compiling X509 CSRAttribute.swift
[2114/2396] Compiling X509 CSRAttributes.swift
[2115/2396] Compiling X509 CSRVersion.swift
[2116/2396] Compiling X509 CertificateSigningRequest.swift
[2117/2396] Compiling X509 CertificationRequestInfo.swift
[2118/2396] Compiling X509 ExtensionRequest.swift
[2119/2396] Compiling X509 Certificate.swift
[2120/2396] Compiling X509 CertificatePrivateKey.swift
[2121/2396] Compiling X509 CertificatePublicKey.swift
[2122/2396] Compiling X509 CertificateSerialNumber.swift
[2123/2396] Compiling X509 CertificateVersion.swift
[2124/2396] Compiling X509 CMSAttribute.swift
[2125/2396] Compiling X509 CMSContentInfo.swift
[2126/2396] Compiling X509 DNBuilder.swift
[2127/2396] Compiling X509 DomainComponent.swift
[2128/2396] Compiling X509 EmailAddress.swift
[2129/2396] Compiling X509 LocalityName.swift
[2130/2396] Compiling X509 OrganizationName.swift
[2131/2396] Compiling X509 OrganizationalUnitName.swift
[2132/2396] Compiling X509 StateOrProvinceName.swift
[2133/2396] Compiling X509 StreetAddress.swift
[2134/2396] Compiling X509 Error.swift
[2135/2396] Compiling X509 AuthorityInformationAccess.swift
[2136/2396] Compiling X509 AuthorityKeyIdentifier.swift
[2137/2396] Compiling X509 BasicConstraints.swift
[2138/2396] Compiling X509 ExtendedKeyUsage.swift
[2139/2396] Compiling X509 ExtensionIdentifiers.swift
[2140/2396] Compiling X509 KeyUsage.swift
[2141/2396] Compiling X509 NameConstraints.swift
[2142/2396] Compiling X509 SubjectAlternativeName.swift
[2143/2396] Compiling X509 SubjectKeyIdentifier.swift
[2144/2396] Compiling X509 Extension.swift
[2145/2396] Compiling X509 Extensions.swift
[2146/2396] Compiling X509 ExtensionsBuilder.swift
[2147/2396] Compiling X509 GeneralName.swift
[2148/2396] Compiling X509 Lock.swift
[2149/2396] Compiling X509 LockedValueBox.swift
[2150/2396] Compiling X509 BasicOCSPResponse.swift
[2151/2396] Compiling X509 DirectoryString.swift
[2152/2396] Compiling X509 OCSPTBSRequest.swift
[2153/2396] Compiling X509 OCSPVersion.swift
[2154/2396] Compiling X509 PKCS8PrivateKey.swift
[2155/2396] Compiling X509 PromiseAndFuture.swift
[2156/2396] Compiling X509 RDNAttribute.swift
[2157/2396] Compiling X509 RandomNumberGenerator+bytes.swift
[2158/2396] Compiling X509 RelativeDistinguishedName.swift
[2159/2396] Compiling X509 SEC1PrivateKey.swift
[2160/2396] Compiling X509 SecKeyWrapper.swift
[2161/2396] Compiling X509 OCSPResponseBytes.swift
[2162/2396] Compiling X509 OCSPResponseData.swift
[2163/2396] Compiling X509 OCSPResponseStatus.swift
[2164/2396] Compiling X509 OCSPSignature.swift
[2165/2396] Compiling X509 OCSPSingleRequest.swift
[2166/2396] Compiling X509 OCSPSingleResponse.swift
[2167/2396] Compiling X509 CMSEncapsulatedContentInfo.swift
[2168/2396] Compiling X509 CMSIssuerAndSerialNumber.swift
[2169/2396] Compiling X509 CMSOperations.swift
[2170/2396] Compiling X509 CMSSignature.swift
[2171/2396] Compiling X509 CMSSignedData.swift
[2172/2396] Compiling X509 CMSSignerIdentifier.swift
[2173/2396] Compiling X509 CMSSignerInfo.swift
[2174/2396] Compiling X509 CMSVersion.swift
[2175/2396] Compiling X509 Curve25519+DER.swift
[2176/2396] Compiling X509 Digests.swift
[2177/2396] Compiling X509 DistinguishedName.swift
[2178/2396] Compiling X509 CommonName.swift
[2179/2396] Compiling X509 CountryName.swift
[2180/2396] Compiling Vapor BootCommand.swift
[2181/2396] Compiling Vapor CommandContext+Application.swift
[2182/2396] Compiling Vapor RoutesCommand.swift
[2183/2396] Compiling Vapor ServeCommand.swift
[2184/2396] Compiling Vapor AnyResponse+Concurrency.swift
[2185/2396] Compiling X509 Signature.swift
[2186/2396] Compiling X509 SignatureAlgorithm.swift
[2187/2396] Compiling X509 AllOfPolicies.swift
[2188/2396] Compiling X509 AnyPolicy.swift
[2189/2396] Compiling X509 CertificateStore.swift
[2190/2396] Compiling X509 OneOfPolicies.swift
[2191/2396] Compiling X509 PolicyBuilder.swift
[2192/2396] Compiling X509 BasicConstraintsPolicy.swift
[2193/2396] Compiling X509 DNSNames.swift
[2194/2396] Compiling X509 DirectoryNames.swift
[2195/2396] Compiling X509 ExpiryPolicy.swift
[2196/2396] Compiling X509 IPConstraints.swift
[2197/2396] Compiling X509 NameConstraintsPolicy.swift
[2198/2396] Compiling X509 RFC5280Policy.swift
[2199/2396] Compiling X509 URIConstraints.swift
[2200/2396] Compiling X509 VersionPolicy.swift
[2201/2396] Compiling X509 ServerIdentityPolicy.swift
[2202/2396] Compiling X509 OCSPCertID.swift
[2203/2396] Compiling X509 OCSPCertStatus.swift
[2204/2396] Compiling X509 OCSPExtensionID.swift
[2205/2396] Compiling X509 OCSPNonce.swift
[2206/2396] Compiling X509 OCSPPolicy.swift
[2207/2396] Compiling X509 OCSPRequest.swift
[2208/2396] Compiling X509 OCSPResponse.swift
[2209/2396] Compiling Vapor HTTPServerResponseEncoder.swift
[2210/2396] Compiling Vapor HTTPServerUpgradeHandler.swift
[2211/2396] Compiling Vapor Logger+Report.swift
[2212/2396] Compiling Vapor LoggingSystem+Environment.swift
[2213/2396] Compiling Vapor Application+Middleware.swift
[2214/2396] Compiling Vapor CORSMiddleware.swift
[2215/2396] Compiling Vapor ErrorMiddleware.swift
[2216/2396] Compiling Vapor FileMiddleware.swift
[2217/2396] Compiling Vapor Middleware.swift
[2218/2396] Compiling Vapor MiddlewareConfiguration.swift
[2219/2396] Compiling Vapor ResponseCompressionMiddleware.swift
[2220/2396] Compiling Vapor RouteLoggingMiddleware.swift
[2221/2396] Compiling Vapor TracingMiddleware.swift
[2222/2396] Compiling Vapor File+Multipart.swift
[2223/2396] Compiling Vapor FormDataDecoder+Content.swift
[2224/2396] Compiling Vapor FormDataEncoder+Content.swift
[2225/2396] Compiling Vapor Application+Password.swift
[2226/2396] Compiling Vapor Application+Passwords.swift
[2227/2396] Compiling Vapor AsyncPasswordHasher.swift
[2228/2396] Compiling Vapor BcryptHasher.swift
[2229/2396] Compiling Vapor PasswordHasher.swift
[2230/2396] Compiling Vapor PlaintextHasher.swift
[2231/2396] Compiling Vapor Request+Password.swift
[2232/2396] Compiling Vapor Redirect.swift
[2233/2396] Compiling Vapor Service.swift
[2234/2396] Compiling Vapor Application+Sessions.swift
[2235/2396] Compiling Vapor MemorySessions.swift
[2236/2396] Compiling Vapor Request+Session.swift
[2237/2396] Compiling Vapor Session.swift
[2238/2396] Compiling Vapor SessionCache.swift
[2239/2396] Compiling Vapor SessionData.swift
[2240/2396] Compiling Vapor SessionDriver.swift
[2241/2396] Compiling Vapor SessionsConfiguration.swift
[2242/2396] Compiling Vapor SessionsMiddleware.swift
[2243/2396] Compiling Vapor URLEncodedFormData.swift
[2244/2396] Compiling Vapor URLEncodedFormDecoder.swift
[2245/2396] Compiling Vapor URLEncodedFormEncoder.swift
[2246/2396] Compiling Vapor URLEncodedFormError.swift
[2247/2396] Compiling Vapor URLEncodedFormParser.swift
[2248/2396] Compiling Vapor URLEncodedFormSerializer.swift
[2249/2396] Compiling Vapor URLQueryFragmentConvertible.swift
[2250/2396] Compiling Vapor AnyResponse.swift
[2251/2396] Compiling Vapor Array+Random.swift
[2252/2396] Compiling Vapor Base32.swift
[2253/2396] Compiling Vapor Base64.swift
[2254/2396] Compiling Vapor BaseN.swift
[2255/2396] Compiling Vapor BasicCodingKey.swift
[2256/2396] Compiling Vapor ByteCount.swift
[2257/2396] Compiling Vapor Validator.swift
[2258/2396] Compiling Vapor ValidatorResult.swift
[2259/2396] Compiling Vapor And.swift
[2260/2396] Compiling Vapor Case.swift
[2261/2396] Compiling Vapor CharacterSet.swift
[2262/2396] Compiling Vapor Count.swift
[2263/2396] Compiling Vapor Custom.swift
[2264/2396] Compiling Vapor Email.swift
[2265/2396] Compiling Vapor Empty.swift
[2266/2396] Compiling Vapor In.swift
[2267/2396] Compiling Vapor Nil.swift
[2268/2396] Compiling Vapor NilIgnoring.swift
[2269/2396] Compiling Vapor Not.swift
[2270/2396] Compiling Vapor Or.swift
[2271/2396] Compiling Vapor Pattern.swift
[2272/2396] Compiling Vapor Range.swift
[2273/2396] Compiling Vapor URL.swift
[2274/2396] Compiling Vapor Valid.swift
[2275/2396] Compiling Vapor Application+Views.swift
[2276/2396] Compiling Vapor PlaintextRenderer.swift
[2277/2396] Compiling Vapor Request+View.swift
[2278/2396] Compiling Vapor View.swift
[2279/2396] Compiling Vapor ViewRenderer.swift
[2280/2396] Compiling Vapor _Deprecations.swift
[2281/2396] Compiling Vapor Bytes+Hex.swift
[2282/2396] Compiling Vapor Bytes+SecureCompare.swift
[2283/2396] Compiling Vapor Collection+Safe.swift
[2284/2396] Compiling Vapor DataProtocol+Copy.swift
[2285/2396] Compiling Vapor DecoderUnwrapper.swift
[2286/2396] Compiling Vapor DirectoryConfiguration.swift
[2287/2396] Compiling Vapor DotEnv.swift
[2288/2396] Compiling Vapor Extendable.swift
[2289/2396] Compiling Vapor File.swift
[2290/2396] Compiling Vapor FileIO.swift
[2291/2396] Compiling Vapor LifecycleHandler.swift
[2292/2396] Compiling Vapor OptionalType.swift
[2293/2396] Compiling Vapor RFC1123.swift
[2294/2396] Compiling Vapor SocketAddress+Hostname.swift
[2295/2396] Compiling Vapor Storage.swift
[2296/2396] Compiling Vapor String+IsIPAddress.swift
[2297/2396] Compiling Vapor Thread.swift
[2298/2396] Compiling Vapor URI.swift
[2299/2396] Compiling Vapor RangeResult.swift
[2300/2396] Compiling Vapor Validatable.swift
[2301/2396] Compiling Vapor Validation.swift
[2302/2396] Compiling Vapor ValidationKey.swift
[2303/2396] Compiling Vapor Validations.swift
[2304/2396] Compiling Vapor ValidationsError.swift
[2397/2410] Emitting module X509
[2398/2410] Compiling X509 TrustRootLoading.swift
[2399/2410] Compiling X509 UnverifiedChain.swift
[2400/2410] Compiling X509 VerificationDiagnostic.swift
[2401/2410] Compiling X509 Verifier.swift
[2402/2410] Compiling X509 VerifierPolicy.swift
[2403/2410] Compiling X509 AlgorithmIdentifier.swift
[2404/2410] Compiling X509 ECDSASignature.swift
[2405/2410] Compiling X509 RSAPKCS1PublicKey.swift
[2406/2410] Compiling X509 SubjectPublicKeyInfo.swift
[2407/2410] Compiling X509 TBSCertificate.swift
[2408/2410] Compiling X509 Time.swift
[2409/2410] Compiling X509 TimeCalculations.swift
[2410/2410] Compiling X509 Validity.swift
[2412/2469] Compiling JWTKit ECDSAError.swift
[2413/2469] Compiling JWTKit ECDSAKeyTypes.swift
[2414/2469] Compiling JWTKit ECDSASigner.swift
[2415/2469] Compiling JWTKit ECDSASigningAlgorithm.swift
[2416/2469] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2417/2469] Compiling JWTKit P256+CurveType.swift
[2418/2469] Compiling JWTKit P384+CurveType.swift
[2419/2469] Compiling JWTKit P521+CurveType.swift
[2420/2477] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2421/2477] Compiling JWTKit UnsecuredNoneSigner.swift
[2422/2477] Compiling JWTKit JWTKeyCollection+RSA.swift
[2423/2477] Compiling JWTKit RSA.swift
[2424/2477] Compiling JWTKit RSAError.swift
[2425/2477] Compiling JWTKit RSASigner.swift
[2426/2477] Compiling JWTKit Base64URL.swift
[2427/2477] Compiling JWTKit CryptoSigner.swift
[2428/2477] Emitting module JWTKit
[2429/2477] Compiling JWTKit JWTHeader+CommonFields.swift
[2430/2477] Compiling JWTKit JWTHeader.swift
[2431/2477] Compiling JWTKit JWTHeaderField.swift
[2432/2477] Compiling JWTKit JWTKeyCollection.swift
[2433/2477] Compiling JWTKit JWTParser.swift
[2434/2477] Compiling JWTKit JWTPayload.swift
[2435/2477] Compiling JWTKit JWTSerializer.swift
[2436/2477] Compiling JWTKit JWTSigner.swift
[2437/2477] Compiling JWTKit AudienceClaim.swift
[2438/2477] Compiling JWTKit BoolClaim.swift
[2439/2477] Compiling JWTKit ExpirationClaim.swift
[2440/2477] Compiling JWTKit GoogleHostedDomainClaim.swift
[2441/2477] Compiling JWTKit IDClaim.swift
[2442/2477] Compiling JWTKit IssuedAtClaim.swift
[2443/2477] Compiling JWTKit IssuerClaim.swift
[2444/2477] Compiling JWTKit JWTClaim.swift
[2445/2477] Compiling JWTKit JWTMultiValueClaim.swift
[2446/2477] Compiling JWTKit JWTUnixEpochClaim.swift
[2447/2477] Compiling JWTKit LocaleClaim.swift
[2448/2477] Compiling JWTKit NotBeforeClaim.swift
[2449/2477] Compiling JWTKit SubjectClaim.swift
[2450/2477] Compiling JWTKit TenantIDClaim.swift
[2451/2477] Compiling JWTKit ECDSA.swift
[2452/2477] Compiling JWTKit ECDSACurve.swift
[2453/2477] Compiling JWTKit ECDSACurveType.swift
[2454/2477] Compiling JWTKit EdDSA.swift
[2455/2477] Compiling JWTKit EdDSACurve.swift
[2456/2477] Compiling JWTKit EdDSAError.swift
[2457/2477] Compiling JWTKit EdDSASigner.swift
[2458/2477] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2459/2477] Compiling JWTKit HMAC.swift
[2460/2477] Compiling JWTKit HMACError.swift
[2461/2477] Compiling JWTKit HMACSigner.swift
[2462/2477] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2463/2477] Compiling JWTKit Insecure.swift
[2464/2477] Compiling JWTKit JWK.swift
[2465/2477] Compiling JWTKit JWKIdentifier.swift
[2466/2477] Compiling JWTKit JWKS.swift
[2467/2477] Compiling JWTKit JWKSigner.swift
[2468/2477] Compiling JWTKit JWTAlgorithm.swift
[2469/2477] Compiling JWTKit JWTError.swift
[2470/2477] Compiling JWTKit CustomizedJSONCoders.swift
[2471/2477] Compiling JWTKit Utilities.swift
[2472/2477] Compiling JWTKit AppleIdentityToken.swift
[2473/2477] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2474/2477] Compiling JWTKit GoogleIdentityToken.swift
[2475/2477] Compiling JWTKit MicrosoftIdentityToken.swift
[2476/2477] Compiling JWTKit ValidationTimePayload.swift
[2477/2477] Compiling JWTKit X5CVerifier.swift
[2479/2486] Compiling ImperialCore FederatedServiceTokens.swift
[2480/2487] Emitting module ImperialCore
[2481/2487] Compiling ImperialCore FederatedService.swift
[2482/2487] Compiling ImperialCore FederatedServiceRouter.swift
[2483/2487] Compiling ImperialCore ImperialMiddleware.swift
[2484/2487] Compiling ImperialCore ImperialError.swift
[2485/2487] Compiling ImperialCore RoutesBuilder+oAuth.swift
[2486/2487] Compiling ImperialCore Sessions+Imperial.swift
[2487/2487] Compiling ImperialCore String+pathSegments.swift
[2489/2507] Compiling ImperialKeycloak KeycloakAuth.swift
[2490/2514] Emitting module ImperialGitlab
[2491/2534] Compiling ImperialGoogle GoogleJWT.swift
[2492/2534] Compiling ImperialGoogle GoogleJWTAuth.swift
[2493/2535] Compiling ImperialMicrosoft MicrosoftRouter.swift
[2494/2535] Compiling ImperialGoogle GoogleCallbackBody.swift
[2495/2535] Emitting module ImperialMicrosoft
[2496/2535] Compiling ImperialGitlab GitlabRouter.swift
[2497/2535] Emitting module ImperialKeycloak
[2498/2535] Compiling ImperialGitlab Gitlab.swift
[2499/2535] Compiling ImperialShopify URL+Shopify.swift
[2500/2535] Emitting module ImperialShopify
[2501/2535] Compiling ImperialGitHub GitHubRouter.swift
[2502/2535] Compiling ImperialGitHub GitHub.swift
[2503/2535] Compiling ImperialGoogle Google.swift
[2504/2535] Compiling ImperialGoogle GoogleAuth.swift
[2505/2535] Compiling ImperialGitHub GitHubAuth.swift
[2506/2535] Compiling ImperialGitHub GitHubCallbackBody.swift
[2507/2535] Compiling ImperialGitlab GitlabAuth.swift
[2508/2535] Compiling ImperialGitlab GitlabCallbackBody.swift
[2509/2536] Compiling ImperialKeycloak Keycloak.swift
[2510/2536] Compiling ImperialKeycloak KeycloakCallbackBody.swift
[2511/2536] Compiling ImperialKeycloak KeycloakRouter.swift
[2512/2537] Compiling ImperialMixcloud MixcloudRouter.swift
[2513/2537] Compiling ImperialImgur Imgur.swift
[2514/2537] Compiling ImperialImgur ImgurAuth.swift
[2515/2537] Compiling ImperialMixcloud MixcloudAuth.swift
[2516/2537] Compiling ImperialMixcloud Mixcloud.swift
[2517/2537] Compiling ImperialMixcloud MixcloudCallbackBody.swift
[2518/2537] Compiling ImperialImgur ImgurCallbackBody.swift
[2519/2537] Compiling ImperialImgur ImgurRouter.swift
[2520/2537] Emitting module ImperialMixcloud
[2521/2537] Emitting module ImperialGoogle
[2522/2537] Emitting module ImperialImgur
[2523/2537] Compiling ImperialMicrosoft Microsoft.swift
[2525/2537] Compiling ImperialGoogle GoogleJWTPayload.swift
[2526/2537] Emitting module ImperialGitHub
[2528/2538] Compiling ImperialMicrosoft MicrosoftAuth.swift
[2529/2538] Compiling ImperialMicrosoft MicrosoftCallbackBody.swift
[2530/2539] Compiling ImperialGoogle GoogleJWTResponse.swift
[2531/2539] Compiling ImperialGoogle GoogleJWTRouter.swift
[2532/2540] Compiling ImperialGoogle GoogleRouter.swift
[2533/2542] Compiling ImperialShopify ShopifyCallbackBody.swift
[2534/2542] Compiling ImperialShopify Shopify.swift
[2535/2542] Compiling ImperialShopify Session+Shopify.swift
[2536/2542] Compiling ImperialShopify ShopifyAuth.swift
[2537/2542] Compiling ImperialShopify ShopifyRouter.swift
[2544/2551] Emitting module ImperialFacebook
[2545/2568] Compiling ImperialFacebook FacebookRouter.swift
[2546/2568] Compiling ImperialFacebook FacebookAuth.swift
[2547/2568] Compiling ImperialFacebook Facebook.swift
[2548/2568] Compiling ImperialFacebook FacebookCallbackBody.swift
[2549/2568] Emitting module ImperialDiscord
[2550/2568] Emitting module ImperialDeviantArt
[2551/2568] Compiling ImperialAuth0 Auth0.swift
[2552/2568] Compiling ImperialDiscord Discord.swift
[2553/2568] Compiling ImperialDiscord DiscordRouter.swift
[2554/2568] Emitting module ImperialDropbox
[2555/2568] Compiling ImperialDropbox Dropbox.swift
[2556/2568] Emitting module ImperialAuth0
[2557/2569] Compiling ImperialDropbox DropboxAuth.swift
[2558/2569] Compiling ImperialDropbox DropboxCallbackBody.swift
[2559/2569] Compiling ImperialDropbox DropboxRouter.swift
[2560/2569] Compiling ImperialDiscord DiscordAuth.swift
[2561/2569] Compiling ImperialDiscord DiscordCallbackBody.swift
[2562/2571] Compiling ImperialAuth0 Auth0CallbackBody.swift
[2563/2571] Compiling ImperialAuth0 Auth0Auth.swift
[2564/2571] Compiling ImperialAuth0 Auth0Router.swift
[2568/2572] Compiling ImperialDeviantArt DeviantArtCallbackBody.swift
[2569/2572] Compiling ImperialDeviantArt DeviantArtAuth.swift
[2570/2572] Compiling ImperialDeviantArt DeviantArt.swift
[2571/2572] Compiling ImperialDeviantArt DeviantArtRouter.swift
Build complete! (231.98s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.110.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
}
],
"manifest_display_name" : "Imperial",
"name" : "Imperial",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ImperialCore",
"targets" : [
"ImperialCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialAuth0",
"targets" : [
"ImperialCore",
"ImperialAuth0"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialDeviantArt",
"targets" : [
"ImperialCore",
"ImperialDeviantArt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialDiscord",
"targets" : [
"ImperialCore",
"ImperialDiscord"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialDropbox",
"targets" : [
"ImperialCore",
"ImperialDropbox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialFacebook",
"targets" : [
"ImperialCore",
"ImperialFacebook"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialGitHub",
"targets" : [
"ImperialCore",
"ImperialGitHub"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialGitlab",
"targets" : [
"ImperialCore",
"ImperialGitlab"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialGoogle",
"targets" : [
"ImperialCore",
"ImperialGoogle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialImgur",
"targets" : [
"ImperialCore",
"ImperialImgur"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialKeycloak",
"targets" : [
"ImperialCore",
"ImperialKeycloak"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialMicrosoft",
"targets" : [
"ImperialCore",
"ImperialMicrosoft"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialMixcloud",
"targets" : [
"ImperialCore",
"ImperialMixcloud"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImperialShopify",
"targets" : [
"ImperialCore",
"ImperialShopify"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Imperial",
"targets" : [
"ImperialCore",
"ImperialAuth0",
"ImperialDeviantArt",
"ImperialDiscord",
"ImperialDropbox",
"ImperialFacebook",
"ImperialGitHub",
"ImperialGitlab",
"ImperialGoogle",
"ImperialImgur",
"ImperialKeycloak",
"ImperialMicrosoft",
"ImperialMixcloud",
"ImperialShopify"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ImperialTests",
"module_type" : "SwiftTarget",
"name" : "ImperialTests",
"path" : "Tests/ImperialTests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"ImperialTests.swift",
"ShopifyTests.swift",
"withApp.swift"
],
"target_dependencies" : [
"ImperialCore",
"ImperialAuth0",
"ImperialDeviantArt",
"ImperialDiscord",
"ImperialDropbox",
"ImperialFacebook",
"ImperialGitHub",
"ImperialGitlab",
"ImperialGoogle",
"ImperialImgur",
"ImperialKeycloak",
"ImperialMicrosoft",
"ImperialMixcloud",
"ImperialShopify"
],
"type" : "test"
},
{
"c99name" : "ImperialShopify",
"module_type" : "SwiftTarget",
"name" : "ImperialShopify",
"path" : "Sources/ImperialShopify",
"product_memberships" : [
"ImperialShopify",
"Imperial"
],
"sources" : [
"Session+Shopify.swift",
"Shopify.swift",
"ShopifyAuth.swift",
"ShopifyCallbackBody.swift",
"ShopifyRouter.swift",
"URL+Shopify.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialMixcloud",
"module_type" : "SwiftTarget",
"name" : "ImperialMixcloud",
"path" : "Sources/ImperialMixcloud",
"product_memberships" : [
"ImperialMixcloud",
"Imperial"
],
"sources" : [
"Mixcloud.swift",
"MixcloudAuth.swift",
"MixcloudCallbackBody.swift",
"MixcloudRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialMicrosoft",
"module_type" : "SwiftTarget",
"name" : "ImperialMicrosoft",
"path" : "Sources/ImperialMicrosoft",
"product_memberships" : [
"ImperialMicrosoft",
"Imperial"
],
"sources" : [
"Microsoft.swift",
"MicrosoftAuth.swift",
"MicrosoftCallbackBody.swift",
"MicrosoftRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialKeycloak",
"module_type" : "SwiftTarget",
"name" : "ImperialKeycloak",
"path" : "Sources/ImperialKeycloak",
"product_memberships" : [
"ImperialKeycloak",
"Imperial"
],
"sources" : [
"Keycloak.swift",
"KeycloakAuth.swift",
"KeycloakCallbackBody.swift",
"KeycloakRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialImgur",
"module_type" : "SwiftTarget",
"name" : "ImperialImgur",
"path" : "Sources/ImperialImgur",
"product_memberships" : [
"ImperialImgur",
"Imperial"
],
"sources" : [
"Imgur.swift",
"ImgurAuth.swift",
"ImgurCallbackBody.swift",
"ImgurRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialGoogle",
"module_type" : "SwiftTarget",
"name" : "ImperialGoogle",
"path" : "Sources/ImperialGoogle",
"product_memberships" : [
"ImperialGoogle",
"Imperial"
],
"sources" : [
"JWT/GoogleJWT.swift",
"JWT/GoogleJWTAuth.swift",
"JWT/GoogleJWTPayload.swift",
"JWT/GoogleJWTResponse.swift",
"JWT/GoogleJWTRouter.swift",
"Standard/Google.swift",
"Standard/GoogleAuth.swift",
"Standard/GoogleCallbackBody.swift",
"Standard/GoogleRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialGitlab",
"module_type" : "SwiftTarget",
"name" : "ImperialGitlab",
"path" : "Sources/ImperialGitlab",
"product_memberships" : [
"ImperialGitlab",
"Imperial"
],
"sources" : [
"Gitlab.swift",
"GitlabAuth.swift",
"GitlabCallbackBody.swift",
"GitlabRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialGitHub",
"module_type" : "SwiftTarget",
"name" : "ImperialGitHub",
"path" : "Sources/ImperialGitHub",
"product_memberships" : [
"ImperialGitHub",
"Imperial"
],
"sources" : [
"GitHub.swift",
"GitHubAuth.swift",
"GitHubCallbackBody.swift",
"GitHubRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialFacebook",
"module_type" : "SwiftTarget",
"name" : "ImperialFacebook",
"path" : "Sources/ImperialFacebook",
"product_memberships" : [
"ImperialFacebook",
"Imperial"
],
"sources" : [
"Facebook.swift",
"FacebookAuth.swift",
"FacebookCallbackBody.swift",
"FacebookRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialDropbox",
"module_type" : "SwiftTarget",
"name" : "ImperialDropbox",
"path" : "Sources/ImperialDropbox",
"product_memberships" : [
"ImperialDropbox",
"Imperial"
],
"sources" : [
"Dropbox.swift",
"DropboxAuth.swift",
"DropboxCallbackBody.swift",
"DropboxRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialDiscord",
"module_type" : "SwiftTarget",
"name" : "ImperialDiscord",
"path" : "Sources/ImperialDiscord",
"product_memberships" : [
"ImperialDiscord",
"Imperial"
],
"sources" : [
"Discord.swift",
"DiscordAuth.swift",
"DiscordCallbackBody.swift",
"DiscordRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialDeviantArt",
"module_type" : "SwiftTarget",
"name" : "ImperialDeviantArt",
"path" : "Sources/ImperialDeviantArt",
"product_memberships" : [
"ImperialDeviantArt",
"Imperial"
],
"sources" : [
"DeviantArt.swift",
"DeviantArtAuth.swift",
"DeviantArtCallbackBody.swift",
"DeviantArtRouter.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
},
{
"c99name" : "ImperialCore",
"module_type" : "SwiftTarget",
"name" : "ImperialCore",
"path" : "Sources/ImperialCore",
"product_dependencies" : [
"Vapor",
"JWTKit"
],
"product_memberships" : [
"ImperialCore",
"ImperialAuth0",
"ImperialDeviantArt",
"ImperialDiscord",
"ImperialDropbox",
"ImperialFacebook",
"ImperialGitHub",
"ImperialGitlab",
"ImperialGoogle",
"ImperialImgur",
"ImperialKeycloak",
"ImperialMicrosoft",
"ImperialMixcloud",
"ImperialShopify",
"Imperial"
],
"sources" : [
"FederatedService.swift",
"FederatedServiceRouter.swift",
"FederatedServiceTokens.swift",
"ImperialError.swift",
"Middleware/ImperialMiddleware.swift",
"RoutesBuilder+oAuth.swift",
"Sessions+Imperial.swift",
"String+pathSegments.swift"
],
"type" : "library"
},
{
"c99name" : "ImperialAuth0",
"module_type" : "SwiftTarget",
"name" : "ImperialAuth0",
"path" : "Sources/ImperialAuth0",
"product_memberships" : [
"ImperialAuth0",
"Imperial"
],
"sources" : [
"Auth0.swift",
"Auth0Auth.swift",
"Auth0CallbackBody.swift",
"Auth0Router.swift"
],
"target_dependencies" : [
"ImperialCore"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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.