Build Information
Failed to build ZippyJSON, reference 1.2.15 (ddbbc0), with Swift 6.1 for Wasm on 29 May 2025 11:22:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaeleisel/ZippyJSON.git
Reference: 1.2.15
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/michaeleisel/ZippyJSON.git
https://github.com/michaeleisel/ZippyJSON.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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" : "/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/apache_builds.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/canada.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/entities.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/github_events.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/marine_ik.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/mesh.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/numbers.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/random.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/twitter.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/twitter2.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/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': /host/spi-builder-workspace/Package.swift:20:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
18 | dependencies: [
19 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
20 | .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')
21 | ],
22 | targets: [
/host/spi-builder-workspace/Package.swift:20:76: warning: 'exact' is deprecated
18 | dependencies: [
19 | .package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.7")),
20 | .package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.2.14")),
| `- warning: 'exact' is deprecated
21 | ],
22 | targets: [
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
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')
20 | ],
21 | targets: [
/host/spi-builder-workspace/Package.swift:19:76: warning: 'exact' is deprecated
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
20 | ],
21 | targets: [
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter
Fetching https://github.com/michaeleisel/ZippyJSONCFamily
[1/862] Fetching jjliso8601dateformatter
[863/1481] Fetching jjliso8601dateformatter, zippyjsoncfamily
Fetched https://github.com/michaeleisel/JJLISO8601DateFormatter from cache (0.30s)
[13/619] Fetching zippyjsoncfamily
Fetched https://github.com/michaeleisel/ZippyJSONCFamily from cache (0.65s)
Computing version for https://github.com/michaeleisel/ZippyJSONCFamily
Computed https://github.com/michaeleisel/ZippyJSONCFamily at 1.2.14 (1.25s)
Computing version for https://github.com/michaeleisel/JJLISO8601DateFormatter
Computed https://github.com/michaeleisel/JJLISO8601DateFormatter at 0.1.8 (0.60s)
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.8
Building for debugging...
[0/6] Write sources
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/JJLInternal.c:7:9: fatal error: 'CoreFoundation/CFDateFormatter.h' file not found
7 | #import <CoreFoundation/CFDateFormatter.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/6] Compiling JJLISO8601DateFormatter JJLInternal.c
[1/6] Compiling localtime.c
[1/6] Compiling ZippyJSONCFamily JSONSerialization.mm
In file included from /host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/JJLISO8601DateFormatter.m:3:
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/include/JJLISO8601DateFormatter.h:3:9: fatal error: 'Foundation/Foundation.h' file not found
3 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/6] Compiling JJLISO8601DateFormatter JJLISO8601DateFormatter.m
[1/6] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
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')
20 | ],
21 | targets: [
/host/spi-builder-workspace/Package.swift:19:76: warning: 'exact' is deprecated
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
20 | ],
21 | targets: [
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/instruments.json
/host/spi-builder-workspace/Tests/ZippyJSONTests/Info.plist
/host/spi-builder-workspace/Tests/ZippyJSONTests/Models/json_to_swift.rb
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/JJLISO8601DateFormatter.m:3:
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/include/JJLISO8601DateFormatter.h:3:9: fatal error: 'Foundation/Foundation.h' file not found
3 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/5] Compiling JJLISO8601DateFormatter JJLISO8601DateFormatter.m
[0/5] Compiling ZippyJSONCFamily JSONSerialization.mm
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/Vendor/tzdb/localtime.c:270:3: error: use of undeclared identifier 'tzname'
270 | tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_abbrind];
| ^
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/Vendor/tzdb/localtime.c:274:5: error: use of undeclared identifier 'timezone'
274 | timezone = - ttisp->tt_gmtoff;
| ^
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/Vendor/tzdb/localtime.c:289:2: error: use of undeclared identifier 'tzname'
289 | tzname[0] = tzname[1] = (char *) (sp ? wildabbr : gmt);
| ^
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/Vendor/tzdb/localtime.c:289:14: error: use of undeclared identifier 'tzname'
289 | tzname[0] = tzname[1] = (char *) (sp ? wildabbr : gmt);
| ^
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/Vendor/tzdb/localtime.c:292:2: error: use of undeclared identifier 'daylight'
292 | daylight = 0;
| ^
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/Vendor/tzdb/localtime.c:293:2: error: use of undeclared identifier 'timezone'
293 | timezone = 0;
| ^
[0/5] Compiling localtime.c
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/JJLInternal.c:7:9: fatal error: 'CoreFoundation/CFDateFormatter.h' file not found
7 | #import <CoreFoundation/CFDateFormatter.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/5] Compiling JJLISO8601DateFormatter JJLInternal.c
[0/5] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm