Build Information
Successful build of ZippyJSON, reference 1.2.15 (ddbbc0), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 16:17:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/michaeleisel/ZippyJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-1EA4D86E10B52AF.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.96s)
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/ZippyJSONCFamily
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter
[1/862] Fetching jjliso8601dateformatter
[88/1481] Fetching jjliso8601dateformatter, zippyjsoncfamily
Fetched https://github.com/michaeleisel/JJLISO8601DateFormatter from cache (1.10s)
Fetched https://github.com/michaeleisel/ZippyJSONCFamily from cache (1.10s)
Computing version for https://github.com/michaeleisel/ZippyJSONCFamily
Computed https://github.com/michaeleisel/ZippyJSONCFamily at 1.2.14 (1.63s)
Computing version for https://github.com/michaeleisel/JJLISO8601DateFormatter
Computed https://github.com/michaeleisel/JJLISO8601DateFormatter at 0.1.8 (0.51s)
Creating working copy for https://github.com/michaeleisel/JJLISO8601DateFormatter
Working copy of https://github.com/michaeleisel/JJLISO8601DateFormatter resolved at 0.1.8
Creating working copy for https://github.com/michaeleisel/ZippyJSONCFamily
Working copy of https://github.com/michaeleisel/ZippyJSONCFamily resolved at 1.2.14
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.