Build Information
Successful build of DataLife, reference master (54474d
), with Swift 5.9 for macOS (SPM) on 1 May 2025 14:14:32 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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heroesofcode/DataLife.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heroesofcode/DataLife
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 54474d2 Update MeilCli/danger-action action to v6.0.28 (#111)
Cloned https://github.com/heroesofcode/DataLife.git
Revision (git rev-parse @):
54474d26be45e8fb324001835aa9c29cee902994
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heroesofcode/DataLife.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/heroesofcode/DataLife.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling DataLife ObserverProtocol.swift
[2/4] Compiling DataLife DataLifeViewModel.swift
[3/4] Emitting module DataLife
[4/4] Compiling DataLife DataLife.swift
Build complete! (4.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DataLife",
"name" : "DataLife",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "DataLife",
"targets" : [
"DataLife"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DataLifeTests",
"module_type" : "SwiftTarget",
"name" : "DataLifeTests",
"path" : "Tests/DataLifeTests",
"sources" : [
"DataLifeTests.swift",
"ViewModel.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DataLife"
],
"type" : "test"
},
{
"c99name" : "DataLife",
"module_type" : "SwiftTarget",
"name" : "DataLife",
"path" : "Sources/DataLife",
"product_memberships" : [
"DataLife"
],
"sources" : [
"DataLife.swift",
"DataLifeViewModel.swift",
"ObserverProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.