The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XcodeTargets, reference master (66a30b), with Swift 6.1 for Android on 11 Jan 2026 21:18:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/michaelversus/XcodeTargets.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/michaelversus/XcodeTargets
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 66a30b9 bump up version
Cloned https://github.com/michaelversus/XcodeTargets.git
Revision (git rev-parse @):
66a30b9b4d5f904c0f91eaa5f515e90c0c2255d8
SUCCESS checkout https://github.com/michaelversus/XcodeTargets.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/michaelversus/XcodeTargets.git
https://github.com/michaelversus/XcodeTargets.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.7.1",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "identity" : "path",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Path.git"
    }
  ],
  "manifest_display_name" : "XcodeTargets",
  "name" : "XcodeTargets",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "XcodeTargets",
      "targets" : [
        "XcodeTargets"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeTargetsTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeTargetsTests",
      "path" : "Tests/XcodeTargetsTests",
      "product_dependencies" : [
        "XcodeProj"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeTargetsTests/Example",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Configuration/ConfigurationLoaderTests.swift",
        "Errors/DuplicatesErrorTests.swift",
        "Errors/ExclusivesErrorTests.swift",
        "Errors/ForbiddenResourceErrorTests.swift",
        "Errors/XcodeProjectParserErrorTests.swift",
        "Exclusives/ExclusivesProcessorTests.swift",
        "Extensions/ArrayExtensionTests.swift",
        "Extensions/StringExtensionTests.swift",
        "Extensions/URLExtensionTests.swift",
        "FileSystem/FileHandlerTests.swift",
        "FileSystem/FileSystemTests.swift",
        "ForbiddenResources/ForbiddenResourcesProcessorTests.swift",
        "Mocks/FileSystemMock.swift",
        "Mocks/Fixtures.swift",
        "Mocks/MockConfigurations.swift",
        "Mocks/MockTargetModels.swift",
        "Mocks/MockURLs.swift",
        "Models/TargetModelTests.swift",
        "Models/TargetTests.swift",
        "XcodeProjectParsing/XcodeProjectParserTests.swift"
      ],
      "target_dependencies" : [
        "XcodeTargets"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeTargets",
      "module_type" : "SwiftTarget",
      "name" : "XcodeTargets",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "XcodeProj",
        "Path"
      ],
      "product_memberships" : [
        "XcodeTargets"
      ],
      "sources" : [
        "CompositionRoot.swift",
        "Configuration/Configuration.swift",
        "Configuration/ConfigurationLoader.swift",
        "Errors/ConfigurationLoaderError.swift",
        "Errors/DuplicatesError.swift",
        "Errors/ExclusivesError.swift",
        "Errors/ForbiddenResourceError.swift",
        "Errors/XcodeProjectParserError.swift",
        "Exclusives/ExclusivesProcessor.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/String+Extension.swift",
        "Extensions/URL+Extension.swift",
        "FileSystem/FileHandler.swift",
        "FileSystem/FileSystem.swift",
        "FileSystem/FileSystemProvider.swift",
        "ForbiddenResources/ForbiddenResourcesProcessor.swift",
        "Models/Target.swift",
        "Models/TargetModel.swift",
        "XcodeProjectParsing/LinkedTargetsProvider.swift",
        "XcodeProjectParsing/XcodeProjectParser.swift",
        "XcodeTargets.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 -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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
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/tuist/Path.git
Fetching https://github.com/apple/swift-argument-parser
[1/389] Fetching path
[390/24324] Fetching path, xcodeproj
[630/41315] Fetching path, xcodeproj, swift-argument-parser
Fetched https://github.com/tuist/Path.git from cache (0.73s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.74s)
[22978/23935] Fetching xcodeproj
Fetched https://github.com/tuist/XcodeProj.git from cache (1.39s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (3.67s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.7.2 (0.50s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/2154] Fetching aexml
[66/3592] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.23s)
Fetched https://github.com/tadija/AEXML.git from cache (0.24s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.44s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.24s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.75s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.55s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.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
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.7.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/tuist/Path.git
Working copy of https://github.com/tuist/Path.git resolved at 0.3.8
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/19] Write sources
[9/19] Write swift-version-24593BA9C3E375BF.txt
[11/32] Emitting module Path
[12/32] Compiling Path Path.swift
[13/33] Emitting module ArgumentParserToolInfo
[14/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/34] Wrapping AST for Path for debugging
[17/34] Wrapping AST for ArgumentParserToolInfo for debugging
[19/80] Compiling ArgumentParser InputOrigin.swift
[20/80] Compiling ArgumentParser Name.swift
[21/80] Compiling ArgumentParser Parsed.swift
[22/80] Compiling ArgumentParser ParsedValues.swift
[23/80] Compiling ArgumentParser ParserError.swift
[24/80] Compiling ArgumentParser SplitArguments.swift
[25/86] Compiling ArgumentParser ParentCommand.swift
[26/86] Compiling ArgumentParser AsyncParsableCommand.swift
[27/86] Compiling ArgumentParser CommandConfiguration.swift
[28/86] Compiling ArgumentParser CommandGroup.swift
[29/86] Compiling ArgumentParser EnumerableFlag.swift
[30/86] Compiling ArgumentParser ExpressibleByArgument.swift
[31/86] Compiling ArgumentParser ParsableArguments.swift
[32/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[33/86] Compiling ArgumentParser CompletionsGenerator.swift
[34/86] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/86] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/86] Compiling ArgumentParser Argument.swift
[37/86] Compiling ArgumentParser ArgumentDiscussion.swift
[38/86] Compiling ArgumentParser ArgumentHelp.swift
[39/86] Compiling ArgumentParser ArgumentVisibility.swift
[40/86] Compiling ArgumentParser CompletionKind.swift
[41/86] Compiling ArgumentParser Errors.swift
[42/86] Compiling ArgumentParser Flag.swift
[43/86] Compiling ArgumentParser NameSpecification.swift
[44/86] Compiling ArgumentParser Option.swift
[45/86] Compiling ArgumentParser OptionGroup.swift
[46/86] Compiling ArgumentParser Tree.swift
[47/86] Compiling ArgumentParser CodingKeyValidator.swift
[48/86] Compiling ArgumentParser NonsenseFlagsValidator.swift
[49/86] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/86] Compiling ArgumentParser PositionalArgumentsValidator.swift
[51/86] Compiling ArgumentParser UniqueNamesValidator.swift
[52/86] Compiling ArgumentParser Foundation.swift
[53/86] Compiling ArgumentParser Mutex.swift
[54/86] Compiling ArgumentParser Platform.swift
[55/86] Compiling ArgumentParser SequenceExtensions.swift
[56/86] Compiling ArgumentParser StringExtensions.swift
[57/86] Compiling ArgumentParser SwiftExtensions.swift
[58/86] Compiling ArgumentParser DumpHelpGenerator.swift
[59/86] Compiling ArgumentParser HelpCommand.swift
[60/86] Compiling ArgumentParser HelpGenerator.swift
[61/86] Compiling ArgumentParser MessageInfo.swift
[62/86] Compiling ArgumentParser UsageGenerator.swift
[63/86] Compiling ArgumentParser CollectionExtensions.swift
[64/86] Emitting module ArgumentParser
[65/86] Compiling ArgumentParser ParsableCommand.swift
[66/86] Compiling ArgumentParser ArgumentDecoder.swift
[67/86] Compiling ArgumentParser ArgumentDefinition.swift
[68/86] Compiling ArgumentParser ArgumentSet.swift
[69/86] Compiling ArgumentParser CommandParser.swift
[70/86] Compiling ArgumentParser InputKey.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[72/87] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[73/87] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[74/87] Compiling AEXML Element.swift
[75/87] Emitting module AEXML
[76/87] Compiling AEXML Error.swift
[77/87] Compiling AEXML Options.swift
[78/87] Compiling AEXML Document.swift
[79/87] Compiling AEXML Builders.swift
[80/87] Compiling AEXML Parser.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/12] Write swift-version-24593BA9C3E375BF.txt
[4/25] Emitting module AEXML
[5/25] Compiling AEXML Error.swift
[6/25] Compiling AEXML Options.swift
[7/25] Compiling AEXML Parser.swift
[8/25] Compiling AEXML Document.swift
[9/25] Compiling AEXML Element.swift
[10/25] Compiling AEXML Builders.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/26] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[13/26] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[14/26] Compiling Path Path.swift
[15/26] Emitting module Path
[15/27] Wrapping AST for AEXML for debugging
[16/27] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 android