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 sendOtp, reference main (d31b3c), with Swift 5.10 for macOS (SPM) on 3 Jul 2025 16:48:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Walkover-Web-Solution/MSG91-sendOTP_Swift_SDK.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Walkover-Web-Solution/MSG91-sendOTP_Swift_SDK
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d31b3c4 Update LICENSE
Cloned https://github.com/Walkover-Web-Solution/MSG91-sendOTP_Swift_SDK.git
Revision (git rev-parse @):
d31b3c49940676a4335323d4825d7d09368a8be9
SUCCESS checkout https://github.com/Walkover-Web-Solution/MSG91-sendOTP_Swift_SDK.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Walkover-Web-Solution/MSG91-sendOTP_Swift_SDK.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Emitting module sendOtp
[4/5] Compiling sendOtp sendOtp.swift
[5/5] Compiling sendOtp ApiService.swift
Build complete! (4.35s)
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.