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 master (62d2b7), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 03:38:11 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onmyway133/Spek
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 62d2b74 Update README.md
Cloned https://github.com/onmyway133/Spek.git
Revision (git rev-parse @):
62d2b74f2cadb84af12616712104f16bf6bfb979
SUCCESS checkout https://github.com/onmyway133/Spek.git at master
========================================
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.22s)
Creating working copy for https://github.com/onmyway133/Spek.git
Working copy of https://github.com/onmyway133/Spek.git resolved at master (62d2b74)
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] 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] {
[5/8] Compiling Spek SpekTestCase.swift
[6/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] {
[7/8] Compiling Spek XPart.swift
[8/8] Compiling Spek Spek.swift
Build complete! (14.23s)
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.