Build Information
Successful build of FlagsmithClient, reference 3.8.1 (56e62d
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 22:53:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Flagsmith/flagsmith-ios-client.git
Reference: 3.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Flagsmith/flagsmith-ios-client
* tag 3.8.1 -> FETCH_HEAD
HEAD is now at 56e62da chore(release): Bump package version (#72)
Cloned https://github.com/Flagsmith/flagsmith-ios-client.git
Revision (git rev-parse @):
56e62da513032f58aa85fd57a5eccd0288a0fd9e
SUCCESS checkout https://github.com/Flagsmith/flagsmith-ios-client.git at 3.8.1
========================================
Build
========================================
Selected platform: macosSpm
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
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin SwiftLintCommandPlugin
[3/3] Compiling plugin SwiftLintBuildToolPlugin
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/7] Write sources
[5/7] Copying PrivacyInfo.xcprivacy
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/25] Compiling FlagsmithClient Traits.swift
[9/25] Compiling FlagsmithClient TypedValue.swift
[10/25] Compiling FlagsmithClient UnknownTypeValue.swift
[11/25] Compiling FlagsmithClient ReconnectionDelay.swift
[12/25] Compiling FlagsmithClient Router.swift
[13/25] Compiling FlagsmithClient CachedURLResponse.swift
[14/25] Compiling FlagsmithClient FlagsmithAnalytics.swift
[15/25] Compiling FlagsmithClient SSEManager.swift
[16/25] Compiling FlagsmithClient Trait.swift
[17/25] Compiling FlagsmithClient FlagEvent.swift
[18/25] Compiling FlagsmithClient Flagsmith+Concurrency.swift
[19/25] Compiling FlagsmithClient Feature.swift
[20/25] Compiling FlagsmithClient Flag.swift
[21/25] Compiling FlagsmithClient Flagsmith.swift
[22/25] Compiling FlagsmithClient FlagsmithError.swift
[23/25] Emitting module FlagsmithClient
[24/25] Compiling FlagsmithClient Identity.swift
[25/25] Compiling FlagsmithClient APIManager.swift
[26/26] Compiling FlagsmithClient resource_bundle_accessor.swift
Build complete! (172.27s)
Fetching https://github.com/realm/SwiftLint.git
Fetching https://github.com/nicklockwood/SwiftFormat
[1/46743] Fetching swiftformat
[2339/196709] Fetching swiftformat, swiftlint
Fetched https://github.com/realm/SwiftLint.git from cache (146.03s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (146.03s)
Computing version for https://github.com/realm/SwiftLint.git
Computed https://github.com/realm/SwiftLint.git at 0.59.1 (146.87s)
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/SourceKitten.git
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[346/13947] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift
[1920/30059] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.88s)
[1669/29130] Fetching collectionconcurrencykit, cryptoswift, sourcekitten
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.60s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.74s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.74s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.75s)
Fetched https://github.com/jpsim/Yams.git from cache (1.75s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.75s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (2.70s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.55s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.61s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.54s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.56s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.55s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.54s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.47s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.57s)
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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/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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.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
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[16375/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.67s)
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.