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 variable-injector, reference 0.3.7 (fe39a4), with Swift 6.1 for Linux on 27 Apr 2025 04:43:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lucianopalmeida/variable-injector.git
Reference: 0.3.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/lucianopalmeida/variable-injector
 * tag               0.3.7      -> FETCH_HEAD
HEAD is now at fe39a40 [Make] Release script
Cloned https://github.com/lucianopalmeida/variable-injector.git
Revision (git rev-parse @):
fe39a405b9205287c04b9c9466f0b51c7d4ca16c
SUCCESS checkout https://github.com/lucianopalmeida/variable-injector.git at 0.3.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lucianopalmeida/variable-injector.git
https://github.com/lucianopalmeida/variable-injector.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50700.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "1.1.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "variable-injector",
  "name" : "variable-injector",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "variable-injector",
      "targets" : [
        "variable-injector"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "variable_injectorTests",
      "module_type" : "SwiftTarget",
      "name" : "variable-injectorTests",
      "path" : "Tests/variable-injectorTests",
      "sources" : [
        "VariableInjectorTests.swift"
      ],
      "target_dependencies" : [
        "variable-injector-core"
      ],
      "type" : "test"
    },
    {
      "c99name" : "variable_injector_core",
      "module_type" : "SwiftTarget",
      "name" : "variable-injector-core",
      "path" : "Sources/variable-injector/Core",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "variable-injector"
      ],
      "sources" : [
        "CommandLine/Tool.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/TokenSyntax+Extensions.swift",
        "Logger.swift",
        "Rewriters/EnvirionmentVariableLiteralRewriter.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "variable_injector",
      "module_type" : "SwiftTarget",
      "name" : "variable-injector",
      "path" : "Sources/variable-injector/Tool",
      "product_memberships" : [
        "variable-injector"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "variable-injector-core"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/14950] Fetching swift-argument-parser
[14951/85183] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.69s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.73s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.1.1 (5.32s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50700.0 (0.84s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50700.0
Building for debugging...
[0/20] Write sources
[6/20] Write swift-version-24593BA9C3E375BF.txt
[7/20] Compiling atomic-counter.c
[9/55] Emitting module ArgumentParserToolInfo
[10/55] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/56] Wrapping AST for ArgumentParserToolInfo for debugging
[13/92] Compiling ArgumentParser NameSpecification.swift
[14/92] Compiling ArgumentParser Option.swift
[15/92] Compiling ArgumentParser OptionGroup.swift
[16/92] Compiling ArgumentParser AsyncParsableCommand.swift
[17/92] Compiling ArgumentParser CommandConfiguration.swift
[18/96] Compiling ArgumentParser CollectionExtensions.swift
[19/96] Compiling ArgumentParser SequenceExtensions.swift
[20/96] Compiling ArgumentParser StringExtensions.swift
[21/96] Compiling ArgumentParser Tree.swift
[22/96] Compiling ArgumentParser ArgumentHelp.swift
[23/96] Compiling ArgumentParser ArgumentVisibility.swift
[24/96] Compiling ArgumentParser CompletionKind.swift
[25/96] Compiling ArgumentParser Errors.swift
[26/96] Compiling ArgumentParser Flag.swift
[27/96] Emitting module ArgumentParser
[28/96] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/96] Compiling ArgumentParser CompletionsGenerator.swift
[30/96] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/96] Compiling ArgumentParser Argument.swift
[33/96] Compiling ArgumentParser ArgumentDecoder.swift
[34/96] Compiling ArgumentParser ArgumentDefinition.swift
[35/96] Compiling ArgumentParser ArgumentSet.swift
[36/96] Compiling ArgumentParser CommandParser.swift
[37/96] Compiling ArgumentParser InputOrigin.swift
[38/96] Compiling ArgumentParser Name.swift
[39/96] Compiling ArgumentParser Parsed.swift
[40/96] Compiling ArgumentParser ParsedValues.swift
[41/96] Compiling ArgumentParser ParserError.swift
[42/96] Compiling ArgumentParser SplitArguments.swift
[43/96] Compiling ArgumentParser DumpHelpGenerator.swift
[44/96] Compiling ArgumentParser HelpCommand.swift
[45/96] Compiling ArgumentParser HelpGenerator.swift
[46/96] Compiling ArgumentParser MessageInfo.swift
[47/96] Compiling ArgumentParser UsageGenerator.swift
[48/96] Compiling ArgumentParser EnumerableFlag.swift
[49/96] Compiling ArgumentParser ExpressibleByArgument.swift
[50/96] Compiling ArgumentParser ParsableArguments.swift
[51/96] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/96] Compiling ArgumentParser ParsableCommand.swift
[53/97] Wrapping AST for ArgumentParser for debugging
[60/101] Emitting module SwiftSyntax
[65/101] Compiling SwiftSyntax SyntaxNodes.swift
[66/101] Compiling SwiftSyntax SyntaxPatternNodes.swift
[67/101] Compiling SwiftSyntax SyntaxStmtNodes.swift
[68/101] Compiling SwiftSyntax SyntaxTypeNodes.swift
[92/102] Wrapping AST for SwiftSyntax for debugging
[93/102] Write Objects.LinkFileList
[94/107] Archiving libSwiftSyntax.a
[96/107] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
error: emit-module command failed with exit code 1 (use -v to see invocation)
[97/107] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[98/107] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[99/107] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[100/107] Compiling SwiftSyntaxParser CNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/12] Write swift-version-24593BA9C3E375BF.txt
[2/47] Emitting module ArgumentParserToolInfo
[3/47] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/83] Compiling ArgumentParser ArgumentHelp.swift
[6/83] Compiling ArgumentParser ArgumentVisibility.swift
[7/83] Compiling ArgumentParser CompletionKind.swift
[8/83] Compiling ArgumentParser Errors.swift
[9/83] Compiling ArgumentParser Flag.swift
[15/91] Compiling ArgumentParser NameSpecification.swift
[16/91] Compiling ArgumentParser Option.swift
[17/91] Compiling ArgumentParser OptionGroup.swift
[18/91] Compiling ArgumentParser AsyncParsableCommand.swift
[19/91] Compiling ArgumentParser CommandConfiguration.swift
[20/91] Emitting module ArgumentParser
[21/91] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/91] Compiling ArgumentParser CompletionsGenerator.swift
[23/91] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/91] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/91] Compiling ArgumentParser Argument.swift
[26/91] Compiling ArgumentParser CollectionExtensions.swift
[27/91] Compiling ArgumentParser SequenceExtensions.swift
[28/91] Compiling ArgumentParser StringExtensions.swift
[29/91] Compiling ArgumentParser Tree.swift
[35/91] Compiling ArgumentParser EnumerableFlag.swift
[36/91] Compiling ArgumentParser ExpressibleByArgument.swift
[37/91] Compiling ArgumentParser ParsableArguments.swift
[38/91] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/91] Compiling ArgumentParser ParsableCommand.swift
[40/91] Compiling ArgumentParser ArgumentDecoder.swift
[41/91] Compiling ArgumentParser ArgumentDefinition.swift
[42/91] Compiling ArgumentParser ArgumentSet.swift
[43/91] Compiling ArgumentParser CommandParser.swift
[44/91] Compiling ArgumentParser InputOrigin.swift
[45/91] Compiling ArgumentParser DumpHelpGenerator.swift
[46/91] Compiling ArgumentParser HelpCommand.swift
[47/91] Compiling SwiftSyntax SyntaxNodes.swift
[48/91] Compiling SwiftSyntax SyntaxPatternNodes.swift
[49/91] Compiling SwiftSyntax SyntaxStmtNodes.swift
[50/91] Compiling ArgumentParser Name.swift
[51/91] Compiling ArgumentParser Parsed.swift
[52/91] Compiling ArgumentParser ParsedValues.swift
[53/91] Compiling ArgumentParser ParserError.swift
[54/91] Compiling ArgumentParser SplitArguments.swift
[55/92] Wrapping AST for ArgumentParser for debugging
[57/92] Emitting module SwiftSyntax
[84/93] Write Objects.LinkFileList
[85/93] Archiving libSwiftSyntax.a
[87/98] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/98] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[89/98] Compiling SwiftSyntaxParser CNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[90/98] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[91/98] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
BUILD FAILURE 6.1 linux