The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftFake, reference 1.0.0 (512d53), with Swift 6.2 (beta) for Android on 12 Aug 2025 20:21:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ziminny/SwiftFake.git
Reference: 1.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/ziminny/SwiftFake
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 512d534 update package name
Cloned https://github.com/ziminny/SwiftFake.git
Revision (git rev-parse @):
512d534f2aed07833b94cc5c9da6178881d20131
SUCCESS checkout https://github.com/ziminny/SwiftFake.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ziminny/SwiftFake.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/35] Emitting module SwiftFake
[4/39] Compiling SwiftFake FakeProductNames.swift
[5/39] Compiling SwiftFake FakeSmallImage.swift
[6/39] Compiling SwiftFake FakeSocialMediaHandles.swift
[7/39] Compiling SwiftFake FakeUniversities.swift
[8/39] Compiling SwiftFake FakeUserAgents.swift
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it [#no-usage]
28 |     public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 |         var instances: [T.Value] = []
30 |         for i in 0..<count {
   |             `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it [#no-usage]
31 |             instances.append(type.init().value)
32 |         }
[9/39] Compiling SwiftFake FakeVehicleModels.swift
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it [#no-usage]
28 |     public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 |         var instances: [T.Value] = []
30 |         for i in 0..<count {
   |             `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it [#no-usage]
31 |             instances.append(type.init().value)
32 |         }
[10/39] Compiling SwiftFake FakeRecords.swift
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it [#no-usage]
28 |     public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 |         var instances: [T.Value] = []
30 |         for i in 0..<count {
   |             `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it [#no-usage]
31 |             instances.append(type.init().value)
32 |         }
[11/39] Compiling SwiftFake FalsifiedDataProtocol .swift
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it [#no-usage]
28 |     public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 |         var instances: [T.Value] = []
30 |         for i in 0..<count {
   |             `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it [#no-usage]
31 |             instances.append(type.init().value)
32 |         }
[12/39] Compiling SwiftFake FakeCars.swift
[13/39] Compiling SwiftFake FakeCompanies.swift
[14/39] Compiling SwiftFake FakeCountries.swift
[15/39] Compiling SwiftFake FakeCreditCards.swift
[16/39] Compiling SwiftFake FakeCurrencies.swift
[17/39] Compiling SwiftFake FakeBrazilianQuestionsOfLaw.swift
[18/39] Compiling SwiftFake FakeBrazilianStates.swift
[19/39] Compiling SwiftFake FakeBrazilianSubMatterOfLaw.swift
[20/39] Compiling SwiftFake FakeCNPJ.swift
[21/39] Compiling SwiftFake FakeCPF.swift
[22/39] Compiling SwiftFake FakeBrazilianAnswerOfLaw.swift
[23/39] Compiling SwiftFake FakeBrazilianCities.swift
[24/39] Compiling SwiftFake FakeBrazilianCompanies.swift
[25/39] Compiling SwiftFake FakeBrazilianMatterOfLaw.swift
[26/39] Compiling SwiftFake FakeBrazilianNames.swift
[27/39] Compiling SwiftFake FakeDateTimes.swift
[28/39] Compiling SwiftFake FakeEmails.swift
[29/39] Compiling SwiftFake FakeIntegers.swift
[30/39] Compiling SwiftFake FakeJobTitles.swift
[31/39] Compiling SwiftFake FakeAcronymsBrazilianStates.swift
[32/39] Compiling SwiftFake FakeAddresses.swift
[33/39] Compiling SwiftFake FakeAges.swift
[34/39] Compiling SwiftFake FakeBigImage.swift
[35/39] Compiling SwiftFake FakeBoolean.swift
[36/39] Compiling SwiftFake FakeLanguages.swift
[37/39] Compiling SwiftFake FakeNames.swift
[38/39] Compiling SwiftFake FakePasswords.swift
[39/39] Compiling SwiftFake FakePhoneNumbers.swift
Build complete! (14.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFake",
  "name" : "SwiftFake",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftFake",
      "targets" : [
        "SwiftFake"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFakeTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFakeTests",
      "path" : "Tests/SwiftFakeTests",
      "sources" : [
        "SwiftFakeTests.swift"
      ],
      "target_dependencies" : [
        "SwiftFake"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFake",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFake",
      "path" : "Sources/SwiftFake",
      "product_memberships" : [
        "SwiftFake"
      ],
      "sources" : [
        "Cases/FakeAcronymsBrazilianStates.swift",
        "Cases/FakeAddresses.swift",
        "Cases/FakeAges.swift",
        "Cases/FakeBigImage.swift",
        "Cases/FakeBoolean.swift",
        "Cases/FakeBrazilianAnswerOfLaw.swift",
        "Cases/FakeBrazilianCities.swift",
        "Cases/FakeBrazilianCompanies.swift",
        "Cases/FakeBrazilianMatterOfLaw.swift",
        "Cases/FakeBrazilianNames.swift",
        "Cases/FakeBrazilianQuestionsOfLaw.swift",
        "Cases/FakeBrazilianStates.swift",
        "Cases/FakeBrazilianSubMatterOfLaw.swift",
        "Cases/FakeCNPJ.swift",
        "Cases/FakeCPF.swift",
        "Cases/FakeCars.swift",
        "Cases/FakeCompanies.swift",
        "Cases/FakeCountries.swift",
        "Cases/FakeCreditCards.swift",
        "Cases/FakeCurrencies.swift",
        "Cases/FakeDateTimes.swift",
        "Cases/FakeEmails.swift",
        "Cases/FakeIntegers.swift",
        "Cases/FakeJobTitles.swift",
        "Cases/FakeLanguages.swift",
        "Cases/FakeNames.swift",
        "Cases/FakePasswords.swift",
        "Cases/FakePhoneNumbers.swift",
        "Cases/FakeProductNames.swift",
        "Cases/FakeSmallImage.swift",
        "Cases/FakeSocialMediaHandles.swift",
        "Cases/FakeUniversities.swift",
        "Cases/FakeUserAgents.swift",
        "Cases/FakeVehicleModels.swift",
        "FakeRecords.swift",
        "FalsifiedDataProtocol .swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.