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 main (65253a), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:18:19 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/UltivicShashi/shivalib
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65253a0 small change
Cloned https://github.com/UltivicShashi/shivalib.git
Revision (git rev-parse @):
65253a062e4a92d9455825862c071edc75e8cca5
SUCCESS checkout https://github.com/UltivicShashi/shivalib.git at main
========================================
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.85s)
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.