Build Information
Successful build of SwiftLazy, reference master (f9cc23
), with Swift 5.9 for macOS (SPM) on 25 Dec 2024 09:29:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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 f9cc23f increase podspec version
Cloned https://github.com/ivlevAstef/SwiftLazy.git
Revision (git rev-parse @):
f9cc23fa0dbeff5e224bb1b33d36424cc3fc8b03
SUCCESS checkout https://github.com/ivlevAstef/SwiftLazy.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/ivlevAstef/SwiftLazy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling SwiftLazy ProviderArgs.swift
[2/6] Compiling SwiftLazy BaseProvider.swift
[3/6] Compiling SwiftLazy Provider.swift
[4/6] Compiling SwiftLazy Lazy.swift
[5/6] Compiling SwiftLazy BaseLazy.swift
[6/6] Emitting module SwiftLazy
Build complete! (3.23s)
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",
"Provider.swift",
"ProviderArgs.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.