The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Speck, reference 0.0.5 (6e68d0), with Swift 6.2 for Linux on 18 Jun 2025 05:04:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bppr/speck.git
Reference: 0.0.5
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/bppr/speck
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at 6e68d00 adopt new SPM package format, adds new assert for change 'from/to'
Cloned https://github.com/bppr/speck.git
Revision (git rev-parse @):
6e68d00bd3e5697c413618a33ac0705595b63a91
SUCCESS checkout https://github.com/bppr/speck.git at 0.0.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bppr/speck.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling SpeckCore Suite.swift
[6/13] Compiling SpeckCore Status.swift
[7/13] Compiling SpeckCore SpeckCore.swift
[8/13] Compiling SpeckCore BasicExpectation.swift
[9/13] Emitting module SpeckCore
[10/13] Compiling SpeckCore Example.swift
[11/13] Compiling SpeckCore Reporter.swift
[12/13] Compiling SpeckCore Cursor.swift
[13/13] Compiling SpeckCore Timer.swift
[15/23] Compiling SpeckAsserts Comparable.swift
[16/23] Compiling SpeckAsserts Array.swift
[17/23] Compiling SpeckAsserts Collection.swift
[18/23] Emitting module SpeckAsserts
[19/23] Compiling SpeckAsserts Dictionary.swift
[20/24] Compiling SpeckAsserts Sequence.swift
[21/24] Compiling SpeckAsserts Equatable.swift
[22/24] Compiling SpeckAsserts String.swift
/host/spi-builder-workspace/Sources/SpeckAsserts/String.swift:51:32: warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
49 |
50 | private extension String {
51 | 	var length: Int { return self.characters.count }
   |                                `- warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
52 | 	var first: Character? { return self.characters.first }
53 |
/host/spi-builder-workspace/Sources/SpeckAsserts/String.swift:52:38: warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
50 | private extension String {
51 | 	var length: Int { return self.characters.count }
52 | 	var first: Character? { return self.characters.first }
   |                                      `- warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
53 |
54 | 	func contains(string other: String) -> Bool {
/host/spi-builder-workspace/Sources/SpeckAsserts/String.swift:63:28: warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
61 | 		}
62 |
63 | 		guard let startAt = self.characters.index(of: other.first!) else {
   |                            `- warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
64 | 			return nil
65 | 		}
/host/spi-builder-workspace/Sources/SpeckAsserts/String.swift:52:49: warning: function call causes an infinite recursion
50 | private extension String {
51 | 	var length: Int { return self.characters.count }
52 | 	var first: Character? { return self.characters.first }
   |                                                 `- warning: function call causes an infinite recursion
53 |
54 | 	func contains(string other: String) -> Bool {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[23/24] Compiling SpeckAsserts Expectation.swift
[24/24] Compiling SpeckAsserts VoidExpectation.swift
[26/31] Compiling Speck expect.swift
[27/31] Compiling Speck run.swift
[28/31] Compiling Speck Context.swift
[29/31] Compiling Speck Core.swift
[30/31] Emitting module Speck
[31/31] Compiling Speck Reporter.swift
/host/spi-builder-workspace/Sources/Speck/Reporter.swift:15:59: warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
 13 |
 14 | func fileMinusPwd(_ file: String) -> String {
 15 | 	let startIdx = file.index(file.startIndex, offsetBy: pwd.characters.count + 1)
    |                                                           `- warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
 16 | 	return String(file[startIdx..<file.endIndex])
 17 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (15.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Speck",
  "name" : "Speck",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Speck",
      "targets" : [
        "Speck"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeckCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeckCoreTests",
      "path" : "Tests/SpeckCoreTests",
      "sources" : [
        "BasicExpectationTest.swift",
        "ExampleTest.swift",
        "ReporterTest.swift",
        "SuiteTest.swift"
      ],
      "target_dependencies" : [
        "SpeckCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeckCore",
      "module_type" : "SwiftTarget",
      "name" : "SpeckCore",
      "path" : "Sources/SpeckCore",
      "product_memberships" : [
        "Speck"
      ],
      "sources" : [
        "BasicExpectation.swift",
        "Cursor.swift",
        "Example.swift",
        "Reporter.swift",
        "SpeckCore.swift",
        "Status.swift",
        "Suite.swift",
        "Timer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeckAssertsTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeckAssertsTests",
      "path" : "Tests/SpeckAssertsTests",
      "sources" : [
        "ArrayTest.swift",
        "CollectionTest.swift",
        "ComparableTest.swift",
        "DictionaryTest.swift",
        "ExpectationTest.swift"
      ],
      "target_dependencies" : [
        "SpeckAsserts"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeckAsserts",
      "module_type" : "SwiftTarget",
      "name" : "SpeckAsserts",
      "path" : "Sources/SpeckAsserts",
      "product_memberships" : [
        "Speck"
      ],
      "sources" : [
        "Array.swift",
        "Collection.swift",
        "Comparable.swift",
        "Dictionary.swift",
        "Equatable.swift",
        "Expectation.swift",
        "Sequence.swift",
        "String.swift",
        "VoidExpectation.swift"
      ],
      "target_dependencies" : [
        "SpeckCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Speck",
      "module_type" : "SwiftTarget",
      "name" : "Speck",
      "path" : "Sources/Speck",
      "product_memberships" : [
        "Speck"
      ],
      "sources" : [
        "Context.swift",
        "Core.swift",
        "Reporter.swift",
        "expect.swift",
        "run.swift"
      ],
      "target_dependencies" : [
        "SpeckCore",
        "SpeckAsserts"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.