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 main (c8c386), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:04:51 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/binaryscraping/swift-composable-keychain
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c8c3865 Fix docs
Cloned https://github.com/binaryscraping/swift-composable-keychain.git
Revision (git rev-parse @):
c8c3865e2b883fa0d361a7842e1ff5196f8a9661
SUCCESS checkout https://github.com/binaryscraping/swift-composable-keychain.git at main
========================================
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 XCTCurrentTestCase.swift
[6/15] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[7/15] Emitting module XCTestDynamicOverlay
[8/15] Compiling XCTestDynamicOverlay Deprecations.swift
[9/15] Compiling XCTestDynamicOverlay RuntimeWarnings.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 Live.swift
[17/19] Compiling ComposableKeychain Interface.swift
[18/19] Emitting module ComposableKeychain
[19/19] Compiling ComposableKeychain Mocks.swift
Build complete! (8.10s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/4386] Fetching keychainaccess
[133/9853] Fetching keychainaccess, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.29s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.29s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (1.83s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.51s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
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
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.