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 XCLint, reference 0.1.5 (6a4534), with Swift 6.1 for Android on 31 May 2025 06:56:30 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/mattmassicotte/XCLint.git
Reference: 0.1.5
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/mattmassicotte/XCLint
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at 6a4534d bump formula version too
Cloned https://github.com/mattmassicotte/XCLint.git
Revision (git rev-parse @):
6a4534d6e6a3e4e7efb406fbda37c83f679e28cc
SUCCESS checkout https://github.com/mattmassicotte/XCLint.git at 0.1.5
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattmassicotte/XCLint.git
https://github.com/mattmassicotte/XCLint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.2",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj"
    },
    {
      "identity" : "xcconfig",
      "requirement" : {
        "revision" : [
          "fda9516ccdd073812b6d16a0bd702204b14e70a3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattmassicotte/XCConfig"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "XCLint",
  "name" : "XCLint",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xclint",
      "targets" : [
        "clitool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XCLinting",
      "targets" : [
        "XCLinting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "clitool",
      "module_type" : "SwiftTarget",
      "name" : "clitool",
      "path" : "Sources/clitool",
      "product_dependencies" : [
        "ArgumentParser",
        "Yams"
      ],
      "product_memberships" : [
        "xclint"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XCLinting"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XCLinting",
      "module_type" : "SwiftTarget",
      "name" : "XCLinting",
      "path" : "Sources/XCLinting",
      "product_dependencies" : [
        "XCConfig",
        "XcodeProj"
      ],
      "product_memberships" : [
        "xclint",
        "XCLinting"
      ],
      "sources" : [
        "ConfigurationFile.swift",
        "Extensions/PBXProj+BuildSettings.swift",
        "Extensions/XCBuildConfiguration+BuildSettings.swift",
        "Rules/BuildFilesAreOrderedRule.swift",
        "Rules/EmbeddedBuildSettingsRule.swift",
        "Rules/GroupsAreSortedRule.swift",
        "Rules/ImplicitDependenciesRule.swift",
        "Rules/ProjectsUseXCConfigRule.swift",
        "Rules/RelativePathsRule.swift",
        "Rules/SharedSchemeSkipsTestsRule.swift",
        "Rules/SharedSchemesRule.swift",
        "Rules/TargetsUseXCConfigRule.swift",
        "Rules/ValidateBuildSettingsRule.swift",
        "Violation.swift",
        "XCLintError.swift",
        "XCLinter.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCLintTests",
      "module_type" : "SwiftTarget",
      "name" : "XCLintTests",
      "path" : "Tests/XCLintTests",
      "product_dependencies" : [
        "XcodeProj"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/XCLintTests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BuildFilesAreOrderedTests.swift",
        "Bundle+TestData.swift",
        "ConfigurationFileTests.swift",
        "EmbeddedBuildSettingsRuleTests.swift",
        "GroupsAreSortedRuleTests.swift",
        "ImplicitDependenciesRuleTests.swift",
        "ProjectsUseXCConfigRuleTests.swift",
        "RelativePathsRuleTests.swift",
        "SharedSchemeSkipsTestsRuleTests.swift",
        "SharedSchemesRuleTests.swift",
        "TargetsUseXCConfigRuleTests.swift",
        "ValidateBuildSettingsRuleTests.swift",
        "XCLinterTests.swift"
      ],
      "target_dependencies" : [
        "XCLinting"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
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/mattmassicotte/XCConfig
[1/144] Fetching xcconfig
Fetched https://github.com/mattmassicotte/XCConfig from cache (0.37s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/tuist/XcodeProj
[1/23290] Fetching xcodeproj
[467/33947] Fetching xcodeproj, yams
[3922/49333] Fetching xcodeproj, yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (2.00s)
[24403/33947] Fetching xcodeproj, yams
Fetched https://github.com/tuist/XcodeProj from cache (3.56s)
Fetched https://github.com/jpsim/Yams.git from cache (3.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (4.82s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 9.4.2 (1.26s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/1411] Fetching pathkit
[1412/3538] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.56s)
Fetched https://github.com/tadija/AEXML.git from cache (0.61s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.78s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.44s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.66s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (4.15s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.10s)
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/mattmassicotte/XCConfig
Working copy of https://github.com/mattmassicotte/XCConfig resolved at fda9516ccdd073812b6d16a0bd702204b14e70a3
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/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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 9.4.2
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/28] Write sources
[10/28] Compiling writer.c
[11/28] Compiling reader.c
[12/28] Compiling parser.c
[13/28] Compiling api.c
[14/28] Write swift-version-24593BA9C3E375BF.txt
[15/28] Compiling scanner.c
[16/28] Compiling emitter.c
[18/63] Emitting module XCConfig
[19/63] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/63] Compiling Yams Tag.swift
[21/63] Compiling Yams YamlAnchorProviding.swift
[22/63] Emitting module ArgumentParserToolInfo
[23/66] Wrapping AST for ArgumentParserToolInfo for debugging
[25/104] Emitting module Yams
[26/104] Emitting module ArgumentParser
[27/109] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/109] Compiling ArgumentParser CompletionsGenerator.swift
[29/109] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/109] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/109] Compiling ArgumentParser Argument.swift
[32/109] Compiling ArgumentParser ArgumentHelp.swift
[33/109] Compiling ArgumentParser OptionGroup.swift
[34/109] Compiling ArgumentParser AsyncParsableCommand.swift
[35/109] Compiling ArgumentParser CommandConfiguration.swift
[36/109] Compiling ArgumentParser CommandGroup.swift
[37/109] Compiling ArgumentParser EnumerableFlag.swift
[38/109] Compiling ArgumentParser ArgumentDefinition.swift
[39/109] Compiling ArgumentParser ArgumentSet.swift
[40/109] Compiling ArgumentParser CommandParser.swift
[41/109] Compiling ArgumentParser InputKey.swift
[42/109] Compiling ArgumentParser InputOrigin.swift
[43/109] Compiling ArgumentParser ArgumentVisibility.swift
[44/109] Compiling ArgumentParser CompletionKind.swift
[45/109] Compiling ArgumentParser Errors.swift
[46/109] Compiling ArgumentParser Flag.swift
[47/109] Compiling ArgumentParser NameSpecification.swift
[48/109] Compiling ArgumentParser Option.swift
[49/109] Compiling ArgumentParser ExpressibleByArgument.swift
[50/109] Compiling ArgumentParser ParsableArguments.swift
[51/109] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/109] Compiling ArgumentParser ParsableCommand.swift
[53/109] Compiling ArgumentParser ArgumentDecoder.swift
[54/109] Compiling ArgumentParser CollectionExtensions.swift
[55/109] Compiling ArgumentParser Platform.swift
[56/109] Compiling ArgumentParser SequenceExtensions.swift
[57/109] Compiling ArgumentParser StringExtensions.swift
[58/109] Compiling ArgumentParser Tree.swift
[59/109] Compiling XCConfig Parser.swift
[60/109] Compiling XCConfig Evalulator.swift
[63/109] Compiling AEXML Error.swift
[64/109] Emitting module AEXML
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/109] 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
[69/109] 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
[70/109] Compiling XCConfig BuildSetting.swift
[71/110] Compiling ArgumentParser Name.swift
[72/110] Compiling ArgumentParser Parsed.swift
[73/110] Compiling ArgumentParser ParsedValues.swift
[74/110] Compiling ArgumentParser ParserError.swift
[75/110] Compiling ArgumentParser SplitArguments.swift
[76/110] Compiling ArgumentParser DumpHelpGenerator.swift
[77/110] Compiling ArgumentParser HelpCommand.swift
[78/110] Compiling ArgumentParser HelpGenerator.swift
[79/110] Compiling ArgumentParser MessageInfo.swift
[80/110] Compiling ArgumentParser UsageGenerator.swift
[81/110] Compiling AEXML Document.swift
[82/110] Compiling AEXML Builders.swift
[83/110] Compiling AEXML Element.swift
[92/110] Compiling AEXML Options.swift
[93/110] Compiling AEXML Parser.swift
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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/13] Write swift-version-24593BA9C3E375BF.txt
[3/48] Compiling AEXML Error.swift
[4/48] Emitting module AEXML
[5/48] Compiling XCConfig Evalulator.swift
[6/48] Compiling AEXML Parser.swift
[7/48] Compiling AEXML Options.swift
[8/48] Compiling Yams Tag.swift
[9/48] Compiling Yams YamlAnchorProviding.swift
[10/50] Emitting module XCConfig
[11/50] Compiling XCConfig Parser.swift
[12/50] Compiling XCConfig BuildSetting.swift
[13/51] Compiling AEXML Builders.swift
[14/51] Compiling AEXML Element.swift
[15/51] Compiling AEXML Document.swift
[18/52] Emitting module ArgumentParserToolInfo
[19/52] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/53] Compiling Yams Resolver.swift
[21/53] Compiling Yams String+Yams.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/53] 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
[23/53] 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
[23/53] Wrapping AST for XCConfig for debugging
[23/53] Wrapping AST for AEXML for debugging
BUILD FAILURE 6.1 android