Build Information
Successful build of LayoutUI, reference master (8cc8e3
), with Swift 5.10 for macOS (SPM) on 31 Aug 2025 01:30:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-o-d-e-n/LayoutUI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/k-o-d-e-n/LayoutUI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8cc8e3d Last changes
Cloned https://github.com/k-o-d-e-n/LayoutUI.git
Revision (git rev-parse @):
8cc8e3d6ba1d17c258ef6d51f44db9027e928c27
SUCCESS checkout https://github.com/k-o-d-e-n/LayoutUI.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/k-o-d-e-n/LayoutUI.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/14] Compiling LayoutUI RectLayouts.swift
[4/14] Compiling LayoutUI ViewBasedLayout.swift
[5/14] Compiling LayoutUI UIKit+AppKit.swift
[6/15] Compiling LayoutUI StackLayouts.swift
[7/15] Compiling LayoutUI StackLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:37:32: warning: static property 'null' cannot be used in an '@inlinable' function because 'CoreGraphics' was not imported by this file; this is an error in Swift 6
var unionRect = CGRect.null
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:37:32: note: The missing import of module 'CoreGraphics' will be added implicitly
var unionRect = CGRect.null
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:41:35: warning: instance method 'union' cannot be used in an '@inlinable' function because 'CoreGraphics' was not imported by this file; this is an error in Swift 6
unionRect = unionRect.union(r)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:41:35: note: The missing import of module 'CoreGraphics' will be added implicitly
unionRect = unionRect.union(r)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:188:32: warning: static property 'null' cannot be used in an '@inlinable' function because 'CoreGraphics' was not imported by this file; this is an error in Swift 6
var unionRect = CGRect.null
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:188:32: note: The missing import of module 'CoreGraphics' will be added implicitly
var unionRect = CGRect.null
^
[8/15] Compiling LayoutUI RectConstraints.swift
[9/15] Compiling LayoutUI RectAccessors.swift
[10/15] Compiling LayoutUI RectBasedLayout.swift
[11/15] Emitting module LayoutUI
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:37:32: warning: static property 'null' cannot be used in an '@inlinable' function because 'CoreGraphics' was not imported by this file; this is an error in Swift 6
var unionRect = CGRect.null
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:37:32: note: The missing import of module 'CoreGraphics' will be added implicitly
var unionRect = CGRect.null
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:41:35: warning: instance method 'union' cannot be used in an '@inlinable' function because 'CoreGraphics' was not imported by this file; this is an error in Swift 6
unionRect = unionRect.union(r)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:41:35: note: The missing import of module 'CoreGraphics' will be added implicitly
unionRect = unionRect.union(r)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:188:32: warning: static property 'null' cannot be used in an '@inlinable' function because 'CoreGraphics' was not imported by this file; this is an error in Swift 6
var unionRect = CGRect.null
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift:188:32: note: The missing import of module 'CoreGraphics' will be added implicitly
var unionRect = CGRect.null
^
[12/15] Compiling LayoutUI LayoutBuilder.swift
[13/15] Compiling LayoutUI LayoutBuilders.swift
[14/15] Compiling LayoutUI SwiftUI.swift
[15/15] Compiling LayoutUI ViewConstraints.swift
Build complete! (8.54s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LayoutUI",
"name" : "LayoutUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "LayoutUI",
"targets" : [
"LayoutUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LayoutUITests",
"module_type" : "SwiftTarget",
"name" : "LayoutUITests",
"path" : "Tests/LayoutUITests",
"sources" : [
"LayoutUITests.swift"
],
"target_dependencies" : [
"LayoutUI"
],
"type" : "test"
},
{
"c99name" : "LayoutUI",
"module_type" : "SwiftTarget",
"name" : "LayoutUI",
"path" : "Sources/LayoutUI",
"product_memberships" : [
"LayoutUI"
],
"sources" : [
"LayoutBuilder.swift",
"LayoutBuilders.swift",
"RectAccessors.swift",
"RectBasedLayout.swift",
"RectConstraints.swift",
"RectLayouts.swift",
"StackLayout.swift",
"StackLayouts.swift",
"SwiftUI.swift",
"UIKit+AppKit.swift",
"ViewBasedLayout.swift",
"ViewConstraints.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.