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 WrkstrmMain with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmMain.git
Reference: 0.2.3
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/wrkstrm/WrkstrmMain
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at 79a9fde Update TreeClass.swift
Cloned https://github.com/wrkstrm/WrkstrmMain.git
Revision (git rev-parse @):
79a9fdea154fe0c55e25239ed3d77547892ca110
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmMain.git at 0.2.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/wrkstrm/WrkstrmMain.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/23] Emitting module WrkstrmMain
/host/spi-builder-workspace/Sources/WrkstrmMain/Extensions/CommandLine+Executable.swift:2:53: warning: expression took 13ms to type-check (limit: 8ms)
  static let splitArguments: [String.SubSequence] = arguments[0].split(separator: "/")
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[4/25] Compiling WrkstrmMain Collection+Sorting.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Collection Protocols/Collection+Sorting.swift:40:35: warning: expression took 20ms to type-check (limit: 8ms)
    guard count > 1 else { return Array(self) }
                                  ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collection Protocols/Collection+Sorting.swift:71:12: warning: expression took 9ms to type-check (limit: 8ms)
    return Array(mergedArray + left + right)
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collection Protocols/Collection+Sorting.swift:71:12: warning: expression took 8ms to type-check (limit: 8ms)
    return Array(mergedArray + left + right)
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[5/25] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Collection Protocols/Collection+Sorting.swift:40:35: warning: expression took 20ms to type-check (limit: 8ms)
    guard count > 1 else { return Array(self) }
                                  ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collection Protocols/Collection+Sorting.swift:71:12: warning: expression took 9ms to type-check (limit: 8ms)
    return Array(mergedArray + left + right)
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collection Protocols/Collection+Sorting.swift:71:12: warning: expression took 8ms to type-check (limit: 8ms)
    return Array(mergedArray + left + right)
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[6/25] Compiling WrkstrmMain Sequence+Decompose.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Collection Protocols/Collection+Sorting.swift:40:35: warning: expression took 20ms to type-check (limit: 8ms)
    guard count > 1 else { return Array(self) }
                                  ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collection Protocols/Collection+Sorting.swift:71:12: warning: expression took 9ms to type-check (limit: 8ms)
    return Array(mergedArray + left + right)
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collection Protocols/Collection+Sorting.swift:71:12: warning: expression took 8ms to type-check (limit: 8ms)
    return Array(mergedArray + left + right)
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[7/25] Compiling WrkstrmMain Injectable.swift
[8/25] Compiling WrkstrmMain Result.swift
[9/25] Compiling WrkstrmMain Optional+Comparable.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Extensions/String+Contains.swift:37:12: warning: expression took 15ms to type-check (limit: 8ms)
    return unicodeScalars.reduce(0) { $0 + $1.value }
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[10/25] Compiling WrkstrmMain Optional+Flatten.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Extensions/String+Contains.swift:37:12: warning: expression took 15ms to type-check (limit: 8ms)
    return unicodeScalars.reduce(0) { $0 + $1.value }
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[11/25] Compiling WrkstrmMain String+Contains.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Extensions/String+Contains.swift:37:12: warning: expression took 15ms to type-check (limit: 8ms)
    return unicodeScalars.reduce(0) { $0 + $1.value }
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[12/25] Compiling WrkstrmMain UInt+BitSetting.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Extensions/UInt+BitSetting.swift:14:5: warning: expression took 25ms to type-check (limit: 8ms)
    bits.reduce(UInt(0)) { $0 | (1 << $1) }
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[13/25] Compiling WrkstrmMain JSONSupport.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Extensions/UInt+BitSetting.swift:14:5: warning: expression took 25ms to type-check (limit: 8ms)
    bits.reduce(UInt(0)) { $0 | (1 << $1) }
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[14/25] Compiling WrkstrmMain BinaryTree.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Classes/TreeClass.swift:17:5: warning: expression took 21ms to type-check (limit: 8ms)
    children.append(child)
    ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Classes/TreeClass.swift:28:41: warning: expression took 11ms to type-check (limit: 8ms)
  public var debugDescription: String { String(describing: value) }
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Enums/ListEnum.swift:67:13: warning: expression took 8ms to type-check (limit: 8ms)
            lhsPrevious == rhsPrevious && lhsCurrent == rhsCurrent && lhsNext == rhsNext
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[15/25] Compiling WrkstrmMain TreeClass.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Classes/TreeClass.swift:17:5: warning: expression took 21ms to type-check (limit: 8ms)
    children.append(child)
    ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Classes/TreeClass.swift:28:41: warning: expression took 11ms to type-check (limit: 8ms)
  public var debugDescription: String { String(describing: value) }
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Enums/ListEnum.swift:67:13: warning: expression took 8ms to type-check (limit: 8ms)
            lhsPrevious == rhsPrevious && lhsCurrent == rhsCurrent && lhsNext == rhsNext
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[16/25] Compiling WrkstrmMain ListEnum.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Classes/TreeClass.swift:17:5: warning: expression took 21ms to type-check (limit: 8ms)
    children.append(child)
    ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Classes/TreeClass.swift:28:41: warning: expression took 11ms to type-check (limit: 8ms)
  public var debugDescription: String { String(describing: value) }
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Enums/ListEnum.swift:67:13: warning: expression took 8ms to type-check (limit: 8ms)
            lhsPrevious == rhsPrevious && lhsCurrent == rhsCurrent && lhsNext == rhsNext
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[17/25] Compiling WrkstrmMain SortEnum.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Structs/SortedArray.swift:28:9: warning: expression took 17ms to type-check (limit: 8ms)
        elements.insert(element, at: index)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[18/25] Compiling WrkstrmMain IndexedCollection.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Structs/SortedArray.swift:28:9: warning: expression took 17ms to type-check (limit: 8ms)
        elements.insert(element, at: index)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19/25] Compiling WrkstrmMain SortedArray.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/Collections/Structs/SortedArray.swift:28:9: warning: expression took 17ms to type-check (limit: 8ms)
        elements.insert(element, at: index)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[20/25] Compiling WrkstrmMain Array+Filter.swift
[21/25] Compiling WrkstrmMain ClosedRange+Magnitude.swift
[22/25] Compiling WrkstrmMain CommandLine+Executable.swift
[23/25] Compiling WrkstrmMain String+Error.swift
[24/25] Compiling WrkstrmMain String+KebabCase.swift
[25/25] Compiling WrkstrmMain String+Source.swift
Build complete! (9.17s)
Build complete.
Done.

Build Machine: Linux 1