The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GeoJSON, reference 0.6.2 (ad1512), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 10:09:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/GeoJSON.git
Reference: 0.6.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/GeoJSON
 * tag               0.6.2      -> FETCH_HEAD
HEAD is now at ad15121 Merge pull request #9 from RCCoop/position-array-count
Cloned https://github.com/kiliankoe/GeoJSON.git
Revision (git rev-parse @):
ad151210f505181e9e8112b81aefc5f54383f4c2
SUCCESS checkout https://github.com/kiliankoe/GeoJSON.git at 0.6.2
Fetching https://github.com/flight-school/AnyCodable.git
[1/782] Fetching anycodable
Fetched https://github.com/flight-school/AnyCodable.git from cache (0.75s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.2.3 (1.45s)
Creating working copy for https://github.com/flight-school/AnyCodable.git
Working copy of https://github.com/flight-school/AnyCodable.git resolved at 0.2.3
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "geojson",
      "name": "GeoJSON",
      "url": "https://github.com/kiliankoe/GeoJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GeoJSON",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "anycodable",
          "name": "AnyCodable",
          "url": "https://github.com/flight-school/AnyCodable.git",
          "version": "0.6.7",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnyCodable",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kiliankoe/GeoJSON.git
[1/440] Fetching geojson
Fetched https://github.com/kiliankoe/GeoJSON.git from cache (0.78s)
Fetching https://github.com/flight-school/AnyCodable.git from cache
Fetched https://github.com/flight-school/AnyCodable.git from cache (0.44s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.6.7 (1.12s)
Creating working copy for https://github.com/flight-school/AnyCodable.git
Working copy of https://github.com/flight-school/AnyCodable.git resolved at 0.6.7
Creating working copy for https://github.com/kiliankoe/GeoJSON.git
Working copy of https://github.com/kiliankoe/GeoJSON.git resolved at 0.6.2 (ad15121)
warning: '.resolve-product-dependencies': dependency 'geojson' is not used by any target
Found 1 product dependencies
  - AnyCodable
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kiliankoe/GeoJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling AnyCodable AnyEncodable.swift
[5/7] Compiling AnyCodable AnyDecodable.swift
[6/7] Emitting module AnyCodable
[7/7] Compiling AnyCodable AnyCodable.swift
[8/20] Compiling GeoJSON MultiPolygon.swift
[9/21] Compiling GeoJSON Polygon.swift
[10/21] Compiling GeoJSON Point.swift
[11/21] Compiling GeoJSON LineString.swift
[12/21] Compiling GeoJSON MultiLineString.swift
[13/21] Compiling GeoJSON Geometry.swift
[14/21] Compiling GeoJSON GeometryCollection.swift
[15/21] Compiling GeoJSON MultiPoint.swift
[16/21] Compiling GeoJSON FeatureCollection.swift
[17/21] Compiling GeoJSON GeoJSONDocument.swift
[18/21] Emitting module GeoJSON
[19/21] Compiling GeoJSON BoundingBox.swift
[20/21] Compiling GeoJSON Feature.swift
[21/21] Compiling GeoJSON Position.swift
Build complete! (5.45s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flight-school/AnyCodable.git"
    }
  ],
  "manifest_display_name" : "GeoJSON",
  "name" : "GeoJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoJSON",
      "targets" : [
        "GeoJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSONTests",
      "path" : "Tests/GeoJSONTests",
      "sources" : [
        "DecodingTests.swift",
        "EncodingTests.swift",
        "GeometryTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "GeoJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoJSON",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSON",
      "path" : "Sources/GeoJSON",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "GeoJSON"
      ],
      "sources" : [
        "BoundingBox.swift",
        "Feature.swift",
        "FeatureCollection.swift",
        "GeoJSONDocument.swift",
        "Geometry/Geometry.swift",
        "Geometry/GeometryCollection.swift",
        "Geometry/LineString.swift",
        "Geometry/MultiLineString.swift",
        "Geometry/MultiPoint.swift",
        "Geometry/MultiPolygon.swift",
        "Geometry/Point.swift",
        "Geometry/Polygon.swift",
        "Geometry/Position.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.