The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftTileJSON, reference main (6b373e), with Swift 6.1 for Wasm on 6 Jun 2025 04:48:52 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scottrhoyt/SwiftTileJSON.git
Reference: main
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/scottrhoyt/SwiftTileJSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6b373e8 Rename TileJSON.Bounds properties to west, south, east, north.
Cloned https://github.com/scottrhoyt/SwiftTileJSON.git
Revision (git rev-parse @):
6b373e811f0e9ac28678ac20cc90ee2fbcf3218a
SUCCESS checkout https://github.com/scottrhoyt/SwiftTileJSON.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/scottrhoyt/SwiftTileJSON.git
https://github.com/scottrhoyt/SwiftTileJSON.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version.git"
    }
  ],
  "manifest_display_name" : "SwiftTileJSON",
  "name" : "SwiftTileJSON",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftTileJSON",
      "targets" : [
        "SwiftTileJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftTileJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTileJSONTests",
      "path" : "Tests/SwiftTileJSONTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftTileJSONTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "EffectiveValuesTests.swift",
        "EncodingTests.swift",
        "IgnoringInvalidValuesTests.swift",
        "OSMExampleTests.swift",
        "TestData.swift",
        "ValidationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftTileJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTileJSON",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTileJSON",
      "path" : "Sources/SwiftTileJSON",
      "product_dependencies" : [
        "Version"
      ],
      "product_memberships" : [
        "SwiftTileJSON"
      ],
      "sources" : [
        "DynamicCoding/DynamicCodingKeys.swift",
        "DynamicCoding/KeyedDecodingContainer+SwiftTileJSON.swift",
        "NestedTypes/TileJSON+Base.swift",
        "NestedTypes/TileJSON+Bounds.swift",
        "NestedTypes/TileJSON+Center.swift",
        "NestedTypes/TileJSON+Defaults.swift",
        "NestedTypes/TileJSON+TileScheme.swift",
        "NestedTypes/TileJSON+Valid.swift",
        "NestedTypes/TileJSON+VectorLayer.swift",
        "TileJSON.swift",
        "TileJSONFields.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 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
Fetching https://github.com/mxcl/Version.git
[1/293] Fetching version
Fetched https://github.com/mxcl/Version.git from cache (0.24s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.1.0 (2.15s)
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.1.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling Version Version+Range.swift
[5/9] Compiling Version Version.swift
[6/9] Compiling Version Version+Comparable.swift
[7/9] Emitting module Version
[8/9] Compiling Version Version+Codable.swift
[9/9] Compiling Version Version+Foundation.swift
[11/21] Compiling SwiftTileJSON TileJSON+Center.swift
[12/21] Compiling SwiftTileJSON TileJSON+Defaults.swift
[13/22] Compiling SwiftTileJSON TileJSON.swift
[14/22] Compiling SwiftTileJSON TileJSON+TileScheme.swift
[15/22] Compiling SwiftTileJSON TileJSON+Valid.swift
[16/22] Compiling SwiftTileJSON TileJSON+VectorLayer.swift
[17/22] Compiling SwiftTileJSON TileJSONFields.swift
[18/22] Compiling SwiftTileJSON DynamicCodingKeys.swift
[19/22] Compiling SwiftTileJSON KeyedDecodingContainer+SwiftTileJSON.swift
[20/22] Compiling SwiftTileJSON TileJSON+Base.swift
[21/22] Compiling SwiftTileJSON TileJSON+Bounds.swift
[22/22] Emitting module SwiftTileJSON
Build complete! (11.00s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version.git"
    }
  ],
  "manifest_display_name" : "SwiftTileJSON",
  "name" : "SwiftTileJSON",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftTileJSON",
      "targets" : [
        "SwiftTileJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftTileJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTileJSONTests",
      "path" : "Tests/SwiftTileJSONTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftTileJSONTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "EffectiveValuesTests.swift",
        "EncodingTests.swift",
        "IgnoringInvalidValuesTests.swift",
        "OSMExampleTests.swift",
        "TestData.swift",
        "ValidationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftTileJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTileJSON",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTileJSON",
      "path" : "Sources/SwiftTileJSON",
      "product_dependencies" : [
        "Version"
      ],
      "product_memberships" : [
        "SwiftTileJSON"
      ],
      "sources" : [
        "DynamicCoding/DynamicCodingKeys.swift",
        "DynamicCoding/KeyedDecodingContainer+SwiftTileJSON.swift",
        "NestedTypes/TileJSON+Base.swift",
        "NestedTypes/TileJSON+Bounds.swift",
        "NestedTypes/TileJSON+Center.swift",
        "NestedTypes/TileJSON+Defaults.swift",
        "NestedTypes/TileJSON+TileScheme.swift",
        "NestedTypes/TileJSON+Valid.swift",
        "NestedTypes/TileJSON+VectorLayer.swift",
        "TileJSON.swift",
        "TileJSONFields.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Done.