Build Information
Successful build of Ciao, reference master (0d0fce
), with Swift 5.10 for macOS (SPM) on 7 Jan 2025 17:44:39 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.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AlTavares/Ciao.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AlTavares/Ciao
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0d0fce4 Merge pull request #9 from joshbillions/fix/update_installation_instructions
Cloned https://github.com/AlTavares/Ciao.git
Revision (git rev-parse @):
0d0fce4d163442c8f9ba6fb379206bb2c177f988
SUCCESS checkout https://github.com/AlTavares/Ciao.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/AlTavares/Ciao.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/9] Compiling Ciao ServiceType.swift
[4/9] Compiling Ciao NetServiceExtension.swift
[5/9] Compiling Ciao Logger.swift
[6/9] Compiling Ciao CiaoResolver.swift
[7/9] Compiling Ciao CiaoServer.swift
[8/9] Emitting module Ciao
[9/9] Compiling Ciao CiaoBrowser.swift
Build complete! (5.83s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ciao",
"name" : "Ciao",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Ciao",
"targets" : [
"Ciao"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CiaoTests",
"module_type" : "SwiftTarget",
"name" : "CiaoTests",
"path" : "Tests/CiaoTests",
"sources" : [
"CiaoBrowserTests.swift",
"CiaoServerTests.swift",
"TestWithExpectation.swift"
],
"target_dependencies" : [
"Ciao"
],
"type" : "test"
},
{
"c99name" : "Ciao",
"module_type" : "SwiftTarget",
"name" : "Ciao",
"path" : "Sources/Ciao",
"product_memberships" : [
"Ciao"
],
"sources" : [
"CiaoBrowser.swift",
"CiaoResolver.swift",
"CiaoServer.swift",
"Logger.swift",
"NetServiceExtension.swift",
"ServiceType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.