The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreTextSwift, reference 0.0.2 (604473), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 09:48:42 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzyzanowskim/CoreTextSwift.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzyzanowskim/CoreTextSwift
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 6044735 cleanup
Cloned https://github.com/krzyzanowskim/CoreTextSwift.git
Revision (git rev-parse @):
6044735c56e872ed1aab7d5605b002ee63da338a
SUCCESS checkout https://github.com/krzyzanowskim/CoreTextSwift.git at 0.0.2
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "coretextswift",
      "name": "CoreTextSwift",
      "url": "https://github.com/krzyzanowskim/CoreTextSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreTextSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/krzyzanowskim/CoreTextSwift.git
[1/98] Fetching coretextswift
Fetched https://github.com/krzyzanowskim/CoreTextSwift.git from cache (0.63s)
Creating working copy for https://github.com/krzyzanowskim/CoreTextSwift.git
Working copy of https://github.com/krzyzanowskim/CoreTextSwift.git resolved at 0.0.2 (6044735)
warning: '.resolve-product-dependencies': dependency 'coretextswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/krzyzanowskim/CoreTextSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling CoreTextSwift FontManager+Swift.swift
[4/13] Compiling CoreTextSwift CTStringAttribute.swift
[5/13] Compiling CoreTextSwift CTLine+Swift.swift
[6/13] Compiling CoreTextSwift CTGlyphInfo+Swift.swift
[7/13] Compiling CoreTextSwift CTRun+Swift.swift
[8/14] Compiling CoreTextSwift CTFramesetter+Swift.swift
[9/14] Compiling CoreTextSwift CTFrame+Swift.swift
[10/14] Compiling CoreTextSwift NSRange+Helpers.swift
[11/14] Compiling CoreTextSwift CTFont+Swift.swift
[12/14] Emitting module CoreTextSwift
[13/14] Compiling CoreTextSwift Array+CGGlyph.swift
[14/14] Compiling CoreTextSwift CFAttributedString+CoreText.swift
Build complete! (7.87s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreTextSwift",
  "name" : "CoreTextSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreTextSwift",
      "targets" : [
        "CoreTextSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreTextSwift",
      "module_type" : "SwiftTarget",
      "name" : "CoreTextSwift",
      "path" : "Sources/CoreTextSwift",
      "product_memberships" : [
        "CoreTextSwift"
      ],
      "sources" : [
        "Array+CGGlyph.swift",
        "CFAttributedString+CoreText.swift",
        "CTFont+Swift.swift",
        "CTFrame+Swift.swift",
        "CTFramesetter+Swift.swift",
        "CTGlyphInfo+Swift.swift",
        "CTLine+Swift.swift",
        "CTRun+Swift.swift",
        "CTStringAttribute.swift",
        "FontManager+Swift.swift",
        "NSRange+Helpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.