Build Information
Successful build of SLazeKit, reference master (2b3a27), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 07:12:48 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/shial4/SLazeKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shial4/SLazeKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2b3a27c [3.0.0] Update to swift 5
Cloned https://github.com/shial4/SLazeKit.git
Revision (git rev-parse @):
2b3a27c65090784e4ee850959fa6857de5fee4ca
SUCCESS checkout https://github.com/shial4/SLazeKit.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": "slazekit",
"name": "SLazeKit",
"url": "https://github.com/shial4/SLazeKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SLazeKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/shial4/SLazeKit.git
[1/382] Fetching slazekit
Fetched https://github.com/shial4/SLazeKit.git from cache (0.86s)
Creating working copy for https://github.com/shial4/SLazeKit.git
Working copy of https://github.com/shial4/SLazeKit.git resolved at master (2b3a27c)
warning: '.resolve-product-dependencies': dependency 'slazekit' 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/shial4/SLazeKit.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/9] Compiling SLazeKit SLazeKit.swift
[4/9] Compiling SLazeKit StringInitializable.swift
[5/9] Compiling SLazeKit String.swift
[6/9] Compiling SLazeKit Decodable.swift
[7/9] Compiling SLazeKit LazeConfiguration.swift
[8/9] Emitting module SLazeKit
[9/9] Compiling SLazeKit Laze.swift
Build complete! (4.11s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SLazeKit",
"name" : "SLazeKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SLazeKit",
"targets" : [
"SLazeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SLazeKitTests",
"module_type" : "SwiftTarget",
"name" : "SLazeKitTests",
"path" : "Tests/SLazeKitTests",
"sources" : [
"SLazeKitTests.swift",
"StringInitializableTests.swift",
"StringPathTests.swift"
],
"target_dependencies" : [
"SLazeKit"
],
"type" : "test"
},
{
"c99name" : "SLazeKit",
"module_type" : "SwiftTarget",
"name" : "SLazeKit",
"path" : "Sources/SLazeKit",
"product_memberships" : [
"SLazeKit"
],
"sources" : [
"Extensions/Decodable.swift",
"Extensions/String.swift",
"Laze.swift",
"Protocols/LazeConfiguration.swift",
"Protocols/StringInitializable.swift",
"SLazeKit.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.