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 SwiftyCast, reference 1.0.3 (c0953e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:50:43 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/SomeRandomiOSDev/SwiftyCast.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/SwiftyCast
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at c0953e4 Merge pull request #3 from SomeRandomiOSDev/Modernize
Cloned https://github.com/SomeRandomiOSDev/SwiftyCast.git
Revision (git rev-parse @):
c0953e42a1b0ff7bc2e43c194fe3dc7eca10d4ab
SUCCESS checkout https://github.com/SomeRandomiOSDev/SwiftyCast.git at 1.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SomeRandomiOSDev/SwiftyCast.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/4] Compiling SwiftyCast UnsafeBridgingCast.swift
[4/4] Emitting module SwiftyCast
Build complete! (0.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyCast",
  "name" : "SwiftyCast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyCast",
      "targets" : [
        "SwiftyCast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyCastTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyCastTests",
      "path" : "Tests/SwiftyCastTests",
      "sources" : [
        "SwiftyCastTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyCast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyCast",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyCast",
      "path" : "Sources/SwiftyCast",
      "product_memberships" : [
        "SwiftyCast"
      ],
      "sources" : [
        "UnsafeBridgingCast.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.