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-0":/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: 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.10
Building package at path:  $workDir
https://github.com/Appsaurus/Fakery.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Appsaurus/SwiftTestUtils
[1/150] Fetching swifttestutils
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (0.23s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.40s)
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...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/22] Emitting module Fakery
[4/24] Compiling Fakery LinuxRandom.swift
[5/24] Compiling Fakery en.swift
[6/24] 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
[7/24] 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
[8/24] 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
[9/24] Compiling Fakery App.swift
[10/24] Compiling Fakery Bank.swift
[11/24] Compiling Fakery Business.swift
[12/24] Compiling Fakery Name.swift
[13/24] Compiling Fakery Number.swift
[14/24] 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
[15/24] 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
[16/24] 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
[17/24] Compiling Fakery Commerce.swift
[18/24] Compiling Fakery Company.swift
[19/24] Compiling Fakery Date.swift
[20/24] Compiling Fakery ArrayExtension.swift
[21/24] Compiling Fakery Faker.swift
[22/24] Compiling Fakery Address.swift
[23/24] Compiling Fakery PhoneNumber.swift
[24/24] Compiling Fakery Team.swift
Build complete! (10.12s)
Build complete.
Done.