The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build AppRemoteConfigService, reference main (aee89f), with Swift 6.1 for Linux on 29 Apr 2025 15:04:46 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/egeniq/app-remote-config-ios.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/egeniq/app-remote-config-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aee89fd Remove unneeded @MainActor isolation
Cloned https://github.com/egeniq/app-remote-config-ios.git
Revision (git rev-parse @):
aee89fdfba1ab69c73386c8a5a723aab067bde20
SUCCESS checkout https://github.com/egeniq/app-remote-config-ios.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/egeniq/app-remote-config-ios.git
https://github.com/egeniq/app-remote-config-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "app-remote-config",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/egeniq/app-remote-config"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "600.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-dependencies-additions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tgrapperon/swift-dependencies-additions"
    }
  ],
  "manifest_display_name" : "AppRemoteConfigService",
  "name" : "AppRemoteConfigService",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "AppRemoteConfigServiceMacros",
      "targets" : [
        "AppRemoteConfigServiceMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppRemoteConfigService",
      "targets" : [
        "AppRemoteConfigService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppRemoteConfigServiceMacrosPlugin",
      "targets" : [
        "AppRemoteConfigServiceMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppRemoteConfigServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "AppRemoteConfigServiceTests",
      "path" : "Tests/AppRemoteConfigServiceTests",
      "product_dependencies" : [
        "SodiumClientLive"
      ],
      "sources" : [
        "AppRemoteConfigServiceTests.swift"
      ],
      "target_dependencies" : [
        "AppRemoteConfigService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppRemoteConfigServiceMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "AppRemoteConfigServiceMacrosPlugin",
      "path" : "Sources/AppRemoteConfigServiceMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AppRemoteConfigServiceMacros",
        "AppRemoteConfigServiceMacrosPlugin"
      ],
      "sources" : [
        "AppRemoteConfigValuesMacro.swift",
        "Plugins.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AppRemoteConfigServiceMacros",
      "module_type" : "SwiftTarget",
      "name" : "AppRemoteConfigServiceMacros",
      "path" : "Sources/AppRemoteConfigServiceMacros",
      "product_dependencies" : [
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "AppRemoteConfigServiceMacros"
      ],
      "sources" : [
        "Macros.swift"
      ],
      "target_dependencies" : [
        "AppRemoteConfigServiceMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppRemoteConfigService",
      "module_type" : "SwiftTarget",
      "name" : "AppRemoteConfigService",
      "path" : "Sources/AppRemoteConfigService",
      "product_dependencies" : [
        "AppRemoteConfig",
        "Dependencies",
        "DependenciesAdditions",
        "SodiumClientLive"
      ],
      "product_memberships" : [
        "AppRemoteConfigService"
      ],
      "sources" : [
        "AppRemoteConfigService.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppRemoteConfigMacrosPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "AppRemoteConfigMacrosPluginTests",
      "path" : "Tests/AppRemoteConfigMacrosPluginTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "AppRemoteConfigValuesMacroTests.swift",
        "Internal/BaseTestCase.swift"
      ],
      "target_dependencies" : [
        "AppRemoteConfigServiceMacrosPlugin"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
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/pointfreeco/swift-macro-testing
Fetching https://github.com/tgrapperon/swift-dependencies-additions
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/egeniq/app-remote-config
Fetching https://github.com/swiftlang/swift-syntax
[1/868] Fetching swift-macro-testing
[288/1402] Fetching swift-macro-testing, app-remote-config
[289/5155] Fetching swift-macro-testing, app-remote-config, swift-dependencies-additions
[1812/10543] Fetching swift-macro-testing, app-remote-config, swift-dependencies-additions, xctest-dynamic-overlay
[3924/16744] Fetching swift-macro-testing, app-remote-config, swift-dependencies-additions, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.70s)
[7570/15876] Fetching app-remote-config, swift-dependencies-additions, xctest-dynamic-overlay, swift-dependencies
[15877/86121] Fetching app-remote-config, swift-dependencies-additions, xctest-dynamic-overlay, swift-dependencies, swift-syntax
Fetched https://github.com/tgrapperon/swift-dependencies-additions from cache (1.59s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.61s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.63s)
[8964/70779] Fetching app-remote-config, swift-syntax
Fetched https://github.com/egeniq/app-remote-config from cache (8.97s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.11s)
Computing version for https://github.com/egeniq/app-remote-config
Computed https://github.com/egeniq/app-remote-config at 0.6.0 (10.31s)
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.58s)
Computing version for https://github.com/tgrapperon/swift-dependencies-additions
Computed https://github.com/tgrapperon/swift-dependencies-additions at 1.1.1 (3.72s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 510.0.3 (1.37s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.96s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (1.04s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.05s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (4.00s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.57s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.55s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.65s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
[1/852] Fetching swift-concurrency-extras
[214/3262] Fetching swift-concurrency-extras, combine-schedulers
[515/4554] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.59s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.62s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.62s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (2.68s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.66s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.22s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.35s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.73s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (5.78s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/egeniq/app-remote-config
Working copy of https://github.com/egeniq/app-remote-config resolved at 0.6.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.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 510.0.3
Creating working copy for https://github.com/tgrapperon/swift-dependencies-additions
Working copy of https://github.com/tgrapperon/swift-dependencies-additions resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
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.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
error: 'spi-builder-workspace': product 'SodiumClientLive' required by package 'spi-builder-workspace' target 'AppRemoteConfigServiceTests' not found in package 'app-remote-config'.
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
error: 'spi-builder-workspace': product 'SodiumClientLive' required by package 'spi-builder-workspace' target 'AppRemoteConfigServiceTests' not found in package 'app-remote-config'.
BUILD FAILURE 6.1 linux