The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of GeoJSON, reference main (86fcb9), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 09:37:13 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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/GeoJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/GeoJSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 86fcb9c add spi manifest
Cloned https://github.com/kiliankoe/GeoJSON.git
Revision (git rev-parse @):
86fcb9c78d4c452a347d8dee64cc5deac35d451e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kiliankoe/GeoJSON.git at main
Fetching https://github.com/flight-school/AnyCodable.git
[1/782] Fetching anycodable
Fetched https://github.com/flight-school/AnyCodable.git from cache (0.73s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.2.3 (1.37s)
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",
  "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",
      "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",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kiliankoe/GeoJSON.git
[1/440] Fetching geojson
Fetched https://github.com/kiliankoe/GeoJSON.git from cache (0.71s)
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.04s)
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 main (86fcb9c)
warning: '.resolve-product-dependencies': dependency 'geojson' is not used by any target
Found 1 product dependencies
  - AnyCodable
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kiliankoe/GeoJSON.git
https://github.com/kiliankoe/GeoJSON.git
{
  "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"
}
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 -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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling AnyCodable AnyEncodable.swift
[5/7] Compiling AnyCodable AnyCodable.swift
[6/7] Compiling AnyCodable AnyDecodable.swift
[7/7] Emitting module AnyCodable
[8/20] Compiling GeoJSON Point.swift
[9/21] Compiling GeoJSON MultiPoint.swift
[10/21] Compiling GeoJSON Polygon.swift
[11/21] Compiling GeoJSON MultiPolygon.swift
[12/21] Compiling GeoJSON LineString.swift
[13/21] Compiling GeoJSON MultiLineString.swift
[14/21] Compiling GeoJSON Geometry.swift
[15/21] Compiling GeoJSON GeometryCollection.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.89s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/kiliankoe/geojson/main
Repository:               kiliankoe/GeoJSON
Swift version used:       6.1
Target:                   GeoJSON
Extracting symbol information for 'GeoJSON'...
Finished extracting symbol information for 'GeoJSON'. (3.70s)
Building documentation for 'GeoJSON'...
warning: Parameter 'boundingBox' is missing documentation
  --> Sources/GeoJSON/Feature.swift:26:94-26:94
24 |     ///   - geometry: A `Geometry` object or `nil` if the `Feature` is unlocated.
25 |     ///   - id: If a `Feature` has a commonly used identifier, this should be included.
26 +     ///   - properties: Any additional properties that should be included with the `Feature`.
   |                                                                                              ╰─suggestion: Document 'boundingBox' parameter
27 |     public init(geometry: Geometry?,
28 |                 id: String? = nil,
Finished building documentation for 'GeoJSON' (0.17s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/kiliankoe/geojson/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/flight-school/AnyCodable.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.45s)
Updated https://github.com/flight-school/AnyCodable.git (0.40s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.2.3 (1.44s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.73s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.45s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit Relationship.swift
[17/57] Compiling SymbolKit RelationshipKind.swift
[18/57] Compiling SymbolKit SourceOrigin.swift
[19/57] Compiling SymbolKit GenericConstraints.swift
[20/57] Compiling SymbolKit Swift.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit GenericConstraint.swift
[26/57] Compiling SymbolKit GenericParameter.swift
[27/57] Compiling SymbolKit Generics.swift
[28/57] Compiling SymbolKit Namespace.swift
[29/57] Compiling SymbolKit SourceRange.swift
[30/57] Compiling SymbolKit Metadata.swift
[31/57] Compiling SymbolKit Module.swift
[32/57] Compiling SymbolKit OperatingSystem.swift
[33/57] Compiling SymbolKit Platform.swift
[34/57] Compiling SymbolKit DeclarationFragments.swift
[35/57] Compiling SymbolKit Fragment.swift
[36/57] Compiling SymbolKit FragmentKind.swift
[37/57] Compiling SymbolKit FunctionParameter.swift
[38/57] Compiling SymbolKit FunctionSignature.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit SemanticVersion.swift
[44/57] Compiling SymbolKit AccessControl.swift
[45/57] Compiling SymbolKit Availability.swift
[46/57] Compiling SymbolKit AvailabilityItem.swift
[47/57] Compiling SymbolKit Domain.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.42s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling AnyCodable AnyDecodable.swift
[3/5] Compiling AnyCodable AnyEncodable.swift
[4/5] Emitting module AnyCodable
[5/5] Compiling AnyCodable AnyCodable.swift
[6/18] Compiling GeoJSON MultiPolygon.swift
[7/18] Compiling GeoJSON Point.swift
[8/18] Compiling GeoJSON MultiLineString.swift
[9/18] Compiling GeoJSON MultiPoint.swift
[10/18] Compiling GeoJSON LineString.swift
[11/18] Compiling GeoJSON Polygon.swift
[12/19] Compiling GeoJSON FeatureCollection.swift
[13/19] Compiling GeoJSON GeoJSONDocument.swift
[14/19] Compiling GeoJSON Geometry.swift
[15/19] Compiling GeoJSON GeometryCollection.swift
[16/19] Emitting module GeoJSON
[17/19] Compiling GeoJSON BoundingBox.swift
[18/19] Compiling GeoJSON Feature.swift
[19/19] Compiling GeoJSON Position.swift
Build of target: 'GeoJSON' complete! (1.79s)
     372
3	/Users/admin/builder/spi-builder-workspace/.docs/kiliankoe/geojson/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/kiliankoe/geojson/main
File count: 372
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-kiliankoe-geojson-main-64748ca8.zip to s3://spi-docs-inbox/prod-kiliankoe-geojson-main-64748ca8.zip
Copying... [19%]
Copying... [29%]
Copying... [38%]
Copying... [48%]
Copying... [57%]
Copying... [67%]
Copying... [77%]
Copying... [86%]
Copying... [96%]
Copying... [100%]
Done.