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 PinLayout, reference 1.10.5 (8eaa3a), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 17:13:04 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/layoutBox/PinLayout.git
Reference: 1.10.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/layoutBox/PinLayout
 * tag               1.10.5     -> FETCH_HEAD
HEAD is now at 8eaa3a1 Update to 1.10.5
Cloned https://github.com/layoutBox/PinLayout.git
Revision (git rev-parse @):
8eaa3a15e4dcabaca4c95aea4c0ff0c9b4a67213
SUCCESS checkout https://github.com/layoutBox/PinLayout.git at 1.10.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/layoutBox/PinLayout.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/27] Emitting module PinLayout
[4/29] Compiling PinLayout Types+Description.swift
[5/29] Compiling PinLayout Types.swift
[6/29] Compiling PinLayout PinLayout.swift
[7/29] Compiling PinLayout SizeCalculable.swift
[8/29] Compiling PinLayout AutoSizeCalculable.swift
[9/29] Compiling PinLayout CALayer+PinLayout.swift
[10/29] Compiling PinLayout NSView+PinLayout.swift
[11/29] Compiling PinLayout PEdgeInsets+Operators.swift
[12/29] Compiling PinLayout UIView+PinLayout.swift
[13/29] Compiling PinLayout Filters.swift
[14/29] Compiling PinLayout PinLayout+Layouting.swift
[15/29] Compiling PinLayout PinLayout+Warning.swift
[16/29] Compiling PinLayout PinSafeArea.swift
[17/29] Compiling PinLayout PinLayout+Size.swift
[18/29] Compiling PinLayout PinLayout+WrapContent.swift
[19/29] Compiling PinLayout PinLayout+Between.swift
[20/29] Compiling PinLayout PinLayout+Relative.swift
[21/29] Compiling PinLayout TypesImpl.swift
[22/29] Compiling PinLayout Layoutable+PinLayout.swift
[23/29] Compiling PinLayout Layoutable.swift
[24/29] Compiling PinLayout Coordinates.swift
[25/29] Compiling PinLayout Percent.swift
[26/29] Compiling PinLayout PinLayout+Coordinates.swift
[27/29] Compiling PinLayout PinLayoutObjC.swift
[28/29] Compiling PinLayout PinLayoutObjCImpl.swift
[29/29] Compiling PinLayout Pin.swift
Build complete! (7.88s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PinLayout",
  "name" : "PinLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PinLayout",
      "targets" : [
        "PinLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PinLayout",
      "module_type" : "SwiftTarget",
      "name" : "PinLayout",
      "path" : "Sources",
      "product_memberships" : [
        "PinLayout"
      ],
      "sources" : [
        "AutoSizeCalculable.swift",
        "Extensions/CALayer+PinLayout.swift",
        "Extensions/NSView+PinLayout.swift",
        "Extensions/PEdgeInsets+Operators.swift",
        "Extensions/UIView+PinLayout.swift",
        "Filters.swift",
        "Impl/Coordinates.swift",
        "Impl/Percent.swift",
        "Impl/PinLayout+Coordinates.swift",
        "Impl/PinLayout+Layouting.swift",
        "Impl/PinLayout+Warning.swift",
        "Impl/PinSafeArea.swift",
        "Impl/TypesImpl.swift",
        "Layoutable+PinLayout.swift",
        "Layoutable.swift",
        "ObjectiveC/PinLayoutObjC.swift",
        "ObjectiveC/PinLayoutObjCImpl.swift",
        "Pin.swift",
        "PinLayout+Between.swift",
        "PinLayout+Relative.swift",
        "PinLayout+Size.swift",
        "PinLayout+WrapContent.swift",
        "PinLayout.swift",
        "SizeCalculable.swift",
        "Types+Description.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.