The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AttributedStringBuilder 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/kkiermasz/AttributedStringBuilder.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kkiermasz/AttributedStringBuilder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8843545 Merge pull request #9 from drspoton/patch-1
Cloned https://github.com/kkiermasz/AttributedStringBuilder.git
Revision (git rev-parse @):
8843545076e1fcb905d78da77bbe71645d1df04b
SUCCESS checkout https://github.com/kkiermasz/AttributedStringBuilder.git at main
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/Quick/Nimble from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.20s)
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.20s)
Fetched https://github.com/Quick/Nimble (0.41s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.0.0-rc.3 (0.48s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.05s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.06s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.0.0-rc.3
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
========================================
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": "attributedstringbuilder",
      "name": "AttributedStringBuilder",
      "url": "https://github.com/kkiermasz/AttributedStringBuilder.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AttributedStringBuilder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kkiermasz/AttributedStringBuilder.git
[1/172] Fetching attributedstringbuilder
Fetched https://github.com/kkiermasz/AttributedStringBuilder.git (0.28s)
Creating working copy for https://github.com/kkiermasz/AttributedStringBuilder.git
Working copy of https://github.com/kkiermasz/AttributedStringBuilder.git resolved at main
warning: '.resolve-product-dependencies': dependency 'attributedstringbuilder' is not used by any target
Found 0 product dependencies
========================================
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/11] Compiling AttributedStringBuilder NSAttributedString+Initialization.swift
[2/11] Compiling AttributedStringBuilder String+Extensions.swift
[3/12] Compiling AttributedStringBuilder TypeAliases.swift
[4/12] Compiling AttributedStringBuilder NSAttributedString+Builder+TextAttribute.swift
[5/12] Compiling AttributedStringBuilder String.swift
[6/12] Compiling AttributedStringBuilder Text.swift
[7/12] Compiling AttributedStringBuilder NewLine.swift
[8/12] Compiling AttributedStringBuilder Space.swift
[9/12] Emitting module AttributedStringBuilder
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AttributedStringBuilder/AttributedStringBuilder.swift:7:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[10/12] Compiling AttributedStringBuilder AttributedStringBuilder.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AttributedStringBuilder/AttributedStringBuilder.swift:7:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[11/12] Compiling AttributedStringBuilder BuilderComponent.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AttributedStringBuilder/AttributedStringBuilder.swift:7:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[12/12] Compiling AttributedStringBuilder NSAttributedString+Builder.swift
Build complete! (14.66s)
Build complete.
Done.