Build Information
Successful build of TypedJSON, reference 0.1.2 (65d9d4
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 06:48:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aidantwoods/TypedJSON.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aidantwoods/TypedJSON
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 65d9d49 Fix typo
Cloned https://github.com/aidantwoods/TypedJSON.git
Revision (git rev-parse @):
65d9d499b1c3d5ecb16fbbbb32924334fecbeb45
SUCCESS checkout https://github.com/aidantwoods/TypedJSON.git at 0.1.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "typedjson",
"name": "TypedJSON",
"url": "https://github.com/aidantwoods/TypedJSON.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TypedJSON",
"dependencies": [
]
}
]
}
Fetching https://github.com/aidantwoods/TypedJSON.git
[1/84] Fetching typedjson
Fetched https://github.com/aidantwoods/TypedJSON.git from cache (0.61s)
Creating working copy for https://github.com/aidantwoods/TypedJSON.git
Working copy of https://github.com/aidantwoods/TypedJSON.git resolved at 0.1.2 (65d9d49)
warning: '.resolve-product-dependencies': dependency 'typedjson' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/aidantwoods/TypedJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling TypedJSON Value.swift
[4/6] Emitting module TypedJSON
[5/6] Compiling TypedJSON JSON.swift
[6/6] Compiling TypedJSON Container.swift
Build complete! (6.17s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TypedJSON",
"name" : "TypedJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TypedJSON",
"targets" : [
"TypedJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TypedJSONTests",
"module_type" : "SwiftTarget",
"name" : "TypedJSONTests",
"path" : "Tests/TypedJSONTests",
"sources" : [
"JSONTests.swift"
],
"target_dependencies" : [
"TypedJSON"
],
"type" : "test"
},
{
"c99name" : "TypedJSON",
"module_type" : "SwiftTarget",
"name" : "TypedJSON",
"path" : "Sources/TypedJSON",
"product_memberships" : [
"TypedJSON"
],
"sources" : [
"Container.swift",
"JSON.swift",
"Value.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.