The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CommonExtensions, reference 0.0.6 (c0f0d9), with Swift 6.1 for Android on 29 May 2025 18:37:48 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 --target CommonExtensions-Package 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/CommonExtensions.git
Reference: 0.0.6
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/edonv/CommonExtensions
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at c0f0d9e Added `AsyncExtensions`
Cloned https://github.com/edonv/CommonExtensions.git
Revision (git rev-parse @):
c0f0d9e3e92220511800eee6a58ec12724e781a7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/CommonExtensions.git at 0.0.6
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/edonv/CommonExtensions.git
https://github.com/edonv/CommonExtensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CommonExtensions",
  "name" : "CommonExtensions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CommonExtensions",
      "targets" : [
        "AsyncExtensions",
        "CombineExtensions",
        "FoundationExtensions",
        "SwiftUIExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CombineExtensions",
      "targets" : [
        "CombineExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftUIExtensions",
      "targets" : [
        "SwiftUIExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationExtensions",
      "targets" : [
        "FoundationExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIExtensions",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIExtensions",
      "path" : "Sources/SwiftUIExtensions",
      "product_memberships" : [
        "CommonExtensions",
        "SwiftUIExtensions"
      ],
      "sources" : [
        "Binding+Opposite.swift",
        "Binding+Optional.swift",
        "Label+CustomSpacingStyle.swift",
        "View+minimumPadding.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FoundationExtensions",
      "module_type" : "SwiftTarget",
      "name" : "FoundationExtensions",
      "path" : "Sources/FoundationExtensions",
      "product_memberships" : [
        "CommonExtensions",
        "FoundationExtensions"
      ],
      "sources" : [
        "Array+sortByKeyPath.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CombineExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineExtensionsTests",
      "path" : "Tests/CombineExtensionsTests",
      "sources" : [
        "CombineExtensionsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CombineExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineExtensions",
      "module_type" : "SwiftTarget",
      "name" : "CombineExtensions",
      "path" : "Sources/CombineExtensions",
      "product_memberships" : [
        "CommonExtensions",
        "CombineExtensions"
      ],
      "sources" : [
        "Future+initWithValue.swift",
        "Publisher+asVoid.swift",
        "Publisher+asyncMap.swift",
        "Publisher+filterByKeyPath.swift",
        "Publisher+flatMapZip.swift",
        "Publisher+replaceErrorWith.swift",
        "Publisher+tryFlatMap.swift",
        "Publisher+weakAssign.swift",
        "ReplaySubject.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncExtensions",
      "module_type" : "SwiftTarget",
      "name" : "AsyncExtensions",
      "path" : "Sources/AsyncExtensions",
      "product_memberships" : [
        "CommonExtensions"
      ],
      "sources" : [
        "CollectionConcurrencyKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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 --target CommonExtensions-Package -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
error: no target named 'CommonExtensions-Package'
Building for debugging...
error: no target named 'CommonExtensions-Package'
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 --target CommonExtensions-Package 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...
error: no target named 'CommonExtensions-Package'
BUILD FAILURE 6.1 android