Build Information
Failed to build KituraKit, reference master (5ba793
), with Swift 6.1 for Android on 27 May 2025 22:04:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: android
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Kitura/SwiftyRequest.git
Fetching https://github.com/Kitura/KituraContracts.git
[1/2546] Fetching kituracontracts
[1682/4641] Fetching kituracontracts, swiftyrequest
Fetched https://github.com/Kitura/KituraContracts.git from cache (0.58s)
Fetched https://github.com/Kitura/SwiftyRequest.git from cache (0.59s)
Computing version for https://github.com/Kitura/KituraContracts.git
Computed https://github.com/Kitura/KituraContracts.git at 1.2.201 (1.41s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.42s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (1.28s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
Computing version for https://github.com/Kitura/SwiftyRequest.git
Computed https://github.com/Kitura/SwiftyRequest.git at 3.2.200 (1.69s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/Kitura/CircuitBreaker.git
[1/1733] Fetching circuitbreaker
[1734/15747] Fetching circuitbreaker, async-http-client
Fetched https://github.com/Kitura/CircuitBreaker.git from cache (0.40s)
[2383/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.86s)
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.33s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5914] Fetching swift-nio-extras
[5915/81969] Fetching swift-nio-extras, swift-nio
[7437/96812] Fetching swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.55s)
[72645/90898] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.59s)
[58563/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.48s)
Computing version for https://github.com/Kitura/CircuitBreaker.git
Computed https://github.com/Kitura/CircuitBreaker.git at 5.1.0 (6.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.58s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[1544/6575] Fetching swift-asn1, swift-async-algorithms
[3635/12730] Fetching swift-asn1, swift-async-algorithms, swift-certificates
[6632/15156] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle
[8866/16866] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-atomics
[12836/22825] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.39s)
[13263/21235] Fetching swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.47s)
Fetching https://github.com/apple/swift-http-types.git
[14165/16250] Fetching swift-certificates, swift-service-lifecycle, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (0.59s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.68s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.68s)
[1/1141] Fetching swift-http-structured-headers
[983/2045] Fetching swift-http-structured-headers, swift-http-types
[2046/13572] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
[1614/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.17s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.29s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.62s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.63s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.94s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.89s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.69s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.15s)
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.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.06s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.45s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.89s)
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.57s)
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.3.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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.31.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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
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
Building for debugging...
[0/436] Write sources
[21/436] Compiling CNIOWindows shim.c
[22/436] Compiling CNIOLLHTTP c_nio_http.c
[23/436] Compiling CNIOWindows WSAStartup.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 CNIOLinux liburing_shims.c
[29/436] Compiling CNIOLLHTTP c_nio_api.c
[30/436] Compiling fiat_p256_adx_sqr.S
[31/436] Compiling CNIOLinux shim.c
[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/440] Compiling CNIOBoringSSLShims shims.c
[38/442] Compiling a_dup.cc
[39/447] Compiling tls_method.cc
[40/461] Compiling tls_record.cc
[41/461] Compiling tls13_client.cc
[42/461] Compiling tls13_enc.cc
[43/461] Compiling tls13_server.cc
[45/461] Emitting module Logging
[46/461] Emitting module InternalCollectionsUtilities
[46/462] Compiling ssl_versions.cc
[47/462] Compiling tls13_both.cc
[48/462] Compiling t1_enc.cc
[50/462] Emitting module _NIOBase64
[51/462] Compiling _NIOBase64 Base64.swift
[52/462] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/463] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/463] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[55/463] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/463] Compiling _NIODataStructures PriorityQueue.swift
[57/463] Compiling Logging LogHandler.swift
[58/463] Compiling _NIODataStructures _TinyArray.swift
[59/463] Compiling InternalCollectionsUtilities Descriptions.swift
[60/463] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/463] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/463] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/463] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/463] Compiling InternalCollectionsUtilities Debugging.swift
[65/463] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/463] Compiling InternalCollectionsUtilities Integer rank.swift
[67/463] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/463] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/464] Emitting module _NIODataStructures
[70/464] Compiling _NIODataStructures Heap.swift
[70/465] Compiling ssl_x509.cc
[75/480] Compiling DequeModule Deque+CustomReflectable.swift
[76/480] Compiling DequeModule Deque+Descriptions.swift
[77/482] Compiling DequeModule _DequeBuffer.swift
[78/482] Compiling DequeModule _DequeBufferHeader.swift
[79/482] Compiling DequeModule Deque+Equatable.swift
[80/482] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/482] Compiling DequeModule Deque+Extras.swift
[82/482] Compiling DequeModule Deque+Hashable.swift
[83/482] Compiling DequeModule _DequeSlot.swift
[84/482] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/482] Compiling ssl_transcript.cc
[85/482] Compiling ssl_stat.cc
[87/482] Compiling DequeModule Deque+Testing.swift
[88/482] Compiling DequeModule Deque._Storage.swift
[89/482] Compiling DequeModule Deque._UnsafeHandle.swift
[90/482] Compiling DequeModule Deque.swift
[91/482] Compiling DequeModule Deque+Codable.swift
[92/482] Compiling DequeModule Deque+Collection.swift
[93/482] Emitting module DequeModule
[93/483] Compiling ssl_session.cc
[95/483] Compiling ssl_privkey.cc
[97/483] Compiling Logging Locks.swift
[97/483] Compiling ssl_key_share.cc
[99/483] Compiling Logging MetadataProvider.swift
[100/483] Compiling Logging Logging.swift
[101/484] Compiling ssl_lib.cc
[102/486] Compiling ssl_file.cc
[103/486] Compiling ssl_cipher.cc
[104/486] Compiling ssl_credential.cc
[105/486] Compiling ssl_buffer.cc
[106/486] Compiling ssl_cert.cc
[107/486] Compiling ssl_asn1.cc
[108/486] Compiling ssl_aead_ctx.cc
[109/486] Compiling handshake_client.cc
[110/486] Compiling s3_pkt.cc
[111/486] Compiling s3_lib.cc
[112/486] Compiling s3_both.cc
[113/486] Compiling handshake_server.cc
[114/486] Compiling handshake.cc
[115/486] Compiling handoff.cc
[117/486] Emitting module LoggerAPI
[118/486] Compiling LoggerAPI Logger.swift
[118/487] Compiling encrypted_client_hello.cc
[120/487] Compiling dtls_method.cc
[121/496] Compiling dtls_record.cc
[123/496] Compiling KituraContracts Coder.swift
[124/497] Compiling KituraContracts ClosureAliases.swift
[125/497] Compiling KituraContracts BodyFormat.swift
[126/498] Compiling KituraContracts BodyDecoder.swift
[127/498] Compiling KituraContracts BodyEncoder.swift
[127/507] Compiling extensions.cc
[129/507] 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):
[129/507] Compiling md5-x86_64-linux.S
[130/507] Compiling md5-x86_64-apple.S
[132/507] Compiling CircuitBreaker MonitorCollection.swift
[132/508] Compiling md5-586-linux.S
[133/508] Compiling d1_srtp.cc
[134/508] Compiling md5-586-apple.S
[136/508] 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: ",")
[137/508] Compiling CircuitBreaker Monitor.swift
[137/508] Compiling chacha20_poly1305_x86_64-linux.S
[138/508] Compiling chacha20_poly1305_x86_64-apple.S
[140/508] Compiling CircuitBreaker Stats.swift
[141/508] Emitting module CircuitBreaker
[141/508] Compiling chacha20_poly1305_armv8-win.S
[143/508] 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! }
[144/508] Compiling CircuitBreaker Utils.swift
[145/508] Compiling CircuitBreaker Invocation.swift
[145/508] Compiling chacha20_poly1305_armv8-linux.S
[146/508] Compiling d1_pkt.cc
[148/508] Compiling CircuitBreaker Snapshot.swift
[148/508] Compiling err_data.cc
[149/508] Compiling chacha20_poly1305_armv8-apple.S
[151/508] Emitting module KituraContracts
[151/508] Compiling chacha-x86_64-linux.S
[152/508] Compiling chacha-x86_64-apple.S
[153/508] Compiling chacha-x86-linux.S
[154/508] Compiling chacha-armv8-win.S
[155/508] Compiling chacha-x86-apple.S
[157/508] Compiling CircuitBreaker BreakerError.swift
[158/508] Compiling CircuitBreaker Bulkhead.swift
[159/508] Compiling CircuitBreaker CircuitBreaker.swift
[160/508] Compiling CircuitBreaker Collection.swift
[160/509] Compiling chacha-armv4-linux.S
[161/509] Compiling chacha-armv8-linux.S
[161/509] Compiling chacha-armv8-apple.S
[163/509] Compiling aes128gcmsiv-x86_64-linux.S
[164/509] Compiling x86_64-mont5-linux.S
[166/509] Compiling aes128gcmsiv-x86_64-apple.S
[167/509] Compiling x86_64-mont5-apple.S
[168/509] Compiling x86_64-mont-linux.S
[169/509] Compiling x86-mont-linux.S
[170/509] Compiling x86_64-mont-apple.S
[171/509] Compiling x86-mont-apple.S
[172/509] Compiling vpaes-x86_64-apple.S
[172/509] Compiling vpaes-x86_64-linux.S
[174/509] Compiling vpaes-x86-linux.S
[176/509] Compiling KituraContracts Contracts.swift
[176/509] Compiling vpaes-x86-apple.S
[176/509] Compiling vpaes-armv8-win.S
[176/509] Compiling vpaes-armv8-linux.S
[176/509] Compiling bio_ssl.cc
[176/509] Compiling d1_both.cc
[176/509] Compiling vpaes-armv8-apple.S
[176/509] Compiling d1_lib.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/334] Compiling vpaes-armv8-apple.S
[1/334] Compiling vpaes-x86-apple.S
[2/334] Compiling vpaes-armv8-win.S
[3/334] Compiling vpaes-armv8-linux.S
[4/334] Compiling vpaes-armv7-linux.S
[5/334] Compiling sha512-x86_64-apple.S
[6/334] Compiling sha512-x86_64-linux.S
[7/334] Compiling sha512-armv8-win.S
[8/334] Compiling sha512-armv8-linux.S
[8/334] Compiling sha512-armv4-linux.S
[10/334] Compiling sha512-armv8-apple.S
[11/334] Compiling sha512-586-linux.S
[12/334] Compiling sha512-586-apple.S
[13/334] Compiling sha256-x86_64-linux.S
[14/334] Compiling sha256-x86_64-apple.S
[15/334] Compiling sha256-armv8-win.S
[16/334] Compiling sha256-586-linux.S
[17/334] Compiling sha256-armv8-apple.S
[18/334] Compiling sha256-armv4-linux.S
[19/334] Compiling sha256-armv8-linux.S
[20/334] Write swift-version-24593BA9C3E375BF.txt
[21/334] Compiling sha1-x86_64-linux.S
[22/334] Compiling sha256-586-apple.S
[23/334] Compiling sha1-x86_64-apple.S
[24/334] Compiling sha1-armv8-win.S
[25/334] Compiling sha1-armv8-linux.S
[26/334] Compiling sha1-armv8-apple.S
[27/336] Compiling sha1-armv4-large-linux.S
[28/343] Compiling sha1-586-linux.S
[29/345] Compiling sha1-586-apple.S
[30/359] Compiling rsaz-avx2-linux.S
[31/359] Compiling rsaz-avx2-apple.S
[32/359] Compiling rdrand-x86_64-linux.S
[33/359] Compiling rdrand-x86_64-apple.S
[35/359] Compiling Logging MetadataProvider.swift
[36/359] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/360] Compiling p256_beeu-x86_64-asm-linux.S
[37/360] Compiling p256_beeu-x86_64-asm-apple.S
[38/360] Compiling p256_beeu-armv8-asm-win.S
[39/360] Compiling p256_beeu-armv8-asm-linux.S
[41/360] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[42/360] Compiling InternalCollectionsUtilities Debugging.swift
[43/360] Compiling InternalCollectionsUtilities Descriptions.swift
[44/360] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/360] Emitting module Logging
[45/360] Compiling p256_beeu-armv8-asm-apple.S
[46/360] Compiling p256-x86_64-asm-linux.S
[48/360] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/360] Compiling InternalCollectionsUtilities UInt+reversed.swift
[49/360] Compiling bio_ssl.cc
[51/360] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/360] Compiling InternalCollectionsUtilities Integer rank.swift
[53/360] Emitting module InternalCollectionsUtilities
[54/360] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/360] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/360] Compiling p256-x86_64-asm-apple.S
[57/360] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/360] Emitting module _NIOBase64
[59/360] Compiling _NIOBase64 Base64.swift
[59/360] Compiling d1_both.cc
[60/361] Compiling p256-armv8-asm-win.S
[61/361] Compiling d1_lib.cc
[62/361] Compiling p256-armv8-asm-linux.S
[63/361] Compiling p256-armv8-asm-apple.S
[64/361] Compiling ghashv8-armv8-apple.S
[65/361] Compiling ghashv8-armv8-win.S
[66/361] Compiling ghashv8-armv8-linux.S
[69/361] Compiling _NIODataStructures PriorityQueue.swift
[70/361] Emitting module _NIODataStructures
[71/361] Compiling _NIODataStructures _TinyArray.swift
[72/361] Compiling _NIODataStructures Heap.swift
[73/362] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/362] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/363] Compiling ghash-x86-linux.S
[75/363] Compiling ghash-x86_64-apple.S
[76/363] Compiling ghashv8-armv7-linux.S
[77/363] Compiling ghash-x86_64-linux.S
[78/363] Compiling ghash-x86-apple.S
[80/363] Compiling ghash-ssse3-x86_64-linux.S
[81/363] Compiling ghash-ssse3-x86-apple.S
[83/363] Compiling ghash-ssse3-x86-linux.S
[83/363] Compiling ghash-ssse3-x86_64-apple.S
[86/363] Compiling Logging Locks.swift
[87/363] Compiling Logging Logging.swift
[88/363] Compiling Logging LogHandler.swift
[88/364] Compiling ghash-neon-armv8-win.S
[88/364] Compiling ghash-neon-armv8-linux.S
[90/364] Compiling ghash-neon-armv8-apple.S
[91/364] Compiling co-586-linux.S
[92/364] Compiling ghash-armv4-linux.S
[94/364] Compiling bsaes-armv7-linux.S
[95/364] Compiling bn-armv8-win.S
[96/364] Compiling bn-armv8-linux.S
[97/364] Compiling co-586-apple.S
[98/364] Compiling bn-586-linux.S
[99/364] Compiling bn-armv8-apple.S
[100/364] Compiling armv8-mont-win.S
[101/364] Compiling bn-586-apple.S
[102/364] Compiling armv8-mont-apple.S
[103/364] Compiling armv8-mont-linux.S
[104/364] Compiling aesv8-gcm-armv8-win.S
[105/364] Compiling armv4-mont-linux.S
[106/364] Compiling aesv8-gcm-armv8-apple.S
[107/364] Compiling aesv8-armv8-win.S
[108/364] Compiling aesv8-armv8-apple.S
[109/364] Compiling aesv8-gcm-armv8-linux.S
[110/373] Compiling aesv8-armv8-linux.S
[111/377] Compiling aesv8-armv7-linux.S
[112/379] Compiling aesni-x86_64-linux.S
[113/379] Compiling aesni-x86_64-apple.S
[114/379] Compiling aesni-x86-apple.S
[115/380] Compiling aesni-gcm-x86_64-linux.S
[116/381] Compiling aesni-x86-linux.S
[117/381] Compiling aesni-gcm-x86_64-apple.S
[118/381] Compiling aes-gcm-avx2-x86_64-linux.S
[119/381] Compiling aes-gcm-avx2-x86_64-apple.S
[120/381] Compiling aes-gcm-avx10-x86_64-apple.S
[121/381] Compiling aes-gcm-avx10-x86_64-linux.S
[123/381] Compiling DequeModule Deque+CustomReflectable.swift
[124/381] Compiling DequeModule Deque+Descriptions.swift
[125/383] Compiling DequeModule _DequeBuffer.swift
[126/383] Compiling DequeModule _DequeBufferHeader.swift
[127/383] Emitting module LoggerAPI
[128/383] Compiling DequeModule Deque+Testing.swift
[129/383] Compiling DequeModule Deque._Storage.swift
[130/383] Compiling DequeModule Deque+Extras.swift
[131/383] Compiling DequeModule Deque+Hashable.swift
[132/383] Compiling LoggerAPI Logger.swift
[133/384] Compiling DequeModule _DequeSlot.swift
[134/384] Compiling DequeModule _UnsafeWrappedBuffer.swift
[136/384] Compiling DequeModule Deque+Equatable.swift
[137/384] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[138/384] Compiling DequeModule Deque._UnsafeHandle.swift
[139/384] Compiling DequeModule Deque.swift
[139/384] Compiling x_sig.cc
[141/384] Compiling DequeModule Deque+Codable.swift
[142/384] Compiling DequeModule Deque+Collection.swift
[143/384] Emitting module DequeModule
[144/394] Compiling x_spki.cc
[145/394] Compiling x_val.cc
[146/394] Compiling x_x509a.cc
[148/394] Compiling KituraContracts ClosureAliases.swift
[148/395] Compiling x_req.cc
[149/395] Compiling x_x509.cc
[151/395] Compiling KituraContracts BodyFormat.swift
[152/395] Compiling KituraContracts BodyDecoder.swift
[153/395] Compiling KituraContracts BodyEncoder.swift
[154/405] Emitting module KituraContracts
[155/405] Compiling CircuitBreaker Monitor.swift
[156/405] 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):
[157/405] 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: ",")
[158/406] Compiling KituraContracts Coder.swift
[159/406] 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! }
[159/406] Compiling x_pubkey.cc
[161/406] Compiling CircuitBreaker Utils.swift
[162/406] Compiling CircuitBreaker Snapshot.swift
[163/406] Compiling CircuitBreaker MonitorCollection.swift
[164/406] Compiling CircuitBreaker Stats.swift
[165/406] Compiling CircuitBreaker Invocation.swift
[166/406] Compiling CircuitBreaker BreakerError.swift
[167/406] Compiling CircuitBreaker Bulkhead.swift
[168/406] Emitting module CircuitBreaker
[169/406] Compiling CircuitBreaker CircuitBreaker.swift
[170/406] Compiling CircuitBreaker Collection.swift
[170/407] Compiling x_exten.cc
[172/407] Compiling x_name.cc
[173/407] Compiling x_attrib.cc
[174/407] Compiling x_crl.cc
[175/407] Compiling x_all.cc
[177/407] Compiling KituraContracts Contracts.swift
[177/407] Compiling x509_vpm.cc
[177/407] Compiling x509name.cc
[177/407] Compiling x509cset.cc
[177/407] Compiling x509spki.cc
[177/407] Compiling x509rset.cc
[177/407] Compiling x_algor.cc
[177/407] Compiling x509_vfy.cc
BUILD FAILURE 6.1 android