The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DotEnvy, reference main (448b45), with Swift 6.3 for Wasm on 14 Apr 2026 14:31:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/dotenvy.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/juri/dotenvy
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 448b452 Merge pull request #2 from juri/export
Cloned https://github.com/juri/dotenvy.git
Revision (git rev-parse @):
448b452aeb12f8a49264b912f76f40d76093af3a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/dotenvy.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/juri/dotenvy.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.20s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.95s)
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.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/19] Compiling DotEnvy FormatError.swift
[9/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/19] Emitting module ArgumentParserToolInfo
[11/20] Wrapping AST for ArgumentParserToolInfo for debugging
[13/66] Compiling ArgumentParser Foundation.swift
[14/66] Compiling ArgumentParser Mutex.swift
[15/66] Compiling ArgumentParser Platform.swift
[16/66] Compiling ArgumentParser SequenceExtensions.swift
[17/66] Compiling ArgumentParser StringExtensions.swift
[18/66] Compiling ArgumentParser SwiftExtensions.swift
[19/72] Emitting module ArgumentParser
[20/72] Emitting module DotEnvy
[21/72] Compiling DotEnvy Load.swift
[22/72] Compiling DotEnvy Parse.swift
[23/73] Wrapping AST for DotEnvy for debugging
[25/73] Compiling ArgumentParser InputOrigin.swift
[26/73] Compiling ArgumentParser Name.swift
[27/73] Compiling ArgumentParser Parsed.swift
[28/73] Compiling ArgumentParser ParsedValues.swift
[29/73] Compiling ArgumentParser ParserError.swift
[30/73] Compiling ArgumentParser SplitArguments.swift
[31/73] Compiling ArgumentParser Tree.swift
[32/73] Compiling ArgumentParser CodingKeyValidator.swift
[33/73] Compiling ArgumentParser NonsenseFlagsValidator.swift
[34/73] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/73] Compiling ArgumentParser PositionalArgumentsValidator.swift
[36/73] Compiling ArgumentParser UniqueNamesValidator.swift
[37/73] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/73] Compiling ArgumentParser CompletionsGenerator.swift
[39/73] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/73] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/73] Compiling ArgumentParser Argument.swift
[42/73] Compiling ArgumentParser ArgumentDiscussion.swift
[43/73] Compiling ArgumentParser ArgumentHelp.swift
[44/73] Compiling ArgumentParser ParentCommand.swift
[45/73] Compiling ArgumentParser AsyncParsableCommand.swift
[46/73] Compiling ArgumentParser CommandConfiguration.swift
[47/73] Compiling ArgumentParser CommandGroup.swift
[48/73] Compiling ArgumentParser EnumerableFlag.swift
[49/73] Compiling ArgumentParser ExpressibleByArgument.swift
[50/73] Compiling ArgumentParser ParsableArguments.swift
[51/73] Compiling ArgumentParser DumpHelpGenerator.swift
[52/73] Compiling ArgumentParser HelpCommand.swift
[53/73] Compiling ArgumentParser HelpGenerator.swift
[54/73] Compiling ArgumentParser MessageInfo.swift
[55/73] Compiling ArgumentParser UsageGenerator.swift
[56/73] Compiling ArgumentParser CollectionExtensions.swift
[57/73] Compiling ArgumentParser ArgumentVisibility.swift
[58/73] Compiling ArgumentParser CompletionKind.swift
[59/73] Compiling ArgumentParser Errors.swift
[60/73] Compiling ArgumentParser Flag.swift
[61/73] Compiling ArgumentParser NameSpecification.swift
[62/73] Compiling ArgumentParser Option.swift
[63/73] Compiling ArgumentParser OptionGroup.swift
[64/73] Compiling ArgumentParser ParsableCommand.swift
[65/73] Compiling ArgumentParser ArgumentDecoder.swift
[66/73] Compiling ArgumentParser ArgumentDefinition.swift
[67/73] Compiling ArgumentParser ArgumentSet.swift
[68/73] Compiling ArgumentParser CommandParser.swift
[69/73] Compiling ArgumentParser InputKey.swift
[70/74] Wrapping AST for ArgumentParser for debugging
[72/76] Compiling CLI CLI.swift
[73/76] Emitting module CLI
[74/77] Wrapping AST for CLI for debugging
[75/77] Write Objects.LinkFileList
[76/77] Linking dotenv-tool.wasm
Build complete! (39.05s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "DotEnvy",
  "name" : "DotEnvy",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "dotenv-tool",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DotEnvy",
      "targets" : [
        "DotEnvy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DotEnvyTests",
      "module_type" : "SwiftTarget",
      "name" : "DotEnvyTests",
      "path" : "Tests/DotEnvyTests",
      "sources" : [
        "ErrorFormatTests.swift",
        "ExportTests.swift",
        "LoadTests.swift",
        "ParseTests.swift"
      ],
      "target_dependencies" : [
        "DotEnvy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DotEnvy",
      "module_type" : "SwiftTarget",
      "name" : "DotEnvy",
      "path" : "Sources/DotEnvy",
      "product_memberships" : [
        "dotenv-tool",
        "DotEnvy"
      ],
      "sources" : [
        "FormatError.swift",
        "Load.swift",
        "Parse.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "dotenv-tool"
      ],
      "sources" : [
        "CLI.swift"
      ],
      "target_dependencies" : [
        "DotEnvy"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.