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 vincenty, reference main (6b400a), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 07:53:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dastrobu/vincenty.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dastrobu/vincenty
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6b400a0 ignore **.pdf
Cloned https://github.com/dastrobu/vincenty.git
Revision (git rev-parse @):
6b400a0d3eed91a668cf776c69305327a280941f
SUCCESS checkout https://github.com/dastrobu/vincenty.git at main
Fetching https://github.com/dastrobu/geodesic.git
[3/227] Fetching geodesic
Fetched https://github.com/dastrobu/geodesic.git from cache (0.76s)
Computing version for https://github.com/dastrobu/geodesic.git
Computed https://github.com/dastrobu/geodesic.git at 1.4.0 (0.56s)
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.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": "vincenty",
      "name": "vincenty",
      "url": "https://github.com/dastrobu/vincenty.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/vincenty",
      "dependencies": [
        {
          "identity": "geodesic",
          "name": "geodesic",
          "url": "https://github.com/dastrobu/geodesic.git",
          "version": "1.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/geodesic",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dastrobu/vincenty.git
[4/399] Fetching vincenty
Fetched https://github.com/dastrobu/vincenty.git from cache (0.74s)
Fetching https://github.com/dastrobu/geodesic.git from cache
Fetched https://github.com/dastrobu/geodesic.git from cache (0.45s)
Computing version for https://github.com/dastrobu/geodesic.git
Computed https://github.com/dastrobu/geodesic.git at 1.4.0 (0.02s)
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.0
Creating working copy for https://github.com/dastrobu/vincenty.git
Working copy of https://github.com/dastrobu/vincenty.git resolved at main (6b400a0)
warning: '.resolve-product-dependencies': dependency 'vincenty' is not used by any target
Found 1 product dependencies
  - geodesic
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dastrobu/vincenty.git
{
  "dependencies" : [
    {
      "identity" : "geodesic",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dastrobu/geodesic.git"
    }
  ],
  "manifest_display_name" : "vincenty",
  "name" : "vincenty",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "vincenty",
      "targets" : [
        "vincenty"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "vincentyTests",
      "module_type" : "SwiftTarget",
      "name" : "vincentyTests",
      "path" : "Tests/vincentyTests",
      "product_dependencies" : [
        "geodesic"
      ],
      "sources" : [
        "XCTestManifests.swift",
        "vincentyTests.swift"
      ],
      "target_dependencies" : [
        "vincenty"
      ],
      "type" : "test"
    },
    {
      "c99name" : "vincenty",
      "module_type" : "SwiftTarget",
      "name" : "vincenty",
      "path" : "Sources/vincenty",
      "product_memberships" : [
        "vincenty"
      ],
      "sources" : [
        "vincenty.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module vincenty
[4/4] Compiling vincenty vincenty.swift
Build complete! (3.32s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "geodesic",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dastrobu/geodesic.git"
    }
  ],
  "manifest_display_name" : "vincenty",
  "name" : "vincenty",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "vincenty",
      "targets" : [
        "vincenty"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "vincentyTests",
      "module_type" : "SwiftTarget",
      "name" : "vincentyTests",
      "path" : "Tests/vincentyTests",
      "product_dependencies" : [
        "geodesic"
      ],
      "sources" : [
        "XCTestManifests.swift",
        "vincentyTests.swift"
      ],
      "target_dependencies" : [
        "vincenty"
      ],
      "type" : "test"
    },
    {
      "c99name" : "vincenty",
      "module_type" : "SwiftTarget",
      "name" : "vincenty",
      "path" : "Sources/vincenty",
      "product_memberships" : [
        "vincenty"
      ],
      "sources" : [
        "vincenty.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.