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 STTextKitPlus, reference main (4655b7), with Swift 5.9 for macOS (SPM) on 13 Mar 2025 22:23:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzyzanowskim/STTextKitPlus.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzyzanowskim/STTextKitPlus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4655b76 Remove copyright year from license and source files
Cloned https://github.com/krzyzanowskim/STTextKitPlus.git
Revision (git rev-parse @):
4655b76fce111082749fbc1ff7e5b2da6912b0ac
SUCCESS checkout https://github.com/krzyzanowskim/STTextKitPlus.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/krzyzanowskim/STTextKitPlus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling STTextKitPlus NSTextRange.swift
[2/8] Compiling STTextKitPlus NSTextLineFragment.swift
[3/8] Compiling STTextKitPlus NSTextLocation+Equatable.swift
[4/8] Compiling STTextKitPlus NSTextContentManager.swift
[5/8] Compiling STTextKitPlus NSTextLayoutFragment.swift
[6/8] Compiling STTextKitPlus NSRange.swift
[7/8] Compiling STTextKitPlus NSTextLayoutManager.swift
[8/8] Emitting module STTextKitPlus
Build complete! (10.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "STTextKitPlus",
  "name" : "STTextKitPlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "STTextKitPlus",
      "targets" : [
        "STTextKitPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "STTextKitPlus",
      "module_type" : "SwiftTarget",
      "name" : "STTextKitPlus",
      "path" : "Sources/STTextKitPlus",
      "product_memberships" : [
        "STTextKitPlus"
      ],
      "sources" : [
        "NSRange.swift",
        "NSTextContentManager.swift",
        "NSTextLayoutFragment.swift",
        "NSTextLayoutManager.swift",
        "NSTextLineFragment.swift",
        "NSTextLocation+Equatable.swift",
        "NSTextRange.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.