The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AttributedTextUI with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Everything-as-UI/AttributedTextUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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 from cache
Fetched https://github.com/Everything-as-UI/DocumentUI.git (0.39s)
Fetching https://github.com/Everything-as-UI/CoreUI.git from cache
Fetched https://github.com/Everything-as-UI/CoreUI.git (0.28s)
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
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "attributedtextui",
      "name": "AttributedTextUI",
      "url": "https://github.com/Everything-as-UI/AttributedTextUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AttributedTextUI",
      "dependencies": [
        {
          "identity": "documentui",
          "name": "DocumentUI",
          "url": "https://github.com/Everything-as-UI/DocumentUI.git",
          "version": "unspecified",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DocumentUI",
          "dependencies": [
            {
              "identity": "coreui",
              "name": "CoreUI",
              "url": "https://github.com/Everything-as-UI/CoreUI.git",
              "version": "unspecified",
              "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreUI",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Everything-as-UI/AttributedTextUI.git
[1/29] Fetching attributedtextui
Fetched https://github.com/Everything-as-UI/AttributedTextUI.git (0.33s)
Fetching https://github.com/Everything-as-UI/DocumentUI.git from cache
Fetched https://github.com/Everything-as-UI/DocumentUI.git (0.27s)
Fetching https://github.com/Everything-as-UI/CoreUI.git from cache
Fetched https://github.com/Everything-as-UI/CoreUI.git (0.30s)
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
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
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
warning: '.resolve-product-dependencies': dependency 'attributedtextui' is not used by any target
Found 1 product dependencies
  - DocumentUI
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling CoreUI CoreUI.swift
[2/2] Emitting module CoreUI
[3/4] Emitting module CommonUI
[4/4] Compiling CommonUI CommonUI.swift
[5/12] Compiling DocumentUI AnyTextDocument.swift
[6/12] Compiling DocumentUI TupleDocument.swift
[7/12] Compiling DocumentUI TextDocumentBuilders.swift
[8/12] Compiling DocumentUI Joined.swift
[9/12] Compiling DocumentUI TextDocument.swift
[10/12] Compiling DocumentUI DocumentUI.swift
[11/12] Compiling DocumentUI Modifiers.swift
[12/12] Emitting module DocumentUI
[13/15] Compiling AttributedTextUI AttributedText.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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 Swift 6
extension Image: AttributedText {
^
[14/15] Emitting module AttributedTextUI
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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 Swift 6
extension Image: AttributedText {
^
[15/15] Compiling AttributedTextUI AttributedTextBuilders.swift
Build complete! (21.95s)
Build complete.
Done.