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

Successful build of AppState, reference main (1f1322), with Swift 6.1 for macOS (SPM) on 27 Aug 2025 01:38:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
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 1f13229 Translate docs (#138)
Cloned https://github.com/0xLeif/AppState.git
Revision (git rev-parse @):
1f132296ab6a33cbdb314bf3ddd48de65fbf81ef
SUCCESS checkout https://github.com/0xLeif/AppState.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/0xLeif/Cache
[5/486] Fetching cache
[70/2580] Fetching cache, swift-docc-plugin
Fetched https://github.com/0xLeif/Cache from cache (1.13s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.13s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.0 (4.85s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.51s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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/3391] Fetching appstate
Fetched https://github.com/0xLeif/AppState.git from cache (0.98s)
Fetching https://github.com/0xLeif/Cache from cache
Fetched https://github.com/0xLeif/Cache from cache (0.48s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.0 (0.55s)
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 (1f13229)
warning: '.resolve-product-dependencies': dependency 'appstate' is not used by any target
Found 1 product dependencies
  - Cache
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/0xLeif/AppState.git
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"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "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",
        "FileManagerExtensionTests.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.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/30] Emitting module Cache
[7/32] Compiling Cache Cached.swift
[8/32] Compiling Cache Logging.swift
[9/32] Compiling Cache RequiredKeysCache.swift
[10/32] Compiling Cache CacheInitializable.swift
[11/32] Compiling Cache Cacheable.swift
[12/32] Compiling Cache OptionallyCached.swift
[13/32] Compiling Cache Resolved.swift
[14/32] Compiling Cache JSON+subscript.swift
[15/32] Compiling Cache JSON.swift
[16/32] Compiling Cache Dictionary+Cacheable.swift
[17/32] Compiling Cache InvalidTypeError.swift
[18/32] Compiling Cache MissingRequiredKeysError.swift
[19/32] Compiling Cache ComposableCache.swift
[20/32] Compiling Cache ExpiringCache+subscript.swift
[21/32] Compiling Cache ExpiringCache.swift
[22/32] Compiling Cache LRUCache.swift
[23/32] Compiling Cache PersistableCache.swift
[24/32] Compiling Cache RequiredKeysCache+subscript.swift
[25/32] Compiling Cache Global+loggers.swift
[26/32] Compiling Cache Global.swift
[27/32] Compiling Cache AnyCacheable.swift
[28/32] Compiling Cache Cache+subscript.swift
[29/32] Compiling Cache Cache.swift
[30/32] Compiling Cache Global+cache.swift
[31/32] Compiling Cache Global+dependencies.swift
[32/32] Compiling Cache Global+images.swift
[33/66] Emitting module AppState
[34/69] Compiling AppState Application+DependencySlice.swift
[35/69] Compiling AppState Application+ApplicationPreview.swift
[36/69] Compiling AppState Application+Scope.swift
[37/69] Compiling AppState ApplicationLogger.swift
[38/69] Compiling AppState Application+OptionalSliceOptionalValue.swift
[39/69] Compiling AppState Application+Slice.swift
[40/69] Compiling AppState Keychain.swift
[41/69] Compiling AppState AppDependency.swift
[42/69] Compiling AppState FileManager+AppState.swift
[43/69] Compiling AppState FileManaging.swift
[44/69] Compiling AppState Loggable.swift
[45/69] Compiling AppState MutableApplicationState.swift
[46/69] Compiling AppState Application+State.swift
[47/69] Compiling AppState Application+StoredState.swift
[48/69] Compiling AppState Application+SyncState.swift
[49/69] Compiling AppState Application+OptionalSlice.swift
[50/69] Compiling AppState ObservedDependency.swift
[51/69] Compiling AppState DependencyConstant.swift
[52/69] Compiling AppState DependencySlice.swift
[53/69] Compiling AppState Slice.swift
[54/69] Compiling AppState StoredState.swift
[55/69] Compiling AppState SyncState.swift
[56/69] Compiling AppState AppState.swift
[57/69] Compiling AppState FileState.swift
[58/69] Compiling AppState SecureState.swift
[59/69] Compiling AppState Constant.swift
[60/69] Compiling AppState OptionalConstant.swift
[61/69] Compiling AppState OptionalSlice.swift
[62/69] Compiling AppState Application+internal.swift
[63/69] Compiling AppState Application+public.swift
[64/69] Compiling AppState Application.swift
[65/69] Compiling AppState Application+Dependency.swift
[66/69] Compiling AppState UbiquitousKeyValueStoreManaging.swift
[67/69] Compiling AppState UserDefaultsManaging.swift
[68/69] Compiling AppState Application+FileState.swift
[69/69] Compiling AppState Application+SecureState.swift
Build complete! (23.72s)
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"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "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",
        "FileManagerExtensionTests.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.