Build Information
Successful build of SwiftShortcuts, reference v1.0.0 (8787a7
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 18:37:45 UTC.
Swift 6 data race errors: 2
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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/a2/swift-shortcuts.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/a2/swift-shortcuts
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 8787a7f Update README.md
Cloned https://github.com/a2/swift-shortcuts.git
Revision (git rev-parse @):
8787a7faf2c1ee3e7da0a3a2f1e47e58ec10f72f
SUCCESS checkout https://github.com/a2/swift-shortcuts.git at v1.0.0
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (0.56s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.8.1 (1.25s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.8.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-shortcuts",
"name": "SwiftShortcuts",
"url": "https://github.com/a2/swift-shortcuts.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-shortcuts",
"dependencies": [
]
}
]
}
Fetching https://github.com/a2/swift-shortcuts.git
[13/1253] Fetching swift-shortcuts
Fetched https://github.com/a2/swift-shortcuts.git from cache (0.90s)
Creating working copy for https://github.com/a2/swift-shortcuts.git
Working copy of https://github.com/a2/swift-shortcuts.git resolved at v1.0.0 (8787a7f)
warning: '.resolve-product-dependencies': dependency 'swift-shortcuts' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/a2/swift-shortcuts.git
https://github.com/a2/swift-shortcuts.git
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "SwiftShortcuts",
"name" : "SwiftShortcuts",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftShortcuts",
"targets" : [
"SwiftShortcuts"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftShortcutsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftShortcutsTests",
"path" : "Tests/SwiftShortcutsTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"Helpers/Snapshotting+Shortcut.swift",
"Helpers/UUID+Incrementing.swift",
"ShortcutTests.swift",
"Shortcuts/BatteryLevelShortcut.swift",
"Shortcuts/BatteryLevelWithResultShortcut.swift",
"Shortcuts/ClapAlongShortcut.swift",
"Shortcuts/DictionaryShortcut.swift",
"Shortcuts/LogWaterShortcut.swift",
"Shortcuts/RepeatWithCalculationResultShortcut.swift",
"Shortcuts/ShortenWithSmallCat.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftShortcuts"
],
"type" : "test"
},
{
"c99name" : "SwiftShortcuts",
"module_type" : "SwiftTarget",
"name" : "SwiftShortcuts",
"path" : "Sources/SwiftShortcuts",
"product_memberships" : [
"SwiftShortcuts"
],
"sources" : [
"Actions/AskForInput.swift",
"Actions/BatteryLevel.swift",
"Actions/Calculate.swift",
"Actions/ChangeCase.swift",
"Actions/ChooseFromList.swift",
"Actions/ChooseFromMenu.swift",
"Actions/Comment.swift",
"Actions/ControlFlowAction.swift",
"Actions/CopyToClipboard.swift",
"Actions/FilterFiles.swift",
"Actions/GetClipboard.swift",
"Actions/GetContentsOfURL.swift",
"Actions/GetDictionary.swift",
"Actions/GetType.swift",
"Actions/GetURLsFromInput.swift",
"Actions/If.swift",
"Actions/List.swift",
"Actions/LogHealthSample.swift",
"Actions/MakeHTMLFromRichText.swift",
"Actions/Nothing.swift",
"Actions/Number+Action.swift",
"Actions/Repeat.swift",
"Actions/ReplaceText.swift",
"Actions/SetLowPowerMode.swift",
"Actions/SetVariable.swift",
"Actions/Share.swift",
"Actions/ShowAlert.swift",
"Actions/ShowResult.swift",
"Actions/Text+Action.swift",
"Actions/URLEncode.swift",
"Core/Action.swift",
"Core/AnyShortcut.swift",
"Core/ByteCountUnit.swift",
"Core/CoercionItemClass.swift",
"Core/Condition.swift",
"Core/ConditionNumberOperand.swift",
"Core/ConditionNumberOperandConvertible.swift",
"Core/ConditionOperand.swift",
"Core/ConditionOperandConvertible.swift",
"Core/ConditionTextOperand.swift",
"Core/ConditionTextOperandConvertible.swift",
"Core/ConditionalContent.swift",
"Core/DateFormatStyle.swift",
"Core/DictionaryValue.swift",
"Core/EmptyShortcut.swift",
"Core/FileFiltering.swift",
"Core/FileSize.swift",
"Core/ForEach.swift",
"Core/HealthMeasurementType.swift",
"Core/HealthSampleMeasurement.swift",
"Core/HealthSampleType.swift",
"Core/HealthSampleUnit.swift",
"Core/MultipartFormValue.swift",
"Core/Never+Shortcut.swift",
"Core/Number.swift",
"Core/Optional+Shortcut.swift",
"Core/OutputVariable.swift",
"Core/PropertyName.swift",
"Core/PropertyUserInfo.swift",
"Core/ResultShortcut.swift",
"Core/SavedOutputShortcut.swift",
"Core/Shortcut+Build.swift",
"Core/Shortcut.swift",
"Core/ShortcutBuilder.swift",
"Core/ShortcutGroup.swift",
"Core/SortOrder.swift",
"Core/Text.swift",
"Core/TextCase.swift",
"Core/TimeFormatStyle.swift",
"Core/TimeSpanValue.swift",
"Core/TimeUnit.swift",
"Core/TupleShortcut.swift",
"Core/Variable.swift",
"Core/VariableDateValueConvertible.swift",
"Core/VariableValue+Encodable.swift",
"Core/VariableValue+ExpressibleByLiteral.swift",
"Core/VariableValue.swift",
"Internal/ActionDecomposable.swift",
"Internal/ActionWrapper.swift",
"Internal/Aggrandizement.swift",
"Internal/AnyEncodable.swift",
"Internal/Attachment.swift",
"Internal/ConditionType.swift",
"Internal/EmptyParameters.swift",
"Internal/FromAny.swift",
"Internal/KeyedValue.swift",
"Internal/OuterDictionary.swift",
"Internal/SerializationType.swift",
"Internal/ShortcutPayload.swift"
],
"target_dependencies" : [
"CSymbols"
],
"type" : "library"
},
{
"c99name" : "CSymbols",
"module_type" : "ClangTarget",
"name" : "CSymbols",
"path" : "Sources/CSymbols",
"product_memberships" : [
"SwiftShortcuts"
],
"sources" : [
"CSymbols.c"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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
Building for debugging...
[0/3] Write sources
[1/3] Compiling CSymbols CSymbols.c
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/85] Emitting module SwiftShortcuts
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/ShortcutBuilder.swift:2:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | /// A custom parameter attribute that constructs shortcuts from closures.
2 | @_functionBuilder public enum ShortcutBuilder {}
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
3 |
4 | extension ShortcutBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/Text.swift:32:20: warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | /// The string interpolation type used by `Text` that property encodes `Variable` values.
31 | public struct StringInterpolation: StringInterpolationProtocol {
32 | static var objectReplacementCharacter = "\u{fffc}"
| |- warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'objectReplacementCharacter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'objectReplacementCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | var string: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:21:13: warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
19 | // MARK: - AnyViewConvertible
20 |
21 | private let actionMetadata: ProtocolMetadata = {
| |- warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'actionMetadata' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | let module = "SwiftShortcuts"
23 | let name = "Shortcut"
:
102 | private struct ProtocolDescriptor {}
103 |
104 | private struct ProtocolMetadata {
| `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
105 | let kind: Int
106 | let layoutFlags: UInt32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:115:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
113 | }
114 |
115 | @_silgen_name("swift_conformsToProtocol")
| `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
116 | private func _conformsToProtocol(
117 | _ type: Any.Type,
[5/93] Compiling SwiftShortcuts ConditionNumberOperandConvertible.swift
[6/93] Compiling SwiftShortcuts ConditionOperand.swift
[7/93] Compiling SwiftShortcuts ConditionOperandConvertible.swift
[8/93] Compiling SwiftShortcuts ConditionTextOperand.swift
[9/93] Compiling SwiftShortcuts ConditionTextOperandConvertible.swift
[10/93] Compiling SwiftShortcuts ConditionalContent.swift
[11/93] Compiling SwiftShortcuts DateFormatStyle.swift
[12/93] Compiling SwiftShortcuts DictionaryValue.swift
[13/93] Compiling SwiftShortcuts EmptyShortcut.swift
[14/93] Compiling SwiftShortcuts ShowResult.swift
[15/93] Compiling SwiftShortcuts Text+Action.swift
[16/93] Compiling SwiftShortcuts URLEncode.swift
[17/93] Compiling SwiftShortcuts Action.swift
[18/93] Compiling SwiftShortcuts AnyShortcut.swift
[19/93] Compiling SwiftShortcuts ByteCountUnit.swift
[20/93] Compiling SwiftShortcuts CoercionItemClass.swift
[21/93] Compiling SwiftShortcuts Condition.swift
[22/93] Compiling SwiftShortcuts ConditionNumberOperand.swift
[23/93] Compiling SwiftShortcuts FileFiltering.swift
[24/93] Compiling SwiftShortcuts FileSize.swift
[25/93] Compiling SwiftShortcuts ForEach.swift
[26/93] Compiling SwiftShortcuts HealthMeasurementType.swift
[27/93] Compiling SwiftShortcuts HealthSampleMeasurement.swift
[28/93] Compiling SwiftShortcuts HealthSampleType.swift
[29/93] Compiling SwiftShortcuts HealthSampleUnit.swift
[30/93] Compiling SwiftShortcuts MultipartFormValue.swift
[31/93] Compiling SwiftShortcuts Never+Shortcut.swift
[32/93] Compiling SwiftShortcuts ShortcutBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/ShortcutBuilder.swift:2:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | /// A custom parameter attribute that constructs shortcuts from closures.
2 | @_functionBuilder public enum ShortcutBuilder {}
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
3 |
4 | extension ShortcutBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/Text.swift:32:20: warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | /// The string interpolation type used by `Text` that property encodes `Variable` values.
31 | public struct StringInterpolation: StringInterpolationProtocol {
32 | static var objectReplacementCharacter = "\u{fffc}"
| |- warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'objectReplacementCharacter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'objectReplacementCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | var string: String
[33/93] Compiling SwiftShortcuts ShortcutGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/ShortcutBuilder.swift:2:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | /// A custom parameter attribute that constructs shortcuts from closures.
2 | @_functionBuilder public enum ShortcutBuilder {}
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
3 |
4 | extension ShortcutBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/Text.swift:32:20: warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | /// The string interpolation type used by `Text` that property encodes `Variable` values.
31 | public struct StringInterpolation: StringInterpolationProtocol {
32 | static var objectReplacementCharacter = "\u{fffc}"
| |- warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'objectReplacementCharacter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'objectReplacementCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | var string: String
[34/93] Compiling SwiftShortcuts SortOrder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/ShortcutBuilder.swift:2:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | /// A custom parameter attribute that constructs shortcuts from closures.
2 | @_functionBuilder public enum ShortcutBuilder {}
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
3 |
4 | extension ShortcutBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/Text.swift:32:20: warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | /// The string interpolation type used by `Text` that property encodes `Variable` values.
31 | public struct StringInterpolation: StringInterpolationProtocol {
32 | static var objectReplacementCharacter = "\u{fffc}"
| |- warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'objectReplacementCharacter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'objectReplacementCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | var string: String
[35/93] Compiling SwiftShortcuts Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/ShortcutBuilder.swift:2:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | /// A custom parameter attribute that constructs shortcuts from closures.
2 | @_functionBuilder public enum ShortcutBuilder {}
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
3 |
4 | extension ShortcutBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/Text.swift:32:20: warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | /// The string interpolation type used by `Text` that property encodes `Variable` values.
31 | public struct StringInterpolation: StringInterpolationProtocol {
32 | static var objectReplacementCharacter = "\u{fffc}"
| |- warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'objectReplacementCharacter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'objectReplacementCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | var string: String
[36/93] Compiling SwiftShortcuts TextCase.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/ShortcutBuilder.swift:2:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | /// A custom parameter attribute that constructs shortcuts from closures.
2 | @_functionBuilder public enum ShortcutBuilder {}
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
3 |
4 | extension ShortcutBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/Text.swift:32:20: warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | /// The string interpolation type used by `Text` that property encodes `Variable` values.
31 | public struct StringInterpolation: StringInterpolationProtocol {
32 | static var objectReplacementCharacter = "\u{fffc}"
| |- warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'objectReplacementCharacter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'objectReplacementCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | var string: String
[37/93] Compiling SwiftShortcuts TimeFormatStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/ShortcutBuilder.swift:2:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | /// A custom parameter attribute that constructs shortcuts from closures.
2 | @_functionBuilder public enum ShortcutBuilder {}
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
3 |
4 | extension ShortcutBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/Text.swift:32:20: warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | /// The string interpolation type used by `Text` that property encodes `Variable` values.
31 | public struct StringInterpolation: StringInterpolationProtocol {
32 | static var objectReplacementCharacter = "\u{fffc}"
| |- warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'objectReplacementCharacter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'objectReplacementCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | var string: String
[38/93] Compiling SwiftShortcuts TimeSpanValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/ShortcutBuilder.swift:2:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | /// A custom parameter attribute that constructs shortcuts from closures.
2 | @_functionBuilder public enum ShortcutBuilder {}
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
3 |
4 | extension ShortcutBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/Text.swift:32:20: warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | /// The string interpolation type used by `Text` that property encodes `Variable` values.
31 | public struct StringInterpolation: StringInterpolationProtocol {
32 | static var objectReplacementCharacter = "\u{fffc}"
| |- warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'objectReplacementCharacter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'objectReplacementCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | var string: String
[39/93] Compiling SwiftShortcuts TimeUnit.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/ShortcutBuilder.swift:2:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | /// A custom parameter attribute that constructs shortcuts from closures.
2 | @_functionBuilder public enum ShortcutBuilder {}
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
3 |
4 | extension ShortcutBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/Text.swift:32:20: warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | /// The string interpolation type used by `Text` that property encodes `Variable` values.
31 | public struct StringInterpolation: StringInterpolationProtocol {
32 | static var objectReplacementCharacter = "\u{fffc}"
| |- warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'objectReplacementCharacter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'objectReplacementCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | var string: String
[40/93] Compiling SwiftShortcuts TupleShortcut.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/ShortcutBuilder.swift:2:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | /// A custom parameter attribute that constructs shortcuts from closures.
2 | @_functionBuilder public enum ShortcutBuilder {}
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
3 |
4 | extension ShortcutBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Core/Text.swift:32:20: warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 | /// The string interpolation type used by `Text` that property encodes `Variable` values.
31 | public struct StringInterpolation: StringInterpolationProtocol {
32 | static var objectReplacementCharacter = "\u{fffc}"
| |- warning: static property 'objectReplacementCharacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'objectReplacementCharacter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'objectReplacementCharacter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | var string: String
[41/93] Compiling SwiftShortcuts Variable.swift
[42/93] Compiling SwiftShortcuts VariableDateValueConvertible.swift
[43/93] Compiling SwiftShortcuts VariableValue+Encodable.swift
[44/93] Compiling SwiftShortcuts VariableValue+ExpressibleByLiteral.swift
[45/93] Compiling SwiftShortcuts VariableValue.swift
[46/93] Compiling SwiftShortcuts ActionDecomposable.swift
[47/93] Compiling SwiftShortcuts ActionWrapper.swift
[48/93] Compiling SwiftShortcuts Aggrandizement.swift
[49/93] Compiling SwiftShortcuts AnyEncodable.swift
[50/93] Compiling SwiftShortcuts Number.swift
[51/93] Compiling SwiftShortcuts Optional+Shortcut.swift
[52/93] Compiling SwiftShortcuts OutputVariable.swift
[53/93] Compiling SwiftShortcuts PropertyName.swift
[54/93] Compiling SwiftShortcuts PropertyUserInfo.swift
[55/93] Compiling SwiftShortcuts ResultShortcut.swift
[56/93] Compiling SwiftShortcuts SavedOutputShortcut.swift
[57/93] Compiling SwiftShortcuts Shortcut+Build.swift
[58/93] Compiling SwiftShortcuts Shortcut.swift
[59/93] Compiling SwiftShortcuts MakeHTMLFromRichText.swift
[60/93] Compiling SwiftShortcuts Nothing.swift
[61/93] Compiling SwiftShortcuts Number+Action.swift
[62/93] Compiling SwiftShortcuts Repeat.swift
[63/93] Compiling SwiftShortcuts ReplaceText.swift
[64/93] Compiling SwiftShortcuts SetLowPowerMode.swift
[65/93] Compiling SwiftShortcuts SetVariable.swift
[66/93] Compiling SwiftShortcuts Share.swift
[67/93] Compiling SwiftShortcuts ShowAlert.swift
[68/93] Compiling SwiftShortcuts Attachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:21:13: warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
19 | // MARK: - AnyViewConvertible
20 |
21 | private let actionMetadata: ProtocolMetadata = {
| |- warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'actionMetadata' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | let module = "SwiftShortcuts"
23 | let name = "Shortcut"
:
102 | private struct ProtocolDescriptor {}
103 |
104 | private struct ProtocolMetadata {
| `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
105 | let kind: Int
106 | let layoutFlags: UInt32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:115:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
113 | }
114 |
115 | @_silgen_name("swift_conformsToProtocol")
| `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
116 | private func _conformsToProtocol(
117 | _ type: Any.Type,
[69/93] Compiling SwiftShortcuts ConditionType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:21:13: warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
19 | // MARK: - AnyViewConvertible
20 |
21 | private let actionMetadata: ProtocolMetadata = {
| |- warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'actionMetadata' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | let module = "SwiftShortcuts"
23 | let name = "Shortcut"
:
102 | private struct ProtocolDescriptor {}
103 |
104 | private struct ProtocolMetadata {
| `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
105 | let kind: Int
106 | let layoutFlags: UInt32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:115:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
113 | }
114 |
115 | @_silgen_name("swift_conformsToProtocol")
| `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
116 | private func _conformsToProtocol(
117 | _ type: Any.Type,
[70/93] Compiling SwiftShortcuts EmptyParameters.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:21:13: warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
19 | // MARK: - AnyViewConvertible
20 |
21 | private let actionMetadata: ProtocolMetadata = {
| |- warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'actionMetadata' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | let module = "SwiftShortcuts"
23 | let name = "Shortcut"
:
102 | private struct ProtocolDescriptor {}
103 |
104 | private struct ProtocolMetadata {
| `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
105 | let kind: Int
106 | let layoutFlags: UInt32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:115:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
113 | }
114 |
115 | @_silgen_name("swift_conformsToProtocol")
| `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
116 | private func _conformsToProtocol(
117 | _ type: Any.Type,
[71/93] Compiling SwiftShortcuts FromAny.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:21:13: warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
19 | // MARK: - AnyViewConvertible
20 |
21 | private let actionMetadata: ProtocolMetadata = {
| |- warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'actionMetadata' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | let module = "SwiftShortcuts"
23 | let name = "Shortcut"
:
102 | private struct ProtocolDescriptor {}
103 |
104 | private struct ProtocolMetadata {
| `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
105 | let kind: Int
106 | let layoutFlags: UInt32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:115:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
113 | }
114 |
115 | @_silgen_name("swift_conformsToProtocol")
| `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
116 | private func _conformsToProtocol(
117 | _ type: Any.Type,
[72/93] Compiling SwiftShortcuts KeyedValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:21:13: warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
19 | // MARK: - AnyViewConvertible
20 |
21 | private let actionMetadata: ProtocolMetadata = {
| |- warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'actionMetadata' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | let module = "SwiftShortcuts"
23 | let name = "Shortcut"
:
102 | private struct ProtocolDescriptor {}
103 |
104 | private struct ProtocolMetadata {
| `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
105 | let kind: Int
106 | let layoutFlags: UInt32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:115:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
113 | }
114 |
115 | @_silgen_name("swift_conformsToProtocol")
| `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
116 | private func _conformsToProtocol(
117 | _ type: Any.Type,
[73/93] Compiling SwiftShortcuts OuterDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:21:13: warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
19 | // MARK: - AnyViewConvertible
20 |
21 | private let actionMetadata: ProtocolMetadata = {
| |- warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'actionMetadata' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | let module = "SwiftShortcuts"
23 | let name = "Shortcut"
:
102 | private struct ProtocolDescriptor {}
103 |
104 | private struct ProtocolMetadata {
| `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
105 | let kind: Int
106 | let layoutFlags: UInt32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:115:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
113 | }
114 |
115 | @_silgen_name("swift_conformsToProtocol")
| `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
116 | private func _conformsToProtocol(
117 | _ type: Any.Type,
[74/93] Compiling SwiftShortcuts SerializationType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:21:13: warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
19 | // MARK: - AnyViewConvertible
20 |
21 | private let actionMetadata: ProtocolMetadata = {
| |- warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'actionMetadata' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | let module = "SwiftShortcuts"
23 | let name = "Shortcut"
:
102 | private struct ProtocolDescriptor {}
103 |
104 | private struct ProtocolMetadata {
| `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
105 | let kind: Int
106 | let layoutFlags: UInt32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:115:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
113 | }
114 |
115 | @_silgen_name("swift_conformsToProtocol")
| `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
116 | private func _conformsToProtocol(
117 | _ type: Any.Type,
[75/93] Compiling SwiftShortcuts ShortcutPayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:21:13: warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
19 | // MARK: - AnyViewConvertible
20 |
21 | private let actionMetadata: ProtocolMetadata = {
| |- warning: let 'actionMetadata' is not concurrency-safe because non-'Sendable' type 'ProtocolMetadata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'actionMetadata' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | let module = "SwiftShortcuts"
23 | let name = "Shortcut"
:
102 | private struct ProtocolDescriptor {}
103 |
104 | private struct ProtocolMetadata {
| `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
105 | let kind: Int
106 | let layoutFlags: UInt32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:115:2: warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
113 | }
114 |
115 | @_silgen_name("swift_conformsToProtocol")
| `- warning: symbol name 'swift_conformsToProtocol' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
116 | private func _conformsToProtocol(
117 | _ type: Any.Type,
[76/93] Compiling SwiftShortcuts AskForInput.swift
[77/93] Compiling SwiftShortcuts BatteryLevel.swift
[78/93] Compiling SwiftShortcuts Calculate.swift
[79/93] Compiling SwiftShortcuts ChangeCase.swift
[80/93] Compiling SwiftShortcuts ChooseFromList.swift
[81/93] Compiling SwiftShortcuts ChooseFromMenu.swift
[82/93] Compiling SwiftShortcuts Comment.swift
[83/93] Compiling SwiftShortcuts ControlFlowAction.swift
[84/93] Compiling SwiftShortcuts CopyToClipboard.swift
[85/93] Compiling SwiftShortcuts FilterFiles.swift
[86/93] Compiling SwiftShortcuts GetClipboard.swift
[87/93] Compiling SwiftShortcuts GetContentsOfURL.swift
[88/93] Compiling SwiftShortcuts GetDictionary.swift
[89/93] Compiling SwiftShortcuts GetType.swift
[90/93] Compiling SwiftShortcuts GetURLsFromInput.swift
[91/93] Compiling SwiftShortcuts If.swift
[92/93] Compiling SwiftShortcuts List.swift
[93/93] Compiling SwiftShortcuts LogHealthSample.swift
Build complete! (5.56s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "SwiftShortcuts",
"name" : "SwiftShortcuts",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftShortcuts",
"targets" : [
"SwiftShortcuts"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftShortcutsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftShortcutsTests",
"path" : "Tests/SwiftShortcutsTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"Helpers/Snapshotting+Shortcut.swift",
"Helpers/UUID+Incrementing.swift",
"ShortcutTests.swift",
"Shortcuts/BatteryLevelShortcut.swift",
"Shortcuts/BatteryLevelWithResultShortcut.swift",
"Shortcuts/ClapAlongShortcut.swift",
"Shortcuts/DictionaryShortcut.swift",
"Shortcuts/LogWaterShortcut.swift",
"Shortcuts/RepeatWithCalculationResultShortcut.swift",
"Shortcuts/ShortenWithSmallCat.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftShortcuts"
],
"type" : "test"
},
{
"c99name" : "SwiftShortcuts",
"module_type" : "SwiftTarget",
"name" : "SwiftShortcuts",
"path" : "Sources/SwiftShortcuts",
"product_memberships" : [
"SwiftShortcuts"
],
"sources" : [
"Actions/AskForInput.swift",
"Actions/BatteryLevel.swift",
"Actions/Calculate.swift",
"Actions/ChangeCase.swift",
"Actions/ChooseFromList.swift",
"Actions/ChooseFromMenu.swift",
"Actions/Comment.swift",
"Actions/ControlFlowAction.swift",
"Actions/CopyToClipboard.swift",
"Actions/FilterFiles.swift",
"Actions/GetClipboard.swift",
"Actions/GetContentsOfURL.swift",
"Actions/GetDictionary.swift",
"Actions/GetType.swift",
"Actions/GetURLsFromInput.swift",
"Actions/If.swift",
"Actions/List.swift",
"Actions/LogHealthSample.swift",
"Actions/MakeHTMLFromRichText.swift",
"Actions/Nothing.swift",
"Actions/Number+Action.swift",
"Actions/Repeat.swift",
"Actions/ReplaceText.swift",
"Actions/SetLowPowerMode.swift",
"Actions/SetVariable.swift",
"Actions/Share.swift",
"Actions/ShowAlert.swift",
"Actions/ShowResult.swift",
"Actions/Text+Action.swift",
"Actions/URLEncode.swift",
"Core/Action.swift",
"Core/AnyShortcut.swift",
"Core/ByteCountUnit.swift",
"Core/CoercionItemClass.swift",
"Core/Condition.swift",
"Core/ConditionNumberOperand.swift",
"Core/ConditionNumberOperandConvertible.swift",
"Core/ConditionOperand.swift",
"Core/ConditionOperandConvertible.swift",
"Core/ConditionTextOperand.swift",
"Core/ConditionTextOperandConvertible.swift",
"Core/ConditionalContent.swift",
"Core/DateFormatStyle.swift",
"Core/DictionaryValue.swift",
"Core/EmptyShortcut.swift",
"Core/FileFiltering.swift",
"Core/FileSize.swift",
"Core/ForEach.swift",
"Core/HealthMeasurementType.swift",
"Core/HealthSampleMeasurement.swift",
"Core/HealthSampleType.swift",
"Core/HealthSampleUnit.swift",
"Core/MultipartFormValue.swift",
"Core/Never+Shortcut.swift",
"Core/Number.swift",
"Core/Optional+Shortcut.swift",
"Core/OutputVariable.swift",
"Core/PropertyName.swift",
"Core/PropertyUserInfo.swift",
"Core/ResultShortcut.swift",
"Core/SavedOutputShortcut.swift",
"Core/Shortcut+Build.swift",
"Core/Shortcut.swift",
"Core/ShortcutBuilder.swift",
"Core/ShortcutGroup.swift",
"Core/SortOrder.swift",
"Core/Text.swift",
"Core/TextCase.swift",
"Core/TimeFormatStyle.swift",
"Core/TimeSpanValue.swift",
"Core/TimeUnit.swift",
"Core/TupleShortcut.swift",
"Core/Variable.swift",
"Core/VariableDateValueConvertible.swift",
"Core/VariableValue+Encodable.swift",
"Core/VariableValue+ExpressibleByLiteral.swift",
"Core/VariableValue.swift",
"Internal/ActionDecomposable.swift",
"Internal/ActionWrapper.swift",
"Internal/Aggrandizement.swift",
"Internal/AnyEncodable.swift",
"Internal/Attachment.swift",
"Internal/ConditionType.swift",
"Internal/EmptyParameters.swift",
"Internal/FromAny.swift",
"Internal/KeyedValue.swift",
"Internal/OuterDictionary.swift",
"Internal/SerializationType.swift",
"Internal/ShortcutPayload.swift"
],
"target_dependencies" : [
"CSymbols"
],
"type" : "library"
},
{
"c99name" : "CSymbols",
"module_type" : "ClangTarget",
"name" : "CSymbols",
"path" : "Sources/CSymbols",
"product_memberships" : [
"SwiftShortcuts"
],
"sources" : [
"CSymbols.c"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.