Build Information
Successful build of ZippyJSON, reference 1.2.15 (ddbbc0), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 17:01:20 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: 1.2.15
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaeleisel/ZippyJSON
* tag 1.2.15 -> FETCH_HEAD
HEAD is now at ddbbc02 bump to 1.2.15
Cloned https://github.com/michaeleisel/ZippyJSON.git
Revision (git rev-parse @):
ddbbc024ba5a826f9676035a0a090a0bc2d40755
SUCCESS checkout https://github.com/michaeleisel/ZippyJSON.git at 1.2.15
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
19 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 | ],
21 | targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:19:76: warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
19 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
20 | ],
21 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter
Fetching https://github.com/michaeleisel/ZippyJSONCFamily
[1/1127] Fetching jjliso8601dateformatter
[92/1746] Fetching jjliso8601dateformatter, zippyjsoncfamily
Fetched https://github.com/michaeleisel/ZippyJSONCFamily from cache (1.27s)
Fetched https://github.com/michaeleisel/JJLISO8601DateFormatter from cache (1.27s)
Computing version for https://github.com/michaeleisel/ZippyJSONCFamily
Computed https://github.com/michaeleisel/ZippyJSONCFamily at 1.2.14 (1.97s)
Computing version for https://github.com/michaeleisel/JJLISO8601DateFormatter
Computed https://github.com/michaeleisel/JJLISO8601DateFormatter at 0.1.7 (0.70s)
Creating working copy for https://github.com/michaeleisel/JJLISO8601DateFormatter
Working copy of https://github.com/michaeleisel/JJLISO8601DateFormatter resolved at 0.1.7
Creating working copy for https://github.com/michaeleisel/ZippyJSONCFamily
Working copy of https://github.com/michaeleisel/ZippyJSONCFamily resolved at 1.2.14
========================================
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.17s)
warning: 'zippyjson': /Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
19 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 | ],
21 | targets: [
/Package.swift:19:76: warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
19 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
20 | ],
21 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter from cache
Fetching https://github.com/michaeleisel/ZippyJSONCFamily 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.53s)
Computing version for https://github.com/michaeleisel/JJLISO8601DateFormatter
Computed https://github.com/michaeleisel/JJLISO8601DateFormatter at 0.2.0 (0.66s)
Creating working copy for https://github.com/michaeleisel/ZippyJSON.git
Working copy of https://github.com/michaeleisel/ZippyJSON.git resolved at 1.2.15 (ddbbc02)
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: 'zippyjson': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ZippyJSON/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
19 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 | ],
21 | targets: [
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ZippyJSON/Package.swift:19:76: warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
19 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
20 | ],
21 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
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 JJLISO8601DateFormatter JJLInternal.c
[3/6] Compiling localtime.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! (6.40s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
19 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 | ],
21 | targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:19:76: warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
19 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
20 | ],
21 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
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"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
19 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 | ],
21 | targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:19:76: warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
19 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
20 | ],
21 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.