The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Cobalt, reference v10.1.5 (7bdd62), with Swift 6.1 for Linux on 2 Jun 2025 16:49:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/e-sites/Cobalt.git
Reference: v10.1.5
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/e-sites/Cobalt
 * tag               v10.1.5    -> FETCH_HEAD
HEAD is now at 7bdd62f Redirect Authorization headers
Cloned https://github.com/e-sites/Cobalt.git
Revision (git rev-parse @):
7bdd62f6ad06ca3e27911fc04113f0ceaa421bb9
SUCCESS checkout https://github.com/e-sites/Cobalt.git at v10.1.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/e-sites/Cobalt.git
https://github.com/e-sites/Cobalt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "debugmasking",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/UnlockAgency/DebugMasking.git"
    }
  ],
  "manifest_display_name" : "Cobalt",
  "name" : "Cobalt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Cobalt",
      "targets" : [
        "Cobalt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CobaltCache",
      "targets" : [
        "CobaltCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CobaltStubbing",
      "targets" : [
        "CobaltStubbing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CobaltTesting",
      "module_type" : "SwiftTarget",
      "name" : "CobaltTesting",
      "path" : "CobaltTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "CobaltTests-Authentication.swift",
        "CobaltTests-Cache.swift",
        "CobaltTests-Parsing.swift",
        "CobaltTests-Requests.swift",
        "CobaltTests-Stubbing.swift",
        "CobaltTests.swift"
      ],
      "target_dependencies" : [
        "Cobalt",
        "CobaltStubbing",
        "CobaltCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CobaltStubbing",
      "module_type" : "SwiftTarget",
      "name" : "CobaltStubbing",
      "path" : "Sources/Stubbing",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "CobaltStubbing"
      ],
      "sources" : [
        "Client+Stubbing.swift",
        "ClientService+Stubbing.swift",
        "Stub.swift",
        "StubbingManager.swift"
      ],
      "target_dependencies" : [
        "Cobalt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CobaltCache",
      "module_type" : "SwiftTarget",
      "name" : "CobaltCache",
      "path" : "Sources/Cache",
      "product_memberships" : [
        "CobaltCache"
      ],
      "sources" : [
        "CacheManager.swift",
        "CachePolicy.swift",
        "Client+Cache.swift",
        "ClientService+Cache.swift",
        "Request+Cache.swift"
      ],
      "target_dependencies" : [
        "Cobalt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cobalt",
      "module_type" : "SwiftTarget",
      "name" : "Cobalt",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "Alamofire",
        "KeychainAccess",
        "Logging",
        "DebugMasking"
      ],
      "product_memberships" : [
        "Cobalt",
        "CobaltCache",
        "CobaltStubbing"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Core/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Authentication/AccessToken.swift",
        "Authentication/Authentication.swift",
        "Authentication/AuthenticationProvider.swift",
        "Authentication/AuthorizationCodeRequest.swift",
        "Base/ClientService.swift",
        "Base/CobaltClient.swift",
        "Base/CobaltConfig.swift",
        "Base/CobaltError.swift",
        "Base/CobaltRequest.swift",
        "Base/CobaltResponse.swift",
        "Base/RequestQueue.swift",
        "Extensions/Optional.swift",
        "Extensions/String+Extension.swift",
        "Logging/LoggingOption.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/UnlockAgency/DebugMasking.git
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/apple/swift-log.git
[1/4386] Fetching keychainaccess
[703/8222] Fetching keychainaccess, swift-log
[1010/8241] Fetching keychainaccess, swift-log, debugmasking
[5749/27825] Fetching keychainaccess, swift-log, debugmasking, nimble
[9767/57966] Fetching keychainaccess, swift-log, debugmasking, nimble, alamofire
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
[17747/54130] Fetching keychainaccess, debugmasking, nimble, alamofire
Fetched https://github.com/UnlockAgency/DebugMasking.git from cache (0.61s)
[22104/54111] Fetching keychainaccess, nimble, alamofire
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (4.47s)
Fetched https://github.com/Quick/Nimble.git from cache (4.48s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.52s)
Computing version for https://github.com/UnlockAgency/DebugMasking.git
Computed https://github.com/UnlockAgency/DebugMasking.git at 1.0.1 (5.04s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.63s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 11.2.2 (0.52s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.21s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.74s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.22s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (2.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.51s)
Creating working copy for https://github.com/UnlockAgency/DebugMasking.git
Working copy of https://github.com/UnlockAgency/DebugMasking.git resolved at 1.0.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 11.2.2
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.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/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Building for debugging...
[0/10] Write sources
[4/10] Copying PrivacyInfo.xcprivacy
[4/10] Write sources
[4/10] Copying PrivacyInfo.xcprivacy
[4/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/60] Emitting module Alamofire
[12/65] Compiling Logging LogHandler.swift
[13/65] Compiling Logging MetadataProvider.swift
[14/65] Compiling Logging Logging.swift
[15/65] Emitting module Logging
[16/65] Compiling Logging Locks.swift
[17/66] Emitting module DebugMasking
[18/66] Compiling DebugMasking DebugMasking.Config.swift
[20/66] Compiling Alamofire NetworkReachabilityManager.swift
[21/66] Compiling Alamofire RedirectHandler.swift
[22/66] Compiling Alamofire RequestCompression.swift
[23/66] Compiling Alamofire RequestInterceptor.swift
[24/66] Compiling Alamofire ResponseSerialization.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/66] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[26/66] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/CobaltTests/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/51] Compiling Logging MetadataProvider.swift
[3/51] Compiling DebugMasking DebugMasking.MaskOption.swift
[4/51] Compiling DebugMasking DebugMasking.Config.swift
[5/51] Emitting module DebugMasking
[6/51] Compiling DebugMasking DebugMasking.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/52] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[9/52] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[10/52] Compiling Logging LogHandler.swift
[11/52] Compiling Logging Locks.swift
[12/52] Emitting module Logging
[13/52] Compiling Logging Logging.swift
[14/52] Emitting module Alamofire
[16/58] Compiling Alamofire URLRequest+Alamofire.swift
[17/58] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[18/58] Compiling Alamofire AlamofireExtended.swift
[19/58] Compiling Alamofire AuthenticationInterceptor.swift
[20/58] Compiling Alamofire CachedResponseHandler.swift
[21/58] Compiling Alamofire WebSocketRequest.swift
[22/58] Compiling Alamofire DispatchQueue+Alamofire.swift
[23/58] Compiling Alamofire OperationQueue+Alamofire.swift
[24/58] Compiling Alamofire Result+Alamofire.swift
[25/58] Compiling Alamofire StringEncoding+Alamofire.swift
BUILD FAILURE 6.1 linux