Build Information
Failed to build KituraKit, reference master (5ba793
), with Swift 6.1 for Linux on 26 Apr 2025 07:24:17 UTC.
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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/KituraKit.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/Kitura/KituraKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5ba7932 Misc org update (#60)
Cloned https://github.com/Kitura/KituraKit.git
Revision (git rev-parse @):
5ba793230b228d2b2a2582a9f792f0df0ab44d03
SUCCESS checkout https://github.com/Kitura/KituraKit.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Kitura/KituraKit.git
https://github.com/Kitura/KituraKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftyrequest",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.200",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/SwiftyRequest.git"
},
{
"identity" : "kituracontracts",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.200",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/KituraContracts.git"
}
],
"manifest_display_name" : "KituraKit",
"name" : "KituraKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "KituraKit",
"targets" : [
"KituraKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KituraKitTests",
"module_type" : "SwiftTarget",
"name" : "KituraKitTests",
"path" : "Tests/KituraKitTests",
"product_dependencies" : [
"KituraContracts"
],
"sources" : [
"BasicAuthTests.swift",
"CustomCoderTests.swift",
"FacebookTokenTests.swift",
"GoogleTokenTests.swift",
"JWTCredentialsTests.swift",
"MainTests.swift",
"Models.swift"
],
"target_dependencies" : [
"KituraKit"
],
"type" : "test"
},
{
"c99name" : "KituraKit",
"module_type" : "SwiftTarget",
"name" : "KituraKit",
"path" : "Sources/KituraKit",
"product_dependencies" : [
"KituraContracts",
"SwiftyRequest"
],
"product_memberships" : [
"KituraKit"
],
"sources" : [
"Client.swift",
"ClientCertificate.swift",
"ClientCredentials.swift",
"RequestErrorExtension.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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 -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/Kitura/KituraContracts.git
Fetching https://github.com/Kitura/SwiftyRequest.git
[1/2546] Fetching kituracontracts
[511/4641] Fetching kituracontracts, swiftyrequest
Fetched https://github.com/Kitura/SwiftyRequest.git from cache (0.42s)
Fetched https://github.com/Kitura/KituraContracts.git from cache (0.42s)
Computing version for https://github.com/Kitura/KituraContracts.git
Computed https://github.com/Kitura/KituraContracts.git at 1.2.201 (0.97s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.24s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.83s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.36s)
Computing version for https://github.com/Kitura/SwiftyRequest.git
Computed https://github.com/Kitura/SwiftyRequest.git at 3.2.200 (0.91s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/Kitura/CircuitBreaker.git
[1/1733] Fetching circuitbreaker
[1734/15520] Fetching circuitbreaker, async-http-client
Fetched https://github.com/Kitura/CircuitBreaker.git from cache (0.29s)
[138/13787] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.76s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.1.1 (1.40s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/5662] Fetching swift-nio-extras
[5663/20455] Fetching swift-nio-extras, swift-nio-ssl
[6847/95886] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.39s)
[2679/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.77s)
[55065/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.05s)
Computing version for https://github.com/Kitura/CircuitBreaker.git
Computed https://github.com/Kitura/CircuitBreaker.git at 5.1.0 (5.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
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.85s)
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
Fetching https://github.com/apple/swift-nio-http2.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
[1785/13523] Fetching swift-http-types, swift-http-structured-headers, swift-nio-http2
[2492/19426] Fetching swift-http-types, swift-http-structured-headers, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
[2166/18522] Fetching swift-http-structured-headers, swift-nio-http2, swift-algorithms
[10134/20227] Fetching swift-http-structured-headers, swift-nio-http2, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.92s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.61s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.62s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.15s)
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 (0.36s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.80s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
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.90s)
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.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
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.53s)
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.63s)
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/Kitura/CircuitBreaker.git
Working copy of https://github.com/Kitura/CircuitBreaker.git resolved at 5.1.0
Creating working copy for https://github.com/Kitura/SwiftyRequest.git
Working copy of https://github.com/Kitura/SwiftyRequest.git resolved at 3.2.200
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-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-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/Kitura/KituraContracts.git
Working copy of https://github.com/Kitura/KituraContracts.git resolved at 1.2.201
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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/436] Write sources
[21/436] Compiling CNIOWindows shim.c
[22/436] Compiling CNIOWindows WSAStartup.c
[23/436] Compiling CNIOLinux liburing_shims.c
[24/436] Compiling CNIOWASI CNIOWASI.c
[25/436] Compiling _AtomicsShims.c
[26/436] Compiling CNIOExtrasZlib empty.c
[27/436] Compiling CNIODarwin shim.c
[28/436] Compiling CNIOLLHTTP c_nio_http.c
[29/436] Compiling CNIOLinux shim.c
[30/436] Compiling CNIOLLHTTP c_nio_api.c
[31/436] Compiling fiat_p256_adx_sqr.S
[32/436] Compiling fiat_p256_adx_mul.S
[33/436] Compiling fiat_curve25519_adx_square.S
[34/436] Compiling fiat_curve25519_adx_mul.S
[35/436] Write swift-version-24593BA9C3E375BF.txt
[36/436] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/436] Compiling CNIOBoringSSLShims shims.c
[38/442] Compiling tls13_both.cc
[39/442] Compiling tls_record.cc
[39/442] Compiling tls_method.cc
[41/442] Compiling tls13_server.cc
[42/464] Compiling tls13_client.cc
[43/464] Compiling tls13_enc.cc
[44/464] Compiling t1_enc.cc
[45/464] Compiling ssl_versions.cc
[46/464] Compiling ssl_x509.cc
[47/464] Compiling ssl_transcript.cc
[49/464] Compiling InternalCollectionsUtilities Debugging.swift
[50/464] Compiling InternalCollectionsUtilities Descriptions.swift
[51/464] Compiling _NIODataStructures _TinyArray.swift
[52/466] Emitting module _NIOBase64
[53/466] Compiling _NIOBase64 Base64.swift
[54/467] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/467] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/467] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[57/467] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[58/467] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[59/467] Emitting module InternalCollectionsUtilities
[60/467] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/467] Compiling InternalCollectionsUtilities Specialize.swift
[62/467] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/467] Compiling InternalCollectionsUtilities Integer rank.swift
[64/467] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/467] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/467] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/467] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/467] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/467] Compiling _NIODataStructures PriorityQueue.swift
[71/467] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[72/467] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/468] Compiling ssl_stat.cc
[75/468] Compiling Logging MetadataProvider.swift
[76/468] Compiling Logging Locks.swift
[77/468] Emitting module Logging
[78/468] Emitting module _NIODataStructures
[79/468] Compiling _NIODataStructures Heap.swift
[80/469] Compiling Logging LogHandler.swift
[81/469] Compiling Logging Logging.swift
[84/485] Compiling DequeModule Deque+CustomReflectable.swift
[85/485] Compiling DequeModule Deque+Descriptions.swift
[86/489] Compiling DequeModule _DequeBuffer.swift
[87/489] Compiling DequeModule _DequeBufferHeader.swift
[88/489] Compiling DequeModule Deque+Equatable.swift
[89/489] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/489] Compiling DequeModule Deque+Extras.swift
[91/489] Compiling DequeModule Deque+Hashable.swift
[92/489] Compiling DequeModule Deque+Testing.swift
[93/489] Compiling DequeModule Deque._Storage.swift
[93/489] Compiling ssl_privkey.cc
[94/489] Compiling ssl_session.cc
[96/489] Compiling DequeModule _DequeSlot.swift
[97/489] Compiling DequeModule _UnsafeWrappedBuffer.swift
[98/489] Compiling DequeModule Deque._UnsafeHandle.swift
[99/489] Compiling DequeModule Deque.swift
[100/489] Compiling DequeModule Deque+Codable.swift
[101/489] Compiling DequeModule Deque+Collection.swift
[101/489] Compiling ssl_key_share.cc
[102/489] Compiling ssl_file.cc
[104/489] Emitting module DequeModule
[104/490] Compiling ssl_lib.cc
[106/490] Compiling ssl_credential.cc
[107/490] Compiling ssl_cipher.cc
[108/490] Compiling ssl_cert.cc
[109/490] Compiling ssl_asn1.cc
[110/490] Compiling ssl_buffer.cc
[111/490] Compiling ssl_aead_ctx.cc
[112/490] Compiling s3_pkt.cc
[113/490] Compiling s3_lib.cc
[115/490] Emitting module LoggerAPI
[116/490] Compiling LoggerAPI Logger.swift
[116/491] Compiling s3_both.cc
[119/500] Compiling KituraContracts BodyDecoder.swift
[120/500] Compiling KituraContracts BodyEncoder.swift
[120/500] Compiling handshake_client.cc
[121/501] Compiling handshake_server.cc
[123/501] Compiling KituraContracts ClosureAliases.swift
[124/501] Compiling KituraContracts BodyFormat.swift
[124/511] Compiling handshake.cc
[125/511] Compiling handoff.cc
[127/511] Compiling KituraContracts Coder.swift
[128/511] Compiling KituraContracts Extensions.swift
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/Extensions.swift:214:25: error: 'let' binding pattern cannot appear in an expression
212 |
213 | switch decoderStrategy {
214 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
215 | let strs: [String] = self.components(separatedBy: ",")
216 | let dates = strs.map { formatter.date(from: $0) }.filter { $0 != nil }.map { $0! }
[129/511] Compiling KituraContracts QueryDecoder.swift
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryDecoder.swift:210:29: error: 'let' binding pattern cannot appear in an expression
208 | fatalError("ISO8601DateFormatter is unavailable on this platform.")
209 | }
210 | case .formatted(let formatted):
| `- error: 'let' binding pattern cannot appear in an expression
211 | return try decodeType(fieldValue?.date(formatted), to: T.self)
212 | case .custom(let closure):
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryDecoder.swift:233:29: error: 'let' binding pattern cannot appear in an expression
231 | fatalError("ISO8601DateFormatter is unavailable on this platform.")
232 | }
233 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
234 | return try decodeType(fieldValue?.dateArray(formatter), to: T.self)
235 | case .custom(let closure):
[130/511] Compiling KituraContracts QueryEncoder.swift
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryEncoder.swift:352:29: error: 'let' binding pattern cannot appear in an expression
350 | case let fieldValue as Date:
351 | switch encoder.dateEncodingStrategy {
352 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
353 | encoder.dictionary[fieldName] = formatter.string(from: fieldValue)
354 | encoder.anyDictionary[fieldName] = fieldValue
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryEncoder.swift:406:29: error: 'let' binding pattern cannot appear in an expression
404 | fatalError("ISO8601DateFormatter is unavailable on this platform.")
405 | }
406 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
407 | let strs: [String] = fieldValue.map { formatter.string(from: $0) }
408 | encoder.dictionary[fieldName] = strs.joined(separator: ",")
[131/511] Compiling CircuitBreaker Monitor.swift
[132/512] Emitting module KituraContracts
[133/512] Compiling CircuitBreaker Invocation.swift
[134/512] Emitting module CircuitBreaker
[135/512] Compiling CircuitBreaker Utils.swift
[136/512] Compiling CircuitBreaker Stats.swift
[137/512] Compiling CircuitBreaker MonitorCollection.swift
[138/512] Compiling CircuitBreaker Snapshot.swift
[138/512] Compiling extensions.cc
[140/512] Compiling CircuitBreaker BreakerError.swift
[141/512] Compiling CircuitBreaker Bulkhead.swift
[142/512] Compiling CircuitBreaker CircuitBreaker.swift
[143/512] Compiling CircuitBreaker Collection.swift
[144/513] Compiling encrypted_client_hello.cc
[145/513] Compiling dtls_record.cc
[146/513] Compiling md5-x86_64-linux.S
[148/513] Compiling KituraContracts Contracts.swift
[148/513] Compiling md5-x86_64-apple.S
[149/513] Compiling d1_lib.cc
[149/513] Compiling md5-586-linux.S
[149/513] Compiling bio_ssl.cc
[149/513] Compiling d1_srtp.cc
[149/513] Compiling dtls_method.cc
[149/513] Compiling d1_both.cc
[149/513] Compiling d1_pkt.cc
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 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
[0/1] Planning build
Building for debugging...
[0/365] Compiling md5-586-linux.S
[1/365] Write swift-version-24593BA9C3E375BF.txt
[2/365] Compiling md5-586-apple.S
[3/369] Compiling bio_ssl.cc
[5/371] Compiling _NIODataStructures PriorityQueue.swift
[6/371] Compiling _NIODataStructures _TinyArray.swift
[6/371] Compiling d1_pkt.cc
[8/371] Compiling _NIODataStructures Heap.swift
[9/371] Emitting module _NIOBase64
[9/371] Compiling dtls_method.cc
[10/371] Compiling d1_srtp.cc
[12/371] Emitting module _NIODataStructures
[13/384] Compiling _NIOBase64 Base64.swift
[15/395] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/395] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/397] Compiling d1_both.cc
[18/397] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/397] Compiling InternalCollectionsUtilities Specialize.swift
[20/397] Compiling InternalCollectionsUtilities Debugging.swift
[21/397] Compiling InternalCollectionsUtilities Descriptions.swift
[22/397] Compiling chacha20_poly1305_x86_64-linux.S
[23/397] Compiling chacha20_poly1305_x86_64-apple.S
[24/397] Compiling chacha20_poly1305_armv8-win.S
[26/397] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/397] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/397] Compiling d1_lib.cc
[28/397] Compiling chacha20_poly1305_armv8-linux.S
[29/397] Compiling chacha20_poly1305_armv8-apple.S
[31/397] Compiling Logging MetadataProvider.swift
[31/397] Compiling err_data.cc
[32/397] Compiling chacha-x86_64-linux.S
[33/397] Compiling chacha-x86_64-apple.S
[34/397] Compiling chacha-x86-linux.S
[35/397] Compiling chacha-armv8-win.S
[36/397] Compiling chacha-x86-apple.S
[36/397] Compiling chacha-armv8-linux.S
[39/397] Emitting module Logging
[39/397] Compiling chacha-armv8-apple.S
[40/397] Compiling chacha-armv4-linux.S
[41/397] Compiling aes128gcmsiv-x86_64-apple.S
[42/397] Compiling aes128gcmsiv-x86_64-linux.S
[43/397] Compiling x86_64-mont5-linux.S
[44/397] Compiling x86_64-mont5-apple.S
[45/397] Compiling x86_64-mont-linux.S
[47/397] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[48/397] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[49/397] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[49/397] Compiling x86_64-mont-apple.S
[50/397] Compiling x86-mont-apple.S
[51/397] Compiling x86-mont-linux.S
[52/397] Compiling vpaes-x86_64-linux.S
[53/397] Compiling vpaes-x86_64-apple.S
[55/397] Emitting module InternalCollectionsUtilities
[55/397] Compiling vpaes-x86-linux.S
[56/397] Compiling vpaes-armv8-win.S
[57/397] Compiling vpaes-x86-apple.S
[58/397] Compiling vpaes-armv8-apple.S
[59/397] Compiling vpaes-armv8-linux.S
[60/397] Compiling sha512-x86_64-apple.S
[61/397] Compiling sha512-armv8-win.S
[62/397] Compiling vpaes-armv7-linux.S
[63/397] Compiling sha512-x86_64-linux.S
[64/397] Compiling sha512-armv8-linux.S
[65/397] Compiling sha512-armv8-apple.S
[66/397] Compiling sha512-586-apple.S
[67/397] Compiling sha512-586-linux.S
[68/397] Compiling sha512-armv4-linux.S
[69/397] Compiling sha256-x86_64-apple.S
[71/397] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/397] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/397] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/397] Compiling InternalCollectionsUtilities Integer rank.swift
[75/397] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/397] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/397] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/397] Compiling sha256-x86_64-linux.S
[78/398] Compiling sha256-armv8-win.S
[79/398] Compiling sha256-armv8-apple.S
[80/398] Compiling sha256-armv8-linux.S
[81/398] Compiling sha256-armv4-linux.S
[82/398] Compiling sha256-586-linux.S
[83/398] Compiling sha1-x86_64-apple.S
[84/398] Compiling sha256-586-apple.S
[85/398] Compiling sha1-armv8-win.S
[86/398] Compiling sha1-x86_64-linux.S
[87/398] Compiling sha1-armv8-linux.S
[89/398] Compiling sha1-armv8-apple.S
[90/398] Compiling sha1-586-linux.S
[91/398] Compiling sha1-armv4-large-linux.S
[92/398] Compiling sha1-586-apple.S
[93/398] Compiling rsaz-avx2-apple.S
[94/398] Compiling rsaz-avx2-linux.S
[95/398] Compiling rdrand-x86_64-linux.S
[96/398] Compiling rdrand-x86_64-apple.S
[97/398] Compiling p256_beeu-x86_64-asm-apple.S
[98/398] Compiling p256_beeu-x86_64-asm-linux.S
[99/398] Compiling p256_beeu-armv8-asm-linux.S
[100/398] Compiling p256_beeu-armv8-asm-win.S
[101/398] Compiling p256_beeu-armv8-asm-apple.S
[102/398] Compiling p256-x86_64-asm-apple.S
[103/398] Compiling p256-armv8-asm-win.S
[104/398] Compiling p256-armv8-asm-linux.S
[105/398] Compiling p256-x86_64-asm-linux.S
[106/398] Compiling ghashv8-armv8-win.S
[107/398] Compiling p256-armv8-asm-apple.S
[108/398] Compiling ghashv8-armv8-linux.S
[109/403] Compiling ghashv8-armv8-apple.S
[110/413] Compiling ghashv8-armv7-linux.S
[111/413] Compiling ghash-x86_64-linux.S
[112/413] Compiling ghash-x86-apple.S
[113/413] Compiling ghash-x86_64-apple.S
[114/413] Compiling ghash-x86-linux.S
[115/413] Compiling ghash-ssse3-x86_64-linux.S
[116/413] Compiling ghash-ssse3-x86_64-apple.S
[117/413] Compiling ghash-ssse3-x86-linux.S
[118/413] Compiling ghash-neon-armv8-win.S
[119/413] Compiling ghash-ssse3-x86-apple.S
[121/413] Compiling Logging LogHandler.swift
[122/413] Compiling Logging Logging.swift
[123/413] Compiling Logging Locks.swift
[123/413] Compiling ghash-neon-armv8-linux.S
[124/414] Compiling ghash-neon-armv8-apple.S
[125/414] Compiling ghash-armv4-linux.S
[127/414] Compiling DequeModule Deque+CustomReflectable.swift
[128/414] Compiling DequeModule Deque+Descriptions.swift
[128/416] Compiling co-586-linux.S
[130/416] Compiling DequeModule Deque+Equatable.swift
[131/416] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[131/416] Compiling bsaes-armv7-linux.S
[132/416] Compiling co-586-apple.S
[133/416] Compiling bn-armv8-win.S
[134/416] Compiling bn-armv8-linux.S
[135/416] Compiling bn-armv8-apple.S
[137/416] Compiling bn-586-linux.S
[139/416] Compiling DequeModule _DequeBuffer.swift
[140/416] Compiling DequeModule _DequeBufferHeader.swift
[140/416] Compiling bn-586-apple.S
[141/416] Compiling armv8-mont-win.S
[142/416] Compiling armv8-mont-apple.S
[143/416] Compiling armv8-mont-linux.S
[144/416] Compiling armv4-mont-linux.S
[145/416] Compiling aesv8-gcm-armv8-win.S
[146/416] Compiling aesv8-gcm-armv8-linux.S
[147/416] Compiling aesv8-gcm-armv8-apple.S
[148/416] Compiling aesv8-armv8-win.S
[149/416] Compiling aesv8-armv8-linux.S
[150/416] Compiling aesv8-armv7-linux.S
[151/416] Compiling aesv8-armv8-apple.S
[152/416] Compiling aesni-x86-linux.S
[153/416] Compiling aesni-x86_64-linux.S
[154/416] Compiling aesni-x86_64-apple.S
[155/416] Compiling aesni-x86-apple.S
[156/416] Compiling aesni-gcm-x86_64-linux.S
[157/418] Compiling aes-gcm-avx2-x86_64-linux.S
[158/418] Compiling aes-gcm-avx2-x86_64-apple.S
[159/418] Compiling aesni-gcm-x86_64-apple.S
[160/418] Compiling c-nioatomics.c
[161/418] Compiling aes-gcm-avx10-x86_64-apple.S
[162/418] Compiling aes-gcm-avx10-x86_64-linux.S
[164/418] Compiling DequeModule _DequeSlot.swift
[165/418] Compiling DequeModule _UnsafeWrappedBuffer.swift
[166/418] Compiling LoggerAPI Logger.swift
[167/418] Emitting module LoggerAPI
[168/419] Compiling DequeModule Deque+Testing.swift
[169/419] Compiling DequeModule Deque._Storage.swift
[170/419] Compiling DequeModule Deque._UnsafeHandle.swift
[171/419] Compiling DequeModule Deque.swift
[172/419] Compiling DequeModule Deque+Extras.swift
[173/419] Compiling DequeModule Deque+Hashable.swift
[175/419] Compiling DequeModule Deque+Codable.swift
[176/419] Compiling DequeModule Deque+Collection.swift
[177/419] Emitting module DequeModule
[178/429] Compiling x_spki.cc
[180/429] Compiling KituraContracts BodyFormat.swift
[181/430] Compiling KituraContracts BodyDecoder.swift
[182/430] Compiling KituraContracts BodyEncoder.swift
[183/430] Compiling KituraContracts ClosureAliases.swift
[183/430] Compiling x_val.cc
[185/430] Compiling KituraContracts Coder.swift
[185/430] Compiling x_x509.cc
[186/430] Compiling x_sig.cc
[187/430] Compiling x_x509a.cc
[188/436] Compiling x_req.cc
[190/440] Compiling CircuitBreaker Monitor.swift
[191/441] Emitting module CircuitBreaker
[192/441] Compiling KituraContracts QueryDecoder.swift
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryDecoder.swift:210:29: error: 'let' binding pattern cannot appear in an expression
208 | fatalError("ISO8601DateFormatter is unavailable on this platform.")
209 | }
210 | case .formatted(let formatted):
| `- error: 'let' binding pattern cannot appear in an expression
211 | return try decodeType(fieldValue?.date(formatted), to: T.self)
212 | case .custom(let closure):
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryDecoder.swift:233:29: error: 'let' binding pattern cannot appear in an expression
231 | fatalError("ISO8601DateFormatter is unavailable on this platform.")
232 | }
233 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
234 | return try decodeType(fieldValue?.dateArray(formatter), to: T.self)
235 | case .custom(let closure):
[193/441] Compiling CircuitBreaker Invocation.swift
[194/441] Compiling KituraContracts QueryEncoder.swift
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryEncoder.swift:352:29: error: 'let' binding pattern cannot appear in an expression
350 | case let fieldValue as Date:
351 | switch encoder.dateEncodingStrategy {
352 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
353 | encoder.dictionary[fieldName] = formatter.string(from: fieldValue)
354 | encoder.anyDictionary[fieldName] = fieldValue
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/QueryEncoder.swift:406:29: error: 'let' binding pattern cannot appear in an expression
404 | fatalError("ISO8601DateFormatter is unavailable on this platform.")
405 | }
406 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
407 | let strs: [String] = fieldValue.map { formatter.string(from: $0) }
408 | encoder.dictionary[fieldName] = strs.joined(separator: ",")
[195/441] Compiling KituraContracts Extensions.swift
/host/spi-builder-workspace/.build/checkouts/KituraContracts/Sources/KituraContracts/CodableQuery/Extensions.swift:214:25: error: 'let' binding pattern cannot appear in an expression
212 |
213 | switch decoderStrategy {
214 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
215 | let strs: [String] = self.components(separatedBy: ",")
216 | let dates = strs.map { formatter.date(from: $0) }.filter { $0 != nil }.map { $0! }
[196/441] Emitting module KituraContracts
[197/441] Compiling CircuitBreaker Utils.swift
[197/441] Compiling x_pubkey.cc
[199/441] Compiling CircuitBreaker Stats.swift
[200/441] Compiling CircuitBreaker MonitorCollection.swift
[201/441] Compiling CircuitBreaker Snapshot.swift
[202/441] Compiling CircuitBreaker BreakerError.swift
[203/441] Compiling CircuitBreaker Bulkhead.swift
[204/441] Compiling CircuitBreaker CircuitBreaker.swift
[205/441] Compiling CircuitBreaker Collection.swift
[206/442] Compiling x_exten.cc
[207/442] Compiling x_crl.cc
[209/442] Compiling KituraContracts Contracts.swift
[209/442] Compiling x509spki.cc
[209/442] Compiling x_all.cc
[209/442] Compiling x_attrib.cc
[209/442] Compiling x509rset.cc
[209/442] Compiling x_name.cc
[209/442] Compiling x_algor.cc
[209/442] Compiling x509name.cc
BUILD FAILURE 6.1 linux