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 main (a2a6f0), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 05:05:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Tunous/JoinedText.git
Reference: main
Initialized empty Git repository in /Users/admin/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
[1/12186] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector from cache (1.25s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.4.6 (0.54s)
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/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Tunous/JoinedText.git
[1/86] Fetching joinedtext
Fetched https://github.com/Tunous/JoinedText.git from cache (0.74s)
Creating working copy for https://github.com/Tunous/JoinedText.git
Working copy of https://github.com/Tunous/JoinedText.git resolved at main (a2a6f0a)
warning: '.resolve-product-dependencies': dependency 'joinedtext' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Tunous/JoinedText.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.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 Text+Builder.swift
[5/6] Compiling JoinedText Sequence+JoinedText.swift
[6/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 |
Build complete! (12.50s)
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",
        "TextStylingTests.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.