Build Information
Successful build of JSONFactorable, reference 0.3.0 (19b5b9), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 09:51:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/railwaymen/JSONFactorable.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/railwaymen/JSONFactorable
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 19b5b9a Merge pull request #9 from railwaymen/develop
Cloned https://github.com/railwaymen/JSONFactorable.git
Revision (git rev-parse @):
19b5b9a1d916949f2a91b22fef9e4cb42db333c7
SUCCESS checkout https://github.com/railwaymen/JSONFactorable.git at 0.3.0
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "jsonfactorable",
"name": "JSONFactorable",
"url": "https://github.com/railwaymen/JSONFactorable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONFactorable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/railwaymen/JSONFactorable.git
[1/316] Fetching jsonfactorable
Fetched https://github.com/railwaymen/JSONFactorable.git from cache (0.67s)
Creating working copy for https://github.com/railwaymen/JSONFactorable.git
Working copy of https://github.com/railwaymen/JSONFactorable.git resolved at 0.3.0 (19b5b9a)
warning: '.resolve-product-dependencies': dependency 'jsonfactorable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/railwaymen/JSONFactorable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling JSONFactorable JSONSerialization+Extension.swift
[4/12] Compiling JSONFactorable Optional+Unwrap.swift
[5/12] Compiling JSONFactorable JSONObjectType.swift
[6/12] Compiling JSONFactorable JSONFactorable.swift
[7/12] Compiling JSONFactorable JSONPrimitiveConvertible.swift
[8/12] Compiling JSONFactorable JSONConvertible.swift
[9/12] Compiling JSONFactorable Date+Extension.swift
[10/12] Compiling JSONFactorable JSONConversionError.swift
[11/12] Compiling JSONFactorable AnyJSONConvertible.swift
[12/12] Emitting module JSONFactorable
Build complete! (5.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSONFactorable",
"name" : "JSONFactorable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "JSONFactorable",
"targets" : [
"JSONFactorable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONFactorableTests",
"module_type" : "SwiftTarget",
"name" : "JSONFactorableTests",
"path" : "Tests/JSONFactorableTests",
"sources" : [
"Common/Asserts.swift",
"Common/String+Error.swift",
"Common/TestError.swift",
"Example/ExampleTest.swift",
"Example/Object+JSONObjectType.swift",
"Example/Object.swift",
"Example/ObjectFactory.swift",
"Tests/AnyJSONConvertibleTests.swift",
"Tests/JSONConvertibleTests.swift",
"Tests/JSONObjectTypeTests.swift",
"Tests/JSONPrimitiveConvertibleTests.swift",
"Tests/JSONSerializationExtensionTests.swift",
"Tests/OptionalExtensionTests.swift"
],
"target_dependencies" : [
"JSONFactorable"
],
"type" : "test"
},
{
"c99name" : "JSONFactorable",
"module_type" : "SwiftTarget",
"name" : "JSONFactorable",
"path" : "Sources/JSONFactorable",
"product_memberships" : [
"JSONFactorable"
],
"sources" : [
"AnyJSONConvertible.swift",
"Date+Extension.swift",
"JSONConversionError.swift",
"JSONConvertible.swift",
"JSONFactorable.swift",
"JSONObjectType.swift",
"JSONPrimitiveConvertible.swift",
"JSONSerialization+Extension.swift",
"Optional+Unwrap.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.