The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FindFont, reference main (b39389), with Swift 6.2 for macOS (SPM) on 14 Jul 2025 15:05:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/FindFont.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/FindFont
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b393897 Update README.md
Cloned https://github.com/tomasf/FindFont.git
Revision (git rev-parse @):
b393897d30f7baba2b3daa58ee3f87fac84b3182
SUCCESS checkout https://github.com/tomasf/FindFont.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tomasf/FindFont.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling FindFont FindFont.swift
[4/7] Compiling FindFont FindFont+Windows.swift
[5/7] Compiling FindFont FindFont+Linux.swift
[6/7] Emitting module FindFont
[7/7] Compiling FindFont FindFont+Apple.swift
Build complete! (4.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FindFont",
  "name" : "FindFont",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FindFont",
      "targets" : [
        "FindFont"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Fontconfig",
      "module_type" : "SystemLibraryTarget",
      "name" : "Fontconfig",
      "path" : "Sources/Fontconfig",
      "product_memberships" : [
        "FindFont"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "FindFontTests",
      "module_type" : "SwiftTarget",
      "name" : "FindFontTests",
      "path" : "Tests/FindFontTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "FindFont"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FindFont",
      "module_type" : "SwiftTarget",
      "name" : "FindFont",
      "path" : "Sources/FindFont",
      "product_memberships" : [
        "FindFont"
      ],
      "sources" : [
        "FindFont+Apple.swift",
        "FindFont+Linux.swift",
        "FindFont+Windows.swift",
        "FindFont.swift"
      ],
      "target_dependencies" : [
        "Fontconfig"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.