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 0.4.1 (0041c0), with Swift 6.1 for macOS (SPM) on 5 Jun 2025 06:57:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scottrhoyt/SwiftTileJSON.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/scottrhoyt/SwiftTileJSON
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at 0041c0a Version bump.
Cloned https://github.com/scottrhoyt/SwiftTileJSON.git
Revision (git rev-parse @):
0041c0ab6d3dc3e250a4e280155d8b27ba3675db
SUCCESS checkout https://github.com/scottrhoyt/SwiftTileJSON.git at 0.4.1
Fetching https://github.com/mxcl/Version.git
[1/288] Fetching version
Fetched https://github.com/mxcl/Version.git from cache (0.83s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.1.0 (3.95s)
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.1.0
========================================
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",
  "dependencies": [
    {
      "identity": "swifttilejson",
      "name": "SwiftTileJSON",
      "url": "https://github.com/scottrhoyt/SwiftTileJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftTileJSON",
      "dependencies": [
        {
          "identity": "version",
          "name": "Version",
          "url": "https://github.com/mxcl/Version.git",
          "version": "2.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Version",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/scottrhoyt/SwiftTileJSON.git
[1/611] Fetching swifttilejson
Fetched https://github.com/scottrhoyt/SwiftTileJSON.git from cache (0.73s)
Fetching https://github.com/mxcl/Version.git from cache
Fetched https://github.com/mxcl/Version.git from cache (0.48s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.1.0 (0.55s)
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.1.0
Creating working copy for https://github.com/scottrhoyt/SwiftTileJSON.git
Working copy of https://github.com/scottrhoyt/SwiftTileJSON.git resolved at 0.4.1 (0041c0a)
warning: '.resolve-product-dependencies': dependency 'swifttilejson' is not used by any target
Found 1 product dependencies
  - Version
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/scottrhoyt/SwiftTileJSON.git
https://github.com/scottrhoyt/SwiftTileJSON.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/9] Compiling Version Version.swift
[5/9] Compiling Version Version+Range.swift
[6/9] Compiling Version Version+Codable.swift
[7/9] Compiling Version Version+Foundation.swift
[8/9] Compiling Version Version+Comparable.swift
[9/9] Emitting module Version
[10/20] Compiling SwiftTileJSON TileJSON+Valid.swift
[11/20] Compiling SwiftTileJSON TileJSON+VectorLayer.swift
[12/20] Compiling SwiftTileJSON TileJSON+Defaults.swift
[13/20] Compiling SwiftTileJSON TileJSON+TileScheme.swift
[14/20] Compiling SwiftTileJSON TileJSON+Center.swift
[15/20] Compiling SwiftTileJSON DynamicCodingKeys.swift
[16/20] Compiling SwiftTileJSON KeyedDecodingContainer+SwiftTileJSON.swift
[17/20] Compiling SwiftTileJSON TileJSON+Bounds.swift
[18/20] Compiling SwiftTileJSON TileJSON+Base.swift
[19/20] Emitting module SwiftTileJSON
[20/20] Compiling SwiftTileJSON TileJSON.swift
[21/21] Compiling SwiftTileJSON TileJSONFields.swift
Build complete! (7.18s)
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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.