Build Information
Successful build of ZippyJSON, reference master (420517), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 17:00:43 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/michaeleisel/ZippyJSON.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaeleisel/ZippyJSON
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4205178 Faster protocol conformance (#72)
Cloned https://github.com/michaeleisel/ZippyJSON.git
Revision (git rev-parse @):
420517819cf843ef175c3baf272f81fe52aa467a
SUCCESS checkout https://github.com/michaeleisel/ZippyJSON.git at master
Fetching https://github.com/michaeleisel/ZippyJSONCFamily
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter
[1/1127] Fetching jjliso8601dateformatter
[69/1746] Fetching jjliso8601dateformatter, zippyjsoncfamily
Fetched https://github.com/michaeleisel/ZippyJSONCFamily from cache (1.24s)
Fetched https://github.com/michaeleisel/JJLISO8601DateFormatter from cache (1.24s)
Computing version for https://github.com/michaeleisel/ZippyJSONCFamily
Computed https://github.com/michaeleisel/ZippyJSONCFamily at 1.2.14 (2.14s)
Computing version for https://github.com/michaeleisel/JJLISO8601DateFormatter
Computed https://github.com/michaeleisel/JJLISO8601DateFormatter at 0.1.7 (0.65s)
Creating working copy for https://github.com/michaeleisel/ZippyJSONCFamily
Working copy of https://github.com/michaeleisel/ZippyJSONCFamily resolved at 1.2.14
Creating working copy for https://github.com/michaeleisel/JJLISO8601DateFormatter
Working copy of https://github.com/michaeleisel/JJLISO8601DateFormatter resolved at 0.1.7
========================================
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": "zippyjson",
"name": "ZippyJSON",
"url": "https://github.com/michaeleisel/ZippyJSON.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ZippyJSON",
"traits": [
"default"
],
"dependencies": [
{
"identity": "jjliso8601dateformatter",
"name": "JJLISO8601DateFormatter",
"url": "https://github.com/michaeleisel/JJLISO8601DateFormatter",
"version": "0.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JJLISO8601DateFormatter",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "zippyjsoncfamily",
"name": "ZippyJSONCFamily",
"url": "https://github.com/michaeleisel/ZippyJSONCFamily",
"version": "1.2.14",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ZippyJSONCFamily",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/michaeleisel/ZippyJSON.git
[1/1475] Fetching zippyjson
Fetched https://github.com/michaeleisel/ZippyJSON.git from cache (1.09s)
Fetching https://github.com/michaeleisel/ZippyJSONCFamily from cache
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter from cache
Fetched https://github.com/michaeleisel/JJLISO8601DateFormatter from cache (0.47s)
Fetched https://github.com/michaeleisel/ZippyJSONCFamily from cache (0.47s)
Computing version for https://github.com/michaeleisel/ZippyJSONCFamily
Computed https://github.com/michaeleisel/ZippyJSONCFamily at 1.2.14 (0.54s)
Computing version for https://github.com/michaeleisel/JJLISO8601DateFormatter
Computed https://github.com/michaeleisel/JJLISO8601DateFormatter at 0.2.0 (0.68s)
Creating working copy for https://github.com/michaeleisel/ZippyJSON.git
Working copy of https://github.com/michaeleisel/ZippyJSON.git resolved at master (4205178)
Creating working copy for https://github.com/michaeleisel/ZippyJSONCFamily
Working copy of https://github.com/michaeleisel/ZippyJSONCFamily resolved at 1.2.14
Creating working copy for https://github.com/michaeleisel/JJLISO8601DateFormatter
Working copy of https://github.com/michaeleisel/JJLISO8601DateFormatter resolved at 0.2.0
warning: '.resolve-product-dependencies': dependency 'zippyjson' is not used by any target
Found 2 product dependencies
- JJLISO8601DateFormatter
- ZippyJSONCFamily
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/michaeleisel/ZippyJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version--6988338F2F200930.txt
[2/6] Compiling localtime.c
[3/6] Compiling JJLISO8601DateFormatter JJLInternal.c
[4/6] Compiling JJLISO8601DateFormatter JJLISO8601DateFormatter.m
[5/6] Compiling ZippyJSONCFamily JSONSerialization.mm
[7/8] Compiling ZippyJSON ZippyJSONDecoder.swift
[8/8] Emitting module ZippyJSON
Build complete! (7.02s)
Build complete.
{
"dependencies" : [
{
"identity" : "jjliso8601dateformatter",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/michaeleisel/JJLISO8601DateFormatter"
},
{
"identity" : "zippyjsoncfamily",
"requirement" : {
"exact" : [
"1.2.14"
]
},
"type" : "sourceControl",
"url" : "https://github.com/michaeleisel/ZippyJSONCFamily"
}
],
"manifest_display_name" : "ZippyJSON",
"name" : "ZippyJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "ZippyJSON",
"targets" : [
"ZippyJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZippyJSONTests",
"module_type" : "SwiftTarget",
"name" : "ZippyJSONTests",
"path" : "Tests/ZippyJSONTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/apache_builds.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/canada.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/entities.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/github_events.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/marine_ik.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/mesh.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/numbers.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/random.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/twitter.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/twitter2.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZippyJSONTests/Models/twitterescaped.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AppleJSONDecoderTests.swift",
"CodableMultifile.swift",
"CodableTests.swift",
"JSONTests.swift",
"Models/apache_builds.swift",
"Models/canada.swift",
"Models/entities.swift",
"Models/github_events.swift",
"Models/mesh.swift",
"Models/random.swift",
"Models/twitter.swift",
"Models/twitterCamel.swift",
"Models/user.swift",
"StdlibUnittest.swift",
"StickyEncodingTests/BinaryDecoderNegativeTests.swift",
"StickyEncodingTests/BinaryEncoderNegativeTests.swift",
"StickyEncodingTests/BinaryEncodingKeyedContainerNegativeTests.swift",
"StickyEncodingTests/BinaryEncodingKeyedContainerTests.swift",
"StickyEncodingTests/BinaryEncodingSingleValueContainerNegativeTests.swift",
"StickyEncodingTests/BinaryEncodingStructuredTypeTests.swift",
"StickyEncodingTests/BinaryEncodingUnkeyedContainerNegativeTests.swift",
"StickyEncodingTests/BinaryEncodingUnkeyedContainerTests.swift",
"StickyEncodingTests/DocumentationExampleTests.swift",
"StickyEncodingTests/EncodeDecodeTester.swift",
"StickyEncodingTests/TestFixtures/BasicType.swift",
"StickyEncodingTests/TestFixtures/CodableType.swift",
"StickyEncodingTests/TestFixtures/ComplexSubclassClass.swift",
"StickyEncodingTests/TestFixtures/ComplexType.swift",
"StickyEncodingTests/TestFixtures/EquatableType.swift",
"Tests.swift",
"XCTestManifests.swift",
"ZippyJSONDecoderTests.swift"
],
"target_dependencies" : [
"ZippyJSON"
],
"type" : "test"
},
{
"c99name" : "ZippyJSON",
"module_type" : "SwiftTarget",
"name" : "ZippyJSON",
"path" : "Sources/ZippyJSON",
"product_dependencies" : [
"ZippyJSONCFamily",
"JJLISO8601DateFormatter"
],
"product_memberships" : [
"ZippyJSON"
],
"sources" : [
"ZippyJSONDecoder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.