The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyKeychain, reference main (0cbdf7), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 01:36:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/Machx/SwiftyKeychain.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Machx/SwiftyKeychain
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0cbdf72 refactor unit test
Cloned https://github.com/Machx/SwiftyKeychain.git
Revision (git rev-parse @):
0cbdf72ce8de1e21590ebf560d65d4e6b22c7a7e
SUCCESS checkout https://github.com/Machx/SwiftyKeychain.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftykeychain",
      "name": "SwiftyKeychain",
      "url": "https://github.com/Machx/SwiftyKeychain.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyKeychain",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Machx/SwiftyKeychain.git
[1/596] Fetching swiftykeychain
Fetched https://github.com/Machx/SwiftyKeychain.git from cache (0.67s)
Creating working copy for https://github.com/Machx/SwiftyKeychain.git
Working copy of https://github.com/Machx/SwiftyKeychain.git resolved at main (0cbdf72)
warning: '.resolve-product-dependencies': dependency 'swiftykeychain' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Machx/SwiftyKeychain.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Emitting module SwiftyKeychain
[4/4] Compiling SwiftyKeychain Keychain.swift
Build complete! (5.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyKeychain",
  "name" : "SwiftyKeychain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyKeychain",
      "targets" : [
        "SwiftyKeychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyKeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyKeychainTests",
      "path" : "Tests/SwiftyKeychainTests",
      "sources" : [
        "SwiftyKeychainTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyKeychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyKeychain",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyKeychain",
      "path" : "Sources/SwiftyKeychain",
      "product_memberships" : [
        "SwiftyKeychain"
      ],
      "sources" : [
        "Keychain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.