The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XcodeTargets, reference 0.1.7 (66a30b), with Swift 6.1 for Android on 11 Jan 2026 21:23:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 0.1.7
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
 * tag               0.1.7      -> FETCH_HEAD
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 0.1.7
========================================
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-0":/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/Path.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tuist/XcodeProj.git
[1/389] Fetching path
[390/17380] Fetching path, swift-argument-parser
[1070/41315] Fetching path, swift-argument-parser, xcodeproj
Fetched https://github.com/tuist/Path.git from cache (0.30s)
[9035/40926] Fetching swift-argument-parser, xcodeproj
Fetched https://github.com/apple/swift-argument-parser from cache (0.77s)
[22978/23935] Fetching xcodeproj
Fetched https://github.com/tuist/XcodeProj.git from cache (2.18s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (4.51s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.7.2 (0.58s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/1438] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.29s)
[1/2154] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.53s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.33s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.21s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.72s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.58s)
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/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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/tuist/Path.git
Working copy of https://github.com/tuist/Path.git resolved at 0.3.8
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
[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] Compiling Path Path.swift
[12/32] Emitting module Path
[13/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/33] Emitting module ArgumentParserToolInfo
[16/34] Wrapping AST for Path for debugging
[17/34] Wrapping AST for ArgumentParserToolInfo for debugging
[19/80] Emitting module ArgumentParser
[20/86] Compiling ArgumentParser ParentCommand.swift
[21/86] Compiling ArgumentParser AsyncParsableCommand.swift
[22/86] Compiling ArgumentParser CommandConfiguration.swift
[23/86] Compiling ArgumentParser CommandGroup.swift
[24/86] Compiling ArgumentParser EnumerableFlag.swift
[25/86] Compiling ArgumentParser ExpressibleByArgument.swift
[26/86] Compiling ArgumentParser ParsableArguments.swift
[27/86] Compiling ArgumentParser InputOrigin.swift
[28/86] Compiling ArgumentParser Name.swift
[29/86] Compiling ArgumentParser Parsed.swift
[30/86] Compiling ArgumentParser ParsedValues.swift
[31/86] Compiling ArgumentParser ParserError.swift
[32/86] Compiling ArgumentParser SplitArguments.swift
[33/86] Compiling ArgumentParser Tree.swift
[34/86] Compiling ArgumentParser CodingKeyValidator.swift
[35/86] Compiling ArgumentParser NonsenseFlagsValidator.swift
[36/86] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/86] Compiling ArgumentParser PositionalArgumentsValidator.swift
[38/86] Compiling ArgumentParser UniqueNamesValidator.swift
[39/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/86] Compiling ArgumentParser CompletionsGenerator.swift
[41/86] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/86] Compiling ArgumentParser ZshCompletionsGenerator.swift
[43/86] Compiling ArgumentParser Argument.swift
[44/86] Compiling ArgumentParser ArgumentDiscussion.swift
[45/86] Compiling ArgumentParser ArgumentHelp.swift
[46/86] Compiling ArgumentParser DumpHelpGenerator.swift
[47/86] Compiling ArgumentParser HelpCommand.swift
[48/86] Compiling ArgumentParser HelpGenerator.swift
[49/86] Compiling ArgumentParser MessageInfo.swift
[50/86] Compiling ArgumentParser UsageGenerator.swift
[51/86] Compiling ArgumentParser CollectionExtensions.swift
[52/86] Compiling ArgumentParser ArgumentVisibility.swift
[53/86] Compiling ArgumentParser CompletionKind.swift
[54/86] Compiling ArgumentParser Errors.swift
[55/86] Compiling ArgumentParser Flag.swift
[56/86] Compiling ArgumentParser NameSpecification.swift
[57/86] Compiling ArgumentParser Option.swift
[58/86] Compiling ArgumentParser OptionGroup.swift
[59/86] Compiling ArgumentParser Foundation.swift
[60/86] Compiling ArgumentParser Mutex.swift
[61/86] Compiling ArgumentParser Platform.swift
[62/86] Compiling ArgumentParser SequenceExtensions.swift
[63/86] Compiling ArgumentParser StringExtensions.swift
[64/86] Compiling ArgumentParser SwiftExtensions.swift
[65/86] Compiling AEXML Error.swift
[66/86] Compiling ArgumentParser ParsableCommand.swift
[67/86] Compiling ArgumentParser ArgumentDecoder.swift
[68/86] Compiling ArgumentParser ArgumentDefinition.swift
[69/86] Compiling ArgumentParser ArgumentSet.swift
[70/86] Compiling ArgumentParser CommandParser.swift
[71/86] Compiling ArgumentParser InputKey.swift
[72/86] Compiling AEXML Parser.swift
[73/86] Compiling AEXML Options.swift
[74/86] Compiling AEXML Element.swift
[75/86] Compiling AEXML Builders.swift
[76/86] Emitting module AEXML
[77/86] Compiling AEXML Document.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[79/88] 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
[80/88] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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] Compiling AEXML Error.swift
[5/25] Compiling AEXML Builders.swift
[6/25] Compiling AEXML Options.swift
[7/25] Compiling AEXML Parser.swift
[8/25] Emitting module AEXML
[9/25] Compiling AEXML Document.swift
[10/25] Compiling AEXML Element.swift
[12/26] Emitting module Path
[13/26] Compiling Path Path.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/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
[16/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
[16/26] Wrapping AST for AEXML for debugging
[17/26] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 android