The Swift Package Index logo.Swift Package Index

Build Information

Successful build of KeychainStored, reference 1.1.0 (a5a1fc), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 19:03:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/owowagency/KeychainStored.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/owowagency/KeychainStored
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at a5a1fcc Update README.md
Cloned https://github.com/owowagency/KeychainStored.git
Revision (git rev-parse @):
a5a1fccec6fe279fc244e37a7190c92ec15bf456
SUCCESS checkout https://github.com/owowagency/KeychainStored.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/owowagency/KeychainStored.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling KeychainStored TopLevelDecoder.swift
[4/7] Compiling KeychainStored KeychainStored+EquatableHashable.swift
[5/7] Compiling KeychainStored KeychainStored.swift
[6/7] Compiling KeychainStored TopLevelEncoder.swift
[7/7] Emitting module KeychainStored
Build complete! (3.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeychainStored",
  "name" : "KeychainStored",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "KeychainStored",
      "targets" : [
        "KeychainStored"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainStoredTests",
      "module_type" : "SwiftTarget",
      "name" : "KeychainStoredTests",
      "path" : "Tests/KeychainStoredTests",
      "sources" : [
        "KeychainStoredTests.swift"
      ],
      "target_dependencies" : [
        "KeychainStored"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeychainStored",
      "module_type" : "SwiftTarget",
      "name" : "KeychainStored",
      "path" : "Sources/KeychainStored",
      "product_memberships" : [
        "KeychainStored"
      ],
      "sources" : [
        "KeychainStored+EquatableHashable.swift",
        "KeychainStored.swift",
        "TopLevelDecoder.swift",
        "TopLevelEncoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.