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 Spek, reference 0.5.0 (5d28c8), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 03:38:52 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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onmyway133/Spek.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onmyway133/Spek
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 5d28c80 Use describe
Cloned https://github.com/onmyway133/Spek.git
Revision (git rev-parse @):
5d28c801db3c8be5587e48395bc2fd1db917c29b
SUCCESS checkout https://github.com/onmyway133/Spek.git at 0.5.0
========================================
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": "spek",
      "name": "Spek",
      "url": "https://github.com/onmyway133/Spek.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spek",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/onmyway133/Spek.git
[1/286] Fetching spek
Fetched https://github.com/onmyway133/Spek.git from cache (1.16s)
Creating working copy for https://github.com/onmyway133/Spek.git
Working copy of https://github.com/onmyway133/Spek.git resolved at 0.5.0 (5d28c80)
warning: '.resolve-product-dependencies': dependency 'spek' 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/onmyway133/Spek.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
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--7754E27361AE5C74.txt
[2/3] Compiling SpekHelper SpekHelperTestCase.m
[4/8] Compiling Spek SpekTestCase.swift
[5/8] Compiling Spek XPart.swift
[6/8] Compiling Spek Spek.swift
[7/8] Emitting module Spek
/Users/admin/builder/spi-builder-workspace/Sources/Spek/Part.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
  6 | //
  7 |
  8 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
  9 | public struct PartBuilder {
 10 |     public static func buildBlock(_ parts: Part...) -> [Part] {
[8/8] Compiling Spek Part.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spek/Part.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
  6 | //
  7 |
  8 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
  9 | public struct PartBuilder {
 10 |     public static func buildBlock(_ parts: Part...) -> [Part] {
Build complete! (14.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Spek",
  "name" : "Spek",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Spek",
      "targets" : [
        "Spek"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SpekTests",
      "module_type" : "SwiftTarget",
      "name" : "SpekTests",
      "path" : "Tests/SpekTests",
      "sources" : [
        "GenerateTestCaseTests.swift",
        "SpekTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Spek"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpekHelper",
      "module_type" : "ClangTarget",
      "name" : "SpekHelper",
      "path" : "Sources/SpekHelper",
      "product_memberships" : [
        "Spek"
      ],
      "sources" : [
        "SpekHelperTestCase.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Spek",
      "module_type" : "SwiftTarget",
      "name" : "Spek",
      "path" : "Sources/Spek",
      "product_memberships" : [
        "Spek"
      ],
      "sources" : [
        "Part.swift",
        "Spek.swift",
        "SpekTestCase.swift",
        "XPart.swift"
      ],
      "target_dependencies" : [
        "SpekHelper"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.