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.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/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.10
Building package at path:  $workDir
https://github.com/Appsaurus/Fakery.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
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14209] Fetching quick
[14210/31500] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.38s)
Fetched https://github.com/Quick/Nimble.git from cache (1.40s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (1.08s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.42s)
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...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/20] Emitting module Fakery
[4/22] Compiling Fakery PhoneNumber.swift
[5/22] Compiling Fakery Team.swift
[6/22] Compiling Fakery App.swift
[7/22] Compiling Fakery Bank.swift
[8/22] Compiling Fakery Business.swift
[9/22] Compiling Fakery Commerce.swift
[10/22] Compiling Fakery Company.swift
[11/22] Compiling Fakery Date.swift
[12/22] Compiling Fakery Generator.swift
[13/22] 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
[14/22] 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
[15/22] 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
[16/22] Compiling Fakery ArrayExtension.swift
[17/22] Compiling Fakery Faker.swift
[18/22] Compiling Fakery Address.swift
[19/22] Compiling Fakery Name.swift
[20/22] Compiling Fakery Number.swift
[21/22] 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
[22/22] 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
Build complete! (15.14s)
Build complete.
Done.