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 StorageKit with Swift 5.9 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/StorageKit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/StorageKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 41316e9 fix typo
Cloned https://github.com/NikSativa/StorageKit.git
Revision (git rev-parse @):
41316e97f62d7f4720a58feb1eac5daf32885aef
SUCCESS checkout https://github.com/NikSativa/StorageKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/NikSativa/StorageKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling StorageKit InMemoryStorage.swift
[2/11] Compiling StorageKit KeychainStorage.swift
[3/11] Compiling StorageKit Expirable.swift
[4/11] Compiling StorageKit Keychain.swift
[5/11] Compiling StorageKit FileStorage.swift
[6/11] Compiling StorageKit AnyStorage.swift
[7/11] Compiling StorageKit Defaults.swift
[8/11] Emitting module StorageKit
[9/11] Compiling StorageKit StorageComposition.swift
[10/11] Compiling StorageKit Storage.swift
[11/11] Compiling StorageKit UserDefaultsStorage.swift
Build complete! (5.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StorageKit",
  "name" : "StorageKit",
  "path" : "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "StorageKit",
      "targets" : [
        "StorageKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StorageKitTests",
      "module_type" : "SwiftTarget",
      "name" : "StorageKitTests",
      "path" : "Tests",
      "sources" : [
        "DefaultsTests.swift",
        "StorageTests.swift"
      ],
      "target_dependencies" : [
        "StorageKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StorageKit",
      "module_type" : "SwiftTarget",
      "name" : "StorageKit",
      "path" : "Source",
      "product_memberships" : [
        "StorageKit"
      ],
      "sources" : [
        "AnyStorage.swift",
        "Defaults.swift",
        "Expirable.swift",
        "Keychain.swift",
        "Storage.swift",
        "StorageComposition.swift",
        "Storages/FileStorage.swift",
        "Storages/InMemoryStorage.swift",
        "Storages/KeychainStorage.swift",
        "Storages/UserDefaultsStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.