The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FindFont, reference 1.0.0 (b9b687), with Swift 6.1 for macOS (SPM) on 31 May 2025 08:27:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/FindFont.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/FindFont
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at b9b687a Add README
Cloned https://github.com/tomasf/FindFont.git
Revision (git rev-parse @):
b9b687abad56844597f4e42c5da8f7d0ef9f80d5
SUCCESS checkout https://github.com/tomasf/FindFont.git at 1.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",
  "dependencies": [
    {
      "identity": "findfont",
      "name": "FindFont",
      "url": "https://github.com/tomasf/FindFont.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FindFont",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tomasf/FindFont.git
[1/129] Fetching findfont
Fetched https://github.com/tomasf/FindFont.git from cache (0.65s)
Creating working copy for https://github.com/tomasf/FindFont.git
Working copy of https://github.com/tomasf/FindFont.git resolved at 1.0.0 (b9b687a)
warning: '.resolve-product-dependencies': dependency 'findfont' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tomasf/FindFont.git
https://github.com/tomasf/FindFont.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling FindFont FindFont+Linux.swift
[4/7] Compiling FindFont FindFont.swift
[5/7] Compiling FindFont FindFont+Windows.swift
[6/7] Emitting module FindFont
[7/7] Compiling FindFont FindFont+Apple.swift
Build complete! (4.45s)
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.