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 Scipio, reference main (8d03b7), with Swift 6.1 for Android on 4 Dec 2025 10:40:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/Scipio.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/giginet/Scipio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8d03b71 Merge pull request #253 from Ryu0118/add-resolved-package-cache-storage
Cloned https://github.com/giginet/Scipio.git
Revision (git rev-parse @):
8d03b71c8d7a9a60dfd2960b137307b866280b62
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/giginet/Scipio.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/giginet/Scipio.git
https://github.com/giginet/Scipio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "packagemanifestkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/PackageManifestKit"
    },
    {
      "identity" : "swift-async-operations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/swift-async-operations.git"
    }
  ],
  "manifest_display_name" : "Scipio",
  "name" : "Scipio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "scipio",
      "targets" : [
        "scipio"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ScipioKit",
      "targets" : [
        "ScipioKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScipioCacheStorage",
      "targets" : [
        "CacheStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "scipio",
      "module_type" : "SwiftTarget",
      "name" : "scipio",
      "path" : "Sources/scipio",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "scipio"
      ],
      "sources" : [
        "Arguments.swift",
        "CommandType.swift",
        "CreateCommands.swift",
        "DumpCacheKey.swift",
        "Options.swift",
        "PrepareCommands.swift",
        "Scipio.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ScipioKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKitTests",
      "path" : "Tests/ScipioKitTests",
      "sources" : [
        "BuildOptionsTests.swift",
        "CacheSystemTests.swift",
        "ClangCheckerTests.swift",
        "DWARFSymbolStripperTests.swift",
        "DebugSymbolTests.swift",
        "DependencyGraphTests.swift",
        "DescriptionPackageTests.swift",
        "DynamicFrameworkTests.swift",
        "FrameworkBundleAssemblerTests.swift",
        "FrameworkModuleMapGeneratorTests.swift",
        "FrameworkProducerTests.swift",
        "InfoPlistGeneratorTests.swift",
        "IntegrationTests.swift",
        "LoggingTestHelper.swift",
        "PartialCacheTests.swift",
        "ProcessExecutorTests.swift",
        "RunnerTests.swift",
        "TestingExecutor.swift",
        "URLExtensionsTests.swift",
        "VariousModulePathsTests.swift",
        "XCTestCase+Utils.swift",
        "XcodeVersionFetcherTests.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScipioKitCore",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKitCore",
      "path" : "Sources/ScipioKitCore",
      "product_dependencies" : [
        "OrderedCollections",
        "PackageManifestKit"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit",
        "ScipioCacheStorage"
      ],
      "sources" : [
        "ResolvedModels.swift",
        "String+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ScipioKit",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKit",
      "path" : "Sources/ScipioKit",
      "product_dependencies" : [
        "Logging",
        "Collections",
        "Algorithms",
        "Rainbow",
        "PackageManifestKit",
        "AsyncOperations"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildOptions.swift",
        "DependencyGraph/DependencyGraph.swift",
        "DependencyGraph/WeakReference.swift",
        "DescriptionPackage.swift",
        "Executor.swift",
        "FileSystem.swift",
        "Logger.swift",
        "PackageLocator.swift",
        "Producer/BinaryExtractor.swift",
        "Producer/Cache/CacheSystem.swift",
        "Producer/Cache/LocalDiskCacheStorage.swift",
        "Producer/Cache/ProjectCacheStorage.swift",
        "Producer/Cache/XcodeVersion.swift",
        "Producer/CacheStorage+DisplayName.swift",
        "Producer/Compiler.swift",
        "Producer/DWARFSymbolStripper.swift",
        "Producer/DwarfExtractor.swift",
        "Producer/FrameworkProducer.swift",
        "Producer/InfoPlistGenerator.swift",
        "Producer/PIF/BuildParametersGenerator.swift",
        "Producer/PIF/FrameworkBundleAssembler.swift",
        "Producer/PIF/FrameworkComponentsCollector.swift",
        "Producer/PIF/FrameworkModuleMapGenerator.swift",
        "Producer/PIF/PIFCompiler.swift",
        "Producer/PIF/PIFGenerator.swift",
        "Producer/PIF/ToolchainGenerator.swift",
        "Producer/PIF/XCBuildClient.swift",
        "Producer/PIF/XCBuildExecutor.swift",
        "Resolver/ManifestLoader.swift",
        "Resolver/ModuleTypeResolver.swift",
        "Resolver/PackageResolveExecutor.swift",
        "Resolver/PackageResolver.swift",
        "Resolver/ResolvedModels+Extensions.swift",
        "Resolver/ShowDependenciesParser.swift",
        "Runner.swift",
        "SwiftPM/CannonicalPackageLocation.swift",
        "SwiftPM/ModuleMapGenerator.swift",
        "SwiftPM/StringConversions.swift",
        "SwiftPM/StringMangling.swift",
        "SwiftPM/Version.swift",
        "SwiftPM/XCBuildMessage.swift",
        "SwiftPM/topologicalSort.swift",
        "Target+bundleName.swift",
        "URL+Extensions.swift"
      ],
      "target_dependencies" : [
        "PIFKit",
        "ScipioKitCore",
        "CacheStorage",
        "GenerateScipioVersion"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIFKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PIFKitTests",
      "path" : "Tests/PIFKitTests",
      "sources" : [
        "BuildConfigurationTests.swift",
        "FixtureLoader.swift",
        "PIFManipulatorTests.swift",
        "PlatformTests.swift",
        "TargetTests.swift"
      ],
      "target_dependencies" : [
        "PIFKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIFKit",
      "module_type" : "SwiftTarget",
      "name" : "PIFKit",
      "path" : "Sources/PIFKit",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildConfiguration.swift",
        "JSONConvertible.swift",
        "PIFManipulator.swift",
        "Platform.swift",
        "Target.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateScipioVersion",
      "module_type" : "PluginTarget",
      "name" : "GenerateScipioVersion",
      "path" : "Plugins/GenerateScipioVersion",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CacheStorage",
      "module_type" : "SwiftTarget",
      "name" : "CacheStorage",
      "path" : "Sources/CacheStorage",
      "product_memberships" : [
        "scipio",
        "ScipioKit",
        "ScipioCacheStorage"
      ],
      "sources" : [
        "CacheStorage+DisplayName.swift",
        "CacheStorage.swift"
      ],
      "target_dependencies" : [
        "ScipioKitCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/mtj0928/swift-async-operations.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/giginet/PackageManifestKit
[1/1339] Fetching rainbow
[122/2354] Fetching rainbow, swift-async-operations
[2262/8567] Fetching rainbow, swift-async-operations, swiftyjson
[4033/8756] Fetching rainbow, swift-async-operations, swiftyjson, packagemanifestkit
[4987/25633] Fetching rainbow, swift-async-operations, swiftyjson, packagemanifestkit, swift-argument-parser
Fetched https://github.com/mtj0928/swift-async-operations.git from cache (0.36s)
[6305/24618] Fetching rainbow, swiftyjson, packagemanifestkit, swift-argument-parser
[6430/30659] Fetching rainbow, swiftyjson, packagemanifestkit, swift-argument-parser, swift-algorithms
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (0.67s)
[23940/24446] Fetching rainbow, packagemanifestkit, swift-argument-parser, swift-algorithms
Fetching https://github.com/apple/swift-log.git
[24447/42771] Fetching rainbow, packagemanifestkit, swift-argument-parser, swift-algorithms, swift-collections
[29945/48463] Fetching rainbow, packagemanifestkit, swift-argument-parser, swift-algorithms, swift-collections, swift-log
Fetched https://github.com/giginet/PackageManifestKit from cache (1.06s)
[34364/48274] Fetching rainbow, swift-argument-parser, swift-algorithms, swift-collections, swift-log
Fetched https://github.com/apple/swift-algorithms.git from cache (1.07s)
Fetched https://github.com/onevcat/Rainbow from cache (1.07s)
[28091/40894] Fetching swift-argument-parser, swift-collections, swift-log
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.08s)
[11727/24017] Fetching swift-collections, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
[7697/18325] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.56s)
Computing version for https://github.com/mtj0928/swift-async-operations.git
Computed https://github.com/mtj0928/swift-async-operations.git at 0.4.0 (2.60s)
Computing version for https://github.com/giginet/PackageManifestKit
Computed https://github.com/giginet/PackageManifestKit at 0.2.0 (0.51s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (2.40s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (2.27s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.0 (0.52s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.79s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.64s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/giginet/PackageManifestKit
Working copy of https://github.com/giginet/PackageManifestKit resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.0
Creating working copy for https://github.com/mtj0928/swift-async-operations.git
Working copy of https://github.com/mtj0928/swift-async-operations.git resolved at 0.4.0
error: posix_spawn error: No such file or directory (2), `["/bin/zsh"]`
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: posix_spawn error: No such file or directory (2), `["/bin/zsh"]`
BUILD FAILURE 6.1 android