Build Information
Successful build of SwiftLazy, reference v1.5.0 (9b267a
), with Swift 5.9 for macOS (SPM) on 25 Dec 2024 09:27:34 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: v1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivlevAstef/SwiftLazy
* tag v1.5.0 -> FETCH_HEAD
HEAD is now at 9b267a9 fix rw lock... but why without wrapper not work?....
Cloned https://github.com/ivlevAstef/SwiftLazy.git
Revision (git rev-parse @):
9b267a90bde85f07f372b1ac90a7ad88f434cd06
SUCCESS checkout https://github.com/ivlevAstef/SwiftLazy.git at v1.5.0
========================================
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 Provider.swift
[3/6] Compiling SwiftLazy Lazy.swift
[4/6] Compiling SwiftLazy BaseLazy.swift
[5/6] Emitting module SwiftLazy
[6/6] Compiling SwiftLazy BaseProvider.swift
Build complete! (3.01s)
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.