Build Information
Successful build of generic-json, reference 3.1.3 (1546c2
), with Swift 5.9 for macOS (SPM) on 28 Jan 2025 21:49:12 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/generic-json.git
Reference: 3.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/generic-json
* tag 3.1.3 -> FETCH_HEAD
HEAD is now at 1546c2a Fix the package name
Cloned https://github.com/Frizlab/generic-json.git
Revision (git rev-parse @):
1546c2a3ad995f2c7c6479cf9e8cb9ebb80a2578
SUCCESS checkout https://github.com/Frizlab/generic-json.git at 3.1.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/Frizlab/generic-json.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling GenericJSON JSONErrors.swift
[2/10] Compiling GenericJSON JSON.swift
[3/10] Compiling GenericJSON JSON+Querying.swift
[4/10] Compiling GenericJSON JSON+Merging.swift
[5/10] Compiling GenericJSON JSON+Decoding.swift
[6/10] Compiling GenericJSON JSON+Init.swift
[7/10] Emitting module GenericJSON
[8/10] Compiling GenericJSON DummySendable.swift
[9/10] Compiling GenericJSON JSON+CustomDebugStringConvertible.swift
[10/10] Compiling GenericJSON JSON+Codable.swift
Build complete! (6.07s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "generic-json",
"name" : "generic-json",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GenericJSON",
"targets" : [
"GenericJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GenericJSONTests",
"module_type" : "SwiftTarget",
"name" : "GenericJSONTests",
"path" : "Tests/GenericJSONTests",
"sources" : [
"CodingTests.swift",
"DebugDescriptionTests.swift",
"DecodingTests.swift",
"EqualityTests.swift",
"InitializationTests.swift",
"MergingTests.swift",
"QueryingTests.swift"
],
"target_dependencies" : [
"GenericJSON"
],
"type" : "test"
},
{
"c99name" : "GenericJSON",
"module_type" : "SwiftTarget",
"name" : "GenericJSON",
"path" : "GenericJSON",
"product_memberships" : [
"GenericJSON"
],
"sources" : [
"DummySendable.swift",
"JSON+Codable.swift",
"JSON+CustomDebugStringConvertible.swift",
"JSON+Decoding.swift",
"JSON+Init.swift",
"JSON+Merging.swift",
"JSON+Querying.swift",
"JSON.swift",
"JSONErrors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.