This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 NSUI with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/nsui.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/nsui
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8792b2f More text-related APIs
Cloned https://github.com/mattmassicotte/nsui.git
Revision (git rev-parse @):
8792b2f789bf03be1be9ecb4df43d2bfe0e5d361
SUCCESS checkout https://github.com/mattmassicotte/nsui.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/mattmassicotte/nsui.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/15] Compiling NSUI TextView.swift
[4/16] Compiling NSUI Views.swift
[5/16] Compiling NSUI ViewControllerRepresentable.swift
[6/16] Compiling NSUI PlatformKit.swift
[7/16] Compiling NSUI ImageView.swift
[8/16] Compiling NSUI Label.swift
[9/16] Compiling NSUI Font.swift
[10/16] Compiling NSUI Image.swift
[11/16] Compiling NSUI ViewRepresentable.swift
[12/16] Compiling NSUI Color.swift
[13/16] Compiling NSUI ControlActiveState.swift
[14/16] Compiling NSUI Aliases.swift
[15/16] Compiling NSUI BezierPath.swift
[16/16] Emitting module NSUI
Build complete! (35.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NSUI",
  "name" : "NSUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "NSUI",
      "targets" : [
        "NSUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NSUITests",
      "module_type" : "SwiftTarget",
      "name" : "NSUITests",
      "path" : "Tests/NSUITests",
      "sources" : [
        "ColorTests.swift",
        "ControllerTests.swift",
        "ImageTests.swift",
        "TextViewTests.swift",
        "ViewControllerRepresentableTests.swift",
        "ViewRepresentableTests.swift"
      ],
      "target_dependencies" : [
        "NSUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NSUI",
      "module_type" : "SwiftTarget",
      "name" : "NSUI",
      "path" : "Sources/NSUI",
      "product_memberships" : [
        "NSUI"
      ],
      "sources" : [
        "Aliases.swift",
        "BezierPath.swift",
        "Color.swift",
        "ControlActiveState.swift",
        "Font.swift",
        "Image.swift",
        "ImageView.swift",
        "Label.swift",
        "PlatformKit.swift",
        "TextView.swift",
        "ViewControllerRepresentable.swift",
        "ViewRepresentable.swift",
        "Views.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.