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 Keychain, reference 1.0.4 (f468dc), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 03:55:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IBM/ios-keychain.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IBM/ios-keychain
 * tag               1.0.4      -> FETCH_HEAD
HEAD is now at f468dc5 Done fixing typos
Cloned https://github.com/IBM/ios-keychain.git
Revision (git rev-parse @):
f468dc550f3ee447c9340a35f743aae4ab316a57
SUCCESS checkout https://github.com/IBM/ios-keychain.git at 1.0.4
========================================
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",
  "dependencies": [
    {
      "identity": "ios-keychain",
      "name": "Keychain",
      "url": "https://github.com/IBM/ios-keychain.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-keychain",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/IBM/ios-keychain.git
[1/77] Fetching ios-keychain
Fetched https://github.com/IBM/ios-keychain.git from cache (0.68s)
Creating working copy for https://github.com/IBM/ios-keychain.git
Working copy of https://github.com/IBM/ios-keychain.git resolved at 1.0.4 (f468dc5)
warning: '.resolve-product-dependencies': dependency 'ios-keychain' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/IBM/ios-keychain.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.txt
[3/7] Compiling Keychain KeychainPassword.swift
[4/7] Emitting module Keychain
[5/7] Compiling Keychain KeychainError.swift
[6/7] Compiling Keychain Keychain.swift
[7/7] Compiling Keychain KeychainCertificate.swift
Build complete! (7.24s)
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",
        "KeychainCertificate.swift",
        "KeychainError.swift",
        "KeychainPassword.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.