The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyCoreText, reference v1.0.0 (ed0583), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 06:53:36 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/yukiny0811/SwiftyCoreText.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukiny0811/SwiftyCoreText
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at ed0583f Create LICENSE
Cloned https://github.com/yukiny0811/SwiftyCoreText.git
Revision (git rev-parse @):
ed0583f3ecc5c4e4d3ec56c8a9752d6e9a1e9b86
SUCCESS checkout https://github.com/yukiny0811/SwiftyCoreText.git at v1.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftycoretext",
      "name": "SwiftyCoreText",
      "url": "https://github.com/yukiny0811/SwiftyCoreText.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyCoreText",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yukiny0811/SwiftyCoreText.git
[1/51] Fetching swiftycoretext
Fetched https://github.com/yukiny0811/SwiftyCoreText.git from cache (0.59s)
Creating working copy for https://github.com/yukiny0811/SwiftyCoreText.git
Working copy of https://github.com/yukiny0811/SwiftyCoreText.git resolved at v1.0.0 (ed0583f)
warning: '.resolve-product-dependencies': dependency 'swiftycoretext' 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/yukiny0811/SwiftyCoreText.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/15] Compiling SwiftyCoreText WorkingWithFontVariations.swift
[4/16] Compiling SwiftyCoreText WorkingWithEncoding.swift
[5/16] Compiling SwiftyCoreText GettingFontFeatures.swift
[6/16] Compiling SwiftyCoreText GettingFontMetrics.swift
[7/16] Compiling SwiftyCoreText GettingTypeIdentifier.swift
[8/16] Compiling SwiftyCoreText GettingFontTableData.swift
[9/16] Compiling SwiftyCoreText GettingGlyphData.swift
[10/16] Compiling SwiftyCoreText EXPORTER.swift
[11/16] Compiling SwiftyCoreText ConvertingFonts.swift
[12/16] Compiling SwiftyCoreText CreatingFonts.swift
[13/16] Compiling SwiftyCoreText GettingFontData.swift
[14/16] Emitting module SwiftyCoreText
[15/16] Compiling SwiftyCoreText GettingFontNames.swift
[16/16] Compiling SwiftyCoreText WorkingWithGlyphs.swift
Build complete! (5.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyCoreText",
  "name" : "SwiftyCoreText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyCoreText",
      "targets" : [
        "SwiftyCoreText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyCoreTextTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyCoreTextTests",
      "path" : "Tests/SwiftyCoreTextTests",
      "sources" : [
        "SwiftyCoreTextTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyCoreText"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyCoreText",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyCoreText",
      "path" : "Sources/SwiftyCoreText",
      "product_memberships" : [
        "SwiftyCoreText"
      ],
      "sources" : [
        "EXPORTER.swift",
        "SwiftyCTFont/ConvertingFonts.swift",
        "SwiftyCTFont/CreatingFonts.swift",
        "SwiftyCTFont/GettingFontData.swift",
        "SwiftyCTFont/GettingFontFeatures.swift",
        "SwiftyCTFont/GettingFontMetrics.swift",
        "SwiftyCTFont/GettingFontNames.swift",
        "SwiftyCTFont/GettingFontTableData.swift",
        "SwiftyCTFont/GettingGlyphData.swift",
        "SwiftyCTFont/GettingTypeIdentifier.swift",
        "SwiftyCTFont/WorkingWithEncoding.swift",
        "SwiftyCTFont/WorkingWithFontVariations.swift",
        "SwiftyCTFont/WorkingWithGlyphs.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.