The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JoinedText 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/Tunous/JoinedText.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Tunous/JoinedText
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a2a6f0a Add deprecation notice
Cloned https://github.com/Tunous/JoinedText.git
Revision (git rev-parse @):
a2a6f0a7bea1cb359a4d0e2b14afe95b142071e0
SUCCESS checkout https://github.com/Tunous/JoinedText.git at main
Fetching https://github.com/nalexn/ViewInspector from cache
Fetched https://github.com/nalexn/ViewInspector (0.27s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.4.6 (0.44s)
Creating working copy for https://github.com/nalexn/ViewInspector
Working copy of https://github.com/nalexn/ViewInspector resolved at 0.4.6
========================================
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": "joinedtext",
      "name": "JoinedText",
      "url": "https://github.com/Tunous/JoinedText.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JoinedText",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Tunous/JoinedText.git
[1/86] Fetching joinedtext
Fetched https://github.com/Tunous/JoinedText.git (0.26s)
Creating working copy for https://github.com/Tunous/JoinedText.git
Working copy of https://github.com/Tunous/JoinedText.git resolved at main
warning: '.resolve-product-dependencies': dependency 'joinedtext' 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/4] Compiling JoinedText Sequence+JoinedText.swift
[2/4] Compiling JoinedText TextBuilder.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JoinedText/TextBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[3/4] Emitting module JoinedText
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JoinedText/TextBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[4/4] Compiling JoinedText Text+Builder.swift
Build complete! (11.54s)
Build complete.
Done.