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 Work 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/flintprocessor/Work.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flintprocessor/Work
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4a7a6ff Merge branch 'develop'
Cloned https://github.com/flintprocessor/Work.git
Revision (git rev-parse @):
4a7a6ff7a87bac408cfc69382b8332f53f89e046
SUCCESS checkout https://github.com/flintprocessor/Work.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/flintprocessor/Work.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/12] Write sources
[3/12] Write work-sync-entitlement.plist
[4/12] Write work-async-entitlement.plist
[5/12] Write swift-version-6F35C1178C84523A.txt
[7/16] Compiling Work String+Trimming.swift
/Users/admin/builder/spi-builder-workspace/Sources/Work/String+Trimming.swift:34:5: warning: 'public' modifier is redundant for instance method declared in a public extension
32 |     ///
33 |     /// - Returns: Trimmed string.
34 |     public func trimmingNewLineCharacter() -> String {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
35 |         if hasSuffix("\n") {
36 |             return String(dropLast())
[8/16] Emitting module Work
/Users/admin/builder/spi-builder-workspace/Sources/Work/String+Trimming.swift:34:5: warning: 'public' modifier is redundant for instance method declared in a public extension
32 |     ///
33 |     /// - Returns: Trimmed string.
34 |     public func trimmingNewLineCharacter() -> String {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
35 |         if hasSuffix("\n") {
36 |             return String(dropLast())
/Users/admin/builder/spi-builder-workspace/Sources/Work/Work.swift:29:12: warning: class 'Work' must restate inherited '@unchecked Sendable' conformance
 27 |
 28 | /// Shell command.
 29 | open class Work: Operation {
    |            `- warning: class 'Work' must restate inherited '@unchecked Sendable' conformance
 30 |
 31 |     /// Termination result.
[9/16] Compiling Work WorkResult.swift
[10/16] Compiling Work Work.swift
/Users/admin/builder/spi-builder-workspace/Sources/Work/Work.swift:29:12: warning: class 'Work' must restate inherited '@unchecked Sendable' conformance
 27 |
 28 | /// Shell command.
 29 | open class Work: Operation {
    |            `- warning: class 'Work' must restate inherited '@unchecked Sendable' conformance
 30 |
 31 |     /// Termination result.
[11/20] Emitting module work_sync
[12/20] Compiling work_sync main.swift
[12/20] Write Objects.LinkFileList
[14/20] Compiling work_async main.swift
[15/20] Emitting module work_async
[15/20] Write Objects.LinkFileList
[16/20] Linking work-async
[16/20] Linking work-sync
[18/20] Applying work-sync
[19/20] Applying work-async
Build complete! (19.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Work",
  "name" : "Work",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Work",
      "targets" : [
        "Work"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "work-sync",
      "targets" : [
        "work-sync"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "work-async",
      "targets" : [
        "work-async"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "work_sync",
      "module_type" : "SwiftTarget",
      "name" : "work-sync",
      "path" : "Sources/work-sync",
      "product_memberships" : [
        "work-sync"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Work"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "work_async",
      "module_type" : "SwiftTarget",
      "name" : "work-async",
      "path" : "Sources/work-async",
      "product_memberships" : [
        "work-async"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Work"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Work",
      "module_type" : "SwiftTarget",
      "name" : "Work",
      "path" : "Sources/Work",
      "product_memberships" : [
        "Work",
        "work-sync",
        "work-async"
      ],
      "sources" : [
        "String+Trimming.swift",
        "Work.swift",
        "WorkResult.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.