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 main (2723af), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 01:22:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/AppState.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/AppState
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/0xLeif/Cache
[1/400] Fetching cache
Fetched https://github.com/0xLeif/Cache from cache (0.73s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.0 (3.19s)
Creating working copy for https://github.com/0xLeif/Cache
Working copy of https://github.com/0xLeif/Cache resolved at 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "appstate",
      "name": "AppState",
      "url": "https://github.com/0xLeif/AppState.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppState",
      "dependencies": [
        {
          "identity": "cache",
          "name": "Cache",
          "url": "https://github.com/0xLeif/Cache",
          "version": "2.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cache",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/0xLeif/AppState.git
[1/2399] Fetching appstate
Fetched https://github.com/0xLeif/AppState.git from cache (0.95s)
Fetching https://github.com/0xLeif/Cache from cache
Fetched https://github.com/0xLeif/Cache from cache (0.46s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.0 (0.02s)
Creating working copy for https://github.com/0xLeif/Cache
Working copy of https://github.com/0xLeif/Cache resolved at 2.1.0
Creating working copy for https://github.com/0xLeif/AppState.git
Working copy of https://github.com/0xLeif/AppState.git resolved at main (2723afc)
warning: '.resolve-product-dependencies': dependency 'appstate' is not used by any target
Found 1 product dependencies
  - Cache
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/0xLeif/AppState.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/28] Emitting module Cache
[5/30] Compiling Cache OptionallyCached.swift
[6/30] Compiling Cache Resolved.swift
[7/30] Compiling Cache Dictionary+Cacheable.swift
[8/30] Compiling Cache InvalidTypeError.swift
[9/30] Compiling Cache MissingRequiredKeysError.swift
[10/30] Compiling Cache AnyCacheable.swift
[11/30] Compiling Cache Cache+subscript.swift
[12/30] Compiling Cache Cache.swift
[13/30] Compiling Cache JSON+subscript.swift
[14/30] Compiling Cache JSON.swift
[15/30] Compiling Cache LRUCache.swift
[16/30] Compiling Cache PersistableCache.swift
[17/30] Compiling Cache RequiredKeysCache+subscript.swift
[18/30] Compiling Cache Global+loggers.swift
[19/30] Compiling Cache Global.swift
[20/30] Compiling Cache Cached.swift
[21/30] Compiling Cache Logging.swift
[22/30] Compiling Cache RequiredKeysCache.swift
[23/30] Compiling Cache CacheInitializable.swift
[24/30] Compiling Cache Cacheable.swift
[25/30] Compiling Cache ComposableCache.swift
[26/30] Compiling Cache ExpiringCache+subscript.swift
[27/30] Compiling Cache ExpiringCache.swift
[28/30] Compiling Cache Global+cache.swift
[29/30] Compiling Cache Global+dependencies.swift
[30/30] Compiling Cache Global+images.swift
[31/64] Compiling AppState Application+OptionalSliceOptionalValue.swift
[32/64] Compiling AppState Application+Slice.swift
[33/64] Compiling AppState Keychain.swift
[34/64] Compiling AppState AppDependency.swift
[35/67] Emitting module AppState
[36/67] Compiling AppState Application+State.swift
[37/67] Compiling AppState Application+StoredState.swift
[38/67] Compiling AppState Application+SyncState.swift
[39/67] Compiling AppState Application+OptionalSlice.swift
[40/67] Compiling AppState ObservedDependency.swift
[41/67] Compiling AppState DependencyConstant.swift
[42/67] Compiling AppState DependencySlice.swift
[43/67] Compiling AppState FileManager+AppState.swift
[44/67] Compiling AppState FileManaging.swift
[45/67] Compiling AppState Loggable.swift
[46/67] Compiling AppState MutableApplicationState.swift
[47/67] Compiling AppState Constant.swift
[48/67] Compiling AppState OptionalConstant.swift
[49/67] Compiling AppState OptionalSlice.swift
[50/67] Compiling AppState AppState.swift
[51/67] Compiling AppState FileState.swift
[52/67] Compiling AppState SecureState.swift
[53/67] Compiling AppState Slice.swift
[54/67] Compiling AppState StoredState.swift
[55/67] Compiling AppState SyncState.swift
[56/67] Compiling AppState UbiquitousKeyValueStoreManaging.swift
[57/67] Compiling AppState UserDefaultsManaging.swift
[58/67] Compiling AppState Application+FileState.swift
[59/67] Compiling AppState Application+SecureState.swift
[60/67] Compiling AppState Application+DependencySlice.swift
[61/67] Compiling AppState Application+ApplicationPreview.swift
[62/67] Compiling AppState Application+Scope.swift
[63/67] Compiling AppState ApplicationLogger.swift
[64/67] Compiling AppState Application+internal.swift
[65/67] Compiling AppState Application+public.swift
[66/67] Compiling AppState Application.swift
[67/67] Compiling AppState Application+Dependency.swift
Build complete! (23.53s)
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" : "/Users/admin/builder/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"
}
Done.