The Swift Package Index logo.Swift Package Index

Build Information

Failed to build pecker, reference 0.4.0 (80d050), with Swift 6.1 for Android on 28 May 2025 08:37:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/woshiccm/Pecker.git
Reference: 0.4.0
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/woshiccm/Pecker
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 80d0508 Bump Version to 0.4.0
Cloned https://github.com/woshiccm/Pecker.git
Revision (git rev-parse @):
80d05083bac9a9e83f826f7913ed8f75885ff2fa
SUCCESS checkout https://github.com/woshiccm/Pecker.git at 0.4.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/woshiccm/Pecker.git
https://github.com/woshiccm/Pecker.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50200.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "indexstore-db",
      "requirement" : {
        "branch" : [
          "swift-5.2-branch"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/indexstore-db.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "pecker",
  "name" : "pecker",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "pecker",
      "targets" : [
        "Pecker"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PeckerTests",
      "module_type" : "SwiftTarget",
      "name" : "PeckerTests",
      "path" : "Tests/PeckerTests",
      "sources" : [
        "PeckerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Pecker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PeckerKit",
      "module_type" : "SwiftTarget",
      "name" : "PeckerKit",
      "path" : "Sources/PeckerKit",
      "product_dependencies" : [
        "SwiftSyntax",
        "IndexStoreDB",
        "SwiftToolsSupport-auto",
        "Yams"
      ],
      "product_memberships" : [
        "pecker"
      ],
      "sources" : [
        "Analyzer.swift",
        "CollectContext.swift",
        "Configuration.swift",
        "Extensions/Array+Extension.swift",
        "Extensions/Dictionary+Extension.swift",
        "Extensions/SwiftSyntax+Extension.swift",
        "Extensions/SymbolOccurrence+Extension.swift",
        "Logging/LogLevel.swift",
        "Logging/Logging.swift",
        "Models/Function.swift",
        "Models/ReporterType.swift",
        "Models/RuleType.swift",
        "Models/SourceDetail.swift",
        "Models/SourceLocation.swift",
        "Models/XMLElement.swift",
        "Models/XMLElementKind.swift",
        "Models/YamlConfiguration.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/Reporter.swift",
        "Reporters/ReporterFactory.swift",
        "Reporters/XcodeReporter.swift",
        "Rules/AttributesRule.swift",
        "Rules/BlacklistSources.swift",
        "Rules/CommentRule.swift",
        "Rules/Rule.swift",
        "Rules/RuleFactory.swift",
        "Rules/SkipOptionalFunctionRule.swift",
        "Rules/SkipPublicRule.swift",
        "Rules/SuperClassRule.swift",
        "Rules/XCTestRule.swift",
        "Rules/XMLRule.swift",
        "SourceCollector.swift",
        "SourceKitServer/DatabaseBuildSystem.swift",
        "SourceKitServer/SourceKitServer.swift",
        "SourceKitServer/Workspace.swift",
        "SwiftSourceCollectVisitor.swift",
        "Utils/Regex.swift",
        "Utils/ThreadSafe.swift",
        "Utils/Validation.swift",
        "XMLServer/XMLParserCoordinator.swift",
        "XMLServer/XMLServer.swift",
        "YamlParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Pecker",
      "module_type" : "SwiftTarget",
      "name" : "Pecker",
      "path" : "Sources/Pecker",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "pecker"
      ],
      "sources" : [
        "PeckerCommand.swift",
        "ToolMode.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PeckerKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/apple/indexstore-db.git
[1/5215] Fetching indexstore-db
Fetched https://github.com/apple/indexstore-db.git from cache (0.69s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6763] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.81s)
error: could not find a branch named ‘master’ in https://github.com/apple/swift-tools-support-core.git (did you mean ‘main’?)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Updating https://github.com/apple/indexstore-db.git
Updated https://github.com/apple/indexstore-db.git (0.29s)
Updating https://github.com/apple/swift-tools-support-core.git
Updated https://github.com/apple/swift-tools-support-core.git (0.30s)
error: could not find a branch named ‘master’ in https://github.com/apple/swift-tools-support-core.git (did you mean ‘main’?)
BUILD FAILURE 6.1 android