The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AestheticText, reference 1.0.1 (eec68f), with Swift 6.1 for macOS (SPM) on 20 May 2025 00:05:34 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.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylebshr/AestheticText.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylebshr/AestheticText
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at eec68fe Improve caching and measure when placing
Cloned https://github.com/kylebshr/AestheticText.git
Revision (git rev-parse @):
eec68fe70399c95a27e8e54fc325db2dadd3f7f8
SUCCESS checkout https://github.com/kylebshr/AestheticText.git at 1.0.1
========================================
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": "aesthetictext",
      "name": "AestheticText",
      "url": "https://github.com/kylebshr/AestheticText.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AestheticText",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kylebshr/AestheticText.git
[1/45] Fetching aesthetictext
Fetched https://github.com/kylebshr/AestheticText.git from cache (0.88s)
Creating working copy for https://github.com/kylebshr/AestheticText.git
Working copy of https://github.com/kylebshr/AestheticText.git resolved at 1.0.1 (eec68fe)
warning: '.resolve-product-dependencies': dependency 'aesthetictext' 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/kylebshr/AestheticText.git
https://github.com/kylebshr/AestheticText.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AestheticText",
  "name" : "AestheticText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AestheticText",
      "targets" : [
        "AestheticText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AestheticText",
      "module_type" : "SwiftTarget",
      "name" : "AestheticText",
      "path" : "Sources",
      "product_memberships" : [
        "AestheticText"
      ],
      "sources" : [
        "AestheticText/AestheticText.swift"
      ],
      "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/4] Emitting module AestheticText
[4/4] Compiling AestheticText AestheticText.swift
Build complete! (8.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AestheticText",
  "name" : "AestheticText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AestheticText",
      "targets" : [
        "AestheticText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AestheticText",
      "module_type" : "SwiftTarget",
      "name" : "AestheticText",
      "path" : "Sources",
      "product_memberships" : [
        "AestheticText"
      ],
      "sources" : [
        "AestheticText/AestheticText.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.