Build Information
Successful build of SwiftLazy, reference v1.7.0 (ed594b), with Swift 6.0 for macOS (SPM) on 27 Feb 2026 22:35:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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: v1.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivlevAstef/SwiftLazy
* tag v1.7.0 -> FETCH_HEAD
HEAD is now at ed594b3 Merge pull request #9 from patskovn/linux-support
Cloned https://github.com/ivlevAstef/SwiftLazy.git
Revision (git rev-parse @):
ed594b3be371defd7a44ae1c078e91b39d78a523
SUCCESS checkout https://github.com/ivlevAstef/SwiftLazy.git at v1.7.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ivlevAstef/SwiftLazy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling SwiftLazy Provider.swift
[4/9] Compiling SwiftLazy PrefixOperator.swift
[5/9] Compiling SwiftLazy ProviderArgs.swift
[6/9] Compiling SwiftLazy Lazy.swift
[7/9] Emitting module SwiftLazy
[8/9] Compiling SwiftLazy BaseProvider.swift
[9/9] Compiling SwiftLazy BaseLazy.swift
Build complete! (2.63s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftLazy",
"name" : "SwiftLazy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"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.