Build Information
Successful build of RLayoutKit, reference master (8ce1b7), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 11:43:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/roy-ren/RLayoutKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/roy-ren/RLayoutKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8ce1b73 Add version available
Cloned https://github.com/roy-ren/RLayoutKit.git
Revision (git rev-parse @):
8ce1b7331e94fba6197fa0cb1e6f6df644b94850
SUCCESS checkout https://github.com/roy-ren/RLayoutKit.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": "rlayoutkit",
"name": "RLayoutKit",
"url": "https://github.com/roy-ren/RLayoutKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RLayoutKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/roy-ren/RLayoutKit.git
[1/413] Fetching rlayoutkit
Fetched https://github.com/roy-ren/RLayoutKit.git from cache (0.75s)
Creating working copy for https://github.com/roy-ren/RLayoutKit.git
Working copy of https://github.com/roy-ren/RLayoutKit.git resolved at master (8ce1b73)
warning: '.resolve-product-dependencies': dependency 'rlayoutkit' 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/roy-ren/RLayoutKit.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/12] Compiling RLayoutKit LayoutPoint.swift
[4/12] Compiling RLayoutKit LayoutBase.swift
[5/12] Compiling RLayoutKit ScrollViewLayoutGuideAnchors.swift
[6/12] Compiling RLayoutKit ViewAnchors.swift
[7/12] Compiling RLayoutKit RLayoutKit.swift
[8/13] Compiling RLayoutKit LayoutMarginsGuideAnchors.swift
[9/13] Compiling RLayoutKit SafeAreaGuideAnchors.swift
[10/13] Compiling RLayoutKit LayoutAnchor.swift
[11/13] Emitting module RLayoutKit
[12/13] Compiling RLayoutKit LayoutEdge.swift
[13/13] Compiling RLayoutKit LayoutSize.swift
Build complete! (10.06s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RLayoutKit",
"name" : "RLayoutKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RLayoutKit",
"targets" : [
"RLayoutKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RLayoutKitTests",
"module_type" : "SwiftTarget",
"name" : "RLayoutKitTests",
"path" : "Tests/RLayoutKitTests",
"sources" : [
"RLayoutKitTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RLayoutKit"
],
"type" : "test"
},
{
"c99name" : "RLayoutKit",
"module_type" : "SwiftTarget",
"name" : "RLayoutKit",
"path" : "Sources/RLayoutKit",
"product_memberships" : [
"RLayoutKit"
],
"sources" : [
"Core/LayoutAnchor.swift",
"Core/LayoutMarginsGuideAnchors.swift",
"Core/RLayoutKit.swift",
"Core/SafeAreaGuideAnchors.swift",
"Core/ScrollViewLayoutGuideAnchors.swift",
"Core/ViewAnchors.swift",
"Layout/LayoutBase.swift",
"Layout/LayoutEdge.swift",
"Layout/LayoutPoint.swift",
"Layout/LayoutSize.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.