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 shivalib, reference 1.0.3 (931447), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:18:17 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/UltivicShashi/shivalib.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/UltivicShashi/shivalib
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 9314478 something change
Cloned https://github.com/UltivicShashi/shivalib.git
Revision (git rev-parse @):
93144789f4f01e57f138264e392607527ceda405
SUCCESS checkout https://github.com/UltivicShashi/shivalib.git at 1.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/UltivicShashi/shivalib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write shivalib-entitlement.plist
[2/6] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Compiling shivalib shivalib.swift
[5/8] Emitting module shivalib
[5/8] Write Objects.LinkFileList
[6/8] Linking shivalib
[7/8] Applying shivalib
Build complete! (0.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "shivalib",
  "name" : "shivalib",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "shivalib",
      "targets" : [
        "shivalib"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "shivalibTests",
      "module_type" : "SwiftTarget",
      "name" : "shivalibTests",
      "path" : "Tests/shivalibTests",
      "sources" : [
        "shivalibTests.swift"
      ],
      "target_dependencies" : [
        "shivalib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "shivalib",
      "module_type" : "SwiftTarget",
      "name" : "shivalib",
      "path" : "Sources/shivalib",
      "product_memberships" : [
        "shivalib"
      ],
      "sources" : [
        "shivalib.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Done.