The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TearKit, reference main (277332), with Swift 6.0 for macOS (SPM) on 21 Apr 2026 12:48:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NSStudent/TearKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NSStudent/TearKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 277332d refactor: remove unused code and add tests (#1)
Cloned https://github.com/NSStudent/TearKit.git
Revision (git rev-parse @):
277332d1e9fd5423999890fd32d111e6c3972583
SUCCESS checkout https://github.com/NSStudent/TearKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/NSStudent/TearKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying TearEffect.metal
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/9] Compiling TearKit resource_bundle_accessor.swift
[5/9] Compiling TearKit TearTypes.swift
[6/9] Compiling TearKit TearState.swift
[7/9] Compiling TearKit View+TearKitExtensions.swift
[8/9] Emitting module TearKit
[9/9] Compiling TearKit TearModifier.swift
Build complete! (8.28s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TearKit",
  "name" : "TearKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "TearKit",
      "targets" : [
        "TearKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TearKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TearKitTests",
      "path" : "Tests/TearKitTests",
      "sources" : [
        "TearStateTests.swift"
      ],
      "target_dependencies" : [
        "TearKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TearKit",
      "module_type" : "SwiftTarget",
      "name" : "TearKit",
      "path" : "Sources/TearKit",
      "product_memberships" : [
        "TearKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TearKit/TearEffect.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/View+TearKitExtensions.swift",
        "TearModifier.swift",
        "TearState.swift",
        "TearTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.