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 Fakery with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/Fakery.git
Reference: 4.0.0
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/Appsaurus/Fakery
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at 6de3007 Update Fakery.podspec
Cloned https://github.com/Appsaurus/Fakery.git
Revision (git rev-parse @):
6de3007b9a3638bc0fc4c780693de1559a44ea96
SUCCESS checkout https://github.com/Appsaurus/Fakery.git at 4.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14057] Fetching quick
[13215/31186] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git (1.26s)
Fetched https://github.com/Quick/Nimble.git (1.28s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (1.37s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.56s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Building for debugging...
[1/18] Emitting module Fakery
[2/20] Compiling Fakery PhoneNumber.swift
[3/20] Compiling Fakery Team.swift
[4/20] Compiling Fakery App.swift
[5/20] Compiling Fakery Bank.swift
[6/20] Compiling Fakery Business.swift
[7/20] Compiling Fakery Internet.swift
/host/spi-builder-workspace/Sources/Fakery/Generators/Internet.swift:17:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
    var components: [String] = [
    ~~~ ^
    let
[8/20] Compiling Fakery Lorem.swift
/host/spi-builder-workspace/Sources/Fakery/Generators/Internet.swift:17:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
    var components: [String] = [
    ~~~ ^
    let
[9/20] Compiling Fakery Commerce.swift
[10/20] Compiling Fakery Company.swift
[11/20] Compiling Fakery ArrayExtension.swift
[12/20] Compiling Fakery Faker.swift
[13/20] Compiling Fakery Address.swift
[14/20] Compiling Fakery Date.swift
[15/20] Compiling Fakery Generator.swift
[16/20] Compiling Fakery Config.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:136:9: warning: variable 'parts' was never mutated; consider changing to 'let' constant
    var parts = key.components(separatedBy: ".")
    ~~~ ^
    let
[17/20] Compiling Fakery Parser.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:136:9: warning: variable 'parts' was never mutated; consider changing to 'let' constant
    var parts = key.components(separatedBy: ".")
    ~~~ ^
    let
[18/20] Compiling Fakery Provider.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:136:9: warning: variable 'parts' was never mutated; consider changing to 'let' constant
    var parts = key.components(separatedBy: ".")
    ~~~ ^
    let
[19/20] Compiling Fakery Name.swift
[20/20] Compiling Fakery Number.swift
Build complete! (14.24s)
Build complete.
Done.