The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Spek, reference master (62d2b7), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 12:50:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/onmyway133/Spek.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling SpekHelper SpekHelperTestCase.m
[4/8] Compiling Spek XPart.swift
[5/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] {
[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 SpekTestCase.swift
Build complete! (11.61s)
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.