Build Information
Successful build of Cooponent, reference 0.1.0 (b69165
), with Swift 5.9 for macOS (SPM) on 26 Dec 2024 15:59:57 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/Talljack/Cooponent.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Talljack/Cooponent
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at b69165c init
Cloned https://github.com/Talljack/Cooponent.git
Revision (git rev-parse @):
b69165c30cc2a3c3019cf1b330d9484f1c3ddd6c
SUCCESS checkout https://github.com/Talljack/Cooponent.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/Talljack/Cooponent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling Button CustomButton.swift
[2/4] Emitting module Button
[3/4] Emitting module Segment
[4/4] Compiling Segment SegmentedControl.swift
[5/6] Emitting module Examples
[6/6] Compiling Examples SegmentedControlExample.swift
Build complete! (10.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Cooponent",
"name" : "Cooponent",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Cooponent",
"targets" : [
"Button",
"Segment",
"Examples"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Segment",
"module_type" : "SwiftTarget",
"name" : "Segment",
"path" : "Sources/Segment",
"product_memberships" : [
"Cooponent"
],
"sources" : [
"SegmentedControl.swift"
],
"type" : "library"
},
{
"c99name" : "Examples",
"module_type" : "SwiftTarget",
"name" : "Examples",
"path" : "Sources/Examples",
"product_memberships" : [
"Cooponent"
],
"sources" : [
"SegmentedControlExample.swift"
],
"target_dependencies" : [
"Button",
"Segment"
],
"type" : "library"
},
{
"c99name" : "CooponentTests",
"module_type" : "SwiftTarget",
"name" : "CooponentTests",
"path" : "Tests/CooponentTests",
"sources" : [
"CooponentTests.swift"
],
"target_dependencies" : [
"Button",
"Segment"
],
"type" : "test"
},
{
"c99name" : "Button",
"module_type" : "SwiftTarget",
"name" : "Button",
"path" : "Sources/Button",
"product_memberships" : [
"Cooponent"
],
"sources" : [
"CustomButton.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.