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

Successful build of AppState, reference 2.1.3 (2723af), with Swift 6.1 for Linux on 29 Apr 2025 19:50:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         linux
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-4606859-3":/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 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/0xLeif/Cache
[1/419] Fetching cache
Fetched https://github.com/0xLeif/Cache from cache (0.28s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.0 (3.55s)
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
[4/27] Emitting module Cache
[5/30] Compiling Cache Logging.swift
[6/30] Compiling Cache OptionallyCached.swift
[7/30] Compiling Cache Resolved.swift
[8/30] Compiling Cache Global+images.swift
[9/30] Compiling Cache Global+loggers.swift
[10/30] Compiling Cache Global.swift
[11/30] Compiling Cache AnyCacheable.swift
[12/30] Compiling Cache Cache+subscript.swift
[13/30] Compiling Cache Cache.swift
[14/30] Compiling Cache ComposableCache.swift
[15/30] Compiling Cache JSON+subscript.swift
[16/30] Compiling Cache JSON.swift
[17/30] Compiling Cache Cached.swift
[18/30] Compiling Cache RequiredKeysCache+subscript.swift
[19/30] Compiling Cache RequiredKeysCache.swift
[20/30] Compiling Cache CacheInitializable.swift
[21/30] Compiling Cache Cacheable.swift
[22/30] Compiling Cache Dictionary+Cacheable.swift
[23/30] Compiling Cache InvalidTypeError.swift
[24/30] Compiling Cache ExpiringCache+subscript.swift
[25/30] Compiling Cache ExpiringCache.swift
[26/30] Compiling Cache LRUCache.swift
[27/30] Compiling Cache PersistableCache.swift
[28/30] Compiling Cache MissingRequiredKeysError.swift
[29/30] Compiling Cache Global+cache.swift
[30/30] Compiling Cache Global+dependencies.swift
[32/64] Emitting module AppState
[33/68] Compiling AppState ObservedDependency.swift
[34/68] Compiling AppState DependencyConstant.swift
[35/68] Compiling AppState DependencySlice.swift
[36/68] Compiling AppState AppState.swift
[37/68] Compiling AppState Loggable.swift
[38/68] Compiling AppState MutableApplicationState.swift
[39/68] Compiling AppState UbiquitousKeyValueStoreManaging.swift
[40/68] Compiling AppState UserDefaultsManaging.swift
[41/68] Compiling AppState Application+FileState.swift
[42/68] Compiling AppState Application+ApplicationPreview.swift
[43/68] Compiling AppState Application+Scope.swift
[44/68] Compiling AppState ApplicationLogger.swift
[45/68] Compiling AppState FileManager+AppState.swift
[46/68] Compiling AppState FileManaging.swift
[47/68] Compiling AppState Application+SecureState.swift
[48/68] Compiling AppState Application+State.swift
[49/68] Compiling AppState Application+StoredState.swift
[50/68] Compiling AppState Application+SyncState.swift
[51/68] Compiling AppState Application+OptionalSlice.swift
[52/68] Compiling AppState FileState.swift
[53/68] Compiling AppState SecureState.swift
[54/68] Compiling AppState Constant.swift
[55/68] Compiling AppState OptionalConstant.swift
[56/68] Compiling AppState OptionalSlice.swift
[57/68] Compiling AppState Slice.swift
[58/68] Compiling AppState StoredState.swift
[59/68] Compiling AppState SyncState.swift
[60/68] Compiling AppState Application+OptionalSliceOptionalValue.swift
[61/68] Compiling AppState Application+Slice.swift
[62/68] Compiling AppState Keychain.swift
[63/68] Compiling AppState AppDependency.swift
[64/68] Compiling AppState Application+internal.swift
[65/68] Compiling AppState Application+public.swift
[66/68] Compiling AppState Application.swift
[67/68] Compiling AppState Application+Dependency.swift
[68/68] Compiling AppState Application+DependencySlice.swift
Build complete! (22.68s)
Build complete.
{
  "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"
}
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
Done.