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 SoulverTextKit 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/soulverteam/SoulverTextKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/soulverteam/SoulverTextKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fe9f909 Fix capitalization
Cloned https://github.com/soulverteam/SoulverTextKit.git
Revision (git rev-parse @):
fe9f909c6652b7caf4973465f4b3fc5d9647f219
SUCCESS checkout https://github.com/soulverteam/SoulverTextKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/soulverteam/SoulverTextKit.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/3] Write sources
[1/3] Copying SoulverCore.framework
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/6] Compiling SoulverTextKit SoulverTextKit.swift
[5/6] Emitting module SoulverTextKit
[6/6] Compiling SoulverTextKit StringByParagraphs.swift
Build complete! (56.94s)
Fetching https://github.com/soulverteam/SoulverCore
[1/33781] Fetching soulvercore
Fetched https://github.com/soulverteam/SoulverCore from cache (28.85s)
Computing version for https://github.com/soulverteam/SoulverCore
Computed https://github.com/soulverteam/SoulverCore at 1.4.5 (0.67s)
Creating working copy for https://github.com/soulverteam/SoulverCore
Working copy of https://github.com/soulverteam/SoulverCore resolved at 1.4.5
[8948/15610309] Downloading https://github.com/soulverteam/SoulverCore/releases/download/1.4.5/SoulverCore.xcframework.zip
Downloading binary artifact https://github.com/soulverteam/SoulverCore/releases/download/1.4.5/SoulverCore.xcframework.zip
Downloaded https://github.com/soulverteam/SoulverCore/releases/download/1.4.5/SoulverCore.xcframework.zip (1.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "soulvercore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soulverteam/SoulverCore"
    }
  ],
  "manifest_display_name" : "SoulverTextKit",
  "name" : "SoulverTextKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SoulverTextKit",
      "targets" : [
        "SoulverTextKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SoulverTextKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SoulverTextKitTests",
      "path" : "Tests/SoulverTextKitTests",
      "sources" : [
        "SoulverTextKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SoulverTextKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SoulverTextKit",
      "module_type" : "SwiftTarget",
      "name" : "SoulverTextKit",
      "path" : "Sources/SoulverTextKit",
      "product_dependencies" : [
        "SoulverCore"
      ],
      "product_memberships" : [
        "SoulverTextKit"
      ],
      "sources" : [
        "Helpers/StringByParagraphs.swift",
        "SoulverTextKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.