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-4606859-0":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8d0eafc bump 3.4.4
Cloned https://github.com/Appsaurus/Fakery.git
Revision (git rev-parse @):
8d0eafcda7dfd3152a2d86c6c458534428ed3987
SUCCESS checkout https://github.com/Appsaurus/Fakery.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/Appsaurus/SwiftTestUtils
[1/150] Fetching swifttestutils
Fetched https://github.com/Appsaurus/SwiftTestUtils (0.23s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.33s)
Creating working copy for https://github.com/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
Building for debugging...
[1/20] Emitting module Fakery
[2/22] Compiling Fakery LinuxRandom.swift
[3/22] Compiling Fakery en.swift
[4/22] Compiling Fakery PhoneNumber.swift
[5/22] Compiling Fakery Team.swift
[6/22] Compiling Fakery Commerce.swift
[7/22] Compiling Fakery Company.swift
[8/22] Compiling Fakery Date.swift
[9/22] Compiling Fakery Name.swift
[10/22] Compiling Fakery Number.swift
[11/22] Compiling Fakery Generator.swift
/host/spi-builder-workspace/Sources/Fakery/Generators/Internet.swift:12:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
    var components: [String] = [
    ~~~ ^
    let
[12/22] Compiling Fakery Internet.swift
/host/spi-builder-workspace/Sources/Fakery/Generators/Internet.swift:12:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
    var components: [String] = [
    ~~~ ^
    let
[13/22] Compiling Fakery Lorem.swift
/host/spi-builder-workspace/Sources/Fakery/Generators/Internet.swift:12:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
    var components: [String] = [
    ~~~ ^
    let
[14/22] Compiling Fakery ArrayExtension.swift
[15/22] Compiling Fakery Faker.swift
[16/22] Compiling Fakery Address.swift
[17/22] Compiling Fakery App.swift
[18/22] Compiling Fakery Bank.swift
[19/22] Compiling Fakery Business.swift
[20/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
[21/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
[22/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
Build complete! (7.44s)
Build complete.
Done.