The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AppState, reference 2.1.3 (2723af), with Swift 6.1 for Wasm on 29 May 2025 22:04:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/AppState.git
Reference: 2.1.3
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/0xLeif/AppState
 * tag               2.1.3      -> FETCH_HEAD
HEAD is now at 2723afc Fix Xcode 16.1 error about property not on main actor (#119)
Cloned https://github.com/0xLeif/AppState.git
Revision (git rev-parse @):
2723afc6617dfc4123631bc04157cae1dce2e724
SUCCESS checkout https://github.com/0xLeif/AppState.git at 2.1.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/0xLeif/AppState.git
https://github.com/0xLeif/AppState.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "cache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xLeif/Cache"
    }
  ],
  "manifest_display_name" : "AppState",
  "name" : "AppState",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AppState",
      "targets" : [
        "AppState"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppStateTests",
      "module_type" : "SwiftTarget",
      "name" : "AppStateTests",
      "path" : "Tests/AppStateTests",
      "sources" : [
        "AppDependencyTests.swift",
        "AppStateTests.swift",
        "ApplicationTests.swift",
        "DependencySliceTests.swift",
        "FileStateTests.swift",
        "KeychainTests.swift",
        "ObservedDependencyTests.swift",
        "OptionalSliceTests.swift",
        "SecureStateTests.swift",
        "SliceTests.swift",
        "StoredStateTests.swift",
        "SyncStateTests.swift"
      ],
      "target_dependencies" : [
        "AppState"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppState",
      "module_type" : "SwiftTarget",
      "name" : "AppState",
      "path" : "Sources/AppState",
      "product_dependencies" : [
        "Cache"
      ],
      "product_memberships" : [
        "AppState"
      ],
      "sources" : [
        "Application/Application+internal.swift",
        "Application/Application+public.swift",
        "Application/Application.swift",
        "Application/Types/Dependency/Application+Dependency.swift",
        "Application/Types/Dependency/Slice/Application+DependencySlice.swift",
        "Application/Types/Helper/Application+ApplicationPreview.swift",
        "Application/Types/Helper/Application+Scope.swift",
        "Application/Types/Helper/ApplicationLogger.swift",
        "Application/Types/Helper/FileManager+AppState.swift",
        "Application/Types/Helper/FileManaging.swift",
        "Application/Types/Helper/Loggable.swift",
        "Application/Types/Helper/MutableApplicationState.swift",
        "Application/Types/Helper/UbiquitousKeyValueStoreManaging.swift",
        "Application/Types/Helper/UserDefaultsManaging.swift",
        "Application/Types/State/Application+FileState.swift",
        "Application/Types/State/Application+SecureState.swift",
        "Application/Types/State/Application+State.swift",
        "Application/Types/State/Application+StoredState.swift",
        "Application/Types/State/Application+SyncState.swift",
        "Application/Types/State/Slice/Application+OptionalSlice.swift",
        "Application/Types/State/Slice/Application+OptionalSliceOptionalValue.swift",
        "Application/Types/State/Slice/Application+Slice.swift",
        "Dependencies/Keychain.swift",
        "PropertyWrappers/Dependency/AppDependency.swift",
        "PropertyWrappers/Dependency/ObservedDependency.swift",
        "PropertyWrappers/Dependency/Slice/DependencyConstant.swift",
        "PropertyWrappers/Dependency/Slice/DependencySlice.swift",
        "PropertyWrappers/State/AppState.swift",
        "PropertyWrappers/State/FileState.swift",
        "PropertyWrappers/State/SecureState.swift",
        "PropertyWrappers/State/Slice/Constant.swift",
        "PropertyWrappers/State/Slice/OptionalConstant.swift",
        "PropertyWrappers/State/Slice/OptionalSlice.swift",
        "PropertyWrappers/State/Slice/Slice.swift",
        "PropertyWrappers/State/StoredState.swift",
        "PropertyWrappers/State/SyncState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/0xLeif/Cache
[1/423] Fetching cache
Fetched https://github.com/0xLeif/Cache from cache (0.24s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.0 (2.22s)
Creating working copy for https://github.com/0xLeif/Cache
Working copy of https://github.com/0xLeif/Cache resolved at 2.1.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/27] Emitting module Cache
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:25:6: error: unknown attribute 'Published'
 23 |     #else
 24 |     /// The actual cache dictionary of key-value pairs.
 25 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 26 |     #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:163:18: error: cannot find type 'ObservableObject' in scope
161 |
162 | #if !os(Linux) && !os(Windows)
163 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
164 | #endif
165 |
[5/30] Compiling Cache RequiredKeysCache+subscript.swift
[6/30] Compiling Cache RequiredKeysCache.swift
[7/30] Compiling Cache CacheInitializable.swift
[8/30] Compiling Cache Logging.swift
[9/30] Compiling Cache OptionallyCached.swift
[10/30] Compiling Cache Resolved.swift
[11/30] Compiling Cache ExpiringCache+subscript.swift
[12/30] Compiling Cache ExpiringCache.swift
[13/30] Compiling Cache LRUCache.swift
[14/30] Compiling Cache PersistableCache.swift
[15/30] Compiling Cache MissingRequiredKeysError.swift
[16/30] Compiling Cache Global+cache.swift
[17/30] Compiling Cache Global+dependencies.swift
[18/30] Compiling Cache Global+images.swift
[19/30] Compiling Cache Global+loggers.swift
[20/30] Compiling Cache Global.swift
[21/30] Compiling Cache JSON+subscript.swift
[22/30] Compiling Cache JSON.swift
[23/30] Compiling Cache Cached.swift
[24/30] Compiling Cache Cacheable.swift
[25/30] Compiling Cache Dictionary+Cacheable.swift
[26/30] Compiling Cache InvalidTypeError.swift
[27/30] Compiling Cache AnyCacheable.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:25:6: error: unknown attribute 'Published'
 23 |     #else
 24 |     /// The actual cache dictionary of key-value pairs.
 25 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 26 |     #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:163:18: error: cannot find type 'ObservableObject' in scope
161 |
162 | #if !os(Linux) && !os(Windows)
163 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
164 | #endif
165 |
[28/30] Compiling Cache Cache+subscript.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:25:6: error: unknown attribute 'Published'
 23 |     #else
 24 |     /// The actual cache dictionary of key-value pairs.
 25 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 26 |     #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:163:18: error: cannot find type 'ObservableObject' in scope
161 |
162 | #if !os(Linux) && !os(Windows)
163 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
164 | #endif
165 |
[29/30] Compiling Cache Cache.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:25:6: error: unknown attribute 'Published'
 23 |     #else
 24 |     /// The actual cache dictionary of key-value pairs.
 25 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 26 |     #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:163:18: error: cannot find type 'ObservableObject' in scope
161 |
162 | #if !os(Linux) && !os(Windows)
163 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
164 | #endif
165 |
[30/30] Compiling Cache ComposableCache.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:25:6: error: unknown attribute 'Published'
 23 |     #else
 24 |     /// The actual cache dictionary of key-value pairs.
 25 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 26 |     #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:163:18: error: cannot find type 'ObservableObject' in scope
161 |
162 | #if !os(Linux) && !os(Windows)
163 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
164 | #endif
165 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling Cache AnyCacheable.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:25:6: error: unknown attribute 'Published'
 23 |     #else
 24 |     /// The actual cache dictionary of key-value pairs.
 25 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 26 |     #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:163:18: error: cannot find type 'ObservableObject' in scope
161 |
162 | #if !os(Linux) && !os(Windows)
163 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
164 | #endif
165 |
[3/25] Compiling Cache Cache+subscript.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:25:6: error: unknown attribute 'Published'
 23 |     #else
 24 |     /// The actual cache dictionary of key-value pairs.
 25 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 26 |     #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:163:18: error: cannot find type 'ObservableObject' in scope
161 |
162 | #if !os(Linux) && !os(Windows)
163 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
164 | #endif
165 |
[4/25] Compiling Cache Cache.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:25:6: error: unknown attribute 'Published'
 23 |     #else
 24 |     /// The actual cache dictionary of key-value pairs.
 25 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 26 |     #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:163:18: error: cannot find type 'ObservableObject' in scope
161 |
162 | #if !os(Linux) && !os(Windows)
163 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
164 | #endif
165 |
[5/25] Compiling Cache ComposableCache.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:25:6: error: unknown attribute 'Published'
 23 |     #else
 24 |     /// The actual cache dictionary of key-value pairs.
 25 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 26 |     #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:163:18: error: cannot find type 'ObservableObject' in scope
161 |
162 | #if !os(Linux) && !os(Windows)
163 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
164 | #endif
165 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/28] Emitting module Cache
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:25:6: error: unknown attribute 'Published'
 23 |     #else
 24 |     /// The actual cache dictionary of key-value pairs.
 25 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 26 |     #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:163:18: error: cannot find type 'ObservableObject' in scope
161 |
162 | #if !os(Linux) && !os(Windows)
163 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
164 | #endif
165 |
[7/28] Compiling Cache MissingRequiredKeysError.swift
[8/28] Compiling Cache Global+cache.swift
[9/28] Compiling Cache Global+dependencies.swift
[10/28] Compiling Cache Cacheable.swift
[11/28] Compiling Cache Dictionary+Cacheable.swift
[12/28] Compiling Cache InvalidTypeError.swift
[13/28] Compiling Cache RequiredKeysCache+subscript.swift
[14/28] Compiling Cache RequiredKeysCache.swift
[15/28] Compiling Cache CacheInitializable.swift
[16/28] Compiling Cache JSON+subscript.swift
[17/28] Compiling Cache JSON.swift
[18/28] Compiling Cache Cached.swift
[19/28] Compiling Cache Logging.swift
[20/28] Compiling Cache OptionallyCached.swift
[21/28] Compiling Cache Resolved.swift
[22/28] Compiling Cache Global+images.swift
[23/28] Compiling Cache Global+loggers.swift
[24/28] Compiling Cache Global.swift
[25/28] Compiling Cache ExpiringCache+subscript.swift
[26/28] Compiling Cache ExpiringCache.swift
[27/28] Compiling Cache LRUCache.swift
[28/28] Compiling Cache PersistableCache.swift
BUILD FAILURE 6.1 wasm