Build Information
Successful build of swift-travis, reference master (fb662f
), with Swift 6.1 for Linux on 25 Apr 2025 21:42:55 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iainsmith/swift-travis.git
Reference: master
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/iainsmith/swift-travis
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at fb662f7 Update README
Cloned https://github.com/iainsmith/swift-travis.git
Revision (git rev-parse @):
fb662f7aadbd837498690b763deacbe2df4cb606
SUCCESS checkout https://github.com/iainsmith/swift-travis.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/iainsmith/swift-travis.git
https://github.com/iainsmith/swift-travis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/iainsmith/async-http-client.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "swift-travis",
"name" : "swift-travis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "TravisNIO",
"targets" : [
"TravisNIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TravisClient",
"targets" : [
"TravisClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TravisV3Core",
"targets" : [
"TravisV3Core"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "travis-cli",
"targets" : [
"CLI"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TravisV3Core",
"module_type" : "SwiftTarget",
"name" : "TravisV3Core",
"path" : "Sources/TravisV3Core",
"product_memberships" : [
"TravisNIO",
"TravisClient",
"TravisV3Core",
"travis-cli"
],
"sources" : [
"Action.swift",
"Branch.swift",
"Build.swift",
"Commit.swift",
"DynamicKey.swift",
"Embed.swift",
"Endpoint.swift",
"EnvironmentVariable.swift",
"Error.swift",
"Job.swift",
"Log.swift",
"Metadata.swift",
"Minimal.swift",
"Pagination.swift",
"Query.swift",
"Repository.swift",
"Setting.swift",
"User.swift"
],
"type" : "library"
},
{
"c99name" : "TravisNIO",
"module_type" : "SwiftTarget",
"name" : "TravisNIO",
"path" : "Sources/TravisNIO",
"product_dependencies" : [
"AsyncHTTPClient"
],
"product_memberships" : [
"TravisNIO",
"travis-cli"
],
"sources" : [
"NioClient.swift"
],
"target_dependencies" : [
"TravisV3Core"
],
"type" : "library"
},
{
"c99name" : "TravisClientTests",
"module_type" : "SwiftTarget",
"name" : "TravisClientTests",
"path" : "Tests/TravisClientTests",
"sources" : [
"JSONTests.swift",
"TravisClientTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TravisClient"
],
"type" : "test"
},
{
"c99name" : "TravisClient",
"module_type" : "SwiftTarget",
"name" : "TravisClient",
"path" : "Sources/TravisClient",
"product_memberships" : [
"TravisClient"
],
"sources" : [
"Client.swift"
],
"target_dependencies" : [
"TravisV3Core"
],
"type" : "library"
},
{
"c99name" : "CLI",
"module_type" : "SwiftTarget",
"name" : "CLI",
"path" : "Sources/CLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"travis-cli"
],
"sources" : [
"CLI.swift",
"main.swift"
],
"target_dependencies" : [
"TravisNIO"
],
"type" : "executable"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/iainsmith/async-http-client.git
[1/1124] Fetching async-http-client
Fetched https://github.com/iainsmith/async-http-client.git from cache (0.25s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5662] Fetching swift-nio-extras
[5663/20455] Fetching swift-nio-extras, swift-nio-ssl
[5664/95886] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
[9702/110810] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-argument-parser
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.39s)
Fetched https://github.com/apple/swift-argument-parser from cache (4.39s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.41s)
Fetched https://github.com/apple/swift-nio.git from cache (4.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (5.51s)
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.50s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[13/2031] Fetching swift-http-structured-headers, swift-http-types
[2032/13523] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2
[2377/15228] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2, swift-atomics
[2595/21131] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.29s)
[9568/20004] Fetching swift-http-types, swift-nio-http2, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.86s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.86s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.69s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[1133/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.89s)
Fetched https://github.com/apple/swift-collections.git from cache (0.92s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.44s)
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-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.80s)
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.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.60s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
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.46s)
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.55s)
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-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/iainsmith/async-http-client.git
Working copy of https://github.com/iainsmith/async-http-client.git resolved at master (3950c95)
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.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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Building for debugging...
[0/459] Write sources
[3/459] Compiling aesv8-armv8-linux.S
[4/459] Write sources
[4/459] Compiling aesv8-armv8-apple.S
[6/459] Write sources
[17/459] Compiling aesv8-armv8-win.S
[17/459] Write sources
[20/459] Compiling CNIOWindows shim.c
[21/459] Compiling CNIOWindows WSAStartup.c
[21/459] Compiling _AtomicsShims.c
[23/459] Compiling CNIOWASI CNIOWASI.c
[24/459] Compiling CNIOLinux liburing_shims.c
[25/459] Compiling CNIOLLHTTP c_nio_http.c
[26/459] Compiling CNIOLinux shim.c
[27/459] Compiling CNIOExtrasZlib empty.c
[28/459] Write swift-version-24593BA9C3E375BF.txt
[29/459] Compiling CNIODarwin shim.c
[30/459] Compiling CNIOLLHTTP c_nio_api.c
[31/459] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/459] Compiling a_octet.cc
[33/459] Compiling tasn_enc.cc
[34/465] Compiling fiat_p256_adx_sqr.S
[35/480] Compiling a_mbstr.cc
[36/489] Compiling a_object.cc
[37/499] Compiling CNIOBoringSSLShims shims.c
[38/499] Compiling fiat_p256_adx_mul.S
[39/499] Compiling fiat_curve25519_adx_square.S
[40/499] Compiling fiat_curve25519_adx_mul.S
[41/499] Compiling tls_method.cc
[42/499] Compiling tls13_enc.cc
[43/499] Compiling tls_record.cc
[44/499] Compiling tls13_server.cc
[46/499] Emitting module TravisV3Core
/host/spi-builder-workspace/Sources/TravisV3Core/Error.swift:3:10: warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
1 | /// The errors produced by TravisClient
2 | public enum TravisError: Error {
3 | case travis(TravisErrorMessage)
| `- warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
4 | case notPathEscapable
5 | case noData
:
8 |
9 | /// The travis error message
10 | public struct TravisErrorMessage: Codable {
| `- note: consider making struct 'TravisErrorMessage' conform to the 'Sendable' protocol
11 | public let type: String
12 | public let message: String
[47/501] Compiling TravisV3Core Setting.swift
[48/501] Compiling TravisV3Core User.swift
[49/501] Emitting module InternalCollectionsUtilities
[50/503] Compiling TravisV3Core Commit.swift
[51/503] Compiling TravisV3Core DynamicKey.swift
[52/503] Compiling TravisV3Core Embed.swift
[53/503] Compiling TravisV3Core Action.swift
[54/503] Compiling TravisV3Core Branch.swift
[55/503] Compiling TravisV3Core Build.swift
[56/503] Compiling TravisV3Core Log.swift
[57/503] Compiling TravisV3Core Metadata.swift
[58/503] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/503] Compiling InternalCollectionsUtilities Specialize.swift
[60/503] Compiling TravisV3Core Minimal.swift
[61/503] Compiling TravisV3Core Pagination.swift
[62/503] Emitting module _NIOBase64
[63/503] Compiling _NIOBase64 Base64.swift
[64/504] Compiling TravisV3Core Endpoint.swift
[65/504] Compiling TravisV3Core EnvironmentVariable.swift
[67/504] Compiling _NIODataStructures PriorityQueue.swift
[68/504] Compiling _NIODataStructures _TinyArray.swift
[69/504] Compiling TravisV3Core Error.swift
[70/504] Compiling TravisV3Core Job.swift
[73/504] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/504] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/505] Compiling t1_enc.cc
[76/505] Compiling tls13_both.cc
[77/505] Wrapping AST for _NIOBase64 for debugging
[78/505] Wrapping AST for InternalCollectionsUtilities for debugging
[79/505] Compiling tls13_client.cc
[81/520] Compiling DequeModule Deque+CustomReflectable.swift
[82/520] Compiling DequeModule Deque+Descriptions.swift
[83/522] Emitting module _NIODataStructures
[84/522] Compiling _NIODataStructures Heap.swift
[85/523] Compiling DequeModule _DequeBuffer.swift
[86/523] Compiling DequeModule _DequeBufferHeader.swift
[88/523] Compiling DequeModule Deque+Equatable.swift
[89/523] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/523] Compiling DequeModule _DequeSlot.swift
[93/523] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/523] Compiling DequeModule Deque+Codable.swift
[95/523] Compiling DequeModule Deque+Collection.swift
[100/523] Compiling DequeModule Deque+Extras.swift
/host/spi-builder-workspace/Sources/TravisV3Core/Error.swift:3:10: warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
1 | /// The errors produced by TravisClient
2 | public enum TravisError: Error {
3 | case travis(TravisErrorMessage)
| `- warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
4 | case notPathEscapable
5 | case noData
:
8 |
9 | /// The travis error message
10 | public struct TravisErrorMessage: Codable {
| `- note: consider making struct 'TravisErrorMessage' conform to the 'Sendable' protocol
11 | public let type: String
12 | public let message: String
[101/523] Compiling DequeModule Deque+Hashable.swift
/host/spi-builder-workspace/Sources/TravisV3Core/Error.swift:3:10: warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
1 | /// The errors produced by TravisClient
2 | public enum TravisError: Error {
3 | case travis(TravisErrorMessage)
| `- warning: associated value 'travis' of 'Sendable'-conforming enum 'TravisError' has non-sendable type 'TravisErrorMessage'; this is an error in the Swift 6 language mode
4 | case notPathEscapable
5 | case noData
:
8 |
9 | /// The travis error message
10 | public struct TravisErrorMessage: Codable {
| `- note: consider making struct 'TravisErrorMessage' conform to the 'Sendable' protocol
11 | public let type: String
12 | public let message: String
[102/523] Compiling DequeModule Deque+Testing.swift
[103/523] Compiling DequeModule Deque._Storage.swift
[103/524] Compiling ssl_x509.cc
[107/524] Compiling DequeModule Deque._UnsafeHandle.swift
[108/524] Compiling DequeModule Deque.swift
[111/524] Wrapping AST for _NIODataStructures for debugging
[114/524] Compiling ssl_versions.cc
[118/526] Emitting module DequeModule
[119/527] Compiling ssl_stat.cc
[120/527] Compiling ssl_transcript.cc
[121/527] Wrapping AST for TravisV3Core for debugging
[122/527] Wrapping AST for DequeModule for debugging
[124/527] Emitting module TravisClient
[125/527] Compiling TravisClient Client.swift
/host/spi-builder-workspace/Sources/TravisClient/Client.swift:222:25: warning: capture of 'self' with non-sendable type 'TravisClient?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
7 |
8 | /// API Client for talking to the travis v3 api.
9 | public class TravisClient {
| `- note: class 'TravisClient' does not conform to the 'Sendable' protocol
10 | public typealias MetadataCompletion<T: Codable> = (Result<Metadata<T>, TravisError>) -> Void
11 | public typealias ActionCompletion<T: Codable> = (Result<Action<T>, TravisError>) -> Void
:
220 | guard let someData = data else {
221 | let result: Result<T, TravisError> = .failure(.noData)
222 | onQueue(self?.completionQueue, completion: completion, result: result)
| `- warning: capture of 'self' with non-sendable type 'TravisClient?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
223 | return
224 | }
/host/spi-builder-workspace/Sources/TravisClient/Client.swift:222:60: warning: capture of 'completion' with non-sendable type 'TravisClient.ResultCompletion<T>' (aka '(Result<T, TravisError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
220 | guard let someData = data else {
221 | let result: Result<T, TravisError> = .failure(.noData)
222 | onQueue(self?.completionQueue, completion: completion, result: result)
| |- warning: capture of 'completion' with non-sendable type 'TravisClient.ResultCompletion<T>' (aka '(Result<T, TravisError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
223 | return
224 | }
/host/spi-builder-workspace/Sources/TravisClient/Client.swift:308:26: warning: capture of 'completion' with non-sendable type 'TravisClient.ResultCompletion<T>' (aka '(Result<T, TravisError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
306 | func onQueue<T: Codable>(_ queue: DispatchQueue?, completion: @escaping TravisClient.ResultCompletion<T>, result: Result<T, TravisError>) {
307 | if let theQueue = queue {
308 | theQueue.async { completion(result) }
| |- warning: capture of 'completion' with non-sendable type 'TravisClient.ResultCompletion<T>' (aka '(Result<T, TravisError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
309 | } else {
310 | completion(result)
/host/spi-builder-workspace/Sources/TravisClient/Client.swift:308:37: warning: capture of 'result' with non-sendable type 'Result<T, TravisError>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
304 | }
305 |
306 | func onQueue<T: Codable>(_ queue: DispatchQueue?, completion: @escaping TravisClient.ResultCompletion<T>, result: Result<T, TravisError>) {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
307 | if let theQueue = queue {
308 | theQueue.async { completion(result) }
| `- warning: capture of 'result' with non-sendable type 'Result<T, TravisError>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
309 | } else {
310 | completion(result)
[125/528] Compiling ssl_session.cc
[127/528] Compiling ssl_privkey.cc
[128/528] Compiling ssl_key_share.cc
[129/528] Compiling ssl_lib.cc
[130/528] Compiling ssl_file.cc
[131/528] Compiling ssl_credential.cc
[132/528] Compiling ssl_cipher.cc
[133/528] Compiling ssl_cert.cc
[134/528] Compiling ssl_buffer.cc
[135/528] Compiling ssl_asn1.cc
[136/528] Compiling ssl_aead_ctx.cc
[137/528] Compiling s3_lib.cc
[138/528] Compiling s3_pkt.cc
[139/528] Compiling s3_both.cc
[140/528] Compiling handshake_server.cc
[141/528] Compiling handshake_client.cc
[142/528] Compiling handoff.cc
[143/528] Compiling encrypted_client_hello.cc
[144/528] Compiling handshake.cc
[145/528] Compiling extensions.cc
[146/528] Compiling md5-x86_64-linux.S
[147/528] Compiling md5-x86_64-apple.S
[148/528] Compiling dtls_method.cc
[149/528] Compiling md5-586-linux.S
[150/528] Compiling md5-586-apple.S
[151/528] Compiling dtls_record.cc
[152/528] Compiling chacha20_poly1305_x86_64-apple.S
[153/528] Compiling chacha20_poly1305_x86_64-linux.S
[154/528] Compiling chacha20_poly1305_armv8-win.S
[155/528] Compiling err_data.cc
[156/528] Compiling chacha20_poly1305_armv8-linux.S
[157/528] Compiling chacha20_poly1305_armv8-apple.S
[158/528] Compiling chacha-x86_64-linux.S
[159/528] Compiling chacha-x86_64-apple.S
[160/528] Compiling d1_srtp.cc
[161/528] Compiling chacha-x86-linux.S
[162/528] Compiling chacha-x86-apple.S
[163/528] Compiling chacha-armv8-linux.S
[164/528] Compiling chacha-armv8-win.S
[165/528] Compiling chacha-armv8-apple.S
[166/528] Compiling chacha-armv4-linux.S
[167/528] Compiling aes128gcmsiv-x86_64-apple.S
[168/528] Compiling bio_ssl.cc
[169/528] Compiling aes128gcmsiv-x86_64-linux.S
[170/528] Compiling x86_64-mont5-linux.S
[171/528] Compiling x86_64-mont5-apple.S
[172/528] Compiling x86_64-mont-linux.S
[173/528] Compiling x86_64-mont-apple.S
[174/528] Compiling x86-mont-apple.S
[175/528] Compiling d1_pkt.cc
[176/528] Compiling x86-mont-linux.S
[177/528] Compiling vpaes-x86_64-linux.S
[178/528] Compiling vpaes-x86-linux.S
[179/528] Compiling vpaes-x86_64-apple.S
[180/528] Compiling vpaes-armv8-win.S
[180/528] Compiling vpaes-x86-apple.S
[182/528] Compiling vpaes-armv8-linux.S
[183/528] Compiling vpaes-armv8-apple.S
[184/528] Compiling vpaes-armv7-linux.S
[185/528] Compiling sha512-armv8-win.S
[186/528] Compiling sha512-x86_64-apple.S
[187/528] Compiling sha512-x86_64-linux.S
[188/528] Compiling sha512-armv8-linux.S
[189/528] Compiling sha512-armv4-linux.S
[190/528] Compiling sha512-armv8-apple.S
[191/528] Compiling sha512-586-apple.S
[192/528] Compiling sha256-x86_64-linux.S
[192/528] Compiling sha512-586-linux.S
[194/528] Compiling sha256-x86_64-apple.S
[195/528] Compiling sha256-armv8-apple.S
[196/528] Compiling sha256-armv8-win.S
[197/528] Compiling sha256-armv4-linux.S
[198/528] Compiling sha256-586-linux.S
[199/528] Compiling sha256-armv8-linux.S
[200/528] Compiling sha256-586-apple.S
[201/528] Compiling sha1-x86_64-apple.S
[202/528] Compiling sha1-armv8-linux.S
[203/528] Compiling sha1-armv8-win.S
[204/528] Compiling sha1-x86_64-linux.S
[205/528] Compiling sha1-armv8-apple.S
[206/528] Compiling sha1-586-linux.S
[207/528] Compiling sha1-armv4-large-linux.S
[208/528] Compiling sha1-586-apple.S
[209/528] Compiling rsaz-avx2-linux.S
[210/528] Compiling rsaz-avx2-apple.S
[211/528] Compiling rdrand-x86_64-linux.S
[212/528] Compiling rdrand-x86_64-apple.S
[213/528] Compiling p256_beeu-x86_64-asm-linux.S
[214/528] Compiling p256_beeu-armv8-asm-win.S
[215/528] Compiling p256_beeu-x86_64-asm-apple.S
[216/528] Compiling p256_beeu-armv8-asm-apple.S
[217/528] Compiling p256_beeu-armv8-asm-linux.S
[218/528] Compiling p256-x86_64-asm-apple.S
[219/528] Compiling p256-armv8-asm-win.S
[220/528] Compiling p256-x86_64-asm-linux.S
[221/528] Compiling p256-armv8-asm-linux.S
[222/528] Compiling d1_lib.cc
[223/528] Compiling ghashv8-armv8-win.S
[223/528] Compiling d1_both.cc
[225/528] Compiling p256-armv8-asm-apple.S
[226/528] Compiling ghashv8-armv8-linux.S
[227/528] Compiling ghashv8-armv7-linux.S
[228/528] Compiling ghash-x86_64-linux.S
[229/528] Compiling ghashv8-armv8-apple.S
[230/528] Compiling ghash-x86_64-apple.S
[231/528] Compiling ghash-x86-linux.S
[232/528] Compiling ghash-x86-apple.S
[233/528] Compiling ghash-ssse3-x86_64-apple.S
[234/528] Compiling ghash-ssse3-x86_64-linux.S
[235/528] Compiling ghash-neon-armv8-win.S
[236/528] Compiling ghash-ssse3-x86-linux.S
[237/528] Compiling ghash-ssse3-x86-apple.S
[238/528] Compiling ghash-neon-armv8-apple.S
[239/528] Compiling ghash-neon-armv8-linux.S
[240/528] Compiling ghash-armv4-linux.S
[241/528] Compiling co-586-linux.S
[242/528] Compiling co-586-apple.S
[243/528] Compiling bsaes-armv7-linux.S
[244/528] Compiling bn-armv8-linux.S
[245/528] Compiling bn-armv8-win.S
[246/528] Compiling bn-586-linux.S
[247/528] Compiling bn-armv8-apple.S
[248/528] Compiling bn-586-apple.S
[249/528] Compiling armv8-mont-win.S
[250/528] Compiling armv8-mont-linux.S
[251/528] Compiling armv8-mont-apple.S
[252/528] Compiling armv4-mont-linux.S
[253/528] Compiling aesv8-gcm-armv8-linux.S
[254/528] Compiling aesv8-gcm-armv8-apple.S
[255/528] Compiling aesv8-gcm-armv8-win.S
[256/528] Compiling aesv8-armv7-linux.S
[257/528] Compiling aesni-x86_64-linux.S
[258/528] Compiling aesni-x86-linux.S
[259/528] Compiling aesni-x86_64-apple.S
[260/528] Compiling aesni-x86-apple.S
[261/528] Compiling aesni-gcm-x86_64-apple.S
[262/528] Compiling aesni-gcm-x86_64-linux.S
[262/528] Compiling aes-gcm-avx2-x86_64-linux.S
[264/528] Compiling aes-gcm-avx2-x86_64-apple.S
[265/528] Compiling aes-gcm-avx10-x86_64-linux.S
[266/528] Compiling aes-gcm-avx10-x86_64-apple.S
[267/528] Compiling x_sig.cc
[268/528] Compiling x_pubkey.cc
[269/528] Compiling x_spki.cc
[270/528] Compiling x_x509.cc
[271/528] Compiling x_x509a.cc
[272/528] Compiling x_val.cc
[273/528] Compiling x_name.cc
[274/528] Compiling x_req.cc
[275/528] Compiling x_crl.cc
[276/528] Compiling x_algor.cc
[277/528] Compiling x_exten.cc
[278/528] Compiling x_all.cc
[279/528] Compiling x509rset.cc
[280/528] Compiling x_attrib.cc
[281/528] Compiling x509spki.cc
[282/528] Compiling x509name.cc
[283/528] Compiling x509cset.cc
[284/528] Compiling x509_vpm.cc
[285/528] Compiling x509_vfy.cc
[286/528] Compiling x509_set.cc
[287/528] Compiling x509_txt.cc
[288/528] Compiling x509_trs.cc
[289/528] Compiling x509_obj.cc
[290/528] Compiling x509_req.cc
[291/528] Compiling x509_v3.cc
[292/528] Compiling x509_ext.cc
[293/528] Compiling x509_def.cc
[294/528] Compiling x509_lu.cc
[295/528] Compiling x509_cmp.cc
[296/528] Compiling x509_d2.cc
[297/528] Compiling x509_att.cc
[298/528] Compiling x509.cc
[299/528] Compiling v3_utl.cc
[300/528] Compiling v3_skey.cc
[301/528] Compiling v3_purp.cc
[302/528] Compiling v3_pmaps.cc
[303/528] Compiling v3_pcons.cc
[304/528] Compiling v3_prn.cc
[305/528] Compiling v3_ocsp.cc
[306/528] Compiling v3_ncons.cc
[307/528] Compiling v3_lib.cc
[308/528] Compiling v3_int.cc
[309/528] Compiling v3_info.cc
[310/528] Compiling v3_ia5.cc
[311/528] Compiling v3_crld.cc
[312/528] Compiling v3_enum.cc
[313/528] Compiling v3_genn.cc
[314/528] Compiling v3_extku.cc
[315/528] Compiling v3_conf.cc
[316/528] Compiling v3_cpols.cc
[317/528] Compiling v3_bitst.cc
[318/528] Compiling v3_alt.cc
[319/528] Compiling v3_bcons.cc
[320/528] Compiling v3_akey.cc
[321/528] Compiling v3_akeya.cc
[322/528] Compiling t_x509a.cc
[323/528] Compiling t_req.cc
[324/528] Compiling i2d_pr.cc
[325/528] Compiling t_x509.cc
[326/528] Compiling t_crl.cc
[327/528] Compiling name_print.cc
[328/528] Compiling rsa_pss.cc
[329/528] Compiling policy.cc
[330/528] Compiling a_verify.cc
[331/528] Compiling by_dir.cc
[332/528] Compiling asn1_gen.cc
[333/528] Compiling algorithm.cc
[334/528] Compiling a_digest.cc
[335/528] Compiling thread_win.cc
[336/528] Compiling by_file.cc
[337/528] Compiling thread_pthread.cc
[337/528] Compiling voprf.cc
[339/528] Compiling a_sign.cc
[340/528] Compiling trust_token.cc
[341/528] Compiling pmbtoken.cc
[342/528] Compiling thread_none.cc
[343/528] Compiling thread.cc
[344/528] Compiling siphash.cc
[345/528] Compiling sha1.cc
[346/528] Compiling sha256.cc
[347/528] Compiling stack.cc
[348/528] Compiling sha512.cc
[349/528] Compiling slhdsa.cc
[350/528] Compiling rsa_print.cc
[351/528] Compiling spake2plus.cc
[352/528] Compiling rsa_extra.cc
[353/528] Compiling rc4.cc
[354/528] Compiling trusty.cc
[355/528] Compiling refcount.cc
[356/528] Compiling windows.cc
[357/528] Compiling urandom.cc
[358/528] Compiling rsa_crypt.cc
[359/528] Compiling rand.cc
[360/528] Compiling rsa_asn1.cc
[361/528] Compiling ios.cc
[362/528] Compiling passive.cc
[363/528] Compiling getentropy.cc
[364/528] Compiling poly1305_arm_asm.S
[365/528] Compiling deterministic.cc
[366/528] Compiling fork_detect.cc
[367/528] Compiling forkunsafe.cc
[368/528] Compiling poly1305_arm.cc
[369/528] Compiling poly1305.cc
[370/528] Compiling poly1305_vec.cc
[371/528] Compiling pool.cc
[372/528] Compiling pkcs7.cc
[373/528] Compiling p5_pbev2.cc
[374/528] Compiling pkcs8.cc
[375/528] Compiling pkcs8_x509.cc
[376/528] Compiling pkcs7_x509.cc
[377/528] Compiling pem_xaux.cc
[378/528] Compiling pem_x509.cc
[379/528] Compiling pem_pkey.cc
[380/528] Compiling mlkem.cc
[381/528] Compiling obj_xref.cc
[382/528] Compiling pem_oth.cc
[383/528] Compiling pem_info.cc
[384/528] Compiling pem_lib.cc
[385/528] Compiling pem_pk8.cc
[386/528] Compiling pem_all.cc
[387/528] Compiling mldsa.cc
[388/528] Compiling obj.cc
[389/528] Compiling poly_rq_mul.S
[390/528] Compiling fips_shared_support.cc
[391/528] Compiling md5.cc
[392/528] Compiling mem.cc
[393/528] Compiling md4.cc
[394/528] Compiling lhash.cc
[395/528] Compiling hrss.cc
[396/528] Compiling kyber.cc
[397/528] Compiling ex_data.cc
[398/528] Compiling scrypt.cc
[399/528] Compiling hpke.cc
[400/528] Compiling sign.cc
[401/528] Compiling print.cc
[402/528] Compiling pbkdf.cc
[403/528] Compiling p_x25519.cc
[404/528] Compiling p_ed25519.cc
[405/528] Compiling p_x25519_asn1.cc
[406/528] Compiling p_rsa_asn1.cc
[406/528] Compiling p_rsa.cc
[408/528] Compiling p_hkdf.cc
[409/528] Compiling p_ed25519_asn1.cc
[410/528] Compiling p_ec_asn1.cc
[411/528] Compiling p_dh.cc
[412/528] Compiling p_ec.cc
[413/528] Compiling p_dh_asn1.cc
[414/528] Compiling evp_ctx.cc
[415/528] Compiling err.cc
[416/528] Compiling evp.cc
[417/528] Compiling engine.cc
[418/528] Compiling p_dsa_asn1.cc
[419/528] Compiling ecdh.cc
[420/528] Compiling evp_asn1.cc
[421/528] Compiling hash_to_curve.cc
[422/528] Compiling ec_derive.cc
[423/528] Compiling dsa_asn1.cc
[424/528] Compiling ecdsa_asn1.cc
[425/528] Compiling dsa.cc
[426/528] Compiling ec_asn1.cc
[427/528] Compiling params.cc
[428/528] Compiling spake25519.cc
[429/528] Compiling des.cc
[430/528] Compiling dh_asn1.cc
[431/528] Compiling digest_extra.cc
[432/528] Compiling x25519-asm-arm.S
[433/528] Compiling bcm.cc
[434/528] Compiling curve25519.cc
[435/528] Compiling cpu_intel.cc
[436/528] Compiling crypto.cc
[437/528] Compiling cpu_arm_freebsd.cc
[438/528] Compiling cpu_aarch64_win.cc
[439/528] Compiling cpu_arm_linux.cc
[440/528] Compiling cpu_aarch64_openbsd.cc
[441/528] Compiling cpu_aarch64_sysreg.cc
[442/528] Compiling cpu_aarch64_fuchsia.cc
[443/528] Compiling curve25519_64_adx.cc
[444/528] Compiling cpu_aarch64_apple.cc
[445/528] Compiling cpu_aarch64_linux.cc
[446/528] Compiling e_rc2.cc
[447/528] Compiling e_rc4.cc
[448/528] Compiling tls_cbc.cc
[448/528] Compiling conf.cc
[448/528] Compiling e_tls.cc
[448/528] Compiling get_cipher.cc
[452/528] Compiling e_null.cc
[453/528] Compiling e_des.cc
[454/528] Compiling derive_key.cc
[455/528] Compiling chacha.cc
[456/528] Compiling e_aesctrhmac.cc
[457/528] Compiling e_chacha20poly1305.cc
[458/528] Compiling e_aesgcmsiv.cc
[459/528] Compiling unicode.cc
[460/528] Compiling cbb.cc
[461/528] Compiling buf.cc
[462/528] Compiling cbs.cc
[463/528] Compiling ber.cc
[463/528] Compiling blake2.cc
[465/528] Compiling asn1_compat.cc
[466/528] Compiling bn_asn1.cc
[467/528] Compiling convert.cc
[468/528] Compiling printf.cc
[469/528] Compiling socket_helper.cc
[470/528] Compiling socket.cc
[471/528] Compiling pair.cc
[472/528] Compiling hexdump.cc
[473/528] Compiling file.cc
[474/528] Compiling fd.cc
[475/528] Compiling errno.cc
[476/528] Compiling connect.cc
[477/528] Compiling bio_mem.cc
[478/528] Compiling base64.cc
[479/528] Compiling tasn_fre.cc
[480/528] Compiling bio.cc
[481/528] Compiling tasn_typ.cc
[482/528] Compiling tasn_utl.cc
[483/528] Compiling tasn_new.cc
[484/528] Compiling f_int.cc
[485/528] Compiling posix_time.cc
[486/528] Compiling asn_pack.cc
[487/528] Compiling f_string.cc
[488/528] Compiling asn1_par.cc
[489/528] Compiling tasn_dec.cc
[490/528] Compiling asn1_lib.cc
[491/528] Compiling a_utctm.cc
[492/528] Compiling a_type.cc
[493/528] Compiling a_i2d_fp.cc
[494/528] Compiling a_strex.cc
[495/528] Compiling a_int.cc
[496/528] Compiling a_dup.cc
[497/528] Compiling a_time.cc
[498/528] Write sources
[500/528] Compiling a_strnid.cc
[501/528] Write sources
[504/528] Compiling a_d2i_fp.cc
[505/528] Compiling a_gentm.cc
[506/549] Compiling a_bitstr.cc
[507/549] Compiling a_bool.cc
[509/549] Compiling Atomics UnsafeAtomic.swift
[510/549] Compiling Atomics UnsafeAtomicLazyReference.swift
[511/549] Compiling Atomics ManagedAtomic.swift
[512/549] Compiling Atomics ManagedAtomicLazyReference.swift
[513/551] Compiling Atomics AtomicMemoryOrderings.swift
[514/551] Compiling Atomics DoubleWord.swift
[515/551] Compiling Atomics Primitives.shims.swift
[516/551] Compiling Atomics AtomicInteger.swift
[517/551] Compiling Atomics AtomicOptionalWrappable.swift
[518/551] Compiling Atomics AtomicReference.swift
[519/551] Compiling Atomics AtomicStorage.swift
[520/551] Compiling Atomics AtomicValue.swift
[521/551] Compiling ArgumentParserToolInfo ToolInfo.swift
[522/551] Emitting module ArgumentParserToolInfo
[523/552] Compiling Atomics IntegerOperations.swift
[524/552] Compiling Atomics Unmanaged extensions.swift
[525/552] Wrapping AST for ArgumentParserToolInfo for debugging
[527/586] Compiling ArgumentParser BashCompletionsGenerator.swift
[528/586] Compiling ArgumentParser CompletionsGenerator.swift
[529/586] Compiling ArgumentParser FishCompletionsGenerator.swift
[530/586] Compiling ArgumentParser ZshCompletionsGenerator.swift
[531/586] Compiling ArgumentParser Argument.swift
[532/586] Compiling ArgumentParser ArgumentHelp.swift
[533/586] Emitting module Atomics
[533/587] Compiling c-nioatomics.c
[535/587] Wrapping AST for Atomics for debugging
[537/587] Emitting module ArgumentParser
[544/587] Compiling ArgumentParser CompletionKind.swift
[545/587] Compiling ArgumentParser Errors.swift
[546/587] Compiling ArgumentParser Flag.swift
[547/587] Compiling ArgumentParser NameSpecification.swift
[547/591] Compiling c-atomics.c
[549/591] Compiling ArgumentParser ArgumentSet.swift
[550/591] Compiling ArgumentParser CommandParser.swift
[551/591] Compiling ArgumentParser InputOrigin.swift
[552/591] Compiling ArgumentParser Name.swift
[553/591] Compiling ArgumentParser Parsed.swift
[554/597] Compiling ArgumentParser Option.swift
[555/597] Compiling ArgumentParser OptionGroup.swift
[556/597] Compiling ArgumentParser CommandConfiguration.swift
[557/597] Compiling ArgumentParser EnumerableFlag.swift
[558/597] Compiling ArgumentParser ExpressibleByArgument.swift
[559/597] Compiling ArgumentParser ParsableArguments.swift
[560/597] Compiling ArgumentParser ParsableArgumentsValidation.swift
[561/597] Compiling ArgumentParser ParsableCommand.swift
[562/597] Compiling ArgumentParser ArgumentDecoder.swift
[563/597] Compiling ArgumentParser ArgumentDefinition.swift
[564/597] Compiling ArgumentParser ParsedValues.swift
[565/597] Compiling ArgumentParser ParserError.swift
[566/597] Compiling ArgumentParser SplitArguments.swift
[567/597] Compiling ArgumentParser DumpHelpGenerator.swift
[568/597] Compiling ArgumentParser HelpCommand.swift
[569/597] Compiling ArgumentParser HelpGenerator.swift
[570/597] Compiling ArgumentParser MessageInfo.swift
[571/597] Compiling ArgumentParser UsageGenerator.swift
[572/597] Compiling ArgumentParser CollectionExtensions.swift
[573/597] Compiling ArgumentParser SequenceExtensions.swift
[574/597] Compiling ArgumentParser StringExtensions.swift
[575/597] Compiling ArgumentParser Tree.swift
[576/598] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[578/598] Compiling NIOConcurrencyHelpers NIOLock.swift
[578/598] Wrapping AST for ArgumentParser for debugging
[580/598] Compiling NIOConcurrencyHelpers lock.swift
[581/598] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[582/598] Emitting module NIOConcurrencyHelpers
[583/598] Compiling NIOConcurrencyHelpers atomics.swift
[584/599] Wrapping AST for NIOConcurrencyHelpers for debugging
[586/658] Compiling NIOCore ChannelPipeline.swift
[587/658] Compiling NIOCore CircularBuffer.swift
[588/658] Compiling NIOCore Codec.swift
[589/658] Compiling NIOCore ConvenienceOptionSupport.swift
[590/658] Compiling NIOCore DeadChannel.swift
[591/658] Compiling NIOCore DispatchQueue+WithFuture.swift
[592/658] Compiling NIOCore EventLoop+Deprecated.swift
[593/658] Compiling NIOCore EventLoop+SerialExecutor.swift
[594/666] Compiling NIOCore MarkedCircularBuffer.swift
[595/666] Compiling NIOCore MulticastChannel.swift
[596/666] Compiling NIOCore NIOAny.swift
[597/666] Compiling NIOCore NIOCloseOnErrorHandler.swift
[598/666] Compiling NIOCore NIOLoopBound.swift
[599/666] Compiling NIOCore NIOScheduledCallback.swift
[600/666] Compiling NIOCore NIOSendable.swift
[601/666] Compiling NIOCore RecvByteBufferAllocator.swift
[602/666] Compiling NIOCore GlobalSingletons.swift
[603/666] Compiling NIOCore IO.swift
[604/666] Compiling NIOCore IOData.swift
[605/666] Compiling NIOCore IPProtocol.swift
[606/666] Compiling NIOCore IntegerBitPacking.swift
[607/666] Compiling NIOCore IntegerTypes.swift
[608/666] Compiling NIOCore Interfaces.swift
[609/666] Compiling NIOCore Linux.swift
[610/666] Compiling NIOCore EventLoop.swift
[611/666] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[612/666] Compiling NIOCore EventLoopFuture+Deprecated.swift
[613/666] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[614/666] Compiling NIOCore EventLoopFuture.swift
[615/666] Compiling NIOCore FileDescriptor.swift
[616/666] Compiling NIOCore FileHandle.swift
[617/666] Compiling NIOCore FileRegion.swift
[618/666] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[619/666] Compiling NIOCore SocketAddresses.swift
[620/666] Compiling NIOCore SocketOptionProvider.swift
[621/666] Compiling NIOCore SystemCallHelpers.swift
[622/666] Compiling NIOCore TimeAmount+Duration.swift
[623/666] Compiling NIOCore TypeAssistedChannelHandler.swift
[624/666] Compiling NIOCore UniversalBootstrapSupport.swift
[625/666] Compiling NIOCore Utilities.swift
[626/666] Compiling NIOCore ByteBuffer-multi-int.swift
[627/666] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[628/666] Compiling NIOCore ByteBuffer-views.swift
[629/666] Compiling NIOCore Channel.swift
[630/666] Compiling NIOCore ChannelHandler.swift
[631/666] Compiling NIOCore ChannelHandlers.swift
[632/666] Compiling NIOCore ChannelInvoker.swift
[633/666] Compiling NIOCore ChannelOption.swift
[634/666] Compiling NIOCore AddressedEnvelope.swift
[635/666] Compiling NIOCore AsyncAwaitSupport.swift
[636/666] Compiling NIOCore AsyncChannel.swift
[637/666] Compiling NIOCore AsyncChannelHandler.swift
[638/666] Compiling NIOCore AsyncChannelInboundStream.swift
[639/666] Compiling NIOCore AsyncChannelOutboundWriter.swift
[640/666] Compiling NIOCore NIOAsyncSequenceProducer.swift
[641/666] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[642/666] Compiling NIOCore NIOAsyncWriter.swift
[643/666] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[644/666] Compiling NIOCore BSDSocketAPI.swift
[645/666] Compiling NIOCore ByteBuffer-aux.swift
[646/666] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[647/666] Compiling NIOCore ByteBuffer-conversions.swift
[648/666] Compiling NIOCore ByteBuffer-core.swift
[649/666] Compiling NIOCore ByteBuffer-hex.swift
[650/666] Compiling NIOCore ByteBuffer-int.swift
[651/666] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[652/666] Emitting module NIOCore
[653/667] Wrapping AST for NIOCore for debugging
[655/718] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[656/718] Compiling NIOEmbedded AsyncTestingChannel.swift
[657/718] Compiling NIOEmbedded Embedded.swift
[658/718] Emitting module NIOEmbedded
[659/719] Wrapping AST for NIOEmbedded for debugging
[661/719] Emitting module NIOPosix
[662/725] Compiling NIOPosix PooledRecvBufferAllocator.swift
[663/725] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[664/725] Compiling NIOPosix PosixSingletons.swift
[665/725] Compiling NIOPosix RawSocketBootstrap.swift
[666/725] Compiling NIOPosix Resolver.swift
[667/725] Compiling NIOPosix Selectable.swift
[668/725] Compiling NIOPosix ServerSocket.swift
[669/725] Compiling NIOPosix Socket.swift
[670/725] Compiling NIOPosix SocketChannel.swift
[671/725] Compiling NIOPosix SocketProtocols.swift
[672/725] Compiling NIOPosix System.swift
[673/725] Compiling NIOPosix Thread.swift
[674/725] Compiling NIOPosix SelectableChannel.swift
[675/725] Compiling NIOPosix SelectableEventLoop.swift
[676/725] Compiling NIOPosix SelectorEpoll.swift
[677/725] Compiling NIOPosix SelectorGeneric.swift
[678/725] Compiling NIOPosix SelectorKqueue.swift
[679/725] Compiling NIOPosix SelectorUring.swift
[680/725] Compiling NIOPosix ThreadPosix.swift
[681/725] Compiling NIOPosix ThreadWindows.swift
[682/725] Compiling NIOPosix UnsafeTransfer.swift
[683/725] Compiling NIOPosix Utilities.swift
[684/725] Compiling NIOPosix VsockAddress.swift
[685/725] Compiling NIOPosix VsockChannelEvents.swift
[686/725] Compiling NIOPosix BSDSocketAPICommon.swift
[687/725] Compiling NIOPosix BSDSocketAPIPosix.swift
[688/725] Compiling NIOPosix BSDSocketAPIWindows.swift
[689/725] Compiling NIOPosix BaseSocket.swift
[690/725] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[691/725] Compiling NIOPosix BaseSocketChannel.swift
[692/725] Compiling NIOPosix BaseStreamSocketChannel.swift
[693/725] Compiling NIOPosix Bootstrap.swift
[694/725] Compiling NIOPosix ControlMessage.swift
[695/725] Compiling NIOPosix DatagramVectorReadManager.swift
[696/725] Compiling NIOPosix Errors+Any.swift
[697/725] Compiling NIOPosix FileDescriptor.swift
[698/725] Compiling NIOPosix GetaddrinfoResolver.swift
[699/725] Compiling NIOPosix HappyEyeballs.swift
[700/725] Compiling NIOPosix IO.swift
[701/725] Compiling NIOPosix IntegerBitPacking.swift
[702/725] Compiling NIOPosix IntegerTypes.swift
[703/725] Compiling NIOPosix Linux.swift
[704/725] Compiling NIOPosix LinuxCPUSet.swift
[705/725] Compiling NIOPosix LinuxUring.swift
[706/725] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[707/725] Compiling NIOPosix NIOThreadPool.swift
[708/725] Compiling NIOPosix NonBlockingFileIO.swift
[709/725] Compiling NIOPosix PendingDatagramWritesManager.swift
[710/725] Compiling NIOPosix PendingWritesManager.swift
[711/725] Compiling NIOPosix PipeChannel.swift
[712/725] Compiling NIOPosix PipePair.swift
[713/725] Compiling NIOPosix Pool.swift
[714/726] Wrapping AST for NIOPosix for debugging
[716/728] Emitting module NIO
[717/728] Compiling NIO Exports.swift
[718/729] Wrapping AST for NIO for debugging
[720/756] Compiling NIOTLS TLSEvents.swift
[721/756] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[722/756] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[723/756] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[724/756] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[725/756] Emitting module NIOTLS
[726/756] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[727/756] Compiling NIOTLS SNIHandler.swift
[728/756] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[729/757] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[730/757] Emitting module NIOFoundationCompat
[732/758] Emitting module NIOHTTP1
[733/760] Wrapping AST for NIOTLS for debugging
[735/760] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[736/760] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[736/760] Wrapping AST for NIOFoundationCompat for debugging
[738/773] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[739/773] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[740/789] Compiling NIOSSL SSLCertificateExtensions.swift
[741/789] Compiling NIOSSL SSLConnection.swift
[742/789] Compiling NIOSSL CustomPrivateKey.swift
[743/789] Compiling NIOSSL IdentityVerification.swift
[744/789] Compiling NIOSSL SSLContext.swift
[745/789] Compiling NIOSSL NIOSSLSecureBytes.swift
[746/789] Compiling NIOSSL Zeroization.swift
[747/789] Compiling NIOSSL NIOSSLServerHandler.swift
[748/789] Compiling NIOSSL AndroidCABundle.swift
[749/789] Compiling NIOSSL ByteBufferBIO.swift
[750/789] Compiling NIOSSL LinuxCABundle.swift
[751/789] Compiling NIOSSL NIOSSLClientHandler.swift
[752/789] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[753/790] Wrapping AST for NIOHTTP1 for debugging
[755/797] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[756/797] Emitting module NIOSSL
[761/800] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[763/800] Compiling NIOSSL RNG.swift
[764/800] Compiling NIOSSL SafeCompare.swift
[766/800] Emitting module NIOHTTPCompression
[767/800] Compiling NIOHTTPCompression HTTPCompression.swift
[768/800] Compiling NIOHTTPCompression HTTPDecompression.swift
[769/800] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[770/800] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[771/801] Compiling NIOSSL SSLPublicKey.swift
[772/801] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[773/801] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[774/801] Compiling NIOSSL SubjectAlternativeName.swift
[775/801] Compiling NIOSSL SSLErrors.swift
[776/801] Compiling NIOSSL SSLInit.swift
[777/801] Compiling NIOSSL SSLPKCS12Bundle.swift
[778/801] Compiling NIOSSL SSLPrivateKey.swift
[782/801] Compiling NIOSSL NIOSSLHandler.swift
[783/801] Wrapping AST for NIOHTTPCompression for debugging
[785/801] Compiling NIOSSL SSLCertificate.swift
[790/801] Compiling NIOSSL ObjectIdentifier.swift
[791/801] Compiling NIOSSL PosixPort.swift
[792/801] Compiling NIOSSL SSLCallbacks.swift
[793/801] Compiling NIOSSL TLSConfiguration.swift
[794/801] Compiling NIOSSL UniversalBootstrapSupport.swift
[795/801] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[796/802] Wrapping AST for NIOSSL for debugging
[798/810] Compiling AsyncHTTPClient Utils.swift
[799/810] Compiling AsyncHTTPClient RequestValidation.swift
[800/810] Compiling AsyncHTTPClient ConnectionPool.swift
[801/810] Emitting module AsyncHTTPClient
[802/810] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[803/810] Compiling AsyncHTTPClient HTTPClientProxyHandler.swift
[804/810] Compiling AsyncHTTPClient HTTPClient.swift
[805/810] Compiling AsyncHTTPClient HTTPHandler.swift
[806/811] Wrapping AST for AsyncHTTPClient for debugging
[808/813] Emitting module TravisNIO
[809/813] Compiling TravisNIO NioClient.swift
[810/814] Wrapping AST for TravisNIO for debugging
[812/817] Compiling CLI CLI.swift
/host/spi-builder-workspace/Sources/CLI/CLI.swift:7:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | struct TravisCLI: ParsableCommand {
7 | static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | commandName: "travis",
9 | abstract: "travis-ci cli",
/host/spi-builder-workspace/Sources/CLI/CLI.swift:25:61: warning: type 'Metadata<[Build]>' does not conform to the 'Sendable' protocol
23 | let host = TravisEndpoint.org
24 | let client = TravisClient(token: token, host: host)
25 | let builds = try client.builds(forRepository: repo).wait()
| `- warning: type 'Metadata<[Build]>' does not conform to the 'Sendable' protocol
26 | let output = builds.prefix(3).map { "id: \($0.id) status: \($0.state) title: \($0.number))" }
27 | print(output.joined(separator: "\n"))
/host/spi-builder-workspace/Sources/TravisV3Core/Metadata.swift:2:15: note: generic struct 'Metadata' does not conform to the 'Sendable' protocol
1 | @dynamicMemberLookup
2 | public struct Metadata<Object: Codable>: Codable {
| `- note: generic struct 'Metadata' does not conform to the 'Sendable' protocol
3 | public let type: String
4 | public let path: String
/host/spi-builder-workspace/Sources/CLI/CLI.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TravisV3Core'
2 | import Foundation
3 | import NIO
4 | import TravisNIO
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TravisV3Core'
5 |
6 | struct TravisCLI: ParsableCommand {
[813/817] Compiling CLI main.swift
[814/817] Emitting module CLI
/host/spi-builder-workspace/Sources/CLI/CLI.swift:7:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | struct TravisCLI: ParsableCommand {
7 | static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | commandName: "travis",
9 | abstract: "travis-ci cli",
[815/818] Wrapping AST for CLI for debugging
[816/818] Write Objects.LinkFileList
[817/818] Linking travis-cli
Build complete! (108.62s)
Build complete.
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/iainsmith/async-http-client.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "swift-travis",
"name" : "swift-travis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "TravisNIO",
"targets" : [
"TravisNIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TravisClient",
"targets" : [
"TravisClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TravisV3Core",
"targets" : [
"TravisV3Core"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "travis-cli",
"targets" : [
"CLI"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TravisV3Core",
"module_type" : "SwiftTarget",
"name" : "TravisV3Core",
"path" : "Sources/TravisV3Core",
"product_memberships" : [
"TravisNIO",
"TravisClient",
"TravisV3Core",
"travis-cli"
],
"sources" : [
"Action.swift",
"Branch.swift",
"Build.swift",
"Commit.swift",
"DynamicKey.swift",
"Embed.swift",
"Endpoint.swift",
"EnvironmentVariable.swift",
"Error.swift",
"Job.swift",
"Log.swift",
"Metadata.swift",
"Minimal.swift",
"Pagination.swift",
"Query.swift",
"Repository.swift",
"Setting.swift",
"User.swift"
],
"type" : "library"
},
{
"c99name" : "TravisNIO",
"module_type" : "SwiftTarget",
"name" : "TravisNIO",
"path" : "Sources/TravisNIO",
"product_dependencies" : [
"AsyncHTTPClient"
],
"product_memberships" : [
"TravisNIO",
"travis-cli"
],
"sources" : [
"NioClient.swift"
],
"target_dependencies" : [
"TravisV3Core"
],
"type" : "library"
},
{
"c99name" : "TravisClientTests",
"module_type" : "SwiftTarget",
"name" : "TravisClientTests",
"path" : "Tests/TravisClientTests",
"sources" : [
"JSONTests.swift",
"TravisClientTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TravisClient"
],
"type" : "test"
},
{
"c99name" : "TravisClient",
"module_type" : "SwiftTarget",
"name" : "TravisClient",
"path" : "Sources/TravisClient",
"product_memberships" : [
"TravisClient"
],
"sources" : [
"Client.swift"
],
"target_dependencies" : [
"TravisV3Core"
],
"type" : "library"
},
{
"c99name" : "CLI",
"module_type" : "SwiftTarget",
"name" : "CLI",
"path" : "Sources/CLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"travis-cli"
],
"sources" : [
"CLI.swift",
"main.swift"
],
"target_dependencies" : [
"TravisNIO"
],
"type" : "executable"
}
],
"tools_version" : "5.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
Done.