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 DataFetcher, reference master (b1117c), with Swift 6.1 for Android on 28 May 2025 08:14:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/elegantchaos/DataFetcher.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/elegantchaos/DataFetcher
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b1117cb added license
Cloned https://github.com/elegantchaos/DataFetcher.git
Revision (git rev-parse @):
b1117cb0d36021090bbc515d15aec16c1a268c6b
SUCCESS checkout https://github.com/elegantchaos/DataFetcher.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elegantchaos/DataFetcher.git
https://github.com/elegantchaos/DataFetcher.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "coercion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Coercion.git"
    },
    {
      "identity" : "xctestextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XCTestExtensions.git"
    }
  ],
  "manifest_display_name" : "DataFetcher",
  "name" : "DataFetcher",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "DataFetcher",
      "targets" : [
        "DataFetcher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DataFetcherTests",
      "module_type" : "SwiftTarget",
      "name" : "DataFetcherTests",
      "path" : "Tests/DataFetcherTests",
      "product_dependencies" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "CodableTests.swift",
        "DataTests.swift",
        "JSONTests.swift",
        "StringTests.swift",
        "TestSupport.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DataFetcher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataFetcher",
      "module_type" : "SwiftTarget",
      "name" : "DataFetcher",
      "path" : "Sources/DataFetcher",
      "product_dependencies" : [
        "Coercion"
      ],
      "product_memberships" : [
        "DataFetcher"
      ],
      "sources" : [
        "DataFetcher.swift",
        "JSONDictionary.swift",
        "MockDataFetcher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/elegantchaos/XCTestExtensions.git
Fetching https://github.com/elegantchaos/Coercion.git
[1/571] Fetching xctestextensions
[572/845] Fetching xctestextensions, coercion
Fetched https://github.com/elegantchaos/Coercion.git from cache (0.30s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.30s)
Computing version for https://github.com/elegantchaos/Coercion.git
Computed https://github.com/elegantchaos/Coercion.git at 1.1.3 (0.80s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.5.1 (0.48s)
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.26s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.79s)
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.5.1
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Creating working copy for https://github.com/elegantchaos/Coercion.git
Working copy of https://github.com/elegantchaos/Coercion.git resolved at 1.1.3
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling Coercion StringConvertible.swift
[5/18] Compiling Coercion UIntConvertible.swift
[6/19] Compiling Coercion String+Coercion.swift
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/String+Coercion.swift:46:11: error: cannot find type 'CFBoolean' in scope
44 |
45 | #if !os(Linux)
46 | extension CFBoolean: StringConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
47 |     public var asString: String? { self == kCFBooleanTrue ? "true" : "false" }
48 | }
[7/19] Compiling Coercion IntConvertible.swift
[8/19] Compiling Coercion StandardConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/19] Compiling Coercion Converter.swift
[10/19] Compiling Coercion Date+Coercion.swift
[11/19] Compiling Coercion BoolConvertible.swift
[12/19] Compiling Coercion DataConvertible.swift
[13/19] Emitting module Coercion
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:39:11: error: cannot find type 'CFBoolean' in scope
37 |
38 | #if !os(Linux)
39 | extension CFBoolean: IntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
40 |     public var asInt: Int? { self == kCFBooleanTrue ? 1 : 0 }
41 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:43:11: error: cannot find type 'CFBoolean' in scope
41 | }
42 |
43 | extension CFBoolean: UIntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
44 |     public var asUInt: UInt? { self == kCFBooleanTrue ? 1 : 0 }
45 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Bool+Coercion.swift:33:11: error: cannot find type 'CFBoolean' in scope
31 |
32 | #if !os(Linux)
33 | extension CFBoolean: BoolConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
34 |     public var asBool: Bool? { self == kCFBooleanTrue }
35 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Double+Coercion.swift:35:11: error: cannot find type 'CFBoolean' in scope
33 |
34 | #if !os(Linux)
35 | extension CFBoolean: DoubleConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
36 |     public var asDouble: Double? { self == kCFBooleanTrue ? 1.0 : 0.0 }
37 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/String+Coercion.swift:46:11: error: cannot find type 'CFBoolean' in scope
44 |
45 | #if !os(Linux)
46 | extension CFBoolean: StringConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
47 |     public var asString: String? { self == kCFBooleanTrue ? "true" : "false" }
48 | }
[14/19] Compiling Coercion DateConvertible.swift
[15/19] Compiling Coercion DoubleConvertible.swift
[16/19] Compiling Coercion Dictionary+Coercion.swift
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Double+Coercion.swift:35:11: error: cannot find type 'CFBoolean' in scope
33 |
34 | #if !os(Linux)
35 | extension CFBoolean: DoubleConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
36 |     public var asDouble: Double? { self == kCFBooleanTrue ? 1.0 : 0.0 }
37 | }
[17/19] Compiling Coercion Double+Coercion.swift
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Double+Coercion.swift:35:11: error: cannot find type 'CFBoolean' in scope
33 |
34 | #if !os(Linux)
35 | extension CFBoolean: DoubleConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
36 |     public var asDouble: Double? { self == kCFBooleanTrue ? 1.0 : 0.0 }
37 | }
[18/19] Compiling Coercion BinaryInteger+Coercion.swift
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:39:11: error: cannot find type 'CFBoolean' in scope
37 |
38 | #if !os(Linux)
39 | extension CFBoolean: IntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
40 |     public var asInt: Int? { self == kCFBooleanTrue ? 1 : 0 }
41 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:43:11: error: cannot find type 'CFBoolean' in scope
41 | }
42 |
43 | extension CFBoolean: UIntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
44 |     public var asUInt: UInt? { self == kCFBooleanTrue ? 1 : 0 }
45 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Bool+Coercion.swift:33:11: error: cannot find type 'CFBoolean' in scope
31 |
32 | #if !os(Linux)
33 | extension CFBoolean: BoolConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
34 |     public var asBool: Bool? { self == kCFBooleanTrue }
35 | }
[19/19] Compiling Coercion Bool+Coercion.swift
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:39:11: error: cannot find type 'CFBoolean' in scope
37 |
38 | #if !os(Linux)
39 | extension CFBoolean: IntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
40 |     public var asInt: Int? { self == kCFBooleanTrue ? 1 : 0 }
41 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:43:11: error: cannot find type 'CFBoolean' in scope
41 | }
42 |
43 | extension CFBoolean: UIntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
44 |     public var asUInt: UInt? { self == kCFBooleanTrue ? 1 : 0 }
45 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Bool+Coercion.swift:33:11: error: cannot find type 'CFBoolean' in scope
31 |
32 | #if !os(Linux)
33 | extension CFBoolean: BoolConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
34 |     public var asBool: Bool? { self == kCFBooleanTrue }
35 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling Coercion StringConvertible.swift
[3/16] Compiling Coercion UIntConvertible.swift
[4/17] Compiling Coercion DateConvertible.swift
[5/17] Compiling Coercion DoubleConvertible.swift
[6/17] Compiling Coercion IntConvertible.swift
[7/17] Compiling Coercion StandardConvertible.swift
[8/17] Compiling Coercion BoolConvertible.swift
[9/17] Compiling Coercion DataConvertible.swift
[10/17] Compiling Coercion Dictionary+Coercion.swift
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Double+Coercion.swift:35:11: error: cannot find type 'CFBoolean' in scope
33 |
34 | #if !os(Linux)
35 | extension CFBoolean: DoubleConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
36 |     public var asDouble: Double? { self == kCFBooleanTrue ? 1.0 : 0.0 }
37 | }
[11/17] Compiling Coercion Double+Coercion.swift
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Double+Coercion.swift:35:11: error: cannot find type 'CFBoolean' in scope
33 |
34 | #if !os(Linux)
35 | extension CFBoolean: DoubleConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
36 |     public var asDouble: Double? { self == kCFBooleanTrue ? 1.0 : 0.0 }
37 | }
[12/17] Compiling Coercion BinaryInteger+Coercion.swift
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:39:11: error: cannot find type 'CFBoolean' in scope
37 |
38 | #if !os(Linux)
39 | extension CFBoolean: IntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
40 |     public var asInt: Int? { self == kCFBooleanTrue ? 1 : 0 }
41 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:43:11: error: cannot find type 'CFBoolean' in scope
41 | }
42 |
43 | extension CFBoolean: UIntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
44 |     public var asUInt: UInt? { self == kCFBooleanTrue ? 1 : 0 }
45 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Bool+Coercion.swift:33:11: error: cannot find type 'CFBoolean' in scope
31 |
32 | #if !os(Linux)
33 | extension CFBoolean: BoolConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
34 |     public var asBool: Bool? { self == kCFBooleanTrue }
35 | }
[13/17] Compiling Coercion Bool+Coercion.swift
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:39:11: error: cannot find type 'CFBoolean' in scope
37 |
38 | #if !os(Linux)
39 | extension CFBoolean: IntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
40 |     public var asInt: Int? { self == kCFBooleanTrue ? 1 : 0 }
41 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:43:11: error: cannot find type 'CFBoolean' in scope
41 | }
42 |
43 | extension CFBoolean: UIntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
44 |     public var asUInt: UInt? { self == kCFBooleanTrue ? 1 : 0 }
45 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Bool+Coercion.swift:33:11: error: cannot find type 'CFBoolean' in scope
31 |
32 | #if !os(Linux)
33 | extension CFBoolean: BoolConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
34 |     public var asBool: Bool? { self == kCFBooleanTrue }
35 | }
[14/17] Compiling Coercion Converter.swift
[15/17] Compiling Coercion Date+Coercion.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/17] Emitting module Coercion
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:39:11: error: cannot find type 'CFBoolean' in scope
37 |
38 | #if !os(Linux)
39 | extension CFBoolean: IntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
40 |     public var asInt: Int? { self == kCFBooleanTrue ? 1 : 0 }
41 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/BinaryInteger+Coercion.swift:43:11: error: cannot find type 'CFBoolean' in scope
41 | }
42 |
43 | extension CFBoolean: UIntConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
44 |     public var asUInt: UInt? { self == kCFBooleanTrue ? 1 : 0 }
45 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Bool+Coercion.swift:33:11: error: cannot find type 'CFBoolean' in scope
31 |
32 | #if !os(Linux)
33 | extension CFBoolean: BoolConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
34 |     public var asBool: Bool? { self == kCFBooleanTrue }
35 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/Double+Coercion.swift:35:11: error: cannot find type 'CFBoolean' in scope
33 |
34 | #if !os(Linux)
35 | extension CFBoolean: DoubleConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
36 |     public var asDouble: Double? { self == kCFBooleanTrue ? 1.0 : 0.0 }
37 | }
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/String+Coercion.swift:46:11: error: cannot find type 'CFBoolean' in scope
44 |
45 | #if !os(Linux)
46 | extension CFBoolean: StringConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
47 |     public var asString: String? { self == kCFBooleanTrue ? "true" : "false" }
48 | }
[17/17] Compiling Coercion String+Coercion.swift
/host/spi-builder-workspace/.build/checkouts/Coercion/Sources/Coercion/String+Coercion.swift:46:11: error: cannot find type 'CFBoolean' in scope
44 |
45 | #if !os(Linux)
46 | extension CFBoolean: StringConvertible {
   |           `- error: cannot find type 'CFBoolean' in scope
47 |     public var asString: String? { self == kCFBooleanTrue ? "true" : "false" }
48 | }
BUILD FAILURE 6.1 android