The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of sendOtp, reference main (78bd7e), with Swift 5.9 for macOS (SPM) on 28 Apr 2025 15:01:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/d-o-2021/sendOTP.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/d-o-2021/sendOTP
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 78bd7e8 changeed class name otpmanager to otpwidget
Cloned https://github.com/d-o-2021/sendOTP.git
Revision (git rev-parse @):
78bd7e87e6fb6daae9fa8ad1e18d2c077b9cc61c
SUCCESS checkout https://github.com/d-o-2021/sendOTP.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/d-o-2021/sendOTP.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling sendOtp sendOtp.swift
[2/3] Emitting module sendOtp
[3/3] Compiling sendOtp ApiService.swift
Build complete! (4.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "sendOtp",
  "name" : "sendOtp",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "sendOtp",
      "targets" : [
        "sendOtp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sendOtpTests",
      "module_type" : "SwiftTarget",
      "name" : "sendOtpTests",
      "path" : "Tests/sendOtpTests",
      "sources" : [
        "sendOtpTests.swift"
      ],
      "target_dependencies" : [
        "sendOtp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "sendOtp",
      "module_type" : "SwiftTarget",
      "name" : "sendOtp",
      "path" : "Sources/sendOtp",
      "product_memberships" : [
        "sendOtp"
      ],
      "sources" : [
        "ApiService.swift",
        "sendOtp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.