Build Information
Successful build of AceLayout, reference main (2b96b1
), with Swift 5.10 for macOS (SPM) on 15 Jul 2024 13:31:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.46.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jrsaruo/AceLayout.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jrsaruo/AceLayout
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2b96b1b Merge pull request #41 from jrsaruo/release-1.1.3
Cloned https://github.com/jrsaruo/AceLayout.git
Revision (git rev-parse @):
2b96b1b4990fee35ac1bd5b1dc942393dd4957fc
SUCCESS checkout https://github.com/jrsaruo/AceLayout.git at main
========================================
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",
"dependencies": [
{
"identity": "acelayout",
"name": "AceLayout",
"url": "https://github.com/jrsaruo/AceLayout.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AceLayout",
"dependencies": [
]
}
]
}
Fetching https://github.com/jrsaruo/AceLayout.git
[1/1530] Fetching acelayout
Fetched https://github.com/jrsaruo/AceLayout.git from cache (1.46s)
Creating working copy for https://github.com/jrsaruo/AceLayout.git
Working copy of https://github.com/jrsaruo/AceLayout.git resolved at main (2b96b1b)
warning: '.resolve-product-dependencies': dependency 'acelayout' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/jrsaruo/AceLayout.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/15] Compiling AceLayout LayoutRect.swift
[4/16] Compiling AceLayout LayoutAnchor.swift
[5/16] Compiling AceLayout LayoutDimension.swift
[6/16] Compiling AceLayout Constrainable.swift
[7/16] Compiling AceLayout NSLayoutConstraint+Extension.swift
[8/16] Compiling AceLayout XAxisAnchor.swift
[9/16] Emitting module AceLayout
[10/16] Compiling AceLayout LayoutConstraintsBuilder.swift
[11/16] Compiling AceLayout LayoutItem.swift
[12/16] Compiling AceLayout BaselineAnchor.swift
[13/16] Compiling AceLayout LayoutAnchor+Extension.swift
[14/16] Compiling AceLayout YAxisAnchor.swift
[15/16] Compiling AceLayout LayoutTarget.swift
[16/16] Compiling AceLayout Shims.swift
Build complete! (9.04s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Tests/AceLayoutTests/AceLayout.xctestplan
Build complete.
Done.