Build Information
Successful build of Imperial, reference 2.0.0-beta.2 (6443db
), with Swift 6.1 for Linux on 27 Apr 2025 15:51:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 2.0.0-beta.2
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
* tag 2.0.0-beta.2 -> FETCH_HEAD
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 2.0.0-beta.2
========================================
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-4606859-1":/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/jwt-kit.git
Fetching https://github.com/vapor/vapor.git
[1/74313] Fetching vapor
[2/83362] Fetching vapor, jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.11s)
[20808/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.69s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (3.45s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
[1/6112] Fetching swift-certificates
[1163/9948] Fetching swift-certificates, swift-log
[9451/23732] Fetching swift-certificates, swift-log, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
[5353/17620] Fetching swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (1.71s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.74s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.9.0 (4.04s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.08s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.56s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.63s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2596] Fetching websocket-kit
[1299/3659] Fetching websocket-kit, swift-service-context
[1561/8629] Fetching websocket-kit, swift-service-context, swift-distributed-tracing
[1609/14532] Fetching websocket-kit, swift-service-context, swift-distributed-tracing, swift-algorithms
[2011/17740] Fetching websocket-kit, swift-service-context, swift-distributed-tracing, swift-algorithms, multipart-kit
[3561/19445] Fetching websocket-kit, swift-service-context, swift-distributed-tracing, swift-algorithms, multipart-kit, swift-atomics
Fetched https://github.com/apple/swift-service-context.git from cache (0.39s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.42s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.53s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.54s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1638/5408] Fetching multipart-kit, swift-metrics
[1880/11070] Fetching multipart-kit, swift-metrics, swift-nio-extras
[9500/22562] Fetching multipart-kit, swift-metrics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-metrics.git from cache (0.45s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.43s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
[4167/29493] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
[5647/104924] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
[9996/110409] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, console-kit
[11681/131136] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, console-kit, routing-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.41s)
[40180/125651] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetching https://github.com/vapor/async-kit.git
[64109/128021] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.66s)
[79416/125651] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.02s)
[81636/122443] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.56s)
[74212/110951] Fetching swift-nio-ssl, swift-nio, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.27s)
[58707/90224] Fetching swift-nio-ssl, swift-nio
[63070/104011] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.33s)
[68098/89218] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.03s)
[57328/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.37s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.84s)
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 (1.08s)
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.61s)
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.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.50s)
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.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.86s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.90s)
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.70s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[430/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
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.97s)
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.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.63s)
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.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
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.54s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.53s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.91s)
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.77s)
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.70s)
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.55s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.52s)
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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/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-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/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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.9.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-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-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-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.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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-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/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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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/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/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/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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/849] Write sources
[64/849] Compiling CNIOWindows WSAStartup.c
[64/849] Compiling _NumericsShims _NumericsShims.c
[66/849] Compiling _AtomicsShims.c
[67/849] Compiling CNIOWindows shim.c
[67/849] Compiling CVaporBcrypt blf.c
[69/849] Compiling CVaporBcrypt bcrypt.c
[70/849] Compiling CNIOWASI CNIOWASI.c
[71/849] Compiling CSystem shims.c
[72/849] Compiling CNIOLinux liburing_shims.c
[73/849] Compiling CNIOExtrasZlib empty.c
[74/849] Compiling CNIODarwin shim.c
[75/849] Compiling CNIOSHA1 c_nio_sha1.c
[76/849] Compiling CNIOLLHTTP c_nio_http.c
[77/849] Compiling CNIOLinux shim.c
[78/849] Compiling CNIOLLHTTP c_nio_api.c
[79/849] Compiling fiat_p256_adx_mul.S
[80/849] Compiling fiat_curve25519_adx_square.S
[80/849] Compiling fiat_p256_adx_sqr.S
[82/849] Compiling fiat_curve25519_adx_mul.S
[83/849] Compiling CNIOLLHTTP c_nio_llhttp.c
[84/849] Write swift-version-24593BA9C3E375BF.txt
[85/849] Compiling CNIOBoringSSLShims shims.c
[86/853] Compiling tls_method.cc
[87/853] Compiling tls13_server.cc
[88/853] Compiling tls13_client.cc
[89/853] Compiling tls_record.cc
[91/853] Emitting module _NIODataStructures
[91/853] Compiling tls13_both.cc
[92/853] Compiling t1_enc.cc
[93/853] Compiling tls13_enc.cc
[95/920] Compiling ServiceContextModule ServiceContextKey.swift
[96/920] Compiling RealModule Real.swift
[97/921] Emitting module ServiceContextModule
[98/921] Compiling ServiceContextModule ServiceContext.swift
[99/922] Compiling _NIODataStructures _TinyArray.swift
[101/922] Compiling _NIOBase64 Base64.swift
[102/922] Emitting module _NIOBase64
[103/922] Compiling SystemPackage MachPort.swift
[104/922] Compiling SystemPackage PlatformString.swift
[105/922] Compiling SystemPackage SystemString.swift
[106/926] Compiling SwiftASN1 ASN1OctetString.swift
[107/926] Compiling SwiftASN1 ASN1Strings.swift
[108/926] Compiling SwiftASN1 ObjectIdentifier.swift
[109/926] Compiling SwiftASN1 PEMDocument.swift
[110/926] Compiling RealModule AlgebraicField.swift
[111/926] Compiling RealModule ApproximateEquality.swift
[112/926] Emitting module _CertificateInternals
[113/926] Compiling RealModule Float16+Real.swift
[114/926] Compiling _CertificateInternals _TinyArray.swift
[115/926] Compiling RealModule Float80+Real.swift
[116/926] Compiling RealModule Float+Real.swift
[117/926] Compiling _NIODataStructures PriorityQueue.swift
[118/926] Compiling RealModule ElementaryFunctions.swift
[119/927] Compiling RealModule AugmentedArithmetic.swift
[120/927] Compiling RealModule Double+Real.swift
[121/927] Emitting module RealModule
[122/927] Compiling SwiftASN1 GeneralizedTime.swift
[123/927] Compiling SwiftASN1 ASN1BitString.swift
[124/927] Compiling SwiftASN1 ASN1Boolean.swift
[125/927] Compiling SwiftASN1 ASN1Identifier.swift
[126/927] Emitting module SystemPackage
[127/927] Compiling RealModule RealFunctions.swift
[132/928] Compiling SwiftASN1 ASN1Integer.swift
[133/928] Compiling SwiftASN1 ASN1Null.swift
[134/928] Compiling SwiftASN1 TimeUtilities.swift
[135/928] Compiling SwiftASN1 UTCTime.swift
[139/954] Emitting module Instrumentation
[140/954] Compiling Instrumentation NoOpInstrument.swift
[141/954] Compiling InternalCollectionsUtilities _SortedCollection.swift
[142/954] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[143/954] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[144/954] Compiling InternalCollectionsUtilities Specialize.swift
[145/956] Compiling InternalCollectionsUtilities Debugging.swift
[146/956] Compiling InternalCollectionsUtilities Descriptions.swift
[147/956] Compiling Instrumentation Instrument.swift
[148/956] Compiling Instrumentation MultiplexInstrument.swift
[151/958] Compiling SystemPackage Util+StringArray.swift
[152/958] Compiling SystemPackage Util.swift
[153/958] Compiling SystemPackage UtilConsumers.swift
[154/958] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[155/958] Compiling InternalCollectionsUtilities Integer rank.swift
[156/958] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[157/958] Compiling InternalCollectionsUtilities UInt+reversed.swift
[158/958] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[159/958] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[160/958] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[163/958] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[164/958] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[165/958] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[169/958] Compiling SwiftASN1 DER.swift
[170/958] Compiling SwiftASN1 Errors.swift
[171/958] Compiling SystemPackage Constants.swift
[172/958] Compiling SystemPackage Exports.swift
[173/958] Emitting module Logging
[174/958] Compiling Logging Locks.swift
[175/958] Compiling SystemPackage Mocking.swift
[176/958] Compiling SystemPackage RawBuffer.swift
[177/958] Compiling SystemPackage Syscalls.swift
[178/958] Compiling SystemPackage WindowsSyscallAdapters.swift
[181/959] Compiling Logging MetadataProvider.swift
[182/959] Compiling _NIODataStructures Heap.swift
[185/960] Compiling CoreMetrics Locks.swift
[186/960] Compiling Logging LogHandler.swift
[187/960] Compiling Logging Logging.swift
[189/961] Compiling Instrumentation InstrumentationSystem.swift
[190/961] Compiling Instrumentation Locks.swift
[191/962] Emitting module CoreMetrics
[193/962] Emitting module InternalCollectionsUtilities
[204/977] Compiling Tracing InstrumentationSystem+Tracing.swift
[205/977] Compiling Tracing TracingTime.swift
[206/977] Emitting module Tracing
[207/977] Compiling Tracing TracerProtocol.swift
[210/977] Compiling Tracing Tracer.swift
[211/977] Emitting module RoutingKit
[212/977] Compiling RoutingKit AnyRouter.swift
[213/977] Compiling CoreMetrics Metrics.swift
[214/977] Compiling Tracing TracerProtocol+Legacy.swift
[215/978] Compiling RoutingKit PathComponent.swift
[217/978] Emitting module SwiftASN1
[218/979] Compiling RoutingKit TrieRouter.swift
[219/979] Compiling RoutingKit Router.swift
[221/1029] Compiling Tracing NoOpTracer.swift
[222/1036] Compiling Tracing SpanProtocol.swift
[223/1103] Compiling ssl_x509.cc
[225/1103] Compiling RoutingKit Parameters.swift
[225/1104] Compiling ssl_transcript.cc
[226/1105] Compiling ssl_stat.cc
[228/1106] Compiling ssl_versions.cc
[230/1129] Emitting module Metrics
[231/1204] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[232/1204] Compiling Metrics Metrics.swift
[233/1205] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[234/1205] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[235/1205] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[236/1205] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[237/1205] Compiling HashTreeCollections _HashNode.swift
[238/1205] Compiling HashTreeCollections _HashNodeHeader.swift
[239/1205] Compiling HashTreeCollections _HashSlot.swift
[240/1205] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[241/1205] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[242/1205] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[243/1205] Compiling HashTreeCollections _HashNode+Structural merge.swift
[244/1205] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[245/1205] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[246/1205] Compiling HashTreeCollections _HashNode+Structural union.swift
[247/1212] Compiling HashTreeCollections TreeDictionary+Filter.swift
[248/1212] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[249/1214] Compiling HeapModule Heap+Descriptions.swift
[251/1214] Compiling HashTreeCollections TreeDictionary+Values.swift
[252/1214] Compiling HashTreeCollections _HashTreeIterator.swift
[253/1214] Compiling HeapModule _HeapNode.swift
[254/1214] Compiling HashTreeCollections _Bucket.swift
[255/1214] Compiling HashTreeCollections _Hash.swift
[256/1214] Compiling HashTreeCollections _HashLevel.swift
[257/1214] Compiling HashTreeCollections _HashNode+Builder.swift
[258/1214] Compiling HashTreeCollections _HashNode+Debugging.swift
[259/1214] Compiling HashTreeCollections _HashNode+Initializers.swift
[260/1214] Compiling HashTreeCollections _HashNode+Invariants.swift
[261/1214] Compiling HashTreeCollections _HashNode+Lookups.swift
[262/1214] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[263/1214] Compiling HashTreeCollections TreeDictionary+Keys.swift
[264/1214] Compiling HeapModule Heap.swift
[265/1214] Emitting module HeapModule
[266/1214] Compiling HeapModule Heap+Invariants.swift
[267/1214] Compiling HeapModule Heap+UnsafeHandle.swift
[268/1215] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[269/1215] Compiling HashTreeCollections TreeDictionary+Merge.swift
[271/1215] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[272/1215] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[273/1215] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[274/1215] Compiling HashTreeCollections _HashNode+Storage.swift
[275/1215] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[276/1215] Compiling HashTreeCollections _HashNode+Structural filter.swift
[277/1215] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[278/1215] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[279/1215] Compiling DequeModule _DequeSlot.swift
[280/1215] Compiling DequeModule _UnsafeWrappedBuffer.swift
[281/1215] Compiling HashTreeCollections TreeSet+Hashable.swift
[282/1215] Compiling HashTreeCollections TreeSet+Sendable.swift
[283/1215] Compiling HashTreeCollections TreeSet+Sequence.swift
[284/1215] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[285/1215] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[286/1215] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[287/1215] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[288/1215] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[289/1215] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[290/1215] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[291/1225] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[292/1225] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[293/1225] Compiling HashTreeCollections _HashTreeStatistics.swift
[294/1225] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[295/1225] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[296/1225] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[297/1225] Compiling OrderedCollections OrderedSet+SubSequence.swift
[298/1225] Compiling OrderedCollections OrderedSet+Testing.swift
[299/1225] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[300/1225] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[301/1225] Compiling OrderedCollections OrderedSet.swift
[302/1225] Compiling OrderedCollections _UnsafeBitset.swift
[303/1225] Compiling HashTreeCollections TreeSet+Equatable.swift
[304/1225] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[305/1225] Compiling HashTreeCollections TreeSet+Extras.swift
[306/1225] Compiling HashTreeCollections TreeSet+Filter.swift
[323/1225] Compiling HashTreeCollections _UnsafePath.swift
[324/1225] Compiling HashTreeCollections TreeDictionary+Codable.swift
[325/1225] Compiling HashTreeCollections TreeDictionary+Collection.swift
[326/1225] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[327/1225] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[328/1225] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[329/1225] Compiling HashTreeCollections _AncestorHashSlots.swift
[330/1225] Compiling HashTreeCollections _Bitmap.swift
[336/1225] Compiling OrderedCollections OrderedSet+Sendable.swift
[349/1234] Emitting module DequeModule
[381/1235] Compiling _RopeModule _CharacterRecognizer.swift
[382/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[383/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[384/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[385/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[386/1235] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[387/1235] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[388/1235] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[389/1235] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[390/1235] Compiling HashTreeCollections TreeSet.swift
[391/1235] Emitting module OrderedCollections
[399/1236] Compiling ssl_privkey.cc
[401/1236] Emitting module _RopeModule
[401/1236] Compiling ssl_session.cc
[446/1236] Compiling ssl_key_share.cc
[458/1236] Compiling ssl_file.cc
[459/1236] Compiling ssl_lib.cc
[461/1236] Compiling _RopeModule Rope+Join.swift
[462/1236] Compiling _RopeModule Rope+MutatingForEach.swift
[463/1236] Compiling _RopeModule Rope+Remove.swift
[464/1236] Compiling _RopeModule Rope+RemoveSubrange.swift
[465/1236] Compiling _RopeModule Rope+Split.swift
[466/1236] Compiling _RopeModule Optional Utilities.swift
[467/1236] Compiling _RopeModule String Utilities.swift
[468/1236] Compiling _RopeModule String.Index+ABI.swift
[488/1237] Compiling ssl_cipher.cc
[489/1237] Compiling ssl_credential.cc
[492/1237] Emitting module HashTreeCollections
[493/1238] Compiling ssl_cert.cc
[494/1238] Compiling ssl_buffer.cc
[495/1238] Compiling s3_pkt.cc
[496/1238] Compiling ssl_aead_ctx.cc
[497/1238] Compiling ssl_asn1.cc
[498/1238] Compiling handshake_client.cc
[499/1238] Compiling s3_lib.cc
[500/1238] Compiling s3_both.cc
[501/1238] Compiling extensions.cc
[502/1238] Compiling handshake_server.cc
[503/1238] Compiling dtls_record.cc
[504/1238] Compiling handshake.cc
[505/1238] Compiling encrypted_client_hello.cc
[506/1238] Compiling handoff.cc
[507/1238] Compiling md5-x86_64-linux.S
[508/1238] Compiling bio_ssl.cc
[509/1238] Compiling md5-x86_64-apple.S
[510/1238] Compiling md5-586-linux.S
[511/1238] Compiling md5-586-apple.S
[512/1238] Compiling dtls_method.cc
[513/1238] Compiling chacha20_poly1305_x86_64-apple.S
[514/1238] Compiling chacha20_poly1305_x86_64-linux.S
[515/1238] Compiling chacha20_poly1305_armv8-win.S
[516/1238] Compiling chacha20_poly1305_armv8-linux.S
[517/1238] Compiling chacha-x86_64-apple.S
[518/1238] Compiling chacha-x86_64-linux.S
[519/1238] Compiling chacha20_poly1305_armv8-apple.S
[520/1238] Compiling chacha-x86-linux.S
[521/1238] Compiling chacha-x86-apple.S
[522/1238] Compiling chacha-armv8-win.S
[523/1238] Compiling chacha-armv8-linux.S
[524/1238] Compiling chacha-armv8-apple.S
[525/1238] Compiling d1_srtp.cc
[526/1238] Compiling chacha-armv4-linux.S
[527/1238] Compiling err_data.cc
[528/1238] Compiling aes128gcmsiv-x86_64-linux.S
[529/1238] Compiling aes128gcmsiv-x86_64-apple.S
[530/1238] Compiling x86_64-mont5-apple.S
[531/1238] Compiling x86_64-mont5-linux.S
[532/1238] Compiling x86-mont-linux.S
[533/1238] Compiling x86_64-mont-linux.S
[534/1238] Compiling x86-mont-apple.S
[535/1238] Compiling x86_64-mont-apple.S
[536/1238] Compiling vpaes-x86_64-linux.S
[537/1238] Compiling vpaes-x86_64-apple.S
[538/1238] Compiling vpaes-x86-apple.S
[539/1238] Compiling vpaes-x86-linux.S
[539/1238] Compiling vpaes-armv8-win.S
[541/1238] Compiling vpaes-armv8-apple.S
[542/1238] Compiling vpaes-armv8-linux.S
[543/1238] Compiling sha512-x86_64-apple.S
[544/1238] Compiling vpaes-armv7-linux.S
[545/1238] Compiling sha512-x86_64-linux.S
[546/1238] Compiling sha512-armv8-linux.S
[547/1238] Compiling d1_pkt.cc
[548/1238] Compiling sha512-armv8-apple.S
[549/1238] Compiling sha512-armv8-win.S
[550/1238] Compiling sha512-armv4-linux.S
[551/1238] Compiling sha512-586-linux.S
[552/1238] Compiling sha512-586-apple.S
[553/1238] Compiling sha256-x86_64-apple.S
[554/1238] Compiling sha256-x86_64-linux.S
[555/1238] Compiling sha256-armv8-win.S
[556/1238] Compiling sha256-armv8-linux.S
[557/1238] Compiling sha256-armv8-apple.S
[558/1238] Compiling sha256-armv4-linux.S
[559/1238] Compiling sha256-586-apple.S
[560/1238] Compiling sha1-x86_64-apple.S
[561/1238] Compiling sha256-586-linux.S
[562/1238] Compiling d1_lib.cc
[563/1238] Compiling sha1-x86_64-linux.S
[564/1238] Compiling sha1-armv8-win.S
[565/1238] Compiling sha1-armv8-apple.S
[566/1238] Compiling sha1-armv8-linux.S
[567/1238] Compiling sha1-586-linux.S
[568/1238] Compiling sha1-armv4-large-linux.S
[569/1238] Compiling sha1-586-apple.S
[570/1238] Compiling rsaz-avx2-linux.S
[571/1238] Compiling rdrand-x86_64-apple.S
[572/1238] Compiling p256_beeu-x86_64-asm-linux.S
[573/1238] Compiling rsaz-avx2-apple.S
[574/1238] Compiling rdrand-x86_64-linux.S
[575/1238] Compiling p256_beeu-armv8-asm-win.S
[576/1238] Compiling p256_beeu-x86_64-asm-apple.S
[577/1238] Compiling p256_beeu-armv8-asm-apple.S
[578/1238] Compiling p256_beeu-armv8-asm-linux.S
[579/1238] Compiling p256-armv8-asm-win.S
[580/1238] Compiling p256-x86_64-asm-apple.S
[581/1238] Compiling p256-armv8-asm-linux.S
[582/1238] Compiling ghashv8-armv8-win.S
[583/1238] Compiling ghashv8-armv8-linux.S
[584/1238] Compiling p256-x86_64-asm-linux.S
[585/1238] Compiling p256-armv8-asm-apple.S
[586/1238] Compiling ghashv8-armv8-apple.S
[587/1238] Compiling ghashv8-armv7-linux.S
[588/1238] Compiling ghash-x86-linux.S
[589/1238] Compiling ghash-x86-apple.S
[590/1238] Compiling ghash-x86_64-apple.S
[591/1238] Compiling ghash-x86_64-linux.S
[592/1238] Compiling ghash-ssse3-x86_64-linux.S
[593/1238] Compiling ghash-ssse3-x86_64-apple.S
[594/1238] Compiling ghash-ssse3-x86-linux.S
[595/1238] Compiling ghash-neon-armv8-linux.S
[596/1238] Compiling ghash-ssse3-x86-apple.S
[597/1238] Compiling ghash-neon-armv8-win.S
[598/1238] Compiling ghash-neon-armv8-apple.S
[599/1238] Compiling co-586-linux.S
[600/1238] Compiling ghash-armv4-linux.S
[601/1238] Compiling co-586-apple.S
[602/1238] Compiling bsaes-armv7-linux.S
[603/1238] Compiling bn-armv8-linux.S
[604/1238] Compiling bn-armv8-win.S
[605/1238] Compiling bn-586-linux.S
[605/1238] Compiling armv8-mont-win.S
[607/1238] Compiling armv8-mont-linux.S
[608/1238] Compiling bn-586-apple.S
[609/1238] Compiling bn-armv8-apple.S
[610/1238] Compiling armv8-mont-apple.S
[611/1238] Compiling armv4-mont-linux.S
[612/1238] Compiling aesv8-gcm-armv8-linux.S
[613/1238] Compiling aesv8-gcm-armv8-win.S
[614/1238] Compiling aesv8-armv8-win.S
[615/1238] Compiling aesv8-armv8-linux.S
[616/1238] Compiling aesv8-gcm-armv8-apple.S
[617/1238] Compiling aesv8-armv7-linux.S
[618/1238] Compiling aesv8-armv8-apple.S
[619/1238] Compiling aesni-x86_64-apple.S
[619/1238] Compiling aesni-x86_64-linux.S
[621/1238] Compiling aesni-x86-apple.S
[621/1238] Compiling aesni-x86-linux.S
[623/1238] Compiling aesni-gcm-x86_64-apple.S
[624/1238] Compiling aesni-gcm-x86_64-linux.S
[625/1238] Compiling aes-gcm-avx2-x86_64-apple.S
[626/1238] Compiling aes-gcm-avx2-x86_64-linux.S
[626/1238] Compiling aes-gcm-avx10-x86_64-apple.S
[628/1238] Compiling aes-gcm-avx10-x86_64-linux.S
[629/1238] Compiling d1_both.cc
[630/1238] Compiling x_pubkey.cc
[631/1238] Compiling x_val.cc
[632/1238] Compiling x_req.cc
[633/1238] Compiling x_sig.cc
[634/1238] Compiling x_x509a.cc
[635/1238] Compiling x_spki.cc
[636/1238] Compiling x_x509.cc
[637/1238] Compiling x_name.cc
[638/1238] Compiling x_algor.cc
[639/1238] Compiling x_exten.cc
[640/1238] Compiling x509name.cc
[641/1238] Compiling x_crl.cc
[642/1238] Compiling x_attrib.cc
[643/1238] Compiling x_all.cc
[644/1238] Compiling x509spki.cc
[645/1238] Compiling x509rset.cc
[646/1238] Compiling x509cset.cc
[647/1238] Compiling x509_v3.cc
[648/1238] Compiling x509_vpm.cc
[649/1238] Compiling x509_trs.cc
[650/1238] Compiling x509_txt.cc
[651/1238] Compiling x509_vfy.cc
[652/1238] Compiling x509_req.cc
[653/1238] Compiling x509_set.cc
[654/1238] Compiling x509_obj.cc
[655/1238] Compiling x509_lu.cc
[656/1238] Compiling x509_def.cc
[657/1238] Compiling x509_ext.cc
[658/1238] Compiling x509_d2.cc
[659/1238] Compiling x509_cmp.cc
[660/1238] Compiling x509_att.cc
[661/1238] Compiling x509.cc
[662/1238] Compiling v3_utl.cc
[663/1238] Compiling v3_skey.cc
[664/1238] Compiling v3_purp.cc
[665/1238] Compiling v3_prn.cc
[666/1238] Compiling v3_pmaps.cc
[667/1238] Compiling v3_pcons.cc
[668/1238] Compiling v3_ocsp.cc
[669/1238] Compiling v3_ncons.cc
[670/1238] Compiling v3_lib.cc
[671/1238] Compiling v3_int.cc
[672/1238] Compiling v3_genn.cc
[673/1238] Compiling v3_info.cc
[674/1238] Compiling v3_ia5.cc
[675/1238] Compiling v3_enum.cc
[676/1238] Compiling v3_extku.cc
[677/1238] Compiling v3_crld.cc
[678/1238] Compiling v3_conf.cc
[679/1238] Compiling v3_cpols.cc
[680/1238] Compiling v3_bitst.cc
[681/1238] Compiling v3_alt.cc
[682/1238] Compiling v3_bcons.cc
[683/1238] Compiling t_x509a.cc
[684/1238] Compiling v3_akey.cc
[685/1238] Compiling v3_akeya.cc
[686/1238] Compiling t_x509.cc
[687/1238] Compiling t_req.cc
[688/1238] Compiling t_crl.cc
[689/1238] Compiling i2d_pr.cc
[690/1238] Compiling name_print.cc
[691/1238] Compiling policy.cc
[692/1238] Compiling rsa_pss.cc
[693/1238] Compiling by_file.cc
[694/1238] Compiling by_dir.cc
[695/1238] Compiling algorithm.cc
[696/1238] Compiling asn1_gen.cc
[697/1238] Compiling a_verify.cc
[698/1238] Compiling a_digest.cc
[699/1238] Compiling voprf.cc
[700/1238] Compiling thread_win.cc
[701/1238] Compiling a_sign.cc
[701/1238] Compiling thread_pthread.cc
[703/1238] Compiling thread.cc
[704/1238] Compiling trust_token.cc
[705/1238] Compiling pmbtoken.cc
[706/1238] Compiling thread_none.cc
[707/1238] Compiling stack.cc
[708/1238] Compiling sha256.cc
[709/1238] Compiling sha512.cc
[710/1238] Compiling sha1.cc
[711/1238] Compiling siphash.cc
[712/1238] Compiling slhdsa.cc
[713/1238] Compiling rsa_print.cc
[714/1238] Compiling rsa_crypt.cc
[715/1238] Compiling refcount.cc
[716/1238] Compiling rsa_extra.cc
[717/1238] Compiling rc4.cc
[718/1238] Compiling spake2plus.cc
[719/1238] Compiling windows.cc
[720/1238] Compiling rand.cc
[721/1238] Compiling trusty.cc
[722/1238] Compiling urandom.cc
[723/1238] Compiling ios.cc
[724/1238] Compiling passive.cc
[725/1238] Compiling getentropy.cc
[726/1238] Compiling poly1305_arm_asm.S
[727/1238] Compiling rsa_asn1.cc
[728/1238] Compiling fork_detect.cc
[729/1238] Compiling forkunsafe.cc
[730/1238] Compiling poly1305_arm.cc
[731/1238] Compiling deterministic.cc
[732/1238] Compiling pool.cc
[733/1238] Compiling poly1305.cc
[734/1238] Compiling poly1305_vec.cc
[735/1238] Compiling p5_pbev2.cc
[736/1238] Compiling pkcs8.cc
[737/1238] Compiling pem_xaux.cc
[738/1238] Compiling pkcs7.cc
[739/1238] Compiling pkcs8_x509.cc
[740/1238] Compiling pkcs7_x509.cc
[741/1238] Compiling pem_x509.cc
[742/1238] Compiling pem_pkey.cc
[743/1238] Compiling pem_pk8.cc
[744/1238] Compiling pem_oth.cc
[745/1238] Compiling obj_xref.cc
[746/1238] Compiling pem_lib.cc
[747/1238] Compiling mldsa.cc
[748/1238] Compiling mlkem.cc
[749/1238] Compiling pem_info.cc
[750/1238] Compiling obj.cc
[751/1238] Compiling md4.cc
[752/1238] Compiling poly_rq_mul.S
[753/1238] Compiling mem.cc
[754/1238] Compiling fips_shared_support.cc
[755/1238] Compiling md5.cc
[756/1238] Compiling pem_all.cc
[757/1238] Compiling lhash.cc
[758/1238] Compiling kyber.cc
[759/1238] Compiling sign.cc
[760/1238] Compiling ex_data.cc
[761/1238] Compiling hrss.cc
[762/1238] Compiling print.cc
[763/1238] Compiling scrypt.cc
[764/1238] Compiling pbkdf.cc
[765/1238] Compiling hpke.cc
[766/1238] Compiling p_x25519.cc
[767/1238] Compiling p_ed25519.cc
[768/1238] Compiling p_x25519_asn1.cc
[769/1238] Compiling p_rsa_asn1.cc
[770/1238] Compiling p_hkdf.cc
[771/1238] Compiling p_rsa.cc
[772/1238] Compiling p_ed25519_asn1.cc
[773/1238] Compiling p_ec.cc
[774/1238] Compiling p_dsa_asn1.cc
[775/1238] Compiling p_dh_asn1.cc
[776/1238] Compiling p_ec_asn1.cc
[777/1238] Compiling p_dh.cc
[778/1238] Compiling evp_ctx.cc
[779/1238] Compiling err.cc
[780/1238] Compiling engine.cc
[781/1238] Compiling evp.cc
[782/1238] Compiling hash_to_curve.cc
[783/1238] Compiling ecdh.cc
[784/1238] Compiling evp_asn1.cc
[785/1238] Compiling ec_derive.cc
[786/1238] Compiling ecdsa_asn1.cc
[787/1238] Compiling params.cc
[788/1238] Compiling dsa.cc
[789/1238] Compiling des.cc
[790/1238] Compiling bcm.cc
[791/1238] Compiling dsa_asn1.cc
[792/1238] Compiling ec_asn1.cc
[793/1238] Compiling x25519-asm-arm.S
[794/1238] Compiling cpu_arm_linux.cc
[795/1238] Compiling dh_asn1.cc
[796/1238] Compiling digest_extra.cc
[797/1238] Compiling crypto.cc
[798/1238] Compiling cpu_intel.cc
[799/1238] Compiling spake25519.cc
[800/1238] Compiling cpu_arm_freebsd.cc
[801/1238] Compiling cpu_aarch64_win.cc
[802/1238] Compiling curve25519.cc
[803/1238] Compiling cpu_aarch64_openbsd.cc
[804/1238] Compiling cpu_aarch64_sysreg.cc
[805/1238] Compiling cpu_aarch64_linux.cc
[806/1238] Compiling cpu_aarch64_fuchsia.cc
[807/1238] Compiling cpu_aarch64_apple.cc
[808/1238] Compiling e_tls.cc
[809/1238] Compiling tls_cbc.cc
[810/1238] Compiling curve25519_64_adx.cc
[811/1238] Compiling e_rc4.cc
[812/1238] Compiling e_rc2.cc
[813/1238] Compiling get_cipher.cc
[814/1238] Compiling conf.cc
[815/1238] Compiling e_des.cc
[816/1238] Compiling e_null.cc
[817/1238] Compiling e_chacha20poly1305.cc
[818/1238] Compiling e_aesgcmsiv.cc
[819/1238] Compiling derive_key.cc
[820/1238] Compiling e_aesctrhmac.cc
[821/1238] Compiling chacha.cc
[822/1238] Compiling ber.cc
[823/1238] Compiling unicode.cc
[824/1238] Compiling buf.cc
[825/1238] Compiling cbs.cc
[826/1238] Compiling cbb.cc
[827/1238] Compiling asn1_compat.cc
[828/1238] Compiling blake2.cc
[829/1238] Compiling bn_asn1.cc
[830/1238] Compiling convert.cc
[831/1238] Compiling printf.cc
[832/1238] Compiling socket_helper.cc
[833/1238] Compiling socket.cc
[834/1238] Compiling hexdump.cc
[835/1238] Compiling pair.cc
[836/1238] Compiling file.cc
[837/1238] Compiling bio_mem.cc
[838/1238] Compiling errno.cc
[839/1238] Compiling fd.cc
[840/1238] Compiling bio.cc
[841/1238] Compiling connect.cc
[842/1238] Compiling base64.cc
[843/1238] Compiling tasn_fre.cc
[844/1238] Compiling tasn_enc.cc
[845/1238] Compiling tasn_typ.cc
[846/1238] Compiling f_string.cc
[847/1238] Compiling posix_time.cc
[848/1238] Compiling f_int.cc
[849/1238] Compiling asn1_par.cc
[850/1238] Compiling tasn_utl.cc
[851/1238] Compiling tasn_new.cc
[852/1238] Compiling asn_pack.cc
[853/1238] Compiling tasn_dec.cc
[854/1238] Compiling asn1_lib.cc
[855/1238] Compiling a_octet.cc
[856/1238] Compiling a_utctm.cc
[857/1238] Compiling a_type.cc
[858/1238] Compiling a_strnid.cc
[859/1238] Compiling a_time.cc
[860/1238] Compiling a_object.cc
[861/1238] Compiling a_strex.cc
[862/1238] Compiling a_i2d_fp.cc
[863/1238] Compiling a_gentm.cc
[864/1238] Compiling a_dup.cc
[865/1238] Compiling a_d2i_fp.cc
[866/1238] Compiling a_mbstr.cc
[867/1238] Compiling a_bitstr.cc
[868/1238] Compiling a_int.cc
[869/1238] Compiling a_bool.cc
[870/1238] Compiling CCryptoBoringSSLShims shims.c
[871/1238] Compiling fiat_p256_adx_sqr.S
[872/1238] Compiling fiat_p256_adx_mul.S
[873/1238] Compiling md5-x86_64-apple.S
[873/1238] Compiling md5-586-linux.S
[875/1238] Compiling err_data.cc
[876/1238] Compiling md5-x86_64-linux.S
[877/1238] Compiling fiat_curve25519_adx_square.S
[878/1238] Compiling fiat_curve25519_adx_mul.S
[879/1238] Compiling md5-586-apple.S
[880/1238] Compiling chacha20_poly1305_x86_64-apple.S
[881/1238] Compiling chacha20_poly1305_armv8-win.S
[882/1238] Compiling chacha20_poly1305_x86_64-linux.S
[883/1238] Compiling chacha20_poly1305_armv8-linux.S
[884/1238] Compiling chacha20_poly1305_armv8-apple.S
[885/1238] Compiling chacha-x86-linux.S
[886/1238] Compiling chacha-x86-apple.S
[887/1238] Compiling chacha-x86_64-linux.S
[888/1238] Compiling chacha-x86_64-apple.S
[889/1238] Compiling chacha-armv8-win.S
[890/1238] Compiling chacha-armv8-linux.S
[891/1238] Compiling aes128gcmsiv-x86_64-apple.S
[892/1238] Compiling chacha-armv8-apple.S
[893/1238] Compiling aes128gcmsiv-x86_64-linux.S
[894/1238] Compiling chacha-armv4-linux.S
[895/1238] Compiling x86_64-mont5-apple.S
[896/1238] Compiling x86_64-mont5-linux.S
[897/1238] Compiling x86-mont-linux.S
[898/1238] Compiling x86_64-mont-apple.S
[899/1238] Compiling x86_64-mont-linux.S
[900/1238] Compiling x86-mont-apple.S
[901/1238] Compiling vpaes-x86_64-linux.S
[902/1238] Compiling vpaes-x86_64-apple.S
[903/1238] Compiling vpaes-x86-linux.S
[904/1238] Compiling vpaes-x86-apple.S
[905/1238] Compiling vpaes-armv8-win.S
[906/1238] Compiling vpaes-armv8-linux.S
[907/1238] Compiling vpaes-armv8-apple.S
[908/1238] Compiling sha512-x86_64-linux.S
[909/1238] Compiling vpaes-armv7-linux.S
[910/1238] Compiling sha512-x86_64-apple.S
[911/1238] Compiling sha512-armv8-apple.S
[912/1238] Compiling sha512-armv8-win.S
[913/1238] Compiling sha512-armv8-linux.S
[914/1238] Compiling sha512-armv4-linux.S
[915/1238] Compiling sha512-586-linux.S
[916/1238] Compiling sha512-586-apple.S
[917/1238] Compiling sha256-x86_64-linux.S
[918/1238] Compiling sha256-armv8-linux.S
[919/1238] Compiling sha256-x86_64-apple.S
[920/1238] Compiling sha256-armv8-win.S
[921/1238] Compiling sha256-armv4-linux.S
[922/1238] Compiling sha256-armv8-apple.S
[923/1238] Compiling sha256-586-apple.S
[924/1238] Compiling sha1-x86_64-apple.S
[925/1238] Compiling sha256-586-linux.S
[926/1238] Compiling sha1-armv8-win.S
[927/1238] Compiling sha1-armv8-linux.S
[928/1238] Compiling sha1-armv8-apple.S
[929/1238] Compiling sha1-armv4-large-linux.S
[930/1238] Compiling sha1-586-linux.S
[931/1238] Compiling sha1-586-apple.S
[932/1238] Compiling sha1-x86_64-linux.S
[933/1238] Compiling rsaz-avx2-linux.S
[934/1238] Compiling rdrand-x86_64-linux.S
[935/1238] Compiling rsaz-avx2-apple.S
[936/1238] Compiling rdrand-x86_64-apple.S
[937/1238] Compiling p256_beeu-x86_64-asm-linux.S
[938/1238] Compiling p256_beeu-x86_64-asm-apple.S
[938/1238] Compiling p256_beeu-armv8-asm-apple.S
[940/1238] Compiling p256_beeu-armv8-asm-win.S
[941/1238] Compiling p256_beeu-armv8-asm-linux.S
[942/1238] Compiling p256-x86_64-asm-linux.S
[943/1238] Compiling p256-armv8-asm-linux.S
[944/1238] Compiling p256-armv8-asm-win.S
[944/1238] Compiling p256-x86_64-asm-apple.S
[946/1238] Compiling p256-armv8-asm-apple.S
[947/1238] Compiling ghashv8-armv8-linux.S
[948/1238] Compiling ghashv8-armv8-win.S
[949/1238] Compiling ghash-x86_64-linux.S
[950/1238] Compiling ghashv8-armv8-apple.S
[951/1238] Compiling ghashv8-armv7-linux.S
[952/1238] Compiling ghash-x86_64-apple.S
[953/1238] Compiling ghash-x86-linux.S
[954/1238] Compiling ghash-x86-apple.S
[955/1238] Compiling ghash-ssse3-x86_64-linux.S
[956/1238] Compiling ghash-ssse3-x86-linux.S
[957/1238] Compiling ghash-ssse3-x86_64-apple.S
[958/1238] Compiling ghash-ssse3-x86-apple.S
[959/1238] Compiling ghash-neon-armv8-win.S
[960/1238] Compiling co-586-linux.S
[961/1238] Compiling ghash-armv4-linux.S
[962/1238] Compiling ghash-neon-armv8-apple.S
[963/1238] Compiling ghash-neon-armv8-linux.S
[963/1238] Compiling co-586-apple.S
[965/1238] Compiling bn-armv8-linux.S
[966/1238] Compiling bn-armv8-win.S
[967/1238] Compiling bsaes-armv7-linux.S
[968/1238] Compiling bn-armv8-apple.S
[969/1238] Compiling bn-586-apple.S
[970/1238] Compiling bn-586-linux.S
[971/1238] Compiling armv8-mont-apple.S
[972/1238] Compiling armv4-mont-linux.S
[973/1238] Compiling armv8-mont-win.S
[974/1238] Compiling armv8-mont-linux.S
[975/1238] Compiling aesv8-gcm-armv8-win.S
[976/1238] Compiling aesv8-gcm-armv8-linux.S
[977/1238] Compiling aesv8-armv8-win.S
[978/1238] Compiling aesv8-armv8-linux.S
[979/1238] Compiling aesv8-armv7-linux.S
[980/1238] Compiling aesv8-gcm-armv8-apple.S
[981/1238] Compiling aesni-x86_64-apple.S
[982/1238] Compiling aesni-x86-linux.S
[983/1238] Compiling aesni-x86-apple.S
[984/1238] Compiling aesni-gcm-x86_64-linux.S
[985/1238] Compiling aesv8-armv8-apple.S
[986/1238] Compiling aesni-x86_64-linux.S
[987/1238] Compiling aesni-gcm-x86_64-apple.S
[988/1238] Compiling aes-gcm-avx10-x86_64-linux.S
[989/1238] Compiling aes-gcm-avx10-x86_64-apple.S
[990/1238] Compiling x_x509.cc
[991/1238] Compiling x_sig.cc
[992/1238] Compiling x_x509a.cc
[993/1238] Compiling x_spki.cc
[994/1238] Compiling x_val.cc
[995/1238] Compiling x_req.cc
[996/1238] Compiling c-nioatomics.c
[997/1238] Compiling x_pubkey.cc
[998/1238] Compiling x_name.cc
[999/1238] Compiling x_attrib.cc
[1000/1238] Compiling x_crl.cc
[1001/1238] Compiling x_exten.cc
[1002/1238] Compiling x_all.cc
[1003/1238] Compiling x_algor.cc
[1004/1238] Compiling x509spki.cc
[1005/1238] Compiling x509rset.cc
[1006/1238] Compiling x509name.cc
[1007/1238] Compiling x509cset.cc
[1008/1238] Compiling x509_vpm.cc
[1009/1238] Compiling c-atomics.c
[1010/1238] Compiling x509_vfy.cc
[1011/1238] Compiling x509_v3.cc
[1012/1238] Compiling x509_txt.cc
[1013/1244] Compiling x509_trs.cc
[1014/1244] Compiling x509_req.cc
[1016/1244] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1016/1244] Compiling x509_set.cc
[1017/1244] Compiling x509_obj.cc
[1019/1244] Compiling NIOConcurrencyHelpers NIOLock.swift
[1019/1244] Compiling x509_lu.cc
[1021/1244] Compiling NIOConcurrencyHelpers lock.swift
[1021/1244] Compiling x509_ext.cc
[1022/1244] Compiling x509_def.cc
[1023/1244] Compiling x509_d2.cc
[1025/1244] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1026/1244] Emitting module NIOConcurrencyHelpers
[1027/1244] Compiling NIOConcurrencyHelpers atomics.swift
[1028/1245] Compiling x509_cmp.cc
[1029/1245] Compiling x509_att.cc
[1030/1245] Compiling x509.cc
[1031/1271] Compiling v3_skey.cc
[1032/1271] Compiling v3_utl.cc
[1033/1271] Compiling v3_prn.cc
[1034/1271] Compiling v3_purp.cc
[1036/1271] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1037/1271] Compiling ConsoleKitTerminal ConsoleClear.swift
[1038/1271] Compiling ConsoleKitTerminal Console+Ask.swift
[1039/1271] Compiling ConsoleKitTerminal Console+Choose.swift
[1039/1274] Compiling v3_ncons.cc
[1041/1274] Compiling ConsoleKitTerminal Console+Confirm.swift
[1042/1274] Compiling ConsoleKitTerminal Console+Input.swift
[1043/1274] Compiling ConsoleKitTerminal Console+Center.swift
[1044/1274] Compiling ConsoleKitTerminal Console+Output.swift
[1044/1274] Compiling v3_pmaps.cc
[1046/1274] Emitting module ConsoleKitTerminal
[1047/1274] Compiling ConsoleKitTerminal CustomActivity.swift
[1048/1274] Compiling ConsoleKitTerminal LoadingBar.swift
[1049/1274] Compiling ConsoleKitTerminal ProgressBar.swift
[1050/1274] Compiling ConsoleKitTerminal Console+Clear.swift
[1051/1274] Compiling ConsoleKitTerminal ActivityBar.swift
[1052/1274] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1053/1274] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1054/1274] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1054/1274] Compiling v3_ocsp.cc
[1055/1274] Compiling v3_ia5.cc
[1056/1274] Compiling v3_pcons.cc
[1058/1274] Compiling ConsoleKitTerminal ConsoleText.swift
[1059/1274] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1060/1274] Compiling ConsoleKitTerminal ANSI.swift
[1061/1274] Compiling ConsoleKitTerminal Console.swift
[1062/1274] Compiling ConsoleKitTerminal Terminal.swift
[1063/1274] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1064/1274] Compiling ConsoleKitTerminal Console+Wait.swift
[1065/1274] Compiling ConsoleKitTerminal ConsoleColor.swift
[1066/1274] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1066/1274] Compiling v3_int.cc
[1068/1274] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1069/1274] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1070/1274] Compiling ConsoleKitTerminal LoggerFragment.swift
[1070/1275] Compiling v3_info.cc
[1071/1275] Compiling v3_lib.cc
[1073/1275] Compiling v3_genn.cc
[1074/1275] Compiling v3_cpols.cc
[1075/1297] Compiling v3_conf.cc
[1076/1297] Compiling v3_extku.cc
[1078/1297] Emitting module ConsoleKitCommands
[1078/1299] Compiling v3_alt.cc
[1079/1299] Compiling v3_enum.cc
[1080/1299] Compiling v3_crld.cc
[1082/1299] Compiling ConsoleKitCommands CommandSignature.swift
[1083/1299] Compiling ConsoleKitCommands Flag.swift
[1084/1299] Compiling ConsoleKitCommands Option.swift
[1085/1299] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1086/1299] Compiling ConsoleKitCommands Utilities.swift
[1086/1299] Compiling t_x509a.cc
[1087/1299] Compiling v3_bcons.cc
[1089/1299] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1090/1299] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1091/1299] Compiling ConsoleKitCommands Argument.swift
[1092/1299] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1093/1299] Compiling ConsoleKitCommands AsyncCommand.swift
[1094/1299] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1095/1299] Compiling ConsoleKitCommands Command.swift
[1096/1299] Compiling ConsoleKitCommands CommandContext.swift
[1097/1299] Compiling ConsoleKitCommands CommandError.swift
[1097/1299] Compiling v3_bitst.cc
[1098/1299] Compiling v3_akeya.cc
[1099/1299] Compiling v3_akey.cc
[1100/1299] Compiling t_req.cc
[1101/1299] Compiling t_crl.cc
[1102/1299] Compiling t_x509.cc
[1103/1299] Compiling rsa_pss.cc
[1104/1299] Compiling policy.cc
[1105/1299] Compiling i2d_pr.cc
[1106/1299] Compiling name_print.cc
[1108/1299] Compiling ConsoleKitCommands CommandGroup.swift
[1109/1299] Compiling ConsoleKitCommands CommandInput.swift
[1110/1299] Compiling ConsoleKitCommands Commands.swift
[1111/1299] Compiling ConsoleKitCommands AsyncCommands.swift
[1112/1299] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1113/1299] Compiling ConsoleKitCommands AnyCommand.swift
[1114/1299] Compiling ConsoleKitCommands Console+Run.swift
[1115/1299] Compiling ConsoleKitCommands ConsoleError.swift
[1116/1299] Compiling ConsoleKitCommands Completion.swift
[1117/1300] Compiling by_dir.cc
[1118/1300] Compiling by_file.cc
[1119/1302] Compiling a_verify.cc
[1120/1302] Compiling asn1_gen.cc
[1121/1302] Compiling algorithm.cc
[1123/1302] Compiling ConsoleKit Exports.swift
[1124/1302] Emitting module ConsoleKit
[1124/1302] Compiling a_digest.cc
[1125/1303] Compiling a_sign.cc
[1127/1303] Compiling thread_pthread.cc
[1128/1303] Compiling trust_token.cc
[1129/1303] Compiling thread_win.cc
[1130/1303] Compiling thread.cc
[1131/1303] Compiling thread_none.cc
[1132/1303] Compiling voprf.cc
[1133/1303] Compiling wots.cc
[1134/1303] Compiling pmbtoken.cc
[1135/1303] Compiling stack.cc
[1136/1303] Compiling sha512.cc
[1137/1303] Compiling thash.cc
[1138/1303] Compiling sha256.cc
[1139/1303] Compiling slhdsa.cc
[1140/1303] Compiling merkle.cc
[1141/1303] Compiling siphash.cc
[1142/1303] Compiling fors.cc
[1143/1303] Compiling rsa_print.cc
[1144/1303] Compiling sha1.cc
[1145/1303] Compiling rsa_extra.cc
[1146/1303] Compiling rc4.cc
[1147/1303] Compiling refcount.cc
[1148/1303] Compiling windows.cc
[1149/1303] Compiling rsa_asn1.cc
[1150/1303] Compiling rsa_crypt.cc
[1151/1303] Compiling trusty.cc
[1152/1303] Compiling urandom.cc
[1153/1303] Compiling rand_extra.cc
[1154/1303] Compiling passive.cc
[1155/1303] Compiling getentropy.cc
[1156/1303] Compiling poly1305_arm_asm.S
[1157/1303] Compiling ios.cc
[1158/1303] Compiling deterministic.cc
[1159/1303] Compiling fork_detect.cc
[1160/1303] Compiling forkunsafe.cc
[1161/1303] Compiling poly1305.cc
[1162/1303] Compiling pool.cc
[1163/1303] Compiling poly1305_arm.cc
[1164/1303] Compiling poly1305_vec.cc
[1165/1303] Compiling pkcs7.cc
[1166/1303] Compiling pkcs8.cc
[1167/1303] Compiling pkcs8_x509.cc
[1168/1303] Compiling p5_pbev2.cc
[1169/1303] Compiling pkcs7_x509.cc
[1170/1303] Compiling pem_x509.cc
[1171/1303] Compiling pem_xaux.cc
[1172/1303] Compiling pem_pkey.cc
[1173/1303] Compiling mlkem.cc
[1174/1303] Compiling pem_pk8.cc
[1175/1303] Compiling obj_xref.cc
[1176/1303] Compiling obj.cc
[1177/1303] Compiling mldsa.cc
[1178/1303] Compiling pem_oth.cc
[1179/1303] Compiling mem.cc
[1180/1303] Compiling pem_all.cc
[1181/1303] Compiling md5.cc
[1182/1303] Compiling pem_info.cc
[1183/1303] Compiling poly_rq_mul.S
[1184/1303] Compiling fips_shared_support.cc
[1185/1303] Compiling pem_lib.cc
[1186/1303] Compiling lhash.cc
[1187/1303] Compiling md4.cc
[1188/1303] Compiling kyber.cc
[1189/1303] Compiling sign.cc
[1190/1303] Compiling ex_data.cc
[1191/1303] Compiling hrss.cc
[1192/1303] Compiling hpke.cc
[1193/1303] Compiling scrypt.cc
[1194/1303] Compiling pbkdf.cc
[1195/1303] Compiling print.cc
[1196/1303] Compiling p_x25519.cc
[1197/1303] Compiling p_x25519_asn1.cc
[1198/1303] Compiling p_rsa_asn1.cc
[1199/1303] Compiling p_hkdf.cc
[1200/1303] Compiling p_rsa.cc
[1201/1303] Compiling p_ed25519_asn1.cc
[1202/1303] Compiling p_ed25519.cc
[1203/1303] Compiling p_ec_asn1.cc
[1204/1303] Compiling p_ec.cc
[1205/1303] Compiling p_dh.cc
[1206/1303] Compiling p_dsa_asn1.cc
[1207/1303] Compiling p_dh_asn1.cc
[1208/1303] Compiling evp_ctx.cc
[1209/1303] Compiling err.cc
[1210/1303] Compiling evp.cc
[1211/1303] Compiling evp_asn1.cc
[1212/1303] Compiling engine.cc
[1213/1303] Compiling ecdsa_asn1.cc
[1214/1303] Compiling hash_to_curve.cc
[1215/1303] Compiling ecdh_extra.cc
[1216/1303] Compiling ec_derive.cc
[1217/1303] Compiling ec_asn1.cc
[1218/1303] Compiling dsa_asn1.cc
[1219/1303] Compiling dsa.cc
[1220/1303] Compiling params.cc
[1221/1303] Compiling x25519-asm-arm.S
[1222/1303] Compiling dh_asn1.cc
[1223/1303] Compiling digest_extra.cc
[1224/1303] Compiling des.cc
[1225/1303] Compiling spake25519.cc
[1226/1303] Compiling crypto.cc
[1227/1303] Compiling cpu_arm_linux.cc
[1228/1303] Compiling cpu_intel.cc
[1229/1303] Compiling curve25519.cc
[1230/1303] Compiling cpu_arm_freebsd.cc
[1231/1303] Compiling cpu_aarch64_win.cc
[1232/1303] Compiling cpu_aarch64_sysreg.cc
[1233/1303] Compiling cpu_aarch64_openbsd.cc
[1234/1303] Compiling cpu_aarch64_linux.cc
[1235/1303] Compiling cpu_aarch64_fuchsia.cc
[1236/1303] Compiling cpu_aarch64_apple.cc
[1237/1303] Compiling curve25519_64_adx.cc
[1238/1303] Compiling conf.cc
[1239/1303] Compiling tls_cbc.cc
[1240/1303] Compiling e_tls.cc
[1241/1303] Compiling bcm.cc
[1242/1303] Compiling e_rc4.cc
[1243/1303] Compiling e_null.cc
[1244/1303] Compiling e_rc2.cc
[1245/1303] Compiling e_des.cc
[1246/1303] Compiling derive_key.cc
[1247/1303] Compiling e_aesgcmsiv.cc
[1248/1303] Compiling e_chacha20poly1305.cc
[1249/1303] Compiling e_aesctrhmac.cc
[1250/1303] Compiling cipher_extra.cc
[1251/1303] Compiling unicode.cc
[1252/1303] Compiling chacha.cc
[1253/1303] Compiling cbs.cc
[1254/1303] Compiling ber.cc
[1255/1303] Compiling buf.cc
[1256/1303] Compiling asn1_compat.cc
[1257/1303] Compiling cbb.cc
[1258/1303] Compiling convert.cc
[1259/1303] Compiling bn_asn1.cc
[1260/1303] Compiling blake2.cc
[1261/1303] Compiling printf.cc
[1262/1303] Compiling pair.cc
[1263/1303] Compiling fd.cc
[1264/1303] Compiling file.cc
[1265/1303] Compiling errno.cc
[1266/1303] Compiling hexdump.cc
[1267/1303] Compiling bio_mem.cc
[1268/1303] Compiling bio.cc
[1269/1303] Compiling base64.cc
[1270/1303] Compiling tasn_typ.cc
[1271/1303] Compiling tasn_fre.cc
[1272/1303] Compiling tasn_utl.cc
[1273/1303] Compiling tasn_enc.cc
[1274/1303] Compiling f_string.cc
[1275/1303] Compiling tasn_new.cc
[1276/1303] Compiling posix_time.cc
[1277/1303] Compiling asn_pack.cc
[1278/1303] Compiling f_int.cc
[1279/1303] Compiling tasn_dec.cc
[1280/1303] Compiling asn1_par.cc
[1281/1303] Compiling asn1_lib.cc
[1282/1303] Compiling a_octet.cc
[1283/1303] Compiling a_utctm.cc
[1284/1303] Compiling a_type.cc
[1285/1303] Compiling a_time.cc
[1286/1303] Compiling a_strnid.cc
[1287/1303] Compiling a_strex.cc
[1288/1303] Compiling a_mbstr.cc
[1289/1303] Compiling a_object.cc
[1290/1303] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1290/1303] Write sources
[1296/1303] Compiling a_gentm.cc
[1297/1303] Compiling a_i2d_fp.cc
[1298/1303] Compiling a_int.cc
[1299/1303] Compiling a_d2i_fp.cc
[1300/1303] Compiling a_dup.cc
[1301/1304] Compiling a_bitstr.cc
[1302/1377] Compiling a_bool.cc
[1304/1408] Compiling BitCollections BitArray+RandomBits.swift
[1305/1408] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1306/1408] Compiling BitCollections BitArray+Invariants.swift
[1307/1408] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1308/1410] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1309/1410] Compiling BitCollections BitArray+Extras.swift
[1310/1410] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1311/1410] Compiling BitCollections BitSet+CustomReflectable.swift
[1312/1410] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1313/1410] Compiling BitCollections BitSet+Equatable.swift
[1314/1410] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1315/1410] Compiling BitCollections BitSet+Extras.swift
[1316/1410] Compiling BitCollections BitSet+Hashable.swift
[1317/1417] Compiling BitCollections BitArray+Fill.swift
[1318/1417] Compiling BitCollections BitArray+Hashable.swift
[1319/1417] Compiling BitCollections BitArray+Initializers.swift
[1320/1417] Compiling BitCollections BitArray+Collection.swift
[1321/1417] Compiling BitCollections BitArray+Copy.swift
[1322/1417] Compiling BitCollections BitArray+CustomReflectable.swift
[1323/1417] Compiling Atomics IntegerOperations.swift
[1324/1417] Compiling Atomics Unmanaged extensions.swift
[1325/1417] Compiling BitCollections BitSet+Initializers.swift
[1326/1417] Compiling BitCollections BitSet+Invariants.swift
[1327/1417] Compiling BitCollections BitSet+Random.swift
[1328/1417] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1329/1417] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1330/1417] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1331/1417] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1332/1417] Emitting module BitCollections
[1333/1417] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1334/1417] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1335/1417] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1336/1417] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1337/1417] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1338/1417] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1339/1417] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1340/1417] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1341/1417] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1342/1417] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1343/1417] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1344/1417] Compiling BitCollections BitSet+SetAlgebra union.swift
[1345/1417] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1346/1417] Compiling BitCollections BitSet.Counted.swift
[1353/1420] Compiling BitCollections BitSet.Index.swift
[1354/1420] Compiling BitCollections BitSet._UnsafeHandle.swift
[1355/1420] Compiling BitCollections BitSet.swift
[1356/1420] Compiling BitCollections Range+Utilities.swift
[1357/1420] Compiling BitCollections Slice+Utilities.swift
[1358/1420] Compiling BitCollections UInt+Tricks.swift
[1359/1420] Compiling BitCollections _Word.swift
[1360/1420] Compiling CryptoBoringWrapper RandomBytes.swift
[1361/1420] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1362/1420] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1363/1420] Emitting module CryptoBoringWrapper
[1364/1420] Compiling BitCollections BitArray.swift
[1365/1420] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1366/1420] Compiling BitCollections BitSet+Codable.swift
[1369/1420] Compiling BitCollections BitArray._UnsafeHandle.swift
[1370/1420] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1371/1420] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1379/1420] Compiling BitCollections BitArray+BitwiseOperations.swift
[1380/1420] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1381/1420] Compiling BitCollections BitArray+Codable.swift
[1385/1420] Compiling BitCollections BitArray+Descriptions.swift
[1386/1420] Compiling BitCollections BitArray+Equatable.swift
[1395/1421] Compiling Algorithms Trim.swift
[1396/1421] Compiling Algorithms Unique.swift
[1397/1421] Compiling Algorithms Windows.swift
[1399/1421] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1408/1421] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1409/1421] Compiling CryptoBoringWrapper EllipticCurve.swift
[1411/1424] Emitting module Collections
[1412/1469] Compiling Collections Collections.swift
[1413/1496] Compiling Crypto AES-GCM.swift
[1414/1496] Compiling Crypto AES-GCM_boring.swift
[1415/1496] Compiling Crypto ChaChaPoly_boring.swift
[1416/1496] Compiling Crypto ChaChaPoly.swift
[1418/1496] Emitting module Atomics
[1422/1496] Compiling Crypto ASN1.swift
[1423/1496] Compiling Crypto ASN1Any.swift
[1424/1496] Compiling Crypto ASN1BitString.swift
[1426/1556] Emitting module Algorithms
[1427/1557] Compiling Crypto HKDF.swift
[1428/1557] Compiling Crypto AESWrap.swift
[1429/1557] Compiling Crypto AESWrap_boring.swift
[1430/1557] Compiling Crypto Ed25519_boring.swift
[1431/1557] Compiling Crypto NISTCurvesKeys_boring.swift
[1432/1557] Compiling Crypto X25519Keys_boring.swift
[1433/1557] Compiling Crypto Curve25519.swift
[1434/1557] Compiling Crypto Ed25519Keys.swift
[1435/1557] Compiling Crypto NISTCurvesKeys.swift
[1436/1557] Compiling Crypto X25519Keys.swift
[1437/1557] Compiling NIOCore MarkedCircularBuffer.swift
[1438/1557] Compiling NIOCore MulticastChannel.swift
[1439/1557] Compiling NIOCore NIOAny.swift
[1440/1557] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1441/1557] Compiling NIOCore NIOLoopBound.swift
[1442/1557] Compiling NIOCore NIOScheduledCallback.swift
[1443/1557] Compiling NIOCore NIOSendable.swift
[1444/1557] Compiling NIOCore RecvByteBufferAllocator.swift
[1445/1557] Compiling Crypto ECDSA.swift
[1446/1557] Compiling Crypto Ed25519.swift
[1448/1566] Compiling NIOCore EventLoop+Deprecated.swift
[1449/1566] Compiling NIOCore EventLoop+SerialExecutor.swift
[1450/1566] Compiling NIOCore GlobalSingletons.swift
[1451/1566] Compiling NIOCore IO.swift
[1452/1566] Compiling NIOCore IOData.swift
[1453/1566] Compiling NIOCore IPProtocol.swift
[1454/1566] Compiling NIOCore IntegerBitPacking.swift
[1455/1566] Compiling NIOCore IntegerTypes.swift
[1456/1566] Compiling NIOCore Interfaces.swift
[1457/1566] Compiling NIOCore Linux.swift
[1458/1566] Compiling NIOCore ByteBuffer-views.swift
[1459/1566] Compiling NIOCore Channel.swift
[1460/1566] Compiling NIOCore ChannelHandler.swift
[1461/1566] Compiling NIOCore ChannelHandlers.swift
[1462/1566] Compiling NIOCore ChannelInvoker.swift
[1463/1566] Compiling NIOCore ChannelOption.swift
[1464/1566] Compiling NIOCore EventLoop.swift
[1465/1566] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1466/1566] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1467/1566] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1468/1566] Compiling NIOCore EventLoopFuture.swift
[1469/1566] Compiling NIOCore FileDescriptor.swift
[1470/1566] Compiling NIOCore FileHandle.swift
[1471/1566] Compiling NIOCore FileRegion.swift
[1472/1566] Compiling NIOCore ChannelPipeline.swift
[1473/1566] Compiling NIOCore CircularBuffer.swift
[1474/1566] Compiling NIOCore Codec.swift
[1475/1566] Compiling NIOCore ConvenienceOptionSupport.swift
[1476/1566] Compiling NIOCore DeadChannel.swift
[1477/1566] Compiling NIOCore DispatchQueue+WithFuture.swift
[1502/1574] Compiling NIOCore AsyncAwaitSupport.swift
[1503/1574] Compiling NIOCore AsyncChannel.swift
[1504/1574] Compiling NIOCore AsyncChannelHandler.swift
[1505/1574] Compiling NIOCore AsyncChannelInboundStream.swift
[1506/1574] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1507/1574] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1508/1574] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1509/1574] Compiling NIOCore NIOAsyncWriter.swift
[1510/1574] Compiling NIOCore ByteBuffer-multi-int.swift
[1511/1574] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1512/1574] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1513/1574] Compiling NIOCore BSDSocketAPI.swift
[1514/1574] Compiling NIOCore ByteBuffer-aux.swift
[1515/1574] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1516/1574] Compiling NIOCore ByteBuffer-conversions.swift
[1517/1574] Compiling NIOCore ByteBuffer-core.swift
[1518/1574] Compiling NIOCore ByteBuffer-hex.swift
[1519/1574] Compiling NIOCore ByteBuffer-int.swift
[1520/1574] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1521/1574] Compiling NIOCore AddressedEnvelope.swift
[1522/1574] Emitting module Crypto
[1523/1574] Compiling Crypto Signature.swift
[1524/1574] Compiling Crypto CryptoKitErrors_boring.swift
[1525/1574] Compiling Crypto RNG_boring.swift
[1526/1574] Compiling Crypto SafeCompare_boring.swift
[1527/1574] Compiling Crypto Zeroization_boring.swift
[1528/1574] Compiling Crypto PrettyBytes.swift
[1529/1574] Compiling Crypto SafeCompare.swift
[1530/1574] Compiling Crypto SecureBytes.swift
[1531/1574] Compiling Crypto Zeroization.swift
[1533/1621] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1534/1621] Compiling _CryptoExtras DigestType.swift
[1535/1621] Compiling _CryptoExtras Error.swift
[1536/1621] Compiling _CryptoExtras I2OSP.swift
[1537/1621] Compiling _CryptoExtras IntegerEncoding.swift
[1538/1621] Compiling _CryptoExtras PEMDocument.swift
[1539/1627] Emitting module _CryptoExtras
[1540/1627] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1541/1627] Compiling NIOCore SocketAddresses.swift
[1542/1627] Compiling NIOCore SocketOptionProvider.swift
[1543/1627] Compiling NIOCore SystemCallHelpers.swift
[1544/1627] Compiling NIOCore TimeAmount+Duration.swift
[1545/1627] Compiling NIOCore TypeAssistedChannelHandler.swift
[1546/1627] Compiling NIOCore UniversalBootstrapSupport.swift
[1547/1627] Compiling NIOCore Utilities.swift
[1548/1627] Compiling _CryptoExtras RSA+BlindSigning.swift
[1549/1627] Compiling _CryptoExtras RSA.swift
[1550/1627] Compiling _CryptoExtras RSA_boring.swift
[1551/1627] Compiling _CryptoExtras RSA_security.swift
[1552/1627] Compiling _CryptoExtras BoringSSLHelpers.swift
[1556/1627] Compiling _CryptoExtras VOPRFServer.swift
[1562/1627] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1563/1627] Compiling _CryptoExtras ARC+API.swift
[1564/1627] Compiling _CryptoExtras ARC.swift
[1565/1627] Compiling _CryptoExtras ARCCredential.swift
[1566/1627] Compiling _CryptoExtras ARCEncoding.swift
[1567/1627] Compiling _CryptoExtras ARCPrecredential.swift
[1568/1627] Compiling _CryptoExtras ARCPresentation.swift
[1569/1627] Compiling _CryptoExtras AES_CBC.swift
[1570/1627] Compiling _CryptoExtras AES_CFB.swift
[1578/1627] Compiling _CryptoExtras ARCRequest.swift
[1579/1627] Compiling _CryptoExtras ARCResponse.swift
[1580/1627] Compiling _CryptoExtras ARCServer.swift
[1581/1627] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1582/1627] Compiling _CryptoExtras ChaCha20CTR.swift
[1583/1627] Compiling _CryptoExtras ECToolbox_boring.swift
[1584/1627] Compiling _CryptoExtras ECToolbox.swift
[1587/1627] Compiling _CryptoExtras AES_CTR.swift
[1588/1627] Compiling _CryptoExtras AES_GCM_SIV.swift
[1589/1627] Compiling _CryptoExtras Block Function.swift
[1590/1627] Compiling _CryptoExtras AES_CFB_boring.swift
[1591/1627] Compiling _CryptoExtras AES_CTR_boring.swift
[1592/1627] Compiling _CryptoExtras PrettyBytes.swift
[1593/1627] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1594/1627] Compiling _CryptoExtras DLEQ.swift
[1595/1627] Compiling _CryptoExtras Prover.swift
[1596/1627] Compiling _CryptoExtras Verifier.swift
[1597/1627] Compiling _CryptoExtras ZKPToolbox.swift
[1610/1627] Compiling _CryptoExtras HashToField.swift
[1611/1627] Compiling _CryptoExtras KDF.swift
[1612/1627] Compiling _CryptoExtras PBKDF2_boring.swift
[1613/1627] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1614/1627] Compiling _CryptoExtras PBKDF2.swift
[1615/1627] Emitting module NIOCore
[1617/1679] Emitting module NIOEmbedded
[1618/1679] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1619/1679] Compiling NIOEmbedded Embedded.swift
[1620/1679] Compiling NIOEmbedded AsyncTestingChannel.swift
[1622/1680] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1623/1680] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1624/1680] Compiling NIOPosix PosixSingletons.swift
[1625/1680] Compiling NIOPosix RawSocketBootstrap.swift
[1626/1680] Compiling NIOPosix Resolver.swift
[1627/1680] Compiling NIOPosix Selectable.swift
[1628/1686] Emitting module NIOPosix
[1629/1686] Compiling NIOPosix SelectableChannel.swift
[1630/1686] Compiling NIOPosix SelectableEventLoop.swift
[1631/1686] Compiling NIOPosix SelectorEpoll.swift
[1632/1686] Compiling NIOPosix SelectorGeneric.swift
[1633/1686] Compiling NIOPosix SelectorKqueue.swift
[1634/1686] Compiling NIOPosix SelectorUring.swift
[1635/1686] Compiling NIOPosix ServerSocket.swift
[1636/1686] Compiling NIOPosix Socket.swift
[1637/1686] Compiling NIOPosix SocketChannel.swift
[1638/1686] Compiling NIOPosix SocketProtocols.swift
[1639/1686] Compiling NIOPosix System.swift
[1640/1686] Compiling NIOPosix Thread.swift
[1641/1686] Compiling NIOPosix ThreadPosix.swift
[1642/1686] Compiling NIOPosix ThreadWindows.swift
[1643/1686] Compiling NIOPosix UnsafeTransfer.swift
[1644/1686] Compiling NIOPosix Utilities.swift
[1645/1686] Compiling NIOPosix VsockAddress.swift
[1646/1686] Compiling NIOPosix VsockChannelEvents.swift
[1647/1686] Compiling NIOPosix BSDSocketAPICommon.swift
[1648/1686] Compiling NIOPosix BSDSocketAPIPosix.swift
[1649/1686] Compiling NIOPosix BSDSocketAPIWindows.swift
[1650/1686] Compiling NIOPosix BaseSocket.swift
[1651/1686] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1652/1686] Compiling NIOPosix BaseSocketChannel.swift
[1653/1686] Compiling NIOPosix BaseStreamSocketChannel.swift
[1654/1686] Compiling NIOPosix Bootstrap.swift
[1655/1686] Compiling NIOPosix ControlMessage.swift
[1656/1686] Compiling NIOPosix DatagramVectorReadManager.swift
[1657/1686] Compiling NIOPosix Errors+Any.swift
[1658/1686] Compiling NIOPosix FileDescriptor.swift
[1659/1686] Compiling NIOPosix GetaddrinfoResolver.swift
[1660/1686] Compiling NIOPosix HappyEyeballs.swift
[1661/1686] Compiling NIOPosix NIOThreadPool.swift
[1662/1686] Compiling NIOPosix NonBlockingFileIO.swift
[1663/1686] Compiling NIOPosix PendingDatagramWritesManager.swift
[1664/1686] Compiling NIOPosix PendingWritesManager.swift
[1665/1686] Compiling NIOPosix PipeChannel.swift
[1666/1686] Compiling NIOPosix PipePair.swift
[1667/1686] Compiling NIOPosix Pool.swift
[1668/1686] Compiling NIOPosix IO.swift
[1669/1686] Compiling NIOPosix IntegerBitPacking.swift
[1670/1686] Compiling NIOPosix IntegerTypes.swift
[1671/1686] Compiling NIOPosix Linux.swift
[1672/1686] Compiling NIOPosix LinuxCPUSet.swift
[1673/1686] Compiling NIOPosix LinuxUring.swift
[1674/1686] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1676/1746] Compiling NIO Exports.swift
[1677/1746] Emitting module NIO
[1679/1747] Compiling _NIOFileSystem Exports.swift
[1680/1747] Compiling _NIOFileSystem FileChunks.swift
[1681/1747] Compiling _NIOFileSystem FileHandle.swift
[1682/1788] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1683/1788] Compiling NIOSOCKS ClientStateMachine.swift
[1684/1789] Compiling NIOSOCKS SOCKSResponse.swift
[1685/1789] Compiling NIOTLS TLSEvents.swift
[1686/1789] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1687/1789] Compiling _NIOFileSystem ParallelDirCopy.swift
[1688/1789] Compiling AsyncKit Optional+StrictMap.swift
[1689/1789] Compiling AsyncKit Exports.swift
[1690/1789] Compiling _NIOFileSystem CInterop.swift
[1691/1789] Compiling _NIOFileSystem Errno.swift
[1692/1793] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1693/1793] Compiling NIOHTTP1 HTTPDecoder.swift
[1694/1793] Emitting module NIOFoundationCompat
[1695/1793] Emitting module NIOTLS
[1696/1793] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1697/1793] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1698/1793] Emitting module NIOSOCKS
[1699/1793] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1700/1793] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1701/1793] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1702/1793] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1706/1793] Emitting module _NIOFileSystem
[1707/1793] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1708/1793] Compiling _NIOFileSystem Mocking.swift
[1709/1793] Compiling _NIOFileSystem Syscall.swift
[1710/1793] Compiling _NIOFileSystem Syscalls.swift
[1711/1793] Compiling NIOSOCKS ServerStateMachine.swift
[1714/1793] Compiling NIOHTTP1 HTTPEncoder.swift
[1715/1793] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1716/1793] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1717/1793] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1718/1794] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1719/1794] Compiling NIOTLS SNIHandler.swift
[1721/1795] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1722/1795] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1724/1797] Emitting module NIOHTTP1
[1728/1797] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1735/1797] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1737/1827] Compiling NIOSSL NIOSSLHandler.swift
[1738/1827] Compiling NIOSSL SSLCertificate.swift
[1739/1839] Compiling NIOTransportServices AcceptHandler.swift
[1740/1839] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1741/1849] Compiling NIOSSL SSLInit.swift
[1742/1849] Compiling NIOSSL SSLPKCS12Bundle.swift
[1743/1849] Compiling NIOSSL SSLPrivateKey.swift
[1744/1849] Compiling _NIOFileSystem FileType.swift
[1745/1849] Compiling _NIOFileSystem IOStrategy.swift
[1748/1849] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1749/1851] Compiling NIOTransportServices NIOTSBootstraps.swift
[1750/1851] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1751/1851] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1752/1851] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1753/1851] Compiling NIOTransportServices NIOTSErrors.swift
[1754/1851] Compiling NIOTransportServices NIOTSEventLoop.swift
[1755/1851] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1756/1851] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1757/1851] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1758/1851] Emitting module NIOTransportServices
[1759/1851] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1760/1851] Compiling NIOTransportServices NIOTSSingletons.swift
[1761/1851] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1762/1851] Compiling NIOTransportServices StateManagedChannel.swift
[1763/1851] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1764/1851] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1765/1851] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1766/1851] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1767/1851] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1768/1851] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1769/1851] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1784/1852] Emitting module AsyncKit
[1789/1855] Compiling _NIOFileSystem SystemFileHandle.swift
[1790/1855] Compiling _NIOFileSystem Utilities.swift
[1791/1855] Compiling _NIOFileSystem OpenOptions.swift
[1792/1855] Compiling _NIOFileSystem String+FileSystem.swift
[1799/1856] Compiling NIOSSL Zeroization.swift
[1805/1856] Emitting module NIOSSL
[1806/1861] Compiling NIOSSL SSLErrors.swift
[1810/1887] Compiling NIOHPACK DynamicHeaderTable.swift
[1811/1887] Compiling NIOExtras DebugInboundEventsHandler.swift
[1812/1887] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1813/1887] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1814/1902] Emitting module NIOHTTPCompression
[1815/1902] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1816/1902] Compiling NIOHPACK IndexedHeaderTable.swift
[1817/1903] Compiling NIOWebSocket WebSocketOpcode.swift
[1818/1904] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1819/1904] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1820/1904] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1821/1904] Compiling NIOHPACK IntegerCoding.swift
[1822/1904] Compiling NIOHTTPCompression HTTPDecompression.swift
[1823/1904] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1824/1904] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1825/1904] Compiling NIOExtras JSONRPCFraming.swift
[1826/1904] Compiling NIOExtras RequestResponseHandler.swift
[1827/1904] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1828/1904] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1829/1904] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1833/1907] Compiling NIOHPACK StaticHeaderTable.swift
[1835/1907] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1836/1907] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1837/1907] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1838/1907] Compiling NIOExtras NIORequestIdentifiable.swift
[1841/1907] Compiling NIOExtras PCAPRingBuffer.swift
[1842/1907] Compiling NIOExtras QuiescingHelper.swift
[1843/1907] Compiling NIOHPACK HuffmanTables.swift
[1844/1907] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1845/1907] Compiling NIOHTTPCompression HTTPCompression.swift
[1848/1908] Emitting module NIOWebSocket
[1849/1908] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1850/1908] Compiling NIOWebSocket SHA1.swift
[1851/1908] Compiling NIOHPACK HuffmanCoding.swift
[1853/1908] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1854/1908] Compiling NIOWebSocket WebSocketFrame.swift
[1855/1909] Emitting module NIOHPACK
[1856/1912] Emitting module NIOExtras
[1858/1912] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1862/1912] Compiling NIOSSL TLSConfiguration.swift
[1863/1912] Compiling NIOSSL UniversalBootstrapSupport.swift
[1864/1912] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1868/1914] Emitting module _NIOFileSystemFoundationCompat
[1869/1914] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1870/1925] Emitting module NIOFileSystem
[1871/1934] Compiling NIOFileSystem Exports.swift
[1873/1935] Compiling MultipartKit Exports.swift
[1874/1935] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1875/1935] Compiling MultipartKit BasicCodingKey.swift
[1876/1935] Compiling MultipartKit MultipartError.swift
[1877/1935] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1878/1935] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1881/1936] Compiling MultipartKit MultipartPartConvertible.swift
[1882/1936] Compiling NIOExtras WritePCAPHandler.swift
[1883/1937] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1884/1937] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1885/1937] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1886/1939] Compiling MultipartKit MultipartPart.swift
[1888/1939] Emitting module MultipartKit
[1895/1939] Compiling MultipartKit FormDataEncoder.swift
[1896/1939] Compiling MultipartKit Storage.swift
[1897/1939] Compiling MultipartKit MultipartFormData.swift
[1898/1939] Compiling MultipartKit MultipartParser.swift
[1900/1939] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1901/1939] Compiling MultipartKit FormDataDecoder.swift
[1902/1939] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1921/1999] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1922/1999] Compiling NIOHTTP2 DOSHeuristics.swift
[1923/1999] Compiling NIOHTTP2 SendingHeadersState.swift
[1924/1999] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1925/1999] Compiling NIOHTTP2 SendingRstStreamState.swift
[1926/1999] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1928/2008] Compiling NIOHTTP2 MaySendFrames.swift
[1929/2008] Compiling NIOHTTP2 SendingDataState.swift
[1930/2008] Compiling NIOHTTP2 SendingGoawayState.swift
[1935/2008] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1936/2017] Compiling WebSocketKit WebSocket+Connect.swift
[1937/2069] Emitting module WebSocketKit
[1938/2108] Compiling WebSocketKit Exports.swift
[1939/2108] Compiling WebSocketKit WebSocketHandler.swift
[1940/2108] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1941/2108] Compiling WebSocketKit WebSocket+Concurrency.swift
[1942/2108] Compiling WebSocketKit WebSocket.swift
[1943/2108] Compiling WebSocketKit WebSocketClient.swift
[1945/2109] Compiling X509 ExtendedKeyUsage.swift
[1946/2109] Compiling X509 ExtensionIdentifiers.swift
[1947/2109] Compiling X509 KeyUsage.swift
[1948/2109] Compiling X509 NameConstraints.swift
[1949/2109] Compiling X509 SubjectAlternativeName.swift
[1950/2109] Compiling X509 SubjectKeyIdentifier.swift
[1951/2109] Compiling X509 Extension.swift
[1952/2109] Compiling X509 Extensions.swift
[1953/2109] Compiling X509 OrganizationName.swift
[1954/2109] Compiling X509 OrganizationalUnitName.swift
[1955/2109] Compiling X509 StateOrProvinceName.swift
[1956/2109] Compiling X509 StreetAddress.swift
[1957/2109] Compiling X509 Error.swift
[1958/2109] Compiling X509 AuthorityInformationAccess.swift
[1959/2109] Compiling X509 AuthorityKeyIdentifier.swift
[1960/2109] Compiling X509 BasicConstraints.swift
[1961/2109] Compiling X509 CMSSignerIdentifier.swift
[1962/2109] Compiling X509 CMSSignerInfo.swift
[1963/2109] Compiling X509 CMSVersion.swift
[1964/2109] Compiling X509 Curve25519+DER.swift
[1965/2109] Compiling X509 Digests.swift
[1966/2109] Compiling X509 DistinguishedName.swift
[1967/2109] Compiling X509 CommonName.swift
[1968/2109] Compiling X509 CountryName.swift
[1969/2109] Compiling X509 OCSPSignature.swift
[1970/2109] Compiling X509 OCSPSingleRequest.swift
[1971/2109] Compiling X509 OCSPSingleResponse.swift
[1972/2109] Compiling X509 CMSEncapsulatedContentInfo.swift
[1973/2109] Compiling X509 CMSIssuerAndSerialNumber.swift
[1974/2109] Compiling X509 CMSOperations.swift
[1975/2109] Compiling X509 CMSSignature.swift
[1976/2109] Compiling X509 CMSSignedData.swift
[1977/2109] Compiling X509 CSRAttribute.swift
[1978/2109] Compiling X509 CSRAttributes.swift
[1979/2109] Compiling X509 CSRVersion.swift
[1980/2109] Compiling X509 CertificateSigningRequest.swift
[1981/2109] Compiling X509 CertificationRequestInfo.swift
[1982/2109] Compiling X509 ExtensionRequest.swift
[1983/2109] Compiling X509 Certificate.swift
[1984/2109] Compiling X509 CertificatePrivateKey.swift
[1985/2109] Compiling X509 CertificatePublicKey.swift
[1986/2109] Emitting module NIOHTTP2
[1987/2109] Compiling X509 OCSPCertID.swift
[1988/2109] Compiling X509 OCSPCertStatus.swift
[1989/2109] Compiling X509 OCSPExtensionID.swift
[1990/2109] Compiling X509 OCSPNonce.swift
[1991/2109] Compiling X509 OCSPPolicy.swift
[1992/2109] Compiling X509 OCSPRequest.swift
[1993/2109] Compiling X509 OCSPResponse.swift
[1994/2109] Compiling X509 OCSPResponseBytes.swift
[1995/2109] Compiling X509 OCSPResponseData.swift
[1996/2109] Compiling X509 OCSPResponseStatus.swift
[2000/2122] Compiling X509 OCSPTBSRequest.swift
[2001/2122] Compiling X509 OCSPVersion.swift
[2002/2122] Compiling X509 PKCS8PrivateKey.swift
[2003/2122] Compiling X509 PromiseAndFuture.swift
[2004/2122] Compiling X509 RDNAttribute.swift
[2005/2122] Compiling X509 RandomNumberGenerator+bytes.swift
[2006/2122] Compiling X509 RelativeDistinguishedName.swift
[2007/2122] Compiling X509 SEC1PrivateKey.swift
[2008/2122] Compiling X509 SecKeyWrapper.swift
[2009/2122] Compiling X509 Signature.swift
[2010/2122] Compiling X509 SignatureAlgorithm.swift
[2011/2122] Compiling X509 AllOfPolicies.swift
[2012/2122] Compiling X509 AnyPolicy.swift
[2013/2122] Compiling X509 CertificateStore.swift
[2014/2122] Compiling X509 OneOfPolicies.swift
[2015/2122] Compiling X509 PolicyBuilder.swift
[2016/2122] Compiling X509 BasicConstraintsPolicy.swift
[2017/2122] Compiling X509 DNSNames.swift
[2018/2122] Compiling X509 DirectoryNames.swift
[2019/2122] Compiling X509 ExpiryPolicy.swift
[2020/2122] Compiling X509 IPConstraints.swift
[2021/2122] Compiling X509 NameConstraintsPolicy.swift
[2022/2122] Compiling X509 RFC5280Policy.swift
[2023/2122] Compiling X509 URIConstraints.swift
[2024/2122] Compiling X509 VersionPolicy.swift
[2025/2122] Compiling X509 ServerIdentityPolicy.swift
[2047/2122] Compiling X509 DNBuilder.swift
[2048/2122] Compiling X509 DomainComponent.swift
[2049/2122] Compiling X509 EmailAddress.swift
[2050/2122] Compiling X509 LocalityName.swift
[2069/2122] Compiling X509 CertificateSerialNumber.swift
[2070/2122] Compiling X509 CertificateVersion.swift
[2071/2122] Compiling X509 CMSAttribute.swift
[2072/2122] Compiling X509 CMSContentInfo.swift
[2080/2122] Compiling X509 ExtensionsBuilder.swift
[2081/2122] Compiling X509 GeneralName.swift
[2082/2122] Compiling X509 Lock.swift
[2083/2122] Compiling X509 LockedValueBox.swift
[2084/2122] Compiling X509 BasicOCSPResponse.swift
[2085/2122] Compiling X509 DirectoryString.swift
[2111/2124] Emitting module X509
[2112/2183] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2113/2183] Compiling AsyncHTTPClient ConnectionTarget.swift
[2114/2183] Compiling AsyncHTTPClient DeconstructedURL.swift
[2115/2183] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2116/2183] Compiling AsyncHTTPClient FoundationExtensions.swift
[2117/2183] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2118/2183] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2119/2183] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2120/2191] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2121/2191] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2122/2191] Compiling AsyncHTTPClient Transaction.swift
[2123/2191] Compiling AsyncHTTPClient Base64.swift
[2124/2191] Compiling AsyncHTTPClient BasicAuth.swift
[2125/2191] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2126/2191] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2127/2191] Compiling AsyncHTTPClient ConnectionPool.swift
[2128/2191] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2129/2191] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2130/2191] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2131/2191] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2132/2191] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2133/2191] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2134/2191] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2135/2191] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2136/2191] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2137/2191] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2138/2191] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2139/2191] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2140/2191] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2141/2191] Compiling AsyncHTTPClient HTTP1Connection.swift
[2142/2191] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2143/2191] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2144/2191] Compiling AsyncHTTPClient HTTP2Connection.swift
[2145/2191] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2146/2191] Emitting module AsyncHTTPClient
[2147/2191] Compiling X509 TrustRootLoading.swift
[2148/2191] Compiling X509 UnverifiedChain.swift
[2149/2191] Compiling X509 VerificationDiagnostic.swift
[2150/2191] Compiling X509 Verifier.swift
[2151/2191] Compiling X509 VerifierPolicy.swift
[2152/2191] Compiling X509 AlgorithmIdentifier.swift
[2153/2191] Compiling X509 ECDSASignature.swift
[2154/2191] Compiling X509 RSAPKCS1PublicKey.swift
[2155/2191] Compiling X509 SubjectPublicKeyInfo.swift
[2156/2191] Compiling X509 TBSCertificate.swift
[2157/2191] Compiling X509 Time.swift
[2158/2191] Compiling X509 TimeCalculations.swift
[2159/2191] Compiling X509 Validity.swift
[2161/2192] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2162/2192] Compiling AsyncHTTPClient RequestOptions.swift
[2163/2192] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2164/2192] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2165/2192] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2166/2192] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2167/2192] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2168/2192] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2169/2192] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2170/2192] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2171/2192] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2172/2192] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2173/2192] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2174/2192] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2175/2192] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2176/2192] Compiling AsyncHTTPClient RequestBodyLength.swift
[2177/2250] Compiling AsyncHTTPClient RequestBag.swift
[2178/2250] Compiling AsyncHTTPClient RequestValidation.swift
[2179/2250] Compiling AsyncHTTPClient SSLContextCache.swift
[2180/2250] Compiling AsyncHTTPClient Scheme.swift
[2181/2250] Compiling AsyncHTTPClient Singleton.swift
[2182/2250] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2183/2250] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2184/2250] Compiling AsyncHTTPClient Utils.swift
[2185/2250] Compiling JWTKit UnsecuredNoneSigner.swift
[2186/2250] Compiling JWTKit JWTKeyCollection+RSA.swift
[2187/2250] Compiling JWTKit RSA.swift
[2188/2250] Compiling JWTKit RSAError.swift
[2189/2250] Compiling JWTKit RSASigner.swift
[2190/2250] Compiling JWTKit Base64URL.swift
[2191/2250] Compiling JWTKit CryptoSigner.swift
[2192/2250] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2194/2420] Compiling Vapor HTTPServerResponseEncoder.swift
[2195/2420] Compiling Vapor HTTPServerUpgradeHandler.swift
[2196/2420] Compiling Vapor Logger+Report.swift
[2197/2420] Compiling Vapor LoggingSystem+Environment.swift
[2198/2420] Compiling Vapor Application+Middleware.swift
[2199/2420] Compiling Vapor CORSMiddleware.swift
[2200/2420] Compiling Vapor ErrorMiddleware.swift
[2201/2420] Compiling Vapor FileMiddleware.swift
[2202/2420] Compiling Vapor Request+BodyStream.swift
[2203/2420] Compiling Vapor Request.swift
[2204/2420] Compiling Vapor Application+Responder.swift
[2205/2420] Compiling Vapor DefaultResponder.swift
[2206/2420] Compiling Vapor Response+Body.swift
[2207/2420] Compiling Vapor Response.swift
[2208/2420] Compiling Vapor ResponseCodable.swift
[2209/2420] Compiling Vapor Application+Routes.swift
[2210/2428] Compiling Vapor Middleware.swift
[2211/2428] Compiling Vapor MiddlewareConfiguration.swift
[2212/2428] Compiling Vapor ResponseCompressionMiddleware.swift
[2213/2428] Compiling Vapor RouteLoggingMiddleware.swift
[2214/2428] Compiling Vapor TracingMiddleware.swift
[2215/2428] Compiling Vapor File+Multipart.swift
[2216/2428] Compiling Vapor FormDataDecoder+Content.swift
[2217/2428] Compiling Vapor FormDataEncoder+Content.swift
[2218/2428] Compiling Vapor Application+Password.swift
[2219/2428] Emitting module JWTKit
[2220/2428] Compiling Vapor Responder.swift
[2221/2428] Compiling Vapor Application+HTTP+Server.swift
[2222/2428] Compiling Vapor HTTPServer.swift
[2223/2428] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2224/2428] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2225/2428] Compiling Vapor HTTPServerHandler.swift
[2226/2428] Compiling Vapor HTTPServerRequestDecoder.swift
[2227/2428] Compiling Vapor Request+Body.swift
[2245/2428] Compiling Vapor Application+Passwords.swift
[2246/2428] Compiling Vapor AsyncPasswordHasher.swift
[2247/2428] Compiling Vapor BcryptHasher.swift
[2248/2428] Compiling Vapor PasswordHasher.swift
[2249/2428] Compiling Vapor PlaintextHasher.swift
[2250/2428] Compiling Vapor Request+Password.swift
[2251/2428] Compiling Vapor Redirect.swift
[2259/2452] Compiling Vapor HTTPStatus.swift
[2260/2452] Compiling Vapor HTTPHeaders+Directive.swift
[2261/2452] Compiling Vapor HTTPHeaders+Forwarded.swift
[2262/2452] Compiling Vapor HTTPHeaders+Link.swift
[2263/2452] Compiling Vapor HTTPHeaders+Name.swift
[2264/2452] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2265/2452] Compiling Vapor HTTPHeaders.swift
[2266/2452] Compiling Vapor HTTPMediaType.swift
[2267/2452] Compiling Vapor HTTPMediaTypePreference.swift
[2268/2452] Compiling Vapor HTTPCookies.swift
[2269/2452] Compiling Vapor HTTPHeaderCacheControl.swift
[2270/2452] Compiling Vapor HTTPHeaderExpires.swift
[2271/2452] Compiling Vapor HTTPHeaderLastModified.swift
[2272/2452] Compiling Vapor HTTPHeaders+Cache.swift
[2273/2452] Compiling Vapor HTTPHeaders+Connection.swift
[2274/2452] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2275/2452] Compiling Vapor HTTPHeaders+ContentRange.swift
[2276/2452] Compiling Vapor Application.swift
[2277/2452] Compiling Vapor AuthenticationCache.swift
[2278/2452] Compiling Vapor Authenticator.swift
[2279/2452] Compiling Vapor BasicAuthorization.swift
[2280/2452] Compiling Vapor BearerAuthorization.swift
[2281/2452] Compiling Vapor GuardMiddleware.swift
[2282/2452] Compiling Vapor RedirectMiddleware.swift
[2283/2452] Compiling Vapor SessionAuthenticatable.swift
[2284/2452] Compiling Vapor Bcrypt.swift
[2285/2452] Compiling Vapor Application+Cache.swift
[2286/2452] Compiling Vapor Cache.swift
[2287/2452] Compiling Vapor CacheExpirationTime.swift
[2288/2452] Compiling Vapor MemoryCache.swift
[2289/2452] Compiling Vapor Request+Cache.swift
[2290/2452] Compiling Vapor Application+Clients.swift
[2291/2452] Compiling Vapor Client.swift
[2292/2452] Compiling Vapor ClientRequest.swift
[2293/2452] Compiling Vapor ClientResponse.swift
[2294/2452] Compiling Vapor Request+Client.swift
[2295/2452] Compiling Vapor BootCommand.swift
[2296/2452] Compiling Vapor CommandContext+Application.swift
[2297/2452] Compiling Vapor RoutesCommand.swift
[2298/2452] Compiling Vapor ServeCommand.swift
[2299/2452] Compiling Vapor AnyResponse+Concurrency.swift
[2300/2476] Compiling JWTKit CustomizedJSONCoders.swift
[2301/2476] Compiling JWTKit Utilities.swift
[2302/2476] Compiling JWTKit AppleIdentityToken.swift
[2303/2476] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2304/2476] Compiling JWTKit GoogleIdentityToken.swift
[2305/2476] Compiling JWTKit MicrosoftIdentityToken.swift
[2306/2476] Compiling JWTKit ValidationTimePayload.swift
[2307/2476] Compiling JWTKit X5CVerifier.swift
[2309/2477] Compiling Vapor Validator.swift
[2310/2477] Compiling Vapor ValidatorResult.swift
[2311/2477] Compiling Vapor And.swift
[2312/2477] Compiling Vapor Case.swift
[2313/2477] Compiling Vapor CharacterSet.swift
[2314/2477] Compiling Vapor Count.swift
[2315/2477] Compiling Vapor Custom.swift
[2316/2477] Compiling Vapor Email.swift
[2317/2477] Compiling Vapor Empty.swift
[2318/2477] Compiling Vapor In.swift
[2319/2477] Compiling Vapor Nil.swift
[2320/2477] Compiling Vapor NilIgnoring.swift
[2321/2477] Compiling Vapor Not.swift
[2322/2477] Compiling Vapor Or.swift
[2323/2477] Compiling Vapor Pattern.swift
[2324/2477] Compiling Vapor Range.swift
[2325/2477] Compiling Vapor URL.swift
[2326/2477] Compiling Vapor Valid.swift
[2327/2477] Compiling Vapor Application+Views.swift
[2328/2477] Compiling Vapor PlaintextRenderer.swift
[2329/2477] Compiling Vapor Request+View.swift
[2330/2477] Compiling Vapor View.swift
[2331/2477] Compiling Vapor ViewRenderer.swift
[2332/2477] Compiling Vapor _Deprecations.swift
[2333/2477] Compiling Vapor Bytes+Hex.swift
[2334/2477] Compiling Vapor Bytes+SecureCompare.swift
[2335/2477] Compiling Vapor Collection+Safe.swift
[2336/2477] Compiling Vapor DataProtocol+Copy.swift
[2337/2477] Compiling Vapor DecoderUnwrapper.swift
[2338/2477] Compiling Vapor DirectoryConfiguration.swift
[2339/2477] Compiling Vapor DotEnv.swift
[2340/2477] Compiling Vapor Extendable.swift
[2341/2477] Compiling Vapor File.swift
[2342/2477] Compiling Vapor FileIO.swift
[2343/2477] Compiling Vapor LifecycleHandler.swift
[2344/2477] Compiling Vapor OptionalType.swift
[2345/2477] Compiling Vapor RFC1123.swift
[2346/2477] Compiling Vapor SocketAddress+Hostname.swift
[2347/2477] Compiling Vapor Storage.swift
[2348/2477] Compiling Vapor String+IsIPAddress.swift
[2349/2477] Compiling Vapor Thread.swift
[2350/2477] Compiling Vapor URI.swift
[2351/2477] Compiling Vapor RangeResult.swift
[2352/2477] Compiling Vapor Validatable.swift
[2353/2477] Compiling Vapor Validation.swift
[2354/2477] Compiling Vapor ValidationKey.swift
[2355/2477] Compiling Vapor Validations.swift
[2356/2477] Compiling Vapor ValidationsError.swift
[2357/2477] Compiling Vapor Service.swift
[2358/2477] Compiling Vapor Application+Sessions.swift
[2359/2477] Compiling Vapor MemorySessions.swift
[2360/2477] Compiling Vapor Request+Session.swift
[2361/2477] Compiling Vapor Session.swift
[2362/2477] Compiling Vapor SessionCache.swift
[2363/2477] Compiling Vapor SessionData.swift
[2364/2477] Compiling Vapor SessionDriver.swift
[2365/2477] Compiling Vapor SessionsConfiguration.swift
[2366/2477] Compiling Vapor SessionsMiddleware.swift
[2367/2477] Compiling Vapor URLEncodedFormData.swift
[2368/2477] Compiling Vapor URLEncodedFormDecoder.swift
[2369/2477] Compiling Vapor URLEncodedFormEncoder.swift
[2370/2477] Compiling Vapor URLEncodedFormError.swift
[2371/2477] Compiling Vapor URLEncodedFormParser.swift
[2372/2477] Compiling Vapor URLEncodedFormSerializer.swift
[2373/2477] Compiling Vapor URLQueryFragmentConvertible.swift
[2374/2477] Compiling Vapor AnyResponse.swift
[2375/2477] Compiling Vapor Array+Random.swift
[2376/2477] Compiling Vapor Base32.swift
[2377/2477] Compiling Vapor Base64.swift
[2378/2477] Compiling Vapor BaseN.swift
[2379/2477] Compiling Vapor BasicCodingKey.swift
[2380/2477] Compiling Vapor ByteCount.swift
[2381/2477] Compiling Vapor Core.swift
[2382/2477] Compiling Vapor Running.swift
[2383/2477] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2384/2477] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2385/2477] Compiling Vapor DotEnvFile+load.swift
[2386/2477] Compiling Vapor Routes+caseInsenstive.swift
[2387/2477] Compiling Vapor Validatable+validate.swift
[2388/2477] Compiling Vapor Environment+Process.swift
[2389/2477] Compiling Vapor Environment+Secret.swift
[2390/2477] Compiling Vapor Environment.swift
[2391/2477] Compiling Vapor Abort.swift
[2392/2477] Compiling Vapor AbortError.swift
[2393/2477] Compiling Vapor DebuggableError.swift
[2394/2477] Compiling Vapor Demangler.swift
[2395/2477] Compiling Vapor ErrorSource.swift
[2396/2477] Compiling Vapor StackTrace.swift
[2397/2477] Compiling Vapor Exports.swift
[2398/2477] Compiling Vapor Application+HTTP.swift
[2399/2477] Compiling Vapor BasicResponder.swift
[2400/2477] Compiling Vapor BodyStream.swift
[2401/2477] Compiling Vapor Application+HTTP+Client.swift
[2402/2477] Compiling Vapor EventLoopHTTPClient.swift
[2403/2477] Compiling Vapor EndpointCache.swift
[2404/2477] Compiling Vapor HTTPMethod+String.swift
[2405/2477] Compiling Vapor AsyncBasicResponder.swift
[2406/2477] Compiling Vapor AsyncMiddleware.swift
[2407/2477] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2408/2477] Compiling Vapor AsyncSessionDriver.swift
[2409/2477] Compiling Vapor Authentication+Concurrency.swift
[2410/2477] Compiling Vapor Cache+Concurrency.swift
[2411/2477] Compiling Vapor Client+Concurrency.swift
[2412/2477] Compiling Vapor RequestBody+Concurrency.swift
[2413/2477] Compiling Vapor Responder+Concurrency.swift
[2414/2477] Compiling Vapor ResponseCodable+Concurrency.swift
[2415/2477] Compiling Vapor RoutesBuilder+Concurrency.swift
[2416/2477] Compiling Vapor ViewRenderer+Concurrency.swift
[2417/2477] Compiling Vapor WebSocket+Concurrency.swift
[2418/2477] Compiling Vapor ContainerGetPathExecutor.swift
[2419/2477] Compiling Vapor Content.swift
[2420/2477] Compiling Vapor ContentCoders.swift
[2421/2477] Compiling Vapor ContentConfiguration.swift
[2422/2477] Compiling Vapor ContentContainer.swift
[2423/2477] Compiling Vapor JSONCoder+Custom.swift
[2424/2477] Compiling Vapor JSONCoders+Content.swift
[2425/2477] Compiling Vapor PlaintextDecoder.swift
[2426/2477] Compiling Vapor PlaintextEncoder.swift
[2427/2477] Compiling Vapor URLQueryCoders.swift
[2428/2477] Compiling Vapor URLQueryContainer.swift
[2446/2477] Compiling Vapor RoutesBuilder+WebSocket.swift
[2447/2477] Compiling Vapor RoutesBuilder.swift
[2448/2477] Compiling Vapor OTP.swift
[2449/2477] Compiling Vapor Application+Servers.swift
[2450/2477] Compiling Vapor Server.swift
[2451/2477] Compiling Vapor App+Service.swift
[2452/2477] Compiling Vapor Req+Service.swift
[2453/2477] Emitting module Vapor
[2479/2486] Compiling ImperialCore ImperialError.swift
[2480/2487] Compiling ImperialCore ImperialMiddleware.swift
[2481/2487] Compiling ImperialCore RoutesBuilder+oAuth.swift
[2482/2487] Compiling ImperialCore Sessions+Imperial.swift
[2483/2487] Compiling ImperialCore String+pathSegments.swift
[2484/2487] Compiling ImperialCore FederatedServiceTokens.swift
[2485/2487] Compiling ImperialCore FederatedService.swift
[2486/2487] Emitting module ImperialCore
[2487/2487] Compiling ImperialCore FederatedServiceRouter.swift
[2489/2534] Compiling ImperialKeycloak KeycloakAuth.swift
[2490/2534] Compiling ImperialKeycloak Keycloak.swift
[2491/2534] Emitting module ImperialKeycloak
[2492/2534] Emitting module ImperialGitlab
[2493/2534] Compiling ImperialGoogle Google.swift
[2494/2535] Emitting module ImperialMicrosoft
[2495/2535] Compiling ImperialGitHub GitHubRouter.swift
[2496/2535] Compiling ImperialMicrosoft Microsoft.swift
[2497/2535] Emitting module ImperialImgur
[2498/2535] Compiling ImperialMixcloud Mixcloud.swift
[2499/2535] Compiling ImperialShopify Session+Shopify.swift
[2500/2535] Compiling ImperialKeycloak KeycloakRouter.swift
[2501/2535] Compiling ImperialGitlab Gitlab.swift
[2502/2535] Compiling ImperialGitlab GitlabAuth.swift
[2503/2535] Compiling ImperialGitlab GitlabRouter.swift
[2504/2535] Compiling ImperialGitHub GitHub.swift
[2505/2535] Compiling ImperialMixcloud MixcloudRouter.swift
[2506/2535] Compiling ImperialGitHub GitHubAuth.swift
[2507/2535] Compiling ImperialMicrosoft MicrosoftAuth.swift
[2508/2535] Emitting module ImperialGitHub
[2509/2535] Compiling ImperialGitHub GitHubCallbackBody.swift
[2510/2535] Compiling ImperialKeycloak KeycloakCallbackBody.swift
[2511/2535] Compiling ImperialGitlab GitlabCallbackBody.swift
[2512/2536] Compiling ImperialGoogle GoogleJWTPayload.swift
[2513/2536] Compiling ImperialGoogle GoogleJWT.swift
[2514/2536] Compiling ImperialGoogle GoogleJWTAuth.swift
[2515/2536] Emitting module ImperialGoogle
[2516/2536] Compiling ImperialMicrosoft MicrosoftCallbackBody.swift
[2517/2536] Compiling ImperialMicrosoft MicrosoftRouter.swift
[2518/2536] Compiling ImperialImgur Imgur.swift
[2520/2538] Compiling ImperialShopify URL+Shopify.swift
[2521/2538] Compiling ImperialMixcloud MixcloudAuth.swift
[2522/2538] Compiling ImperialMixcloud MixcloudCallbackBody.swift
[2523/2538] Emitting module ImperialMixcloud
[2524/2538] Compiling ImperialImgur ImgurCallbackBody.swift
[2525/2538] Compiling ImperialShopify ShopifyAuth.swift
[2526/2539] Emitting module ImperialShopify
[2527/2539] Compiling ImperialShopify Shopify.swift
[2528/2539] Compiling ImperialImgur ImgurAuth.swift
[2529/2539] Compiling ImperialImgur ImgurRouter.swift
[2530/2539] Compiling ImperialGoogle GoogleAuth.swift
[2531/2539] Compiling ImperialGoogle GoogleCallbackBody.swift
[2532/2540] Compiling ImperialGoogle GoogleJWTResponse.swift
[2533/2540] Compiling ImperialGoogle GoogleJWTRouter.swift
[2539/2541] Compiling ImperialGoogle GoogleRouter.swift
[2540/2541] Compiling ImperialShopify ShopifyCallbackBody.swift
[2541/2541] Compiling ImperialShopify ShopifyRouter.swift
[2544/2568] Emitting module ImperialDropbox
[2545/2568] Compiling ImperialDropbox Dropbox.swift
[2546/2568] Compiling ImperialDropbox DropboxAuth.swift
[2547/2568] Compiling ImperialDeviantArt DeviantArt.swift
[2548/2568] Compiling ImperialFacebook FacebookRouter.swift
[2549/2568] Compiling ImperialDiscord DiscordAuth.swift
[2550/2568] Compiling ImperialDiscord Discord.swift
[2551/2568] Compiling ImperialDropbox DropboxRouter.swift
[2552/2568] Compiling ImperialDropbox DropboxCallbackBody.swift
[2553/2568] Compiling ImperialFacebook FacebookAuth.swift
[2554/2568] Compiling ImperialFacebook Facebook.swift
[2555/2568] Compiling ImperialFacebook FacebookCallbackBody.swift
[2556/2568] Emitting module ImperialFacebook
[2557/2569] Emitting module ImperialDiscord
[2558/2569] Compiling ImperialAuth0 Auth0.swift
[2559/2569] Emitting module ImperialAuth0
[2560/2569] Compiling ImperialDiscord DiscordCallbackBody.swift
[2561/2569] Compiling ImperialDeviantArt DeviantArtRouter.swift
[2562/2569] Compiling ImperialAuth0 Auth0Auth.swift
[2563/2569] Compiling ImperialDiscord DiscordRouter.swift
[2564/2569] Compiling ImperialDeviantArt DeviantArtAuth.swift
[2565/2569] Emitting module ImperialDeviantArt
[2566/2569] Compiling ImperialDeviantArt DeviantArtCallbackBody.swift
[2568/2571] Compiling ImperialAuth0 Auth0CallbackBody.swift
[2569/2571] Compiling ImperialAuth0 Auth0Router.swift
Build complete! (451.12s)
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.