The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Keychain, reference main (5e8ac9), with Swift 6.1 for macOS (SPM) on 20 Apr 2026 09:45:26 UTC.

Swift 6 data race errors: 1

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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Keychain.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Keychain
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5e8ac9a Merge pull request #3 from elegantchaos/integration/actionstatus
Cloned https://github.com/elegantchaos/Keychain.git
Revision (git rev-parse @):
5e8ac9a00c663e5475d24ffa25c56ba8861937a0
SUCCESS checkout https://github.com/elegantchaos/Keychain.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elegantchaos/Keychain.git
https://github.com/elegantchaos/Keychain.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Keychain",
  "name" : "Keychain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Keychain",
      "targets" : [
        "Keychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "KeychainTests",
      "path" : "Tests/KeychainTests",
      "sources" : [
        "KeychainTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Keychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Keychain",
      "module_type" : "SwiftTarget",
      "name" : "Keychain",
      "path" : "Sources/Keychain",
      "product_memberships" : [
        "Keychain"
      ],
      "sources" : [
        "Keychain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module Keychain
/Users/admin/builder/spi-builder-workspace/Sources/Keychain/Keychain.swift:11:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Keychain' may have shared mutable state; this is an error in the Swift 6 language mode
  7 | import Security
  8 |
  9 | public struct Keychain {
    |               `- note: consider making struct 'Keychain' conform to the 'Sendable' protocol
 10 |
 11 |   public static let `default` = Keychain()
    |                     |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Keychain' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |   public enum KeychainError: Error {
[4/4] Compiling Keychain Keychain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keychain/Keychain.swift:11:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Keychain' may have shared mutable state; this is an error in the Swift 6 language mode
  7 | import Security
  8 |
  9 | public struct Keychain {
    |               `- note: consider making struct 'Keychain' conform to the 'Sendable' protocol
 10 |
 11 |   public static let `default` = Keychain()
    |                     |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Keychain' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |   public enum KeychainError: Error {
Build complete! (4.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Keychain",
  "name" : "Keychain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Keychain",
      "targets" : [
        "Keychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "KeychainTests",
      "path" : "Tests/KeychainTests",
      "sources" : [
        "KeychainTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Keychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Keychain",
      "module_type" : "SwiftTarget",
      "name" : "Keychain",
      "path" : "Sources/Keychain",
      "product_memberships" : [
        "Keychain"
      ],
      "sources" : [
        "Keychain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.