Build Information
Successful build of SwiftLazy, reference master (1d1cfb), with Swift 5.10 for macOS (SPM) on 21 Nov 2025 15:11:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivlevAstef/SwiftLazy.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivlevAstef/SwiftLazy
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1d1cfb4 fix SPM for tuist - remove double folder contains for SwiftLazy
Cloned https://github.com/ivlevAstef/SwiftLazy.git
Revision (git rev-parse @):
1d1cfb4c8552fa2d2bf83cabc99ac9e60171d874
SUCCESS checkout https://github.com/ivlevAstef/SwiftLazy.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/ivlevAstef/SwiftLazy.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/9] Compiling SwiftLazy Provider.swift
[4/9] Emitting module SwiftLazy
[5/9] Compiling SwiftLazy PrefixOperator.swift
[6/9] Compiling SwiftLazy ProviderArgs.swift
[7/9] Compiling SwiftLazy BaseProvider.swift
[8/9] Compiling SwiftLazy Lazy.swift
[9/9] Compiling SwiftLazy BaseLazy.swift
Build complete! (2.78s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftLazy",
"name" : "SwiftLazy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftLazy",
"targets" : [
"SwiftLazy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftLazy",
"module_type" : "SwiftTarget",
"name" : "SwiftLazy",
"path" : "Sources/SwiftLazy",
"product_memberships" : [
"SwiftLazy"
],
"sources" : [
"BaseLazy.swift",
"BaseProvider.swift",
"Lazy.swift",
"PrefixOperator.swift",
"Provider.swift",
"ProviderArgs.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.