The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenLibraryKit, reference v0.1.0 (a7956b), with Swift 6.2 for macOS (SPM) on 5 May 2026 07:53:43 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/QiyangStudio/OpenLibraryKit.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/QiyangStudio/OpenLibraryKit
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at a7956b1 Initial OpenLibraryKit implementation
Cloned https://github.com/QiyangStudio/OpenLibraryKit.git
Revision (git rev-parse @):
a7956b10a1920411cf6ee2d51a171e2fdee8d1ab
SUCCESS checkout https://github.com/QiyangStudio/OpenLibraryKit.git at v0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/QiyangStudio/OpenLibraryKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/8] Compiling OpenLibraryKit OpenLibraryRateLimiting.swift
[4/8] Compiling OpenLibraryKit OpenLibraryEndpoint.swift
[5/8] Compiling OpenLibraryKit OpenLibraryClient.swift
[6/8] Compiling OpenLibraryKit OpenLibraryError.swift
[7/8] Emitting module OpenLibraryKit
[8/8] Compiling OpenLibraryKit OpenLibraryModels.swift
Build complete! (5.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OpenLibraryKit",
  "name" : "OpenLibraryKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenLibraryKit",
      "targets" : [
        "OpenLibraryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenLibraryKitTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenLibraryKitTests",
      "path" : "Tests/OpenLibraryKitTests",
      "sources" : [
        "OpenLibraryClientTests.swift"
      ],
      "target_dependencies" : [
        "OpenLibraryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenLibraryKit",
      "module_type" : "SwiftTarget",
      "name" : "OpenLibraryKit",
      "path" : "Sources/OpenLibraryKit",
      "product_memberships" : [
        "OpenLibraryKit"
      ],
      "sources" : [
        "OpenLibraryClient.swift",
        "OpenLibraryEndpoint.swift",
        "OpenLibraryError.swift",
        "OpenLibraryModels.swift",
        "OpenLibraryRateLimiting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.