This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of JoinedText with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Tunous/JoinedText.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.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] 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 Sequence+JoinedText.swift
Build complete! (34.83s)
Fetching https://github.com/nalexn/ViewInspector
[1/11472] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector from cache (1.24s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.4.6 (0.61s)
Creating working copy for https://github.com/nalexn/ViewInspector
Working copy of https://github.com/nalexn/ViewInspector resolved at 0.4.6
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.