The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodableGeoJSON, reference 4.0.0 (2750fe), with Swift 6.1 for Wasm on 6 Jul 2025 16:15:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guykogus/CodableGeoJSON.git
Reference: 4.0.0
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/guykogus/CodableGeoJSON
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at 2750fea Mark all types as Sendable
Cloned https://github.com/guykogus/CodableGeoJSON.git
Revision (git rev-parse @):
2750fea8178d8d13b54da56282c6fa1ccbbaf4b7
SUCCESS checkout https://github.com/guykogus/CodableGeoJSON.git at 4.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/guykogus/CodableGeoJSON.git
https://github.com/guykogus/CodableGeoJSON.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swifterjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/guykogus/SwifterJSON.git"
    }
  ],
  "manifest_display_name" : "CodableGeoJSON",
  "name" : "CodableGeoJSON",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CodableGeoJSON",
      "targets" : [
        "CodableGeoJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableGeoJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableGeoJSONTests",
      "path" : "CodableGeoJSONTests",
      "sources" : [
        "GeoJSONFeatureCollectionTests.swift",
        "GeoJSONFeatureTests.swift",
        "GeoJSONGeometryTests.swift",
        "GeoJSONStaticFeatureTests.swift",
        "GeoJSONTests.swift"
      ],
      "target_dependencies" : [
        "CodableGeoJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableGeoJSON",
      "module_type" : "SwiftTarget",
      "name" : "CodableGeoJSON",
      "path" : "CodableGeoJSON",
      "product_dependencies" : [
        "SwifterJSON"
      ],
      "product_memberships" : [
        "CodableGeoJSON"
      ],
      "sources" : [
        "GeoJSON.swift",
        "GeoJSONFeature.swift",
        "GeoJSONFeatureCollection.swift",
        "GeoJSONFeatureIdentifier.swift",
        "GeoJSONGeometry.swift",
        "GeoJSONPosition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/guykogus/SwifterJSON.git
[1/279] Fetching swifterjson
Fetched https://github.com/guykogus/SwifterJSON.git from cache (0.24s)
Computing version for https://github.com/guykogus/SwifterJSON.git
Computed https://github.com/guykogus/SwifterJSON.git at 4.2.0 (0.77s)
Creating working copy for https://github.com/guykogus/SwifterJSON.git
Working copy of https://github.com/guykogus/SwifterJSON.git resolved at 4.2.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module SwifterJSON
[5/5] Compiling SwifterJSON JSON.swift
[7/13] Compiling CodableGeoJSON GeoJSONFeatureCollection.swift
[8/13] Compiling CodableGeoJSON GeoJSONPosition.swift
[9/13] Compiling CodableGeoJSON GeoJSONFeature.swift
[10/13] Compiling CodableGeoJSON GeoJSONGeometry.swift
[11/13] Compiling CodableGeoJSON GeoJSONFeatureIdentifier.swift
[12/13] Emitting module CodableGeoJSON
[13/13] Compiling CodableGeoJSON GeoJSON.swift
Build complete! (10.04s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swifterjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/guykogus/SwifterJSON.git"
    }
  ],
  "manifest_display_name" : "CodableGeoJSON",
  "name" : "CodableGeoJSON",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CodableGeoJSON",
      "targets" : [
        "CodableGeoJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableGeoJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableGeoJSONTests",
      "path" : "CodableGeoJSONTests",
      "sources" : [
        "GeoJSONFeatureCollectionTests.swift",
        "GeoJSONFeatureTests.swift",
        "GeoJSONGeometryTests.swift",
        "GeoJSONStaticFeatureTests.swift",
        "GeoJSONTests.swift"
      ],
      "target_dependencies" : [
        "CodableGeoJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableGeoJSON",
      "module_type" : "SwiftTarget",
      "name" : "CodableGeoJSON",
      "path" : "CodableGeoJSON",
      "product_dependencies" : [
        "SwifterJSON"
      ],
      "product_memberships" : [
        "CodableGeoJSON"
      ],
      "sources" : [
        "GeoJSON.swift",
        "GeoJSONFeature.swift",
        "GeoJSONFeatureCollection.swift",
        "GeoJSONFeatureIdentifier.swift",
        "GeoJSONGeometry.swift",
        "GeoJSONPosition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.