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 TinyConstraints, reference master (a89996), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:38:34 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/roberthein/TinyConstraints.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/roberthein/TinyConstraints
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a89996a Merge pull request #103 from Lutzifer/patch-1
Cloned https://github.com/roberthein/TinyConstraints.git
Revision (git rev-parse @):
a89996a77d364eb85abdd09d42d2274e35ba56dc
SUCCESS checkout https://github.com/roberthein/TinyConstraints.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/roberthein/TinyConstraints.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/10] Compiling TinyConstraints TinyEdgeInsets.swift
[4/10] Compiling TinyConstraints TinyConstraints.swift
[5/10] Compiling TinyConstraints Stack.swift
[6/10] Compiling TinyConstraints Constrainable.swift
[7/10] Emitting module TinyConstraints
[8/10] Compiling TinyConstraints Abstraction.swift
[9/10] Compiling TinyConstraints TinyConstraints+superview.swift
[10/10] Compiling TinyConstraints Constraints.swift
Build complete! (7.20s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TinyConstraints",
  "name" : "TinyConstraints",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "TinyConstraints",
      "targets" : [
        "TinyConstraints"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TinyConstraints",
      "module_type" : "SwiftTarget",
      "name" : "TinyConstraints",
      "path" : "TinyConstraints",
      "product_memberships" : [
        "TinyConstraints"
      ],
      "sources" : [
        "Classes/Abstraction.swift",
        "Classes/Constrainable.swift",
        "Classes/Constraints.swift",
        "Classes/Stack.swift",
        "Classes/TinyConstraints+superview.swift",
        "Classes/TinyConstraints.swift",
        "Classes/TinyEdgeInsets.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.