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 Carting, reference master (f6d049), with Swift 6.1 for Android on 28 May 2025 01:58:07 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/artemnovichkov/carting.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/artemnovichkov/carting
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f6d0493 Update README.md
Cloned https://github.com/artemnovichkov/carting.git
Revision (git rev-parse @):
f6d0493ead1dea06b9f64cf3419d116b4fc6f21f
SUCCESS checkout https://github.com/artemnovichkov/carting.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/artemnovichkov/carting.git
https://github.com/artemnovichkov/carting.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "exact" : [
          "7.17.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcodeproj.git"
    }
  ],
  "manifest_display_name" : "Carting",
  "name" : "Carting",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Carting",
      "targets" : [
        "Carting"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CartingCore",
      "module_type" : "SwiftTarget",
      "name" : "CartingCore",
      "path" : "Sources/CartingCore",
      "product_dependencies" : [
        "Files",
        "ShellOut",
        "XcodeProj"
      ],
      "product_memberships" : [
        "Carting"
      ],
      "sources" : [
        "Extensions/Array+Map.swift",
        "Extensions/PBXNativeTarget+Frameworks.swift",
        "Extensions/PBXShellScriptBuildPhase+Paths.swift",
        "Extensions/StringExtensions.swift",
        "Extensions/XcodeProj+Targets.swift",
        "Services/Format.swift",
        "Services/Framework.swift",
        "Services/PathType.swift",
        "Services/ProjectService.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Carting",
      "module_type" : "SwiftTarget",
      "name" : "Carting",
      "path" : "Sources/Carting",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Carting"
      ],
      "sources" : [
        "Commands/Carting.swift",
        "Commands/Format+ExpressibleByArgument.swift",
        "Commands/Info.swift",
        "Commands/Lint.swift",
        "Commands/Options.swift",
        "Commands/Update.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "CartingCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
warning: 'spi-builder-workspace': ignoring duplicate product 'Carting'
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/tuist/xcodeproj.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/JohnSundell/Files.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
[961/2196] Fetching shellout, files
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.36s)
[1/23290] Fetching xcodeproj
[6988/38641] Fetching xcodeproj, swift-argument-parser
Fetched https://github.com/JohnSundell/Files.git from cache (1.91s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.94s)
Fetched https://github.com/tuist/xcodeproj.git from cache (1.96s)
Computing version for https://github.com/tuist/xcodeproj.git
Computed https://github.com/tuist/xcodeproj.git at 7.17.0 (2.87s)
Fetching https://github.com/tadija/AEXML
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/tuist/XcodeProjCExt
[1/1411] Fetching pathkit
[749/3538] Fetching pathkit, aexml
[3539/3640] Fetching pathkit, aexml, xcodeprojcext
Fetched https://github.com/tuist/XcodeProjCExt from cache (0.27s)
Fetched https://github.com/kylef/PathKit from cache (0.29s)
Fetched https://github.com/tadija/AEXML from cache (0.29s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.4.0 (2.92s)
Computing version for https://github.com/tuist/XcodeProjCExt
Computed https://github.com/tuist/XcodeProjCExt at 0.1.0 (0.53s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 3.1.0 (0.66s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.14s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.22s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.75s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.97s)
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.4.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/tuist/XcodeProjCExt
Working copy of https://github.com/tuist/XcodeProjCExt resolved at 0.1.0
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 3.1.0
Creating working copy for https://github.com/tuist/xcodeproj.git
Working copy of https://github.com/tuist/xcodeproj.git resolved at 7.17.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
warning: 'spi-builder-workspace': ignoring duplicate product 'Carting'
Building for debugging...
[0/23] Write sources
/host/spi-builder-workspace/.build/checkouts/XcodeProjCExt/Sources/XcodeProjCExt/XCPHashing.c:9:10: fatal error: 'CommonCrypto/CommonCrypto.h' file not found
    9 | #include <CommonCrypto/CommonCrypto.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[9/23] Compiling XcodeProjCExt XCPHashing.c
[9/23] Compiling XcodeProjCExt XCPStringEscape.c
[9/23] Write swift-version-24593BA9C3E375BF.txt
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
warning: 'spi-builder-workspace': ignoring duplicate product 'Carting'
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/.build/checkouts/XcodeProjCExt/Sources/XcodeProjCExt/XCPHashing.c:9:10: fatal error: 'CommonCrypto/CommonCrypto.h' file not found
    9 | #include <CommonCrypto/CommonCrypto.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/14] Compiling XcodeProjCExt XCPHashing.c
[0/14] Compiling XcodeProjCExt XCPStringEscape.c
[0/14] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android