The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build KituraKit, reference 1.0.200 (5ba793), with Swift 6.1 for Linux on 26 Apr 2025 07:24:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 1.0.200
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
 * tag               1.0.200    -> FETCH_HEAD
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 1.0.200
========================================
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/SwiftyRequest.git
Fetching https://github.com/Kitura/KituraContracts.git
[1/2546] Fetching kituracontracts
[1453/4641] Fetching kituracontracts, swiftyrequest
Fetched https://github.com/Kitura/KituraContracts.git from cache (0.41s)
Fetched https://github.com/Kitura/SwiftyRequest.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 (1.01s)
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.96s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
Computing version for https://github.com/Kitura/SwiftyRequest.git
Computed https://github.com/Kitura/SwiftyRequest.git at 3.2.200 (1.00s)
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.86s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.87s)
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.47s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5662] Fetching swift-nio-extras
[5663/81093] Fetching swift-nio-extras, swift-nio
[5664/95886] Fetching swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.76s)
[60727/81093] Fetching swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.78s)
Fetched https://github.com/apple/swift-nio.git from cache (4.88s)
Computing version for https://github.com/Kitura/CircuitBreaker.git
Computed https://github.com/Kitura/CircuitBreaker.git at 5.1.0 (5.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
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.61s)
Fetching https://github.com/apple/swift-nio-http2.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-atomics.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
[917/7934] Fetching swift-http-types, swift-http-structured-headers, swift-algorithms
[2904/19426] Fetching swift-http-types, swift-http-structured-headers, swift-algorithms, swift-nio-http2
[7374/21131] Fetching swift-http-types, swift-http-structured-headers, swift-algorithms, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.48s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.48s)
[10941/19100] Fetching swift-algorithms, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.48s)
[3448/11492] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.02s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.88s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.64s)
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.88s)
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.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.85s)
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.65s)
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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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-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-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-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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/436] Write sources
[21/436] Compiling CNIOWindows shim.c
[22/436] Compiling CNIOWindows WSAStartup.c
[22/436] Compiling _AtomicsShims.c
[24/436] Compiling CNIOLinux liburing_shims.c
[25/436] Compiling CNIOWASI CNIOWASI.c
[26/436] Compiling CNIOExtrasZlib empty.c
[27/436] Compiling CNIODarwin shim.c
[28/436] Compiling CNIOLLHTTP c_nio_http.c
[29/436] Compiling CNIOLLHTTP c_nio_api.c
[30/436] Compiling fiat_p256_adx_sqr.S
[31/436] Compiling fiat_p256_adx_mul.S
[32/436] Compiling fiat_curve25519_adx_square.S
[33/436] Compiling CNIOLinux shim.c
[34/436] Compiling fiat_curve25519_adx_mul.S
[35/436] Write swift-version-24593BA9C3E375BF.txt
[36/436] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/438] Compiling CNIOBoringSSLShims shims.c
[38/442] Compiling tls_method.cc
[39/442] Compiling tls_record.cc
[40/442] Compiling tls13_client.cc
[41/442] Compiling tls13_server.cc
[42/446] Compiling tls13_both.cc
[43/464] Compiling tls13_enc.cc
[44/464] Compiling t1_enc.cc
[45/464] Compiling ssl_versions.cc
[46/464] Compiling ssl_transcript.cc
[47/464] Compiling ssl_x509.cc
[49/464] Compiling _NIOBase64 Base64.swift
[50/464] Emitting module _NIOBase64
[51/464] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[52/464] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/467] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/467] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/467] Emitting module InternalCollectionsUtilities
[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] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/467] Compiling InternalCollectionsUtilities Integer rank.swift
[61/467] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/467] Compiling _NIODataStructures _TinyArray.swift
[64/467] Compiling Logging LogHandler.swift
[65/467] Compiling InternalCollectionsUtilities Debugging.swift
[66/467] Compiling InternalCollectionsUtilities Descriptions.swift
[67/467] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/467] Compiling InternalCollectionsUtilities Specialize.swift
[69/467] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/467] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/467] Compiling _NIODataStructures PriorityQueue.swift
[72/467] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[73/467] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/468] Compiling ssl_stat.cc
[76/483] Emitting module _NIODataStructures
[77/483] Compiling _NIODataStructures Heap.swift
[78/484] Emitting module Logging
[79/484] Compiling Logging Locks.swift
[80/484] Compiling Logging Logging.swift
[81/484] Compiling Logging MetadataProvider.swift
[82/485] Compiling ssl_privkey.cc
[85/485] Compiling DequeModule Deque+CustomReflectable.swift
[86/485] Compiling DequeModule Deque+Descriptions.swift
[87/487] Compiling DequeModule _DequeBuffer.swift
[88/487] Compiling DequeModule _DequeBufferHeader.swift
[88/487] Compiling ssl_session.cc
[89/487] Compiling ssl_lib.cc
[91/489] Compiling DequeModule Deque+Equatable.swift
[92/489] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/489] Compiling DequeModule Deque+Testing.swift
[94/489] Compiling DequeModule Deque._Storage.swift
[95/489] Compiling DequeModule Deque+Extras.swift
[96/489] Compiling DequeModule Deque+Hashable.swift
[97/489] Compiling DequeModule Deque._UnsafeHandle.swift
[98/489] Compiling DequeModule Deque.swift
[99/489] Compiling DequeModule _DequeSlot.swift
[100/489] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/489] Compiling ssl_key_share.cc
[102/489] Compiling DequeModule Deque+Codable.swift
[103/489] Compiling DequeModule Deque+Collection.swift
[104/489] Emitting module DequeModule
[105/490] Compiling ssl_file.cc
[106/490] Compiling ssl_buffer.cc
[107/490] Compiling ssl_cert.cc
[108/490] Compiling ssl_cipher.cc
[109/490] Compiling ssl_credential.cc
[110/490] Compiling ssl_asn1.cc
[111/490] Compiling s3_pkt.cc
[112/490] Compiling ssl_aead_ctx.cc
[113/490] Compiling s3_both.cc
[114/490] Compiling s3_lib.cc
[115/490] Compiling handshake_client.cc
[116/490] Compiling handshake_server.cc
[117/490] Emitting module LoggerAPI
[119/490] Compiling LoggerAPI Logger.swift
[119/490] Compiling handshake.cc
[120/490] Compiling handoff.cc
[122/493] Compiling extensions.cc
[123/500] Compiling dtls_record.cc
[124/500] Compiling encrypted_client_hello.cc
[126/500] Compiling KituraContracts BodyFormat.swift
[127/511] Compiling CircuitBreaker MonitorCollection.swift
[128/512] Compiling CircuitBreaker Monitor.swift
[129/512] Emitting module KituraContracts
[130/512] Compiling CircuitBreaker Utils.swift
[131/512] Compiling KituraContracts Coder.swift
[132/512] Compiling KituraContracts ClosureAliases.swift
[133/512] Compiling CircuitBreaker BreakerError.swift
[134/512] Compiling CircuitBreaker Bulkhead.swift
[135/512] 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! }
[135/512] Compiling dtls_method.cc
[137/512] Compiling CircuitBreaker Invocation.swift
[138/512] 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):
[139/512] 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: ",")
[140/512] Emitting module CircuitBreaker
[140/512] Compiling d1_lib.cc
[141/512] Compiling md5-x86_64-linux.S
[142/512] Compiling md5-586-linux.S
[143/512] Compiling md5-x86_64-apple.S
[147/512] Compiling CircuitBreaker CircuitBreaker.swift
[148/512] Compiling CircuitBreaker Collection.swift
[149/512] Compiling CircuitBreaker Stats.swift
[149/512] Compiling md5-586-apple.S
[151/512] Compiling CircuitBreaker Snapshot.swift
[151/513] Compiling chacha20_poly1305_x86_64-linux.S
[152/513] Compiling d1_srtp.cc
[153/513] Compiling d1_pkt.cc
[155/513] Compiling chacha20_poly1305_x86_64-apple.S
[156/513] Compiling chacha20_poly1305_armv8-linux.S
[157/513] Compiling chacha20_poly1305_armv8-win.S
[158/513] Compiling chacha20_poly1305_armv8-apple.S
[159/513] Compiling err_data.cc
[160/513] Compiling chacha-x86_64-linux.S
[161/513] Compiling chacha-x86_64-apple.S
[162/513] Compiling chacha-x86-linux.S
[163/513] Compiling chacha-x86-apple.S
[164/513] Compiling chacha-armv8-win.S
[165/513] Compiling bio_ssl.cc
[166/513] Compiling chacha-armv8-linux.S
[167/513] Compiling chacha-armv8-apple.S
[168/513] Compiling chacha-armv4-linux.S
[169/513] Compiling aes128gcmsiv-x86_64-apple.S
[170/513] Compiling aes128gcmsiv-x86_64-linux.S
[171/513] Compiling x86_64-mont5-linux.S
[172/513] Compiling x86_64-mont5-apple.S
[173/513] Compiling x86_64-mont-linux.S
[174/513] Compiling x86_64-mont-apple.S
[175/513] Compiling x86-mont-apple.S
[176/513] Compiling vpaes-x86_64-apple.S
[177/513] Compiling vpaes-x86_64-linux.S
[178/513] Compiling x86-mont-linux.S
[179/513] Compiling vpaes-x86-linux.S
[180/513] Compiling vpaes-x86-apple.S
[181/513] Compiling vpaes-armv8-win.S
[182/513] Compiling vpaes-armv8-linux.S
[183/513] Compiling vpaes-armv7-linux.S
[184/513] Compiling vpaes-armv8-apple.S
[185/513] Compiling sha512-x86_64-linux.S
[186/513] Compiling sha512-x86_64-apple.S
[187/513] Compiling sha512-armv8-win.S
[188/513] Compiling sha512-armv8-linux.S
[189/513] Compiling sha512-armv8-apple.S
[190/513] Compiling sha512-armv4-linux.S
[191/513] Compiling sha512-586-linux.S
[192/513] Compiling sha512-586-apple.S
[193/513] Compiling d1_both.cc
[194/513] Compiling sha256-x86_64-linux.S
[195/513] Compiling sha256-x86_64-apple.S
[196/513] Compiling sha256-armv8-win.S
[197/513] Compiling sha256-armv8-linux.S
[198/513] Compiling sha256-armv8-apple.S
[199/513] Compiling sha256-armv4-linux.S
[200/513] Compiling sha1-x86_64-apple.S
[201/513] Compiling sha256-586-linux.S
[202/513] Compiling sha256-586-apple.S
[203/513] Compiling sha1-x86_64-linux.S
[204/513] Compiling sha1-armv8-win.S
[205/513] Compiling sha1-armv8-linux.S
[206/513] Compiling sha1-armv8-apple.S
[207/513] Compiling sha1-armv4-large-linux.S
[208/513] Compiling sha1-586-apple.S
[209/513] Compiling sha1-586-linux.S
[210/513] Compiling rsaz-avx2-apple.S
[211/513] Compiling rdrand-x86_64-linux.S
[212/513] Compiling rsaz-avx2-linux.S
[213/513] Compiling rdrand-x86_64-apple.S
[214/513] Compiling p256_beeu-x86_64-asm-apple.S
[215/513] Compiling p256_beeu-armv8-asm-win.S
[216/513] Compiling p256_beeu-x86_64-asm-linux.S
[217/513] Compiling p256_beeu-armv8-asm-linux.S
[218/513] Compiling p256_beeu-armv8-asm-apple.S
[219/513] Compiling p256-x86_64-asm-linux.S
[220/513] Compiling p256-armv8-asm-win.S
[221/513] Compiling p256-x86_64-asm-apple.S
[222/513] Compiling p256-armv8-asm-apple.S
[223/513] Compiling p256-armv8-asm-linux.S
[224/513] Compiling ghashv8-armv8-linux.S
[225/513] Compiling ghashv8-armv8-win.S
[226/513] Compiling ghashv8-armv8-apple.S
[227/513] Compiling ghashv8-armv7-linux.S
[228/513] Compiling ghash-x86-linux.S
[229/513] Compiling ghash-x86_64-linux.S
[230/513] Compiling ghash-x86_64-apple.S
[231/513] Compiling ghash-x86-apple.S
[232/513] Compiling ghash-ssse3-x86_64-apple.S
[233/513] Compiling ghash-ssse3-x86_64-linux.S
[234/513] Compiling ghash-ssse3-x86-apple.S
[235/513] Compiling ghash-ssse3-x86-linux.S
[236/513] Compiling ghash-neon-armv8-win.S
[237/513] Compiling ghash-neon-armv8-linux.S
[238/513] Compiling ghash-neon-armv8-apple.S
[239/513] Compiling ghash-armv4-linux.S
[240/513] Compiling co-586-linux.S
[241/513] Compiling bsaes-armv7-linux.S
[242/513] Compiling co-586-apple.S
[243/513] Compiling bn-armv8-win.S
[244/513] Compiling bn-armv8-linux.S
[246/513] Compiling KituraContracts Contracts.swift
[246/513] Compiling bn-586-linux.S
[247/513] Compiling bn-armv8-apple.S
[248/513] Compiling bn-586-apple.S
[248/513] Compiling armv8-mont-win.S
[250/513] Compiling armv8-mont-linux.S
[251/513] Compiling armv8-mont-apple.S
[252/513] Compiling aesv8-gcm-armv8-win.S
[253/513] Compiling armv4-mont-linux.S
[254/513] Compiling aesv8-gcm-armv8-linux.S
[255/513] Compiling aesv8-armv8-win.S
[256/513] Compiling aesv8-gcm-armv8-apple.S
[257/513] Compiling aesv8-armv8-linux.S
[258/513] Compiling aesv8-armv8-apple.S
[259/513] Compiling aesni-x86-linux.S
[259/513] Compiling aesni-x86-apple.S
[259/513] Compiling aesv8-armv7-linux.S
[259/513] Compiling aesni-x86_64-apple.S
[259/513] Compiling aesni-gcm-x86_64-apple.S
[259/513] Compiling aesni-gcm-x86_64-linux.S
[259/513] Compiling aesni-x86_64-linux.S
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/255] Compiling aesni-x86_64-apple.S
[1/255] Compiling aesv8-armv7-linux.S
[2/255] Compiling aesni-x86-linux.S
[3/255] Compiling aesni-x86_64-linux.S
[4/255] Compiling aes-gcm-avx2-x86_64-linux.S
[5/255] Compiling aesni-gcm-x86_64-linux.S
[6/255] Compiling aesni-gcm-x86_64-apple.S
[7/255] Compiling aesni-x86-apple.S
[8/255] Compiling aes-gcm-avx10-x86_64-linux.S
[9/255] Compiling aes-gcm-avx2-x86_64-apple.S
[10/255] Compiling aes-gcm-avx10-x86_64-apple.S
[11/255] Write swift-version-24593BA9C3E375BF.txt
[12/255] Compiling x_sig.cc
[13/255] Compiling x_pubkey.cc
[14/255] Compiling x_spki.cc
[15/255] Compiling x_x509a.cc
[16/255] Compiling x_val.cc
[17/255] Compiling x_req.cc
[18/259] Compiling x_x509.cc
[19/283] Compiling x_name.cc
[21/283] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/283] Compiling InternalCollectionsUtilities Specialize.swift
[23/283] Compiling Logging MetadataProvider.swift
[24/285] Compiling InternalCollectionsUtilities Debugging.swift
[25/285] Compiling InternalCollectionsUtilities Descriptions.swift
[26/285] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/285] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/285] Compiling Logging LogHandler.swift
[29/285] Compiling Logging Locks.swift
[30/285] Emitting module Logging
[31/285] Emitting module _NIODataStructures
[32/285] Compiling _NIODataStructures Heap.swift
[33/285] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/285] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/285] Compiling InternalCollectionsUtilities UInt+reversed.swift
[36/285] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[37/285] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[38/285] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[39/285] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[40/285] Compiling _NIODataStructures PriorityQueue.swift
[41/285] Compiling _NIODataStructures _TinyArray.swift
[42/286] Emitting module _NIOBase64
[43/286] Compiling _NIOBase64 Base64.swift
[44/287] Compiling x_exten.cc
[47/287] Emitting module InternalCollectionsUtilities
[47/287] Compiling x_attrib.cc
[48/287] Compiling x_crl.cc
[50/287] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[51/287] Compiling InternalCollectionsUtilities Integer rank.swift
[52/287] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/287] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[54/287] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/288] Compiling Logging Logging.swift
[56/289] Compiling x_all.cc
[58/289] Compiling x_algor.cc
[59/291] Compiling x509rset.cc
[60/291] Compiling x509spki.cc
[61/291] Compiling x509name.cc
[63/306] Compiling DequeModule Deque+CustomReflectable.swift
[64/306] Compiling DequeModule Deque+Descriptions.swift
[65/308] Compiling DequeModule _DequeBuffer.swift
[66/308] Compiling DequeModule _DequeBufferHeader.swift
[67/308] Emitting module LoggerAPI
[68/308] Compiling LoggerAPI Logger.swift
[68/308] Compiling x509cset.cc
[71/309] Compiling DequeModule Deque+Extras.swift
[72/309] Compiling DequeModule Deque+Hashable.swift
[73/309] Compiling DequeModule Deque+Equatable.swift
[74/309] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/309] Compiling x509_vpm.cc
[76/309] Compiling DequeModule _DequeSlot.swift
[77/309] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/318] Compiling DequeModule Deque+Testing.swift
[79/318] Compiling DequeModule Deque._Storage.swift
[80/318] Compiling DequeModule Deque._UnsafeHandle.swift
[81/318] Compiling DequeModule Deque.swift
[81/318] Compiling x509_txt.cc
[82/318] Compiling x509_vfy.cc
[83/318] Compiling x509_v3.cc
[85/318] Compiling KituraContracts BodyDecoder.swift
[86/318] Compiling KituraContracts BodyEncoder.swift
[88/319] Compiling x509_trs.cc
[90/319] Emitting module DequeModule
[91/319] Compiling KituraContracts BodyFormat.swift
[93/330] 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):
[94/330] 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: ",")
[95/330] Emitting module KituraContracts
[95/330] Compiling x509_set.cc
[96/330] Compiling x509_req.cc
[98/330] Emitting module CircuitBreaker
[99/330] Compiling KituraContracts ClosureAliases.swift
[100/330] Compiling KituraContracts Coder.swift
[101/331] 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! }
[102/331] Compiling CircuitBreaker Invocation.swift
[103/331] Compiling CircuitBreaker Monitor.swift
[104/331] Compiling CircuitBreaker Utils.swift
[105/331] Compiling CircuitBreaker MonitorCollection.swift
[106/331] Compiling CircuitBreaker Snapshot.swift
[107/331] Compiling CircuitBreaker Stats.swift
[108/331] Compiling CircuitBreaker BreakerError.swift
[109/331] Compiling CircuitBreaker Bulkhead.swift
[110/331] Compiling CircuitBreaker CircuitBreaker.swift
[111/331] Compiling CircuitBreaker Collection.swift
[112/331] Compiling KituraContracts Contracts.swift
[112/332] Compiling x509_lu.cc
[113/332] Compiling x509_ext.cc
[115/332] Compiling x509_att.cc
[115/332] Compiling x509_d2.cc
[115/332] Compiling x509.cc
[115/332] Compiling x509_def.cc
[115/332] Compiling x509_obj.cc
[115/332] Compiling x509_cmp.cc
BUILD FAILURE 6.1 linux