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 JoinedText, reference 0.1.0 (479f42), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:11:30 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Tunous/JoinedText.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling JoinedText Text+Builder.swift
[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 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 |
Build complete! (9.78s)
Fetching https://github.com/nalexn/ViewInspector
[1/12415] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector from cache (1.14s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.10.2 (1.57s)
Creating working copy for https://github.com/nalexn/ViewInspector
Working copy of https://github.com/nalexn/ViewInspector resolved at 0.10.2
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.