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 v3.8.3 (1a62aa), with Swift 6.2 (beta) for macOS (SPM) on 18 Jul 2025 17:19:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Flagsmith/flagsmith-ios-client.git
Reference: v3.8.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Flagsmith/flagsmith-ios-client
 * tag               v3.8.3     -> FETCH_HEAD
HEAD is now at 1a62aae chore(main): release 3.8.3 (#83)
Cloned https://github.com/Flagsmith/flagsmith-ios-client.git
Revision (git rev-parse @):
1a62aaeae6af4906f5929c3679f5f00fc5ab64ad
SUCCESS checkout https://github.com/Flagsmith/flagsmith-ios-client.git at v3.8.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Flagsmith/flagsmith-ios-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[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] Copying PrivacyInfo.xcprivacy
[6/8] Write sources
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/26] Compiling FlagsmithClient Traits.swift
[10/26] Compiling FlagsmithClient TypedValue.swift
[11/26] Compiling FlagsmithClient UnknownTypeValue.swift
[12/26] Compiling FlagsmithClient SSEManager.swift
[13/26] Compiling FlagsmithClient Trait.swift
[14/26] Compiling FlagsmithClient ReconnectionDelay.swift
[15/26] Compiling FlagsmithClient Router.swift
[16/26] Compiling FlagsmithClient Flagsmith.swift
[17/26] Compiling FlagsmithClient FlagsmithError.swift
[18/26] Compiling FlagsmithClient FlagEvent.swift
[19/26] Compiling FlagsmithClient Flagsmith+Concurrency.swift
[20/26] Compiling FlagsmithClient CachedURLResponse.swift
[21/26] Compiling FlagsmithClient FlagsmithAnalytics.swift
[22/26] Compiling FlagsmithClient Feature.swift
[23/26] Compiling FlagsmithClient Flag.swift
[24/26] Compiling FlagsmithClient Identity.swift
/Users/admin/builder/spi-builder-workspace/FlagsmithClient/Classes/Internal/APIManager.swift:188:17: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
186 |             switch result {
187 |             case let .failure(error):
188 |                 completion(.failure(error))
    |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
189 |             case let .success(data):
190 |                 do {
/Users/admin/builder/spi-builder-workspace/FlagsmithClient/Classes/Internal/APIManager.swift:183:32: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
181 |     ///   - completion: Function block executed with the result of the request.
182 |     func request<T: Decodable>(_ router: Router, using decoder: JSONDecoder = JSONDecoder(),
183 |                                completion: @Sendable @escaping (Result<T, any Error>) -> Void)
    |                                `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
184 |     {
185 |         request(router) { (result: Result<Data, Error>) in
[25/26] Compiling FlagsmithClient APIManager.swift
/Users/admin/builder/spi-builder-workspace/FlagsmithClient/Classes/Internal/APIManager.swift:188:17: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
186 |             switch result {
187 |             case let .failure(error):
188 |                 completion(.failure(error))
    |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
189 |             case let .success(data):
190 |                 do {
/Users/admin/builder/spi-builder-workspace/FlagsmithClient/Classes/Internal/APIManager.swift:183:32: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
181 |     ///   - completion: Function block executed with the result of the request.
182 |     func request<T: Decodable>(_ router: Router, using decoder: JSONDecoder = JSONDecoder(),
183 |                                completion: @Sendable @escaping (Result<T, any Error>) -> Void)
    |                                `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
184 |     {
185 |         request(router) { (result: Result<Data, Error>) in
[26/27] Emitting module FlagsmithClient
[27/27] Compiling FlagsmithClient resource_bundle_accessor.swift
Build complete! (193.95s)
Fetching https://github.com/realm/SwiftLint.git
Fetching https://github.com/nicklockwood/SwiftFormat
[1/50047] Fetching swiftformat
[2003/204231] Fetching swiftformat, swiftlint
Fetched https://github.com/realm/SwiftLint.git from cache (156.03s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (156.03s)
Computing version for https://github.com/realm/SwiftLint.git
Computed https://github.com/realm/SwiftLint.git at 0.59.1 (156.79s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
[1/929] Fetching swiftytexttable
[76/1029] Fetching swiftytexttable, collectionconcurrencykit
[359/14033] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift
[490/25020] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, yams
[658/41162] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, yams, sourcekitten
[1581/56686] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, yams, sourcekitten, swift-argument-parser
[40167/128129] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, yams, sourcekitten, swift-argument-parser, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (9.20s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (9.20s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (9.20s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (9.20s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (9.20s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.20s)
Fetched https://github.com/jpsim/Yams.git from cache (9.20s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (11.77s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (1.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.59s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.50s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.50s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.1 (0.50s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2847] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.08s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.61s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.43s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.57.2 (0.50s)
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/realm/SwiftLint.git
Working copy of https://github.com/realm/SwiftLint.git resolved at 0.59.1
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/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
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/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/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[5004/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.15s)
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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.