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 AttributedTextUI, reference main (2ffc80), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 03:25:53 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Everything-as-UI/AttributedTextUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.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 TupleDocument.swift
[11/18] Compiling DocumentUI TextDocumentVisitor.swift
[12/18] Compiling DocumentUI TextDocument.swift
[13/18] Compiling DocumentUI TextDocumentBuilders.swift
[14/18] Compiling DocumentUI AnyTextDocument.swift
[15/18] Compiling DocumentUI DocumentUI.swift
[16/18] Compiling DocumentUI Joined.swift
[17/18] Emitting module DocumentUI
[18/18] Compiling DocumentUI Modifiers.swift
[19/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 {
[20/21] Compiling AttributedTextUI AttributedTextBuilders.swift
[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! (11.39s)
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.68s)
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.63s)
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)
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.