The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ComposableKeychain, reference 0.0.2 (3ebddf), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:05:16 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/binaryscraping/swift-composable-keychain.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/binaryscraping/swift-composable-keychain
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 3ebddfe Remove TCA dependency and add XCTestDynamicOverlay
Cloned https://github.com/binaryscraping/swift-composable-keychain.git
Revision (git rev-parse @):
3ebddfe9e9232218bada99ab6d6b3ca1fd94f112
SUCCESS checkout https://github.com/binaryscraping/swift-composable-keychain.git at 0.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/binaryscraping/swift-composable-keychain.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/15] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[6/15] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[7/15] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[8/15] Emitting module XCTestDynamicOverlay
[9/15] Compiling XCTestDynamicOverlay Deprecations.swift
[10/15] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[11/15] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[12/15] Compiling XCTestDynamicOverlay Unimplemented.swift
[13/15] Compiling XCTestDynamicOverlay XCTFail.swift
[14/15] Compiling KeychainAccess Keychain.swift
[15/15] Emitting module KeychainAccess
[16/19] Compiling ComposableKeychain Interface.swift
[17/19] Emitting module ComposableKeychain
[18/19] Compiling ComposableKeychain Mocks.swift
[19/19] Compiling ComposableKeychain Live.swift
Build complete! (7.84s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/4386] Fetching keychainaccess
[572/9853] Fetching keychainaccess, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.37s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.38s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (1.93s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.53s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "ComposableKeychain",
  "name" : "ComposableKeychain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposableKeychain",
      "targets" : [
        "ComposableKeychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComposableKeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableKeychainTests",
      "path" : "Tests/ComposableKeychainTests",
      "sources" : [
        "ComposableKeychainTests.swift"
      ],
      "target_dependencies" : [
        "ComposableKeychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableKeychain",
      "module_type" : "SwiftTarget",
      "name" : "ComposableKeychain",
      "path" : "Sources/ComposableKeychain",
      "product_dependencies" : [
        "KeychainAccess",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "ComposableKeychain"
      ],
      "sources" : [
        "Interface.swift",
        "Live.swift",
        "Mocks.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.