The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-environment-variables, reference main (430a65), with Swift 6.1 for Linux on 6 Nov 2025 15:16:02 UTC.

Swift 6 data race errors: 0

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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-environment-variables.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/coenttb/swift-environment-variables
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 430a65c fix: remove trailing comma in Package.swift for Swift 6.0 compatibility
Cloned https://github.com/coenttb/swift-environment-variables.git
Revision (git rev-parse @):
430a65caeaad8aa189330f645196485c0397d914
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-environment-variables.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-environment-variables.git
https://github.com/coenttb/swift-environment-variables.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "swift-environment-variables",
  "name" : "swift-environment-variables",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "EnvVars",
      "targets" : [
        "EnvironmentVariables"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EnvironmentVariables",
      "targets" : [
        "EnvironmentVariables"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EnvironmentVariables_Tests",
      "module_type" : "SwiftTarget",
      "name" : "EnvironmentVariables Tests",
      "path" : "Tests/EnvironmentVariables Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "EnvironmentVariables Tests.swift",
        "EnvironmentVariables.extensions.swift",
        "ReadmeVerificationTests.swift"
      ],
      "target_dependencies" : [
        "EnvironmentVariables"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EnvironmentVariables",
      "module_type" : "SwiftTarget",
      "name" : "EnvironmentVariables",
      "path" : "Sources/EnvironmentVariables",
      "product_dependencies" : [
        "Dependencies",
        "Logging"
      ],
      "product_memberships" : [
        "EnvVars",
        "EnvironmentVariables"
      ],
      "sources" : [
        "EnvironmentVariables.live.swift",
        "EnvironmentVariables.swift",
        "EnvironmentVariables.test.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6392] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.58s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/883] Fetching swift-concurrency-extras
[240/3405] Fetching swift-concurrency-extras, combine-schedulers
[1075/7733] Fetching swift-concurrency-extras, combine-schedulers, swift-log
[1989/9025] Fetching swift-concurrency-extras, combine-schedulers, swift-log, swift-clocks
[5815/14577] Fetching swift-concurrency-extras, combine-schedulers, swift-log, swift-clocks, xctest-dynamic-overlay
[12524/87295] Fetching swift-concurrency-extras, combine-schedulers, swift-log, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.67s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.67s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.68s)
[22970/82598] Fetching swift-log, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.70s)
[18145/77046] Fetching swift-log, swift-syntax
Fetched https://github.com/apple/swift-log from cache (7.32s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.39s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (8.04s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.71s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.62s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.79s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.66s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (6.00s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at main (3643869)
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Building for debugging...
[0/15] Write sources
[10/15] Write swift-version-24593BA9C3E375BF.txt
[12/24] Emitting module IssueReportingPackageSupport
[13/33] Compiling Logging LogHandler.swift
[14/33] Compiling ConcurrencyExtras Result.swift
[15/34] Compiling IssueReportingPackageSupport _Test.swift
[16/35] Compiling ConcurrencyExtras UncheckedSendable.swift
[17/38] Wrapping AST for IssueReportingPackageSupport for debugging
[19/57] Emitting module IssueReportingTestSupport
[20/57] Compiling IssueReporting BreakpointReporter.swift
[21/57] Compiling IssueReporting FatalErrorReporter.swift
[22/59] Compiling Logging MetadataProvider.swift
[23/59] Emitting module Logging
[24/59] Compiling Logging Locks.swift
[25/59] Compiling Logging Logging.swift
[26/60] Compiling IssueReporting TestContext.swift
[27/60] Compiling IssueReporting Unimplemented.swift
[29/60] Compiling IssueReporting SwiftTesting.swift
[30/60] Compiling IssueReporting UncheckedSendable.swift
[31/60] Compiling IssueReporting Warn.swift
[32/60] Compiling IssueReporting FailureObserver.swift
[33/60] Emitting module ConcurrencyExtras
[34/60] Emitting module IssueReporting
[35/60] Compiling IssueReporting XCTest.swift
[36/60] Compiling IssueReporting IsTesting.swift
[37/60] Compiling IssueReporting IssueReporter.swift
[38/60] Compiling IssueReporting WithExpectedIssue.swift
[39/60] Compiling IssueReporting WithIssueContext.swift
[40/60] Compiling ConcurrencyExtras Task.swift
[41/60] Compiling IssueReporting LockIsolated.swift
[42/60] Compiling IssueReporting Rethrows.swift
[43/60] Compiling ConcurrencyExtras LockIsolated.swift
[44/60] Compiling ConcurrencyExtras MainSerialExecutor.swift
[45/61] Compiling IssueReporting RuntimeWarningReporter.swift
[46/61] Compiling IssueReporting ReportIssue.swift
[47/61] Compiling IssueReportingTestSupport SwiftTesting.swift
[48/61] Compiling IssueReportingTestSupport XCTest.swift
[55/62] Compiling IssueReporting ErrorReporting.swift
[56/62] Compiling IssueReporting AppHostWarning.swift
[57/62] Compiling IssueReporting Deprecations.swift
[60/63] Wrapping AST for IssueReportingTestSupport for debugging
[61/63] Write Objects.LinkFileList
[63/86] Compiling CombineSchedulers UIScheduler.swift
[64/87] Emitting module CombineSchedulers
[65/87] Compiling CombineSchedulers UIKit.swift
[66/87] Compiling CombineSchedulers AnyScheduler.swift
[67/87] Compiling CombineSchedulers Concurrency.swift
[68/87] Compiling CombineSchedulers SwiftUI.swift
[69/87] Compiling CombineSchedulers TestScheduler.swift
[70/87] Compiling XCTestDynamicOverlay Exports.swift
[71/87] Compiling CombineSchedulers Timer.swift
[72/87] Compiling Clocks SwiftUI.swift
[73/88] Compiling CombineSchedulers Lock.swift
[74/88] Compiling CombineSchedulers NSRecursiveLock.swift
[75/88] Emitting module XCTestDynamicOverlay
[76/88] Compiling CombineSchedulers ImmediateScheduler.swift
[77/88] Compiling CombineSchedulers Deprecations.swift
[78/88] Compiling Clocks Timer.swift
[79/88] Emitting module Clocks
[80/88] Compiling Clocks AnyClock.swift
[81/88] Compiling Clocks ImmediateClock.swift
[82/88] Compiling CombineSchedulers UnimplementedScheduler.swift
[82/89] Linking libIssueReportingTestSupport.so
[85/89] Compiling Clocks Lock.swift
[86/89] Compiling Clocks _AsyncTimerSequence.swift
[87/89] Compiling Clocks TestClock.swift
[88/89] Compiling XCTestDynamicOverlay Deprecations.swift
[89/89] Compiling Clocks UnimplementedClock.swift
[92/115] Compiling Dependencies Date.swift
[93/115] Compiling Dependencies FireAndForget.swift
[94/115] Compiling Dependencies Locale.swift
[95/118] Compiling Dependencies OpenURL.swift
[96/118] Compiling Dependencies TimeZone.swift
[97/118] Compiling Dependencies URLSession.swift
[98/118] Compiling Dependencies Assert.swift
[99/118] Compiling Dependencies Calendar.swift
[100/118] Compiling Dependencies Clocks.swift
[101/118] Compiling Dependencies Context.swift
[102/118] Compiling Dependencies MainQueue.swift
[103/118] Compiling Dependencies MainRunLoop.swift
[104/118] Compiling Dependencies NotificationCenter.swift
[105/118] Compiling Dependencies UUID.swift
[106/118] Compiling Dependencies WithRandomNumberGenerator.swift
[107/118] Compiling Dependencies AppEntryPoint.swift
[108/118] Compiling Dependencies Deprecations.swift
[109/118] Compiling Dependencies Exports.swift
[110/118] Compiling Dependencies TypeName.swift
[111/118] Emitting module Dependencies
[112/118] Compiling Dependencies Dependency.swift
[113/118] Compiling Dependencies DependencyContext.swift
[114/118] Compiling Dependencies DependencyKey.swift
[115/118] Compiling Dependencies DependencyValues.swift
[116/118] Compiling Dependencies PreviewTrait.swift
[117/118] Compiling Dependencies TestTrait.swift
[118/118] Compiling Dependencies WithDependencies.swift
[120/124] Compiling EnvironmentVariables exports.swift
[121/124] Compiling EnvironmentVariables EnvironmentVariables.test.swift
[122/124] Compiling EnvironmentVariables EnvironmentVariables.swift
[123/124] Emitting module EnvironmentVariables
[124/124] Compiling EnvironmentVariables EnvironmentVariables.live.swift
Build complete! (52.20s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "swift-environment-variables",
  "name" : "swift-environment-variables",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "EnvVars",
      "targets" : [
        "EnvironmentVariables"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EnvironmentVariables",
      "targets" : [
        "EnvironmentVariables"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EnvironmentVariables_Tests",
      "module_type" : "SwiftTarget",
      "name" : "EnvironmentVariables Tests",
      "path" : "Tests/EnvironmentVariables Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "EnvironmentVariables Tests.swift",
        "EnvironmentVariables.extensions.swift",
        "ReadmeVerificationTests.swift"
      ],
      "target_dependencies" : [
        "EnvironmentVariables"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EnvironmentVariables",
      "module_type" : "SwiftTarget",
      "name" : "EnvironmentVariables",
      "path" : "Sources/EnvironmentVariables",
      "product_dependencies" : [
        "Dependencies",
        "Logging"
      ],
      "product_memberships" : [
        "EnvVars",
        "EnvironmentVariables"
      ],
      "sources" : [
        "EnvironmentVariables.live.swift",
        "EnvironmentVariables.swift",
        "EnvironmentVariables.test.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.