The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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:         android
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-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.78s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
[1/1292] Fetching swift-clocks
[1293/6844] Fetching swift-clocks, xctest-dynamic-overlay
[6845/79562] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/apple/swift-log
[19208/83890] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax, swift-log
[19295/84773] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax, swift-log, swift-concurrency-extras
[21622/87295] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax, swift-log, swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.49s)
[27719/86412] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax, swift-log, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.92s)
Fetched https://github.com/apple/swift-log from cache (0.92s)
[38113/79562] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (8.49s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (8.51s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.57s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (9.30s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.85s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.82s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.77s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.73s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.86s)
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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.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/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Building for debugging...
[0/15] Write sources
[10/15] Write swift-version-24593BA9C3E375BF.txt
[12/33] Emitting module Logging
[13/33] Emitting module IssueReportingPackageSupport
[14/33] Compiling IssueReportingPackageSupport _Test.swift
[16/34] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/34] Compiling ConcurrencyExtras Result.swift
[17/35] Wrapping AST for IssueReportingPackageSupport for debugging
[19/57] Emitting module IssueReportingTestSupport
[20/57] Compiling ConcurrencyExtras UncheckedSendable.swift
[21/57] Emitting module IssueReporting
[22/59] Compiling IssueReporting WithExpectedIssue.swift
[23/59] Compiling IssueReporting WithIssueContext.swift
[24/59] Compiling Logging Locks.swift
[25/59] Compiling Logging MetadataProvider.swift
[26/59] Compiling Logging Logging.swift
[27/59] Compiling Logging LogHandler.swift
[29/60] Compiling ConcurrencyExtras Task.swift
[30/60] Compiling IssueReportingTestSupport SwiftTesting.swift
[31/60] Compiling IssueReportingTestSupport XCTest.swift
[32/61] Compiling IssueReporting TestContext.swift
[33/61] Compiling IssueReporting Unimplemented.swift
[34/61] Emitting module ConcurrencyExtras
[36/61] Compiling IssueReporting FailureObserver.swift
[37/61] Compiling IssueReporting LockIsolated.swift
[38/61] Compiling IssueReporting Rethrows.swift
[39/61] Compiling IssueReporting Deprecations.swift
[40/61] Compiling IssueReporting SwiftTesting.swift
[41/61] Compiling IssueReporting ErrorReporting.swift
[42/61] Compiling IssueReporting AppHostWarning.swift
[43/61] Compiling ConcurrencyExtras LockIsolated.swift
[44/62] Compiling IssueReporting XCTest.swift
[45/62] Compiling IssueReporting IsTesting.swift
[46/62] Compiling IssueReporting IssueReporter.swift
[47/62] Compiling IssueReporting BreakpointReporter.swift
[48/62] Compiling IssueReporting FatalErrorReporter.swift
[52/62] Compiling IssueReporting UncheckedSendable.swift
[53/62] Compiling IssueReporting Warn.swift
[54/62] Compiling IssueReporting RuntimeWarningReporter.swift
[55/62] Compiling IssueReporting ReportIssue.swift
[59/63] Wrapping AST for IssueReportingTestSupport for debugging
[60/63] Write Objects.LinkFileList
[62/86] Linking libIssueReportingTestSupport.so
[64/86] Compiling Clocks Timer.swift
[65/87] Compiling XCTestDynamicOverlay Exports.swift
[66/87] Compiling CombineSchedulers Timer.swift
[67/87] Compiling CombineSchedulers UIKit.swift
[68/88] Emitting module Clocks
[69/88] Compiling Clocks Lock.swift
[70/88] Compiling Clocks AnyClock.swift
[71/88] Compiling CombineSchedulers AnyScheduler.swift
[72/88] Compiling CombineSchedulers Concurrency.swift
[73/88] Emitting module CombineSchedulers
[74/88] Compiling CombineSchedulers UIScheduler.swift
[75/88] Compiling CombineSchedulers SwiftUI.swift
[76/88] Compiling CombineSchedulers TestScheduler.swift
[77/88] Compiling CombineSchedulers ImmediateScheduler.swift
[78/88] Compiling CombineSchedulers Deprecations.swift
[79/88] Compiling CombineSchedulers Lock.swift
[80/88] Compiling CombineSchedulers NSRecursiveLock.swift
[81/88] Compiling CombineSchedulers UnimplementedScheduler.swift
[83/89] Compiling Clocks UnimplementedClock.swift
[84/89] Compiling Clocks _AsyncTimerSequence.swift
[85/89] Compiling Clocks SwiftUI.swift
[86/89] Compiling Clocks ImmediateClock.swift
[87/89] Compiling Clocks TestClock.swift
[88/90] Emitting module XCTestDynamicOverlay
[89/90] Compiling XCTestDynamicOverlay Deprecations.swift
[92/115] Compiling Dependencies MainQueue.swift
[93/115] Compiling Dependencies MainRunLoop.swift
[94/115] Compiling Dependencies NotificationCenter.swift
[95/115] Compiling Dependencies Deprecations.swift
[96/115] Compiling Dependencies Exports.swift
[97/115] Compiling Dependencies TypeName.swift
[98/118] Compiling Dependencies UUID.swift
[99/118] Compiling Dependencies WithRandomNumberGenerator.swift
[100/118] Compiling Dependencies AppEntryPoint.swift
[101/118] Compiling Dependencies Assert.swift
[102/118] Compiling Dependencies Calendar.swift
[103/118] Compiling Dependencies Clocks.swift
[104/118] Compiling Dependencies Context.swift
[105/118] Compiling Dependencies Date.swift
[106/118] Compiling Dependencies FireAndForget.swift
[107/118] Compiling Dependencies Locale.swift
[108/118] Compiling Dependencies OpenURL.swift
[109/118] Compiling Dependencies TimeZone.swift
[110/118] Compiling Dependencies URLSession.swift
[111/118] Compiling Dependencies PreviewTrait.swift
[112/118] Compiling Dependencies TestTrait.swift
[113/118] Compiling Dependencies WithDependencies.swift
[114/118] Emitting module Dependencies
[115/118] Compiling Dependencies Dependency.swift
[116/118] Compiling Dependencies DependencyContext.swift
[117/118] Compiling Dependencies DependencyKey.swift
[118/118] Compiling Dependencies DependencyValues.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! (53.94s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.