The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AttributedTextUI, reference main (2ffc80), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 14:54:22 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/Everything-as-UI/AttributedTextUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Everything-as-UI/AttributedTextUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2ffc808 Last changes.
Cloned https://github.com/Everything-as-UI/AttributedTextUI.git
Revision (git rev-parse @):
2ffc808e262861d7716083ddadca67a03e610950
SUCCESS checkout https://github.com/Everything-as-UI/AttributedTextUI.git at main
Fetching https://github.com/Everything-as-UI/DocumentUI.git
[1/67] Fetching documentui
Fetched https://github.com/Everything-as-UI/DocumentUI.git from cache (0.66s)
Fetching https://github.com/Everything-as-UI/CoreUI.git
[1/36] Fetching coreui
Fetched https://github.com/Everything-as-UI/CoreUI.git from cache (0.55s)
Creating working copy for https://github.com/Everything-as-UI/CoreUI.git
Working copy of https://github.com/Everything-as-UI/CoreUI.git resolved at main (637ad95)
Creating working copy for https://github.com/Everything-as-UI/DocumentUI.git
Working copy of https://github.com/Everything-as-UI/DocumentUI.git resolved at main (6df65f8)
========================================
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": "attributedtextui",
      "name": "AttributedTextUI",
      "url": "https://github.com/Everything-as-UI/AttributedTextUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AttributedTextUI",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "documentui",
          "name": "DocumentUI",
          "url": "https://github.com/Everything-as-UI/DocumentUI.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DocumentUI",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "coreui",
              "name": "CoreUI",
              "url": "https://github.com/Everything-as-UI/CoreUI.git",
              "version": "unspecified",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreUI",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Everything-as-UI/AttributedTextUI.git
[1/29] Fetching attributedtextui
Fetched https://github.com/Everything-as-UI/AttributedTextUI.git from cache (0.58s)
Fetching https://github.com/Everything-as-UI/DocumentUI.git from cache
Fetched https://github.com/Everything-as-UI/DocumentUI.git from cache (0.50s)
Fetching https://github.com/Everything-as-UI/CoreUI.git from cache
Fetched https://github.com/Everything-as-UI/CoreUI.git from cache (0.46s)
Creating working copy for https://github.com/Everything-as-UI/AttributedTextUI.git
Working copy of https://github.com/Everything-as-UI/AttributedTextUI.git resolved at main (2ffc808)
Creating working copy for https://github.com/Everything-as-UI/DocumentUI.git
Working copy of https://github.com/Everything-as-UI/DocumentUI.git resolved at main (6df65f8)
Creating working copy for https://github.com/Everything-as-UI/CoreUI.git
Working copy of https://github.com/Everything-as-UI/CoreUI.git resolved at main (637ad95)
warning: '.resolve-product-dependencies': dependency 'attributedtextui' is not used by any target
Found 1 product dependencies
  - DocumentUI
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Everything-as-UI/AttributedTextUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/7] Compiling CoreUI CoreUI.swift
[7/7] Emitting module CoreUI
[8/9] Compiling CommonUI CommonUI.swift
[9/9] Emitting module CommonUI
[10/18] Compiling DocumentUI TextDocumentBuilders.swift
[11/18] Compiling DocumentUI TupleDocument.swift
[12/18] Compiling DocumentUI TextDocument.swift
[13/18] Compiling DocumentUI TextDocumentVisitor.swift
[14/18] Compiling DocumentUI Modifiers.swift
[15/18] Compiling DocumentUI AnyTextDocument.swift
[16/18] Compiling DocumentUI Joined.swift
[17/18] Compiling DocumentUI DocumentUI.swift
[18/18] Emitting module DocumentUI
[19/21] Compiling AttributedTextUI AttributedTextBuilders.swift
[20/21] Emitting module AttributedTextUI
/Users/admin/builder/spi-builder-workspace/Sources/AttributedTextUI/AttributedText.swift:186:1: warning: non-final class 'NSImage' cannot safely conform to protocol 'AttributedText', which requires that 'Self.AttributedTextInterpolation.View' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
184 | #if canImport(UIKit) || canImport(AppKit)
185 | @_spi(AttributedText)
186 | extension Image: AttributedText {
    | `- warning: non-final class 'NSImage' cannot safely conform to protocol 'AttributedText', which requires that 'Self.AttributedTextInterpolation.View' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
187 |     public var textBody: Never { fatalError() }
188 |     public struct AttributedTextInterpolation: ViewInterpolationProtocol {
[21/21] Compiling AttributedTextUI AttributedText.swift
/Users/admin/builder/spi-builder-workspace/Sources/AttributedTextUI/AttributedText.swift:186:1: warning: non-final class 'NSImage' cannot safely conform to protocol 'AttributedText', which requires that 'Self.AttributedTextInterpolation.View' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
184 | #if canImport(UIKit) || canImport(AppKit)
185 | @_spi(AttributedText)
186 | extension Image: AttributedText {
    | `- warning: non-final class 'NSImage' cannot safely conform to protocol 'AttributedText', which requires that 'Self.AttributedTextInterpolation.View' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
187 |     public var textBody: Never { fatalError() }
188 |     public struct AttributedTextInterpolation: ViewInterpolationProtocol {
Build complete! (10.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "documentui",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Everything-as-UI/DocumentUI.git"
    }
  ],
  "manifest_display_name" : "AttributedTextUI",
  "name" : "AttributedTextUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AttributedTextUI",
      "targets" : [
        "AttributedTextUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AttributedTextUITests",
      "module_type" : "SwiftTarget",
      "name" : "AttributedTextUITests",
      "path" : "Tests/AttributedTextUITests",
      "sources" : [
        "AttributedTextUITests.swift"
      ],
      "target_dependencies" : [
        "AttributedTextUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AttributedTextUI",
      "module_type" : "SwiftTarget",
      "name" : "AttributedTextUI",
      "path" : "Sources/AttributedTextUI",
      "product_dependencies" : [
        "DocumentUI"
      ],
      "product_memberships" : [
        "AttributedTextUI"
      ],
      "sources" : [
        "AttributedText.swift",
        "AttributedTextBuilders.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.