Build Information
Successful build of Plugins, reference master (6116ac
), with Swift 5.10 for macOS (SPM) on 9 Dec 2024 21:18:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jomy10/Plugins.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jomy10/Plugins
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6116ac9 libExt static computed property
Cloned https://github.com/Jomy10/Plugins.git
Revision (git rev-parse @):
6116ac9dd7832ec4b081230edb1df39f638141d1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/Plugins.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/Jomy10/Plugins.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/4] Emitting module Plugins
[4/4] Compiling Plugins Plugins.swift
Build complete! (5.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Plugins",
"name" : "Plugins",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Plugins",
"targets" : [
"Plugins"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PluginsTests",
"module_type" : "SwiftTarget",
"name" : "PluginsTests",
"path" : "Tests/PluginsTests",
"sources" : [
"PluginsTests.swift"
],
"target_dependencies" : [
"Plugins"
],
"type" : "test"
},
{
"c99name" : "Plugins",
"module_type" : "SwiftTarget",
"name" : "Plugins",
"path" : "Sources/Plugins",
"product_memberships" : [
"Plugins"
],
"sources" : [
"Plugins.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.