The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UserStorage, reference 0.2.0 (81662e), with Swift 6.0 for macOS (SPM) on 20 Apr 2026 08:25:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/smart-byte/UserStorage.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/smart-byte/UserStorage
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 81662e6 Improve Public API (#3)
Cloned https://github.com/smart-byte/UserStorage.git
Revision (git rev-parse @):
81662e693d34a03bd6c8b5f58b9c01e1eacb32f7
SUCCESS checkout https://github.com/smart-byte/UserStorage.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/smart-byte/UserStorage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/7] Compiling UserStorage UserStorage.swift
[4/7] Compiling UserStorage UserStorageService.swift
[5/7] Compiling UserStorage CoreDataStack.swift
[6/7] Emitting module UserStorage
[7/7] Compiling UserStorage PublishedUserStorage.swift
Build complete! (7.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UserStorage",
  "name" : "UserStorage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "UserStorage",
      "targets" : [
        "UserStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UserStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "UserStorageTests",
      "path" : "Tests/UserStorageTests",
      "sources" : [
        "CoreDataStackTests.swift",
        "UserStorageServiceTests.swift",
        "UserStorageTests.swift"
      ],
      "target_dependencies" : [
        "UserStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UserStorage",
      "module_type" : "SwiftTarget",
      "name" : "UserStorage",
      "path" : "Sources/UserStorage",
      "product_memberships" : [
        "UserStorage"
      ],
      "sources" : [
        "CoreDataStack.swift",
        "PublishedUserStorage.swift",
        "UserStorage.swift",
        "UserStorageService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.