The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CornerStacks, reference master (ab9448), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 05:40:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/filiplazov/CornerStacks.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/filiplazov/CornerStacks
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ab94487 All corner stack views no longer have the content view builder as `@escaping`, and `content` is now a private `let` property in each one of them
Cloned https://github.com/filiplazov/CornerStacks.git
Revision (git rev-parse @):
ab944879891c48ff53459a14c813b139bd24fa17
SUCCESS checkout https://github.com/filiplazov/CornerStacks.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "cornerstacks",
      "name": "CornerStacks",
      "url": "https://github.com/filiplazov/CornerStacks.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CornerStacks",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/filiplazov/CornerStacks.git
[1/40] Fetching cornerstacks
Fetched https://github.com/filiplazov/CornerStacks.git from cache (0.71s)
Creating working copy for https://github.com/filiplazov/CornerStacks.git
Working copy of https://github.com/filiplazov/CornerStacks.git resolved at master (ab94487)
warning: '.resolve-product-dependencies': dependency 'cornerstacks' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/filiplazov/CornerStacks.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling CornerStacks TopLeadingVStack.swift
[4/11] Compiling CornerStacks TopTrailingVStack.swift
[5/11] Compiling CornerStacks TopTrailingHStack.swift
[6/11] Compiling CornerStacks TopLeadingHStack.swift
[7/11] Compiling CornerStacks BottomTrailingHStack.swift
[8/11] Compiling CornerStacks BottomLeadingHStack.swift
[9/11] Compiling CornerStacks BottomLeadingVStack.swift
[10/11] Emitting module CornerStacks
[11/11] Compiling CornerStacks BottomTrailingVStack.swift
Build complete! (10.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CornerStacks",
  "name" : "CornerStacks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CornerStacks",
      "targets" : [
        "CornerStacks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CornerStacks",
      "module_type" : "SwiftTarget",
      "name" : "CornerStacks",
      "path" : "Sources/CornerStacks",
      "product_memberships" : [
        "CornerStacks"
      ],
      "sources" : [
        "BottomLeadingHStack.swift",
        "BottomLeadingVStack.swift",
        "BottomTrailingHStack.swift",
        "BottomTrailingVStack.swift",
        "TopLeadingHStack.swift",
        "TopLeadingVStack.swift",
        "TopTrailingHStack.swift",
        "TopTrailingVStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.