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 Otp, reference master (a4feb6), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 03:24:25 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/yageek/swift-otp.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yageek/swift-otp
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a4feb6e Basic commit
Cloned https://github.com/yageek/swift-otp.git
Revision (git rev-parse @):
a4feb6eb45e79b2b78677ba91f353d40bac329cc
SUCCESS checkout https://github.com/yageek/swift-otp.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yageek/swift-otp.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling Otp Key.swift
[4/5] Compiling Otp Generator.swift
[5/5] Emitting module Otp
Build complete! (3.39s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Otp",
  "name" : "Otp",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Otp",
      "targets" : [
        "Otp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OtpTests",
      "module_type" : "SwiftTarget",
      "name" : "OtpTests",
      "path" : "Tests/OtpTests",
      "sources" : [
        "OtpTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Otp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Otp",
      "module_type" : "SwiftTarget",
      "name" : "Otp",
      "path" : "Sources/Otp",
      "product_memberships" : [
        "Otp"
      ],
      "sources" : [
        "Generator.swift",
        "Key.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.