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 xcdiff, reference main (99301e), with Swift 6.1 for Android on 30 May 2025 09:18:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/bloomberg/xcdiff.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/bloomberg/xcdiff
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99301ee Bump to 0.13.0 (#144)
Cloned https://github.com/bloomberg/xcdiff.git
Revision (git rev-parse @):
99301ee4578224f0660a1312abc465c5a37176c5
SUCCESS checkout https://github.com/bloomberg/xcdiff.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bloomberg/xcdiff.git
https://github.com/bloomberg/xcdiff.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.26.6",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcodeproj.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "xcdiff",
  "name" : "xcdiff",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "xcdiff",
      "targets" : [
        "XCDiff"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XCDiffCommand",
      "targets" : [
        "XCDiffCommand"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCDiffCore",
      "targets" : [
        "XCDiffCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCDiffCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "XCDiffCoreTests",
      "path" : "Tests/XCDiffCoreTests",
      "product_dependencies" : [
        "PathKit",
        "XcodeProj"
      ],
      "sources" : [
        "Comparator/AttributesComparatorTests.swift",
        "Comparator/BuildPhasesComparatorTests.swift",
        "Comparator/ComparatorTypeTests.swift",
        "Comparator/ConfigurationsComparatorTests.swift",
        "Comparator/CopyFilesComparatorTests.swift",
        "Comparator/DependenciesComparatorTests.swift",
        "Comparator/FileReferencesComparatorTests.swift",
        "Comparator/FileSytemSynchronizedGroupsComparatorTests.swift",
        "Comparator/HeadersComparatorTests.swift",
        "Comparator/LinkedDependenciesComparatorTests.swift",
        "Comparator/ResolvedSettingsComparatorTests.swift",
        "Comparator/ResoucesComparatorTests.swift",
        "Comparator/RunScriptComparatorTests.swift",
        "Comparator/SettingsComparatorTests.swift",
        "Comparator/SourceTreesComparatorTests.swift",
        "Comparator/SourcesComparatorTests.swift",
        "Comparator/SwiftPackagesComparatorTests.swift",
        "Comparator/TargetsComparatorTests.swift",
        "DefaultProjectComparatorTests.swift",
        "Helpers/ComparatorParameters+Extensions.swift",
        "Helpers/Fixtures.swift",
        "Helpers/PBXAggregateTargetBuilder.swift",
        "Helpers/PBXBuildConfigurationBuilder.swift",
        "Helpers/PBXBuildFileBuilder.swift",
        "Helpers/PBXBuildPhaseBuilder.swift",
        "Helpers/PBXHeaderAccessLevel.swift",
        "Helpers/PBXNativeTargetBuilder.swift",
        "Helpers/PBXProjBuilder.swift",
        "Helpers/XCConfigurationListBuilder.swift",
        "Library/ComparatorParametersTests.swift",
        "Library/CompareResultTests.swift",
        "Library/Descriptors/SwiftPackageDescriptorTests.swift",
        "Library/DiffTests.swift",
        "Library/PBX+ExtensionsTests.swift",
        "Library/ProjectCompareResultTests.swift",
        "Library/ProjectDescriptorTests.swift",
        "Library/String+ExtensionsTests.swift",
        "Library/URL+ExtensionsTests.swift",
        "Library/XcodeProjLoaderTests.swift",
        "Mocks/ComparatorMock.swift",
        "Mocks/SystemMock.swift",
        "Mocks/XcodeProjLoaderMock.swift",
        "ResultRenderer/Output/OutputTests.swift",
        "ResultRenderer/ProjectResultRenderer/HTMLSideBySideResultRendererTests.swift",
        "ResultRenderer/ProjectResultRenderer/JSONProjectCompareResultRendererTests.swift",
        "ResultRenderer/ProjectResultRenderer/TextProjectCompareResultRendererTests.swift",
        "ResultRenderer/Renderer/ConsoleRendererTests.swift",
        "ResultRenderer/Renderer/HTMLRendererTests.swift",
        "ResultRenderer/Renderer/MarkdownRendererTests.swift",
        "ResultRenderer/UniversalResultRendererTests.swift"
      ],
      "target_dependencies" : [
        "XCDiffCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCDiffCore",
      "module_type" : "SwiftTarget",
      "name" : "XCDiffCore",
      "path" : "Sources/XCDiffCore",
      "product_dependencies" : [
        "XcodeProj"
      ],
      "product_memberships" : [
        "xcdiff",
        "XCDiffCommand",
        "XCDiffCore"
      ],
      "sources" : [
        "Comparator/AttributesComparator.swift",
        "Comparator/BuildPhasesComparator.swift",
        "Comparator/ConfigurationsComparator.swift",
        "Comparator/CopyFilesComparator.swift",
        "Comparator/DependenciesComparator.swift",
        "Comparator/FileReferencesComparator.swift",
        "Comparator/FileSytemSynchronizedGroupsComparator.swift",
        "Comparator/HeadersComparator.swift",
        "Comparator/LinkedDependenciesComparator.swift",
        "Comparator/ResolvedSettingsComparator.swift",
        "Comparator/ResourcesComparator.swift",
        "Comparator/RunScriptComparator.swift",
        "Comparator/SettingsComparator.swift",
        "Comparator/SourceTreesComparator.swift",
        "Comparator/SourcesComparator.swift",
        "Comparator/SwiftPackagesComparator.swift",
        "Comparator/TargetsComparator.swift",
        "ComparatorType.swift",
        "Library/BuildFileComparatorHelper.swift",
        "Library/Collections+Extensions.swift",
        "Library/Comparator+Extensions.swift",
        "Library/Comparator.swift",
        "Library/ComparatorError.swift",
        "Library/ComparatorParameters.swift",
        "Library/CompareResult.swift",
        "Library/Descriptors/BuildFileDescriptor.swift",
        "Library/Descriptors/SwiftPackageDescriptor.swift",
        "Library/Diff.swift",
        "Library/GenericCompareResult.swift",
        "Library/Optional+Extensions.swift",
        "Library/PBX+Extensions.swift",
        "Library/PathHelper.swift",
        "Library/ProjectCompareResult.swift",
        "Library/ProjectDescriptor.swift",
        "Library/SettingValueComparator.swift",
        "Library/SettingsHelper.swift",
        "Library/String+Extensions.swift",
        "Library/System.swift",
        "Library/TargetsHelper.swift",
        "Library/URL+Extensions.swift",
        "Library/ValueComparator.swift",
        "Library/XcodeProjLoader.swift",
        "ProjectComparator.swift",
        "ResultRenderer/Output/Output.swift",
        "ResultRenderer/ProjectResultRenderer/HTMLSideBySideResultRenderer.swift",
        "ResultRenderer/ProjectResultRenderer/JSONProjectCompareResultRenderer.swift",
        "ResultRenderer/ProjectResultRenderer/ProjectCompareResultRenderer.swift",
        "ResultRenderer/ProjectResultRenderer/TextProjectCompareResultRenderer.swift",
        "ResultRenderer/Renderer/ConsoleRenderer.swift",
        "ResultRenderer/Renderer/HTMLRenderer.swift",
        "ResultRenderer/Renderer/MarkdownRenderer.swift",
        "ResultRenderer/Renderer/Renderer.swift",
        "ResultRenderer/Renderer/String+HTMLUtils.swift",
        "ResultRenderer/ResultRenderer.swift",
        "ResultRenderer/UniversalResultRenderer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCDiffCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "XCDiffCommandTests",
      "path" : "Tests/XCDiffCommandTests",
      "product_dependencies" : [
        "PathKit",
        "ArgumentParser"
      ],
      "sources" : [
        "CommandBasedTests.swift",
        "CommandsRunnerTests.swift",
        "Helpers/Fixtures.swift",
        "Mocks/FileSystemMock.swift",
        "Mocks/PrinterMock.swift"
      ],
      "target_dependencies" : [
        "XCDiffCore",
        "XCDiffCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCDiffCommand",
      "module_type" : "SwiftTarget",
      "name" : "XCDiffCommand",
      "path" : "Sources/XCDiffCommand",
      "product_dependencies" : [
        "PathKit",
        "SwiftToolsSupport-auto",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcdiff",
        "XCDiffCommand"
      ],
      "sources" : [
        "CommandRunner.swift",
        "Constants.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "XCDiffCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCDiff",
      "module_type" : "SwiftTarget",
      "name" : "XCDiff",
      "path" : "Sources/XCDiff",
      "product_memberships" : [
        "xcdiff"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XCDiffCommand"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/tuist/xcodeproj.git
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kylef/PathKit
[1/1411] Fetching pathkit
[1412/24701] Fetching pathkit, xcodeproj
[1878/40087] Fetching pathkit, xcodeproj, swift-argument-parser
[4279/46851] Fetching pathkit, xcodeproj, swift-argument-parser, swift-tools-support-core
Fetched https://github.com/kylef/PathKit from cache (0.71s)
[4212/45440] Fetching xcodeproj, swift-argument-parser, swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (3.11s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.15s)
Fetched https://github.com/tuist/xcodeproj.git from cache (3.20s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (4.33s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (3.91s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.41s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.59s)
Computing version for https://github.com/tuist/xcodeproj.git
Computed https://github.com/tuist/xcodeproj.git at 8.27.7 (0.98s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.51s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (3.43s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.3 (1.64s)
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/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.3
Creating working copy for https://github.com/tuist/xcodeproj.git
Working copy of https://github.com/tuist/xcodeproj.git resolved at 8.27.7
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/29] Write sources
[12/29] Compiling TSCclibc strerror.c
[13/29] Compiling TSCclibc libc.c
[14/29] Compiling TSCclibc process.c
[15/29] Write swift-version-24593BA9C3E375BF.txt
[17/42] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/42] Emitting module ArgumentParserToolInfo
[20/43] Emitting module AEXML
[20/43] Wrapping AST for ArgumentParserToolInfo for debugging
[22/81] Compiling ArgumentParser ArgumentVisibility.swift
[23/81] Compiling ArgumentParser CompletionKind.swift
[24/81] Compiling ArgumentParser Errors.swift
[25/81] Compiling ArgumentParser Flag.swift
[26/81] Compiling ArgumentParser NameSpecification.swift
[27/81] Compiling ArgumentParser Option.swift
[28/86] Compiling ArgumentParser ExpressibleByArgument.swift
[29/86] Compiling ArgumentParser ParsableArguments.swift
[30/86] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/86] Compiling ArgumentParser ParsableCommand.swift
[32/86] Compiling ArgumentParser ArgumentDecoder.swift
[33/86] Compiling ArgumentParser OptionGroup.swift
[34/86] Compiling ArgumentParser AsyncParsableCommand.swift
[35/86] Compiling ArgumentParser CommandConfiguration.swift
[36/86] Compiling ArgumentParser CommandGroup.swift
[37/86] Compiling ArgumentParser EnumerableFlag.swift
[38/86] Emitting module ArgumentParser
[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 ArgumentHelp.swift
[45/86] Emitting module TSCLibc
[46/86] Compiling TSCLibc libc.swift
[47/87] Compiling ArgumentParser CollectionExtensions.swift
[48/87] Compiling ArgumentParser Platform.swift
[49/87] Compiling ArgumentParser SequenceExtensions.swift
[50/87] Compiling ArgumentParser StringExtensions.swift
[51/87] Compiling ArgumentParser Tree.swift
[52/87] Wrapping AST for TSCLibc for debugging
[54/127] Compiling AEXML Error.swift
[55/127] Compiling AEXML Element.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/127] 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
[57/127] 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
[58/127] Compiling AEXML Builders.swift
[59/127] Compiling TSCBasic LazyCache.swift
[60/127] Compiling TSCBasic Lock.swift
[61/127] Compiling TSCBasic Result.swift
[62/127] Compiling TSCBasic SortedArray.swift
[63/127] Compiling TSCBasic StringConversions.swift
[64/127] Compiling TSCBasic Path.swift
[65/127] Compiling TSCBasic HashAlgorithms.swift
[66/127] Compiling TSCBasic JSON.swift
[67/127] Compiling TSCBasic JSONMapper.swift
[68/127] Compiling TSCBasic KeyedPair.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write swift-version-24593BA9C3E375BF.txt
[3/28] Compiling TSCLibc libc.swift
[4/28] Emitting module TSCLibc
[5/29] Emitting module ArgumentParserToolInfo
[7/29] Emitting module AEXML
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/29] Compiling AEXML Builders.swift
[9/29] 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
[10/28] Compiling AEXML Error.swift
[11/28] Compiling AEXML Options.swift
[12/28] Compiling AEXML Parser.swift
[13/68] Compiling AEXML Document.swift
[14/68] Compiling AEXML Element.swift
[15/69] Wrapping AST for AEXML for debugging
[17/69] 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
BUILD FAILURE 6.1 android