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 0.1.8 (446d6d), with Swift 5.9 for macOS (SPM) on 23 Jan 2025 01:27:48 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: 0.1.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzyzanowskim/STTextKitPlus
 * tag               0.1.8      -> FETCH_HEAD
HEAD is now at 446d6d4 Add textElementsNotBuggy(for:) to NSTextContentManager
Cloned https://github.com/krzyzanowskim/STTextKitPlus.git
Revision (git rev-parse @):
446d6d431b163840ac5cc844ca5cf4704886c30e
SUCCESS checkout https://github.com/krzyzanowskim/STTextKitPlus.git at 0.1.8
========================================
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 NSTextContentManager.swift
[2/8] Compiling STTextKitPlus NSTextLineFragment.swift
[3/8] Compiling STTextKitPlus NSRange.swift
[4/8] Emitting module STTextKitPlus
[5/8] Compiling STTextKitPlus NSTextLocation+Equatable.swift
[6/8] Compiling STTextKitPlus NSTextRange.swift
[7/8] Compiling STTextKitPlus NSTextLayoutManager.swift
[8/8] Compiling STTextKitPlus NSTextLayoutFragment.swift
Build complete! (10.36s)
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.