The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-configuration, reference 1.2.0 (be76c4), with Swift 6.1 for Wasm on 5 Mar 2026 14:51:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-configuration.git
Reference: 1.2.0
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/apple/swift-configuration
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at be76c4a Add PropertyListSnapshot provider for property list configuration files (#155)
Cloned https://github.com/apple/swift-configuration.git
Revision (git rev-parse @):
be76c4ad929eb6c4bcaf3351799f2adf9e6848a9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-configuration.git at 1.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-configuration.git
https://github.com/apple/swift-configuration.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.4.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "swift-configuration",
  "name" : "swift-configuration",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Configuration",
      "targets" : [
        "Configuration"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConfigurationTesting",
      "targets" : [
        "ConfigurationTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConfigurationTests",
      "module_type" : "SwiftTarget",
      "name" : "ConfigurationTests",
      "path" : "Tests/ConfigurationTests",
      "sources" : [
        "AbsoluteConfigKeyTests.swift",
        "AccessLoggerTests.swift",
        "AccessReporterTests.swift",
        "AsyncSequencesTests.swift",
        "CLIArgumentParserTests.swift",
        "CLIKeyEncoderTests.swift",
        "CombineLatestTests.swift",
        "CommandLineArgumentsProviderTests.swift",
        "ConfigBytesFromStringDecoderTests.swift",
        "ConfigProvider+OperatorTests.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsFetch1.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsFetch2.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsFetch3.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsFetch4.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsFetch5.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsGet1.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsGet2.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsGet3.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsGet4.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsGet5.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsWatch1.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsWatch2.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsWatch3.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsWatch4.swift",
        "ConfigReaderTests/ConfigReaderMethodTestsWatch5.swift",
        "ConfigReaderTests/ConfigReaderTests.swift",
        "ConfigReaderTests/ConfigSnapshotReaderMethodTestsGet1.swift",
        "ConfigReaderTests/ConfigSnapshotReaderMethodTestsGet2.swift",
        "ConfigReaderTests/ConfigSnapshotReaderMethodTestsGet3.swift",
        "ConfigSnapshotReaderTests.swift",
        "Deprecations.swift",
        "DirectoryFilesProviderTests.swift",
        "EnvironmentVariablesProviderTests.swift",
        "FileAccessLoggerTests.swift",
        "FileProviderTests.swift",
        "GatedSequence.swift",
        "InMemoryProviderTests.swift",
        "JSONFileProviderTests.swift",
        "JSONReloadingFileProviderTests.swift",
        "KeyMappingProviderTests.swift",
        "MultiProviderTests.swift",
        "MutableInMemoryProviderTests.swift",
        "PropertyListFileProviderTests.swift",
        "ReloadingFileProviderTests.swift",
        "SecretMarkingTests.swift",
        "SeparatorKeyEncoderTests.swift",
        "TestSnapshot.swift",
        "YAMLFileProviderTests.swift",
        "YAMLReloadingFileProviderTests.swift"
      ],
      "target_dependencies" : [
        "Configuration",
        "ConfigurationTestingInternal",
        "ConfigurationTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConfigurationTestingInternal",
      "module_type" : "SwiftTarget",
      "name" : "ConfigurationTestingInternal",
      "path" : "Sources/ConfigurationTestingInternal",
      "product_dependencies" : [
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "ConfigurationTesting"
      ],
      "sources" : [
        "AccessReporterTestUtils.swift",
        "AsyncSequence+first.swift",
        "CannedValues.swift",
        "CollectingLogHandler.swift",
        "ConfigValueExtensions.swift",
        "InMemoryFileSystem.swift",
        "Logging.swift",
        "TestFuture.swift",
        "TestProvider.swift",
        "withService.swift"
      ],
      "target_dependencies" : [
        "Configuration"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConfigurationTesting",
      "module_type" : "SwiftTarget",
      "name" : "ConfigurationTesting",
      "path" : "Sources/ConfigurationTesting",
      "product_memberships" : [
        "ConfigurationTesting"
      ],
      "sources" : [
        "ProviderCompatTest.swift"
      ],
      "target_dependencies" : [
        "Configuration",
        "ConfigurationTestingInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Configuration",
      "module_type" : "SwiftTarget",
      "name" : "Configuration",
      "path" : "Sources/Configuration",
      "product_dependencies" : [
        "SystemPackage",
        "DequeModule",
        "Logging",
        "Metrics",
        "ServiceLifecycle",
        "Yams"
      ],
      "product_memberships" : [
        "Configuration",
        "ConfigurationTesting"
      ],
      "sources" : [
        "AccessReporter.swift",
        "AccessReporters/AccessLogger.swift",
        "AccessReporters/FileAccessLogger.swift",
        "ConfigContext.swift",
        "ConfigKey.swift",
        "ConfigProvider.swift",
        "ConfigProviderHelpers.swift",
        "ConfigReader+internalHelpers.swift",
        "ConfigReader+methods.swift",
        "ConfigReader.swift",
        "ConfigSnapshotReader+methods.swift",
        "ConfigSnapshotReader.swift",
        "Deprecations.swift",
        "ExpressibleByConfigInt.swift",
        "ExpressibleByConfigString.swift",
        "KeyCoders/CLIKeyEncoder.swift",
        "KeyCoders/ConfigKeyEncoder.swift",
        "KeyCoders/DotSeparatorKeyDecoder.swift",
        "KeyCoders/SeparatorKeyEncoder.swift",
        "MultiProvider.swift",
        "Providers/CLI/CLIArgumentParser.swift",
        "Providers/CLI/CLISnapshot.swift",
        "Providers/CLI/CommandLineArgumentsProvider.swift",
        "Providers/EnvironmentVariables/EnvironmentFileParser.swift",
        "Providers/EnvironmentVariables/EnvironmentKeyEncoder.swift",
        "Providers/EnvironmentVariables/EnvironmentVariablesProvider.swift",
        "Providers/Files/CommonProviderFileSystem.swift",
        "Providers/Files/DirectoryFilesProvider.swift",
        "Providers/Files/FileProvider.swift",
        "Providers/Files/FileProviderSnapshot.swift",
        "Providers/Files/JSONSnapshot.swift",
        "Providers/Files/PropertyListSnapshot.swift",
        "Providers/Files/ReloadingFileProvider.swift",
        "Providers/Files/ReloadingFileProviderMetrics.swift",
        "Providers/Files/YAMLSnapshot.swift",
        "Providers/InMemory/InMemoryProvider.swift",
        "Providers/InMemory/MutableInMemoryProvider.swift",
        "Providers/Wrappers/ConfigProvider+Operators.swift",
        "Providers/Wrappers/KeyMappingProvider.swift",
        "SecretsSpecifier.swift",
        "Utilities/AsyncAlgos/AsyncCombineLatestManySequence.swift",
        "Utilities/AsyncAlgos/CombineLatestManyStateMachine.swift",
        "Utilities/AsyncAlgos/CombineLatestManyStorage.swift",
        "Utilities/AsyncSequences.swift",
        "Utilities/FoundationExtensions.swift",
        "Utilities/Span.swift",
        "ValueCoders/ConfigBytesFromStringDecoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm