Build Information
Successful build of JSON-DSL, reference 0.1.0 (f940f5
), with Swift 5.10 for macOS (SPM) on 26 Feb 2025 08:11:06 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chris-swift-dev/JSON-DSL.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chris-swift-dev/JSON-DSL
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at f940f54 docs(readme): added shields
Cloned https://github.com/chris-swift-dev/JSON-DSL.git
Revision (git rev-parse @):
f940f54061467fcce6b79c1ae16da0e1bed5f24b
SUCCESS checkout https://github.com/chris-swift-dev/JSON-DSL.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/chris-swift-dev/JSON-DSL.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/16] Compiling JSON_DSL NodeConvertible.swift
[4/16] Compiling JSON_DSL Renderable.swift
[5/16] Compiling JSON_DSL Node+isRootNode.swift
[6/17] Compiling JSON_DSL RootNode.swift
[7/17] Compiling JSON_DSL Object.swift
[8/17] Compiling JSON_DSL Property+Renderable.swift
[9/17] Compiling JSON_DSL Node.swift
[10/17] Compiling JSON_DSL Object+Renderable.swift
[11/17] Compiling JSON_DSL RootNode+Renderable.swift
[12/17] Compiling JSON_DSL JSON.swift
[13/17] Compiling JSON_DSL Node+ExpressibleBy.swift
[14/17] Compiling JSON_DSL Node+Renderable.swift
[15/17] Compiling JSON_DSL Property.swift
[16/17] Emitting module JSON_DSL
[17/17] Compiling JSON_DSL RootNode+NodeConvertible.swift
Build complete! (3.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSON-DSL",
"name" : "JSON-DSL",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSON-DSL",
"targets" : [
"JSON-DSL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSON_DSLTests",
"module_type" : "SwiftTarget",
"name" : "JSON-DSLTests",
"path" : "Tests/JSON-DSLTests",
"sources" : [
"JSON_DSLTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"JSON-DSL"
],
"type" : "test"
},
{
"c99name" : "JSON_DSL",
"module_type" : "SwiftTarget",
"name" : "JSON-DSL",
"path" : "Sources/JSON-DSL",
"product_memberships" : [
"JSON-DSL"
],
"sources" : [
"API/Extensions/Node+ExpressibleBy.swift",
"API/Extensions/Node+Renderable.swift",
"API/Extensions/RootNode+Renderable.swift",
"API/JSON.swift",
"API/Models/Node.swift",
"API/Models/Object+Renderable.swift",
"API/Models/Object.swift",
"API/Models/Property+Renderable.swift",
"API/Models/Property.swift",
"API/Models/RootNode.swift",
"API/Protocols/Renderable.swift",
"internal/Node+isRootNode.swift",
"internal/Protocols/NodeConvertible.swift",
"internal/RootNode+NodeConvertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.