The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AttributedText, reference master (26a8be), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:52:58 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/Iaenhaall/AttributedText.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Iaenhaall/AttributedText
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 26a8be0 Added the ability to set custom tags.
Cloned https://github.com/Iaenhaall/AttributedText.git
Revision (git rev-parse @):
26a8be0285d664449e352d0e9b1b4a79ee9cecba
SUCCESS checkout https://github.com/Iaenhaall/AttributedText.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Iaenhaall/AttributedText.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/5] Compiling AttributedText HTML2TextParser.swift
[4/5] Compiling AttributedText AttributedText.swift
[5/5] Emitting module AttributedText
Build complete! (7.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AttributedText",
  "name" : "AttributedText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "AttributedText",
      "targets" : [
        "AttributedText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AttributedTextTests",
      "module_type" : "SwiftTarget",
      "name" : "AttributedTextTests",
      "path" : "Tests/AttributedTextTests",
      "sources" : [
        "AttributedTextTests.swift"
      ],
      "target_dependencies" : [
        "AttributedText"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AttributedText",
      "module_type" : "SwiftTarget",
      "name" : "AttributedText",
      "path" : "Sources/AttributedText",
      "product_memberships" : [
        "AttributedText"
      ],
      "sources" : [
        "AttributedText.swift",
        "HTML2TextParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.