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 master (babea9), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 17:13:12 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/layoutBox/PinLayout
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at babea9c Merge pull request #279 from ElonPark/fix-get-display-scale
Cloned https://github.com/layoutBox/PinLayout.git
Revision (git rev-parse @):
babea9c8e821dfb0687e66c123fed2006e688929
SUCCESS checkout https://github.com/layoutBox/PinLayout.git at master
========================================
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 PEdgeInsets+Operators.swift
[7/29] Compiling PinLayout UIView+PinLayout.swift
[8/29] Compiling PinLayout Filters.swift
[9/29] Compiling PinLayout PinLayoutObjC.swift
[10/29] Compiling PinLayout PinLayoutObjCImpl.swift
[11/29] Compiling PinLayout Pin.swift
[12/29] Compiling PinLayout AutoSizeCalculable.swift
[13/29] Compiling PinLayout CALayer+PinLayout.swift
[14/29] Compiling PinLayout NSView+PinLayout.swift
[15/29] Compiling PinLayout PinLayout+Layouting.swift
[16/29] Compiling PinLayout PinLayout+Warning.swift
[17/29] Compiling PinLayout PinSafeArea.swift
[18/29] Compiling PinLayout TypesImpl.swift
[19/29] Compiling PinLayout Layoutable+PinLayout.swift
[20/29] Compiling PinLayout Layoutable.swift
[21/29] Compiling PinLayout PinLayout+Size.swift
[22/29] Compiling PinLayout PinLayout+WrapContent.swift
[23/29] Compiling PinLayout Coordinates.swift
[24/29] Compiling PinLayout Percent.swift
[25/29] Compiling PinLayout PinLayout+Coordinates.swift
[26/29] Compiling PinLayout PinLayout+Between.swift
[27/29] Compiling PinLayout PinLayout+Relative.swift
[28/29] Compiling PinLayout PinLayout.swift
[29/29] Compiling PinLayout SizeCalculable.swift
Build complete! (8.06s)
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.