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 Sight, reference 1.0.0 (f41ae9), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 11:48:02 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/jasonnam/Sight.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jasonnam/Sight
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at f41ae90 Merge pull request #2 from zntfdr/remove-imports
Cloned https://github.com/jasonnam/Sight.git
Revision (git rev-parse @):
f41ae90cbed6deafc9ef7e00f8761f6e05b70c42
SUCCESS checkout https://github.com/jasonnam/Sight.git at 1.0.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": "sight",
      "name": "Sight",
      "url": "https://github.com/jasonnam/Sight.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Sight",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jasonnam/Sight.git
[1/307] Fetching sight
Fetched https://github.com/jasonnam/Sight.git from cache (0.76s)
Creating working copy for https://github.com/jasonnam/Sight.git
Working copy of https://github.com/jasonnam/Sight.git resolved at 1.0.0 (f41ae90)
warning: '.resolve-product-dependencies': dependency 'sight' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/jasonnam/Sight.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sight",
  "name" : "Sight",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Sight",
      "targets" : [
        "Sight"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SightTests",
      "module_type" : "SwiftTarget",
      "name" : "SightTests",
      "path" : "Tests/SightTests",
      "sources" : [
        "Element/ElementTests.swift",
        "Region/RegionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Sight"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sight",
      "module_type" : "SwiftTarget",
      "name" : "Sight",
      "path" : "Sources/Sight",
      "product_memberships" : [
        "Sight"
      ],
      "sources" : [
        "Element.swift",
        "Region.swift",
        "SIMD2.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/6] Emitting module Sight
[4/6] Compiling Sight SIMD2.swift
[5/6] Compiling Sight Region.swift
[6/6] Compiling Sight Element.swift
Build complete! (8.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sight",
  "name" : "Sight",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Sight",
      "targets" : [
        "Sight"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SightTests",
      "module_type" : "SwiftTarget",
      "name" : "SightTests",
      "path" : "Tests/SightTests",
      "sources" : [
        "Element/ElementTests.swift",
        "Region/RegionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Sight"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sight",
      "module_type" : "SwiftTarget",
      "name" : "Sight",
      "path" : "Sources/Sight",
      "product_memberships" : [
        "Sight"
      ],
      "sources" : [
        "Element.swift",
        "Region.swift",
        "SIMD2.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.