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 arcgis-runtime-ios, reference main (720812), with Swift 6.1 for Linux on 29 Apr 2025 07:40:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Esri/arcgis-runtime-ios.git
Reference: main
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/Esri/arcgis-runtime-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 720812b Merge pull request #21 from Esri/v100.15.6
Cloned https://github.com/Esri/arcgis-runtime-ios.git
Revision (git rev-parse @):
720812b1124c92ddcb6bdb60904eaef315571797
SUCCESS checkout https://github.com/Esri/arcgis-runtime-ios.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Esri/arcgis-runtime-ios.git
https://github.com/Esri/arcgis-runtime-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "arcgis-runtime-ios",
  "name" : "arcgis-runtime-ios",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ArcGIS",
      "targets" : [
        "ArcGIS",
        "Runtimecore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Runtimecore",
      "module_type" : "BinaryTarget",
      "name" : "Runtimecore",
      "path" : "remote/archive/Runtimecore-v100.15.6.xcframework.zip",
      "product_memberships" : [
        "ArcGIS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "ArcGIS",
      "module_type" : "BinaryTarget",
      "name" : "ArcGIS",
      "path" : "remote/archive/ArcGIS-iOS-v100.15.6.xcframework.zip",
      "product_memberships" : [
        "ArcGIS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Downloading binary artifact https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/Runtimecore-v100.15.6.xcframework.zip
Downloading binary artifact https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/ArcGIS-iOS-v100.15.6.xcframework.zip
[16054/37979901] Downloading https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/ArcGIS-iOS-v100.15.6.xcframework.zip
[161075/277423965] Downloading https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/ArcGIS-iOS-v100.15.6.xcframework.zip, https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/Runtimecore-v100.15.6.xcframework.zip
Downloaded https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/ArcGIS-iOS-v100.15.6.xcframework.zip (4.82s)
Downloaded https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/Runtimecore-v100.15.6.xcframework.zip (22.23s)
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
BUILD FAILURE 6.1 linux