The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ZippyJSON, reference master (420517), with Swift 6.1 for Android on 7 Sep 2025 23:04:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaeleisel/ZippyJSON.git
Reference: master
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
 * 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
========================================
Build
========================================
Selected platform:         android
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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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.24s)
[7/619] Fetching zippyjsoncfamily
Fetched https://github.com/michaeleisel/ZippyJSONCFamily from cache (0.56s)
Computing version for https://github.com/michaeleisel/ZippyJSONCFamily
Computed https://github.com/michaeleisel/ZippyJSONCFamily at 1.2.14 (1.96s)
Computing version for https://github.com/michaeleisel/JJLISO8601DateFormatter
Computed https://github.com/michaeleisel/JJLISO8601DateFormatter at 0.1.8 (0.76s)
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
Building for debugging...
[0/6] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/JJLInternal.c:3:
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/Vendor/tzdb/tzfile__.h:43:23: error: typedef redefinition with different types ('struct state *' vs 'struct __timezone_t *')
   43 | typedef struct state *timezone_t;
      |                       ^
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/time.h:52:30: note: previous definition is here
   52 | typedef struct __timezone_t* timezone_t;
      |                              ^
/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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[1/6] Compiling JJLISO8601DateFormatter JJLInternal.c
[1/6] Compiling localtime.c
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/6] Compiling JJLISO8601DateFormatter JJLISO8601DateFormatter.m
[1/6] Compiling ZippyJSONCFamily JSONSerialization.mm
[1/6] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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
In file included from /host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/JJLInternal.c:3:
/host/spi-builder-workspace/.build/checkouts/JJLISO8601DateFormatter/Sources/JJLISO8601DateFormatter/Vendor/tzdb/tzfile__.h:43:23: error: typedef redefinition with different types ('struct state *' vs 'struct __timezone_t *')
   43 | typedef struct state *timezone_t;
      |                       ^
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/time.h:52:30: note: previous definition is here
   52 | typedef struct __timezone_t* timezone_t;
      |                              ^
/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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0/5] Compiling JJLISO8601DateFormatter JJLInternal.c
[0/5] Compiling ZippyJSONCFamily JSONSerialization.mm
[0/5] Compiling localtime.c
[0/5] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android