The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-4606859-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/tuist/Path.git
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/apple/swift-argument-parser
[1/389] Fetching path
[390/24324] Fetching path, xcodeproj
[1348/41315] Fetching path, xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.00s)
[23291/24324] Fetching path, xcodeproj
Fetched https://github.com/tuist/Path.git from cache (1.71s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.75s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (4.08s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.7.2 (1.67s)
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.30s)
[1/2154] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.55s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.86s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.25s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.96s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.86s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.54s)
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/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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
[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
[14/33] Emitting module ArgumentParserToolInfo
[15/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/34] Wrapping AST for Path for debugging
[17/34] Wrapping AST for ArgumentParserToolInfo for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/80] 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
[20/80] 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-4606859-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/25] 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
[6/25] 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
[7/25] Compiling AEXML Error.swift
[8/25] Compiling AEXML Options.swift
[9/25] Compiling AEXML Parser.swift
[10/25] Emitting module Path
[11/25] Emitting module ArgumentParserToolInfo
[12/25] Compiling AEXML Builders.swift
BUILD FAILURE 6.1 wasm