The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JoinedText, reference 0.1.0 (479f42), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 10:39:12 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/Tunous/JoinedText.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tunous/JoinedText
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 479f42b Add text building and control flow tests
Cloned https://github.com/Tunous/JoinedText.git
Revision (git rev-parse @):
479f42b1a5daeda1ceeb45dd81d6346df1c5ea7b
SUCCESS checkout https://github.com/Tunous/JoinedText.git at 0.1.0
Fetching https://github.com/nalexn/ViewInspector
[1/12750] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector from cache (1.26s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.4.5 (1.94s)
Creating working copy for https://github.com/nalexn/ViewInspector
Working copy of https://github.com/nalexn/ViewInspector resolved at 0.4.5
========================================
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": "joinedtext",
      "name": "JoinedText",
      "url": "https://github.com/Tunous/JoinedText.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JoinedText",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Tunous/JoinedText.git
[1/86] Fetching joinedtext
Fetched https://github.com/Tunous/JoinedText.git from cache (0.65s)
Creating working copy for https://github.com/Tunous/JoinedText.git
Working copy of https://github.com/Tunous/JoinedText.git resolved at 0.1.0 (479f42b)
warning: '.resolve-product-dependencies': dependency 'joinedtext' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Tunous/JoinedText.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling JoinedText TextBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/JoinedText/TextBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
31 | ///     }
32 | ///
33 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
34 | public struct TextBuilder {
35 |
[4/6] Compiling JoinedText Sequence+JoinedText.swift
[5/6] Emitting module JoinedText
/Users/admin/builder/spi-builder-workspace/Sources/JoinedText/TextBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
31 | ///     }
32 | ///
33 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
34 | public struct TextBuilder {
35 |
[6/6] Compiling JoinedText Text+Builder.swift
Build complete! (9.30s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector"
    }
  ],
  "manifest_display_name" : "JoinedText",
  "name" : "JoinedText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "JoinedText",
      "targets" : [
        "JoinedText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JoinedTextTests",
      "module_type" : "SwiftTarget",
      "name" : "JoinedTextTests",
      "path" : "Tests/JoinedTextTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "CodeFlowTests.swift",
        "TextJoiningTests.swift",
        "XCTestCase+Utils.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "JoinedText"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JoinedText",
      "module_type" : "SwiftTarget",
      "name" : "JoinedText",
      "path" : "Sources/JoinedText",
      "product_memberships" : [
        "JoinedText"
      ],
      "sources" : [
        "Sequence+JoinedText.swift",
        "Text+Builder.swift",
        "TextBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.