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 FlagsmithClient, reference main (88fdb1), with Swift 6.1 for Android on 26 Aug 2025 18:22:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Flagsmith/flagsmith-ios-client.git
Reference: main
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/Flagsmith/flagsmith-ios-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 88fdb10 chore: Add `CODEOWNERS` (#86)
Cloned https://github.com/Flagsmith/flagsmith-ios-client.git
Revision (git rev-parse @):
88fdb101754620e679afa71bf4bef5e3541f1866
SUCCESS checkout https://github.com/Flagsmith/flagsmith-ios-client.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Flagsmith/flagsmith-ios-client.git
https://github.com/Flagsmith/flagsmith-ios-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.54.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.53.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "FlagsmithClient",
  "name" : "FlagsmithClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FlagsmithClient",
      "targets" : [
        "FlagsmithClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlagsmithClient",
      "module_type" : "SwiftTarget",
      "name" : "FlagsmithClient",
      "path" : "FlagsmithClient/Classes",
      "product_memberships" : [
        "FlagsmithClient"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/FlagsmithClient/Classes/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Feature.swift",
        "Flag.swift",
        "FlagEvent.swift",
        "Flagsmith+Concurrency.swift",
        "Flagsmith.swift",
        "FlagsmithError.swift",
        "Identity.swift",
        "Internal/APIManager.swift",
        "Internal/CachedURLResponse.swift",
        "Internal/FlagsmithAnalytics.swift",
        "Internal/ReconnectionDelay.swift",
        "Internal/Router.swift",
        "Internal/SSEManager.swift",
        "Trait.swift",
        "Traits.swift",
        "TypedValue.swift",
        "UnknownTypeValue.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlagsmitClientTests",
      "module_type" : "SwiftTarget",
      "name" : "FlagsmitClientTests",
      "path" : "FlagsmithClient/Tests",
      "sources" : [
        "APIManagerTests.swift",
        "ComparableJson.swift",
        "FlagTests.swift",
        "FlagsmithClientTestCase.swift",
        "ReconnectionDelayTests.swift",
        "RouterTests.swift",
        "SSEManagerTests.swift",
        "TraitTests.swift",
        "TypedValueTests.swift"
      ],
      "target_dependencies" : [
        "FlagsmithClient"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/realm/SwiftLint.git
Fetching https://github.com/nicklockwood/SwiftFormat
[1/154923] Fetching swiftlint
[3100/205733] Fetching swiftlint, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (56.13s)
Fetched https://github.com/realm/SwiftLint.git from cache (56.82s)
Computing version for https://github.com/realm/SwiftLint.git
Computed https://github.com/realm/SwiftLint.git at 0.59.1 (66.01s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/Yams.git
[1/100] Fetching collectionconcurrencykit
[101/16242] Fetching collectionconcurrencykit, sourcekitten
[102/27374] Fetching collectionconcurrencykit, sourcekitten, yams
[23034/40386] Fetching collectionconcurrencykit, sourcekitten, yams, cryptoswift
[25057/112175] Fetching collectionconcurrencykit, sourcekitten, yams, cryptoswift, swift-syntax
[25058/113104] Fetching collectionconcurrencykit, sourcekitten, yams, cryptoswift, swift-syntax, swiftytexttable
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (5.28s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (8.69s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (8.71s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (8.72s)
[1/15689] Fetching swift-argument-parser
Fetched https://github.com/jpsim/Yams.git from cache (9.12s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (12.99s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (8.98s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (21.94s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (4.15s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (7.19s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.56s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.72s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.1 (0.54s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2847] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.33s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.87s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (1.19s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.57.2 (0.58s)
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.57.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/realm/SwiftLint.git
Working copy of https://github.com/realm/SwiftLint.git resolved at 0.59.1
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin SwiftLintCommandPlugin
[3/3] Compiling plugin SwiftLintBuildToolPlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/8] Write sources
[6/8] Copying PrivacyInfo.xcprivacy
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/25] Emitting module FlagsmithClient
[10/27] Compiling FlagsmithClient Traits.swift
[11/27] Compiling FlagsmithClient TypedValue.swift
[12/27] Compiling FlagsmithClient UnknownTypeValue.swift
[13/27] Compiling FlagsmithClient resource_bundle_accessor.swift
[14/27] Compiling FlagsmithClient Feature.swift
[15/27] Compiling FlagsmithClient Flag.swift
[16/27] Compiling FlagsmithClient FlagEvent.swift
[17/27] Compiling FlagsmithClient CachedURLResponse.swift
[18/27] Compiling FlagsmithClient FlagsmithAnalytics.swift
[19/27] Compiling FlagsmithClient ReconnectionDelay.swift
[20/27] Compiling FlagsmithClient Router.swift
[21/27] Compiling FlagsmithClient SSEManager.swift
[22/27] Compiling FlagsmithClient Trait.swift
[23/27] Compiling FlagsmithClient Flagsmith+Concurrency.swift
[24/27] Compiling FlagsmithClient Flagsmith.swift
[25/27] Compiling FlagsmithClient FlagsmithError.swift
[26/27] Compiling FlagsmithClient Identity.swift
[27/27] Compiling FlagsmithClient APIManager.swift
Build complete! (133.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.54.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.53.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "FlagsmithClient",
  "name" : "FlagsmithClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FlagsmithClient",
      "targets" : [
        "FlagsmithClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlagsmithClient",
      "module_type" : "SwiftTarget",
      "name" : "FlagsmithClient",
      "path" : "FlagsmithClient/Classes",
      "product_memberships" : [
        "FlagsmithClient"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/FlagsmithClient/Classes/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Feature.swift",
        "Flag.swift",
        "FlagEvent.swift",
        "Flagsmith+Concurrency.swift",
        "Flagsmith.swift",
        "FlagsmithError.swift",
        "Identity.swift",
        "Internal/APIManager.swift",
        "Internal/CachedURLResponse.swift",
        "Internal/FlagsmithAnalytics.swift",
        "Internal/ReconnectionDelay.swift",
        "Internal/Router.swift",
        "Internal/SSEManager.swift",
        "Trait.swift",
        "Traits.swift",
        "TypedValue.swift",
        "UnknownTypeValue.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlagsmitClientTests",
      "module_type" : "SwiftTarget",
      "name" : "FlagsmitClientTests",
      "path" : "FlagsmithClient/Tests",
      "sources" : [
        "APIManagerTests.swift",
        "ComparableJson.swift",
        "FlagTests.swift",
        "FlagsmithClientTestCase.swift",
        "ReconnectionDelayTests.swift",
        "RouterTests.swift",
        "SSEManagerTests.swift",
        "TraitTests.swift",
        "TypedValueTests.swift"
      ],
      "target_dependencies" : [
        "FlagsmithClient"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.