Build Information
Failed to build FlineDevKit, reference 0.4.0 (4c5e28
), with Swift 6.1 for Linux on 30 Apr 2025 12:25:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlineDev/FlineDevKit.git
Reference: 0.4.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/FlineDev/FlineDevKit
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at 4c5e280 Add TranslateKit dependency
Cloned https://github.com/FlineDev/FlineDevKit.git
Revision (git rev-parse @):
4c5e2806eed2750d507a2e2d80cc8354a67b5553
SUCCESS checkout https://github.com/FlineDev/FlineDevKit.git at 0.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/FlineDev/FlineDevKit.git
https://github.com/FlineDev/FlineDevKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "freemiumkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.16.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/FlineDev/FreemiumKit.git"
},
{
"identity" : "handyswift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/FlineDev/HandySwift.git"
},
{
"identity" : "handyswiftui",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/FlineDev/HandySwiftUI.git"
},
{
"identity" : "linkskit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/FlineDev/LinksKit.git"
},
{
"identity" : "reviewkit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/FlineDev/ReviewKit.git"
},
{
"identity" : "translatekit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/FlineDev/TranslateKit.git"
},
{
"identity" : "swift-identified-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-identified-collections.git"
},
{
"identity" : "swiftsdk",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/TelemetryDeck/SwiftSDK.git"
}
],
"manifest_display_name" : "FlineDevKit",
"name" : "FlineDevKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "FlineDevKit",
"targets" : [
"FlineDevKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlineDevKit",
"module_type" : "SwiftTarget",
"name" : "FlineDevKit",
"path" : "Sources/FlineDevKit",
"product_dependencies" : [
"OrderedCollections",
"FreemiumKit",
"HandySwift",
"HandySwiftUI",
"LinksKit",
"ReviewKit",
"TranslateKit",
"IdentifiedCollections",
"TelemetryDeck"
],
"product_memberships" : [
"FlineDevKit"
],
"sources" : [
"FlineDevKit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/FlineDev/HandySwift.git
[1/3368] Fetching handyswift
Fetched https://github.com/FlineDev/HandySwift.git from cache (0.39s)
Fetching https://github.com/FlineDev/HandySwiftUI.git
[1/1302] Fetching handyswiftui
Fetched https://github.com/FlineDev/HandySwiftUI.git from cache (0.58s)
Fetching https://github.com/FlineDev/LinksKit.git
[1/271] Fetching linkskit
Fetched https://github.com/FlineDev/LinksKit.git from cache (0.31s)
Fetching https://github.com/FlineDev/ReviewKit.git
[1/136] Fetching reviewkit
Fetched https://github.com/FlineDev/ReviewKit.git from cache (0.27s)
Fetching https://github.com/FlineDev/TranslateKit.git
[1/513] Fetching translatekit
Fetched https://github.com/FlineDev/TranslateKit.git from cache (1.93s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/TelemetryDeck/SwiftSDK.git
Fetching https://github.com/pointfreeco/swift-identified-collections.git
Fetching https://github.com/FlineDev/FreemiumKit.git
Fetching https://github.com/apple/swift-collections.git
[1/2435] Fetching swiftsdk
[2436/3943] Fetching swiftsdk, swift-identified-collections
[3598/20212] Fetching swiftsdk, swift-identified-collections, swift-collections
[6560/23367] Fetching swiftsdk, swift-identified-collections, swift-collections, freemiumkit
[14055/93612] Fetching swiftsdk, swift-identified-collections, swift-collections, freemiumkit, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
[24132/77343] Fetching swiftsdk, swift-identified-collections, freemiumkit, swift-syntax
Fetched https://github.com/TelemetryDeck/SwiftSDK.git from cache (5.89s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.96s)
[4355/4663] Fetching swift-identified-collections, freemiumkit
Fetched https://github.com/pointfreeco/swift-identified-collections.git from cache (15.54s)
Fetched https://github.com/FlineDev/FreemiumKit.git from cache (16.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (18.12s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (0.89s)
Computing version for https://github.com/pointfreeco/swift-identified-collections.git
Computed https://github.com/pointfreeco/swift-identified-collections.git at 1.1.1 (0.48s)
Computing version for https://github.com/FlineDev/FreemiumKit.git
Computed https://github.com/FlineDev/FreemiumKit.git at 1.18.0 (0.44s)
Computing version for https://github.com/TelemetryDeck/SwiftSDK.git
Computed https://github.com/TelemetryDeck/SwiftSDK.git at 2.9.4 (0.46s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/TelemetryDeck/SwiftSDK.git
Working copy of https://github.com/TelemetryDeck/SwiftSDK.git resolved at 2.9.4
Creating working copy for https://github.com/pointfreeco/swift-identified-collections.git
Working copy of https://github.com/pointfreeco/swift-identified-collections.git resolved at 1.1.1
Creating working copy for https://github.com/FlineDev/FreemiumKit.git
Working copy of https://github.com/FlineDev/FreemiumKit.git resolved at 1.18.0
Creating working copy for https://github.com/FlineDev/TranslateKit.git
Working copy of https://github.com/FlineDev/TranslateKit.git resolved at main (f0c2e9b)
Creating working copy for https://github.com/FlineDev/HandySwift.git
Working copy of https://github.com/FlineDev/HandySwift.git resolved at main (f45bf51)
Creating working copy for https://github.com/FlineDev/HandySwiftUI.git
Working copy of https://github.com/FlineDev/HandySwiftUI.git resolved at main (68ad391)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/FlineDev/LinksKit.git
Working copy of https://github.com/FlineDev/LinksKit.git resolved at main (ee42ce9)
Creating working copy for https://github.com/FlineDev/ReviewKit.git
Working copy of https://github.com/FlineDev/ReviewKit.git resolved at main (6cf7911)
Building for debugging...
[0/56] Write sources
[0/56] Copying Info.plist
[0/56] Write sources
[0/56] Copying Localizable.xcstrings
[0/56] Copying Info.plist
[0/56] Write sources
[0/56] Copying Info.plist
[0/56] Copying Localizable.xcstrings
[0/56] Write sources
[0/56] Copying PrivacyInfo.xcprivacy
[0/56] Write sources
[0/56] Copying Info.plist
[0/56] Write sources
[21/56] Copying PrivacyInfo.xcprivacy
[21/56] Write sources
[36/56] Compiling _SwiftSyntaxCShims dummy.c
[37/56] Write swift-version-24593BA9C3E375BF.txt
[39/121] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/123] Emitting module TelemetryDeck
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[41/126] Compiling LinksKit TitleAndTrailingIconLabelStyle.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[42/127] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/127] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/127] Compiling LinksKit LinksView.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[45/127] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/127] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/128] Compiling TelemetryDeck TelemetryDeck+Activation.swift
[48/128] Compiling TelemetryDeck TelemetryDeck+Referral.swift
[49/128] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/128] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/128] Compiling LinksKit TitleAndTrailingIconBadgeLabelStyle.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[52/128] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/129] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/130] Compiling LinksKit LinkSectionsView.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[55/130] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/130] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/131] Compiling TelemetryDeck SessionManager.swift
[58/131] Compiling TelemetryDeck TrackNavigationModifier.swift
[59/131] Compiling TelemetryDeck IdentifiableError.swift
[60/131] Compiling TelemetryDeck NavigationStatus.swift
[61/131] Compiling TelemetryDeck TelemetryDeck+Acquisition.swift
[62/131] Compiling TelemetryDeck ErrorCategory.swift
[63/131] Compiling TelemetryDeck JSONFormatting.swift
[64/131] Compiling TelemetryDeck TelemetryDeck+Errors.swift
[65/131] Compiling TelemetryDeck TelemetryDeck+Navigation.swift
[66/131] Compiling TelemetryDeck TelemetryDeck+Purchases.swift
[67/131] Compiling TelemetryDeck LogHandler.swift
[68/131] Compiling TelemetryDeck CryptoHashing.swift
[69/131] Compiling TelemetryDeck DictionaryExt.swift
[70/131] Compiling TelemetryDeck DurationSignalTracker.swift
[75/132] Wrapping AST for SwiftSyntax600 for debugging
[76/142] Wrapping AST for SwiftSyntax601 for debugging
[77/165] Wrapping AST for SwiftSyntax510 for debugging
[79/284] Emitting module FreemiumKit
[79/284] Wrapping AST for SwiftSyntax509 for debugging
[81/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[82/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[83/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[84/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[85/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[86/284] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[87/284] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[88/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[89/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[90/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[91/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[92/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[93/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[94/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[95/291] Compiling OrderedCollections OrderedDictionary.swift
[96/291] Compiling OrderedCollections OrderedSet+Codable.swift
[97/291] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[98/291] Compiling OrderedCollections OrderedSet+Descriptions.swift
[99/291] Compiling OrderedCollections OrderedSet+Diffing.swift
[100/291] Compiling OrderedCollections OrderedSet+Equatable.swift
[101/291] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[102/291] Compiling OrderedCollections OrderedSet+Hashable.swift
[103/291] Compiling OrderedCollections OrderedSet+Initializers.swift
[104/291] Compiling OrderedCollections OrderedSet+Insertions.swift
[105/291] Compiling OrderedCollections OrderedSet+Invariants.swift
[106/291] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[107/291] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[108/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[109/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[110/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[111/291] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[112/291] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[113/291] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[114/291] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[115/291] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[116/291] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[117/291] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[118/291] Compiling OrderedCollections OrderedDictionary+Values.swift
[119/291] Emitting module OrderedCollections
[120/291] Emitting module HandySwift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/295] Compiling OrderedCollections OrderedSet+Sendable.swift
[122/295] Compiling OrderedCollections OrderedSet+SubSequence.swift
[123/295] Compiling OrderedCollections OrderedSet+Testing.swift
[124/295] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[125/295] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[126/295] Compiling OrderedCollections OrderedSet.swift
[127/295] Compiling OrderedCollections _UnsafeBitset.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[131/295] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/295] Compiling OrderedCollections OrderedDictionary+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/295] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/295] Compiling FreemiumKit FreemiumKit.swift
[136/295] Compiling FreemiumKit resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/296] Compiling OrderedCollections _HashTable+Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[146/296] Compiling OrderedCollections OrderedDictionary+Codable.swift
[147/296] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[148/296] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[149/296] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[150/296] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[155/296] Compiling OrderedCollections _HashTable+BucketIterator.swift
[156/296] Compiling OrderedCollections _HashTable+Constants.swift
[157/296] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[158/296] Compiling OrderedCollections _HashTable+Testing.swift
[159/296] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[160/296] Compiling OrderedCollections _HashTable.swift
[161/296] Compiling OrderedCollections _Hashtable+Header.swift
[162/296] Compiling LinksKit resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[169/296] Compiling ReviewKit ReviewCriteria.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[170/296] Emitting module ReviewKit
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[171/296] Compiling ReviewKit ReviewKit.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[172/296] Compiling ReviewKit PositiveEvent.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[173/296] Emitting module LinksKit
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/19] Write swift-version-24593BA9C3E375BF.txt
[2/76] Compiling SwiftSyntax510 Empty.swift
[3/76] Compiling SwiftSyntax509 Empty.swift
[4/76] Emitting module SwiftSyntax509
[5/76] Emitting module SwiftSyntax600
[6/76] Compiling SwiftSyntax600 Empty.swift
[7/76] Compiling SwiftSyntax601 Empty.swift
[8/76] Emitting module SwiftSyntax601
[9/78] Emitting module SwiftSyntax510
[10/80] Compiling ReviewKit PositiveEvent.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[11/80] Compiling ReviewKit ReviewCriteria.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[12/80] Compiling ReviewKit ReviewKit.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/80] Emitting module ReviewKit
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[14/80] Emitting module FreemiumKit
[15/80] Compiling InternalCollectionsUtilities Debugging.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[16/80] Compiling InternalCollectionsUtilities Descriptions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[17/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[20/83] Compiling InternalCollectionsUtilities Specialize.swift
[24/85] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/85] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/85] Compiling FreemiumKit FreemiumKit.swift
[27/85] Compiling FreemiumKit resource_bundle_accessor.swift
BUILD FAILURE 6.1 linux