The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftShortcuts, reference main (e1a2f4), with Swift 6.1 for Wasm on 27 May 2025 16:49:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/a2/swift-shortcuts.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/a2/swift-shortcuts
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e1a2f41 Add support for Swift Playgrounds (#2)
Cloned https://github.com/a2/swift-shortcuts.git
Revision (git rev-parse @):
e1a2f41bf55d3b32fab9a82bb48f967c3683ebec
SUCCESS checkout https://github.com/a2/swift-shortcuts.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/a2/swift-shortcuts.git
https://github.com/a2/swift-shortcuts.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/13182] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.62s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.4 (3.19s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.29s)
[1/70444] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.17s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (8.27s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.18s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.52s)
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.18.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Building for debugging...
[0/3] Write sources
[1/3] Compiling CSymbols CSymbols.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/82] Compiling SwiftShortcuts FileFiltering.swift
[5/82] Compiling SwiftShortcuts FileSize.swift
[6/82] Compiling SwiftShortcuts ForEach.swift
[7/82] Compiling SwiftShortcuts HealthMeasurementType.swift
[8/82] Compiling SwiftShortcuts HealthSampleMeasurement.swift
[9/82] Compiling SwiftShortcuts HealthSampleType.swift
[10/82] Compiling SwiftShortcuts HealthSampleUnit.swift
[11/82] Compiling SwiftShortcuts MultipartFormValue.swift
[12/82] Compiling SwiftShortcuts Never+Shortcut.swift
[13/82] Compiling SwiftShortcuts Number.swift
[14/82] Compiling SwiftShortcuts Optional+Shortcut.swift
[15/93] Compiling SwiftShortcuts GetDictionary.swift
[16/93] Compiling SwiftShortcuts GetType.swift
[17/93] Compiling SwiftShortcuts GetURLsFromInput.swift
[18/93] Compiling SwiftShortcuts If.swift
[19/93] Compiling SwiftShortcuts List.swift
[20/93] Compiling SwiftShortcuts LogHealthSample.swift
[21/93] Compiling SwiftShortcuts MakeHTMLFromRichText.swift
[22/93] Compiling SwiftShortcuts Nothing.swift
[23/93] Compiling SwiftShortcuts Number+Action.swift
[24/93] Compiling SwiftShortcuts Repeat.swift
[25/93] Compiling SwiftShortcuts ReplaceText.swift
[26/93] Compiling SwiftShortcuts TextCase.swift
[27/93] Compiling SwiftShortcuts TimeFormatStyle.swift
[28/93] Compiling SwiftShortcuts TimeSpanValue.swift
[29/93] Compiling SwiftShortcuts TimeUnit.swift
[30/93] Compiling SwiftShortcuts TupleShortcut.swift
[31/93] Compiling SwiftShortcuts Variable.swift
[32/93] Compiling SwiftShortcuts VariableDateValueConvertible.swift
[33/93] Compiling SwiftShortcuts VariableValue+Encodable.swift
[34/93] Compiling SwiftShortcuts VariableValue+ExpressibleByLiteral.swift
[35/93] Compiling SwiftShortcuts VariableValue.swift
[36/93] Compiling SwiftShortcuts ActionDecomposable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/93] Compiling SwiftShortcuts AskForInput.swift
[38/93] Compiling SwiftShortcuts BatteryLevel.swift
[39/93] Compiling SwiftShortcuts Calculate.swift
[40/93] Compiling SwiftShortcuts ChangeCase.swift
[41/93] Compiling SwiftShortcuts ChooseFromList.swift
[42/93] Compiling SwiftShortcuts ChooseFromMenu.swift
[43/93] Compiling SwiftShortcuts Comment.swift
[44/93] Compiling SwiftShortcuts ControlFlowAction.swift
[45/93] Compiling SwiftShortcuts CopyToClipboard.swift
[46/93] Compiling SwiftShortcuts FilterFiles.swift
[47/93] Compiling SwiftShortcuts GetClipboard.swift
[48/93] Compiling SwiftShortcuts GetContentsOfURL.swift
[49/93] Emitting module SwiftShortcuts
/host/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 {
/host/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
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[50/93] Compiling SwiftShortcuts Condition.swift
[51/93] Compiling SwiftShortcuts ConditionNumberOperand.swift
[52/93] Compiling SwiftShortcuts ConditionNumberOperandConvertible.swift
[53/93] Compiling SwiftShortcuts ConditionOperand.swift
[54/93] Compiling SwiftShortcuts ConditionOperandConvertible.swift
[55/93] Compiling SwiftShortcuts ConditionTextOperand.swift
[56/93] Compiling SwiftShortcuts ConditionTextOperandConvertible.swift
[57/93] Compiling SwiftShortcuts ConditionalContent.swift
[58/93] Compiling SwiftShortcuts DateFormatStyle.swift
[59/93] Compiling SwiftShortcuts DictionaryValue.swift
[60/93] Compiling SwiftShortcuts EmptyShortcut.swift
[61/93] Compiling SwiftShortcuts SetLowPowerMode.swift
[62/93] Compiling SwiftShortcuts SetVariable.swift
[63/93] Compiling SwiftShortcuts Share.swift
[64/93] Compiling SwiftShortcuts ShowAlert.swift
[65/93] Compiling SwiftShortcuts ShowResult.swift
[66/93] Compiling SwiftShortcuts Text+Action.swift
[67/93] Compiling SwiftShortcuts URLEncode.swift
[68/93] Compiling SwiftShortcuts Action.swift
[69/93] Compiling SwiftShortcuts AnyShortcut.swift
[70/93] Compiling SwiftShortcuts ByteCountUnit.swift
[71/93] Compiling SwiftShortcuts CoercionItemClass.swift
[72/93] Compiling SwiftShortcuts OutputVariable.swift
/host/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 {
/host/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
[73/93] Compiling SwiftShortcuts PropertyName.swift
/host/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 {
/host/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
[74/93] Compiling SwiftShortcuts PropertyUserInfo.swift
/host/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 {
/host/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
[75/93] Compiling SwiftShortcuts ResultShortcut.swift
/host/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 {
/host/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
[76/93] Compiling SwiftShortcuts SavedOutputShortcut.swift
/host/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 {
/host/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
[77/93] Compiling SwiftShortcuts Shortcut+Build.swift
/host/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 {
/host/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
[78/93] Compiling SwiftShortcuts Shortcut.swift
/host/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 {
/host/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
[79/93] Compiling SwiftShortcuts ShortcutBuilder.swift
/host/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 {
/host/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
[80/93] Compiling SwiftShortcuts ShortcutGroup.swift
/host/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 {
/host/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
[81/93] Compiling SwiftShortcuts SortOrder.swift
/host/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 {
/host/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
[82/93] Compiling SwiftShortcuts Text.swift
/host/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 {
/host/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
[83/93] Compiling SwiftShortcuts ActionWrapper.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[84/93] Compiling SwiftShortcuts Aggrandizement.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[85/93] Compiling SwiftShortcuts AnyEncodable.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[86/93] Compiling SwiftShortcuts Attachment.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[87/93] Compiling SwiftShortcuts ConditionType.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[88/93] Compiling SwiftShortcuts EmptyParameters.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[89/93] Compiling SwiftShortcuts FromAny.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[90/93] Compiling SwiftShortcuts KeyedValue.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[91/93] Compiling SwiftShortcuts OuterDictionary.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[92/93] Compiling SwiftShortcuts SerializationType.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[93/93] Compiling SwiftShortcuts ShortcutPayload.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:25: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
 23 | // MARK: - AnyViewConvertible
 24 |
 25 | 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
 26 |     let module = "SwiftShortcuts"
 27 |     let name = "Shortcut"
    :
125 | private struct ProtocolDescriptor {}
126 |
127 | private struct ProtocolMetadata {
    |                `- note: consider making struct 'ProtocolMetadata' conform to the 'Sendable' protocol
128 |     let kind: Int
129 |     let layoutFlags: UInt32
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/80] Emitting module SwiftShortcuts
/host/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 {
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[3/91] Compiling SwiftShortcuts TextCase.swift
[4/91] Compiling SwiftShortcuts TimeFormatStyle.swift
[5/91] Compiling SwiftShortcuts TimeSpanValue.swift
[6/91] Compiling SwiftShortcuts TimeUnit.swift
[7/91] Compiling SwiftShortcuts TupleShortcut.swift
[8/91] Compiling SwiftShortcuts Variable.swift
[9/91] Compiling SwiftShortcuts VariableDateValueConvertible.swift
[10/91] Compiling SwiftShortcuts VariableValue+Encodable.swift
[11/91] Compiling SwiftShortcuts VariableValue+ExpressibleByLiteral.swift
[12/91] Compiling SwiftShortcuts VariableValue.swift
[13/91] Compiling SwiftShortcuts ActionDecomposable.swift
[14/91] Compiling SwiftShortcuts ActionWrapper.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[15/91] Compiling SwiftShortcuts Aggrandizement.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[16/91] Compiling SwiftShortcuts AnyEncodable.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[17/91] Compiling SwiftShortcuts Attachment.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[18/91] Compiling SwiftShortcuts ConditionType.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[19/91] Compiling SwiftShortcuts EmptyParameters.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[20/91] Compiling SwiftShortcuts FromAny.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[21/91] Compiling SwiftShortcuts KeyedValue.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[22/91] Compiling SwiftShortcuts OuterDictionary.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[23/91] Compiling SwiftShortcuts SerializationType.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[24/91] Compiling SwiftShortcuts ShortcutPayload.swift
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:18: error: cannot find 'dlopen' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:30: error: cannot find 'RTLD_GLOBAL' in scope
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:60:19: error: cannot find 'dlsym' in scope
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
 60 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
 62 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:59:25: error: 'nil' requires a contextual type
 57 | private let makeAnyShortcut: ShortcutToAnyShortcutFunction = {
 58 |     let symbolName = "_swift_shortcuts_makeAnyShortcut"
 59 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
 60 |     let pointer = dlsym(handle, symbolName)
 61 |     return unsafeBitCast(pointer, to: ShortcutToAnyShortcutFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:18: error: cannot find 'dlopen' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                  `- error: cannot find 'dlopen' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:30: error: cannot find 'RTLD_GLOBAL' in scope
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                              `- error: cannot find 'RTLD_GLOBAL' in scope
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:106:19: error: cannot find 'dlsym' in scope
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
106 |     let pointer = dlsym(handle, symbolName)
    |                   `- error: cannot find 'dlsym' in scope
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
108 | }()
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:105:25: error: 'nil' requires a contextual type
103 | private let decomposeIntoActions: ShortcutToActionsFunction = {
104 |     let symbolName = "_swift_shortcuts_decomposeIntoActions"
105 |     let handle = dlopen(nil, RTLD_GLOBAL)
    |                         `- error: 'nil' requires a contextual type
106 |     let pointer = dlsym(handle, symbolName)
107 |     return unsafeBitCast(pointer, to: ShortcutToActionsFunction.self)
/host/spi-builder-workspace/Sources/SwiftShortcuts/Internal/FromAny.swift:138: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
136 | }
137 |
138 | @_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
139 | private func _conformsToProtocol(
140 |     _ type: Any.Type,
[25/91] Compiling SwiftShortcuts Condition.swift
[26/91] Compiling SwiftShortcuts ConditionNumberOperand.swift
[27/91] Compiling SwiftShortcuts ConditionNumberOperandConvertible.swift
[28/91] Compiling SwiftShortcuts ConditionOperand.swift
[29/91] Compiling SwiftShortcuts ConditionOperandConvertible.swift
[30/91] Compiling SwiftShortcuts ConditionTextOperand.swift
[31/91] Compiling SwiftShortcuts ConditionTextOperandConvertible.swift
[32/91] Compiling SwiftShortcuts ConditionalContent.swift
[33/91] Compiling SwiftShortcuts DateFormatStyle.swift
[34/91] Compiling SwiftShortcuts DictionaryValue.swift
[35/91] Compiling SwiftShortcuts EmptyShortcut.swift
[36/91] Compiling SwiftShortcuts SetLowPowerMode.swift
[37/91] Compiling SwiftShortcuts SetVariable.swift
[38/91] Compiling SwiftShortcuts Share.swift
[39/91] Compiling SwiftShortcuts ShowAlert.swift
[40/91] Compiling SwiftShortcuts ShowResult.swift
[41/91] Compiling SwiftShortcuts Text+Action.swift
[42/91] Compiling SwiftShortcuts URLEncode.swift
[43/91] Compiling SwiftShortcuts Action.swift
[44/91] Compiling SwiftShortcuts AnyShortcut.swift
[45/91] Compiling SwiftShortcuts ByteCountUnit.swift
[46/91] Compiling SwiftShortcuts CoercionItemClass.swift
[47/91] Compiling SwiftShortcuts GetDictionary.swift
[48/91] Compiling SwiftShortcuts GetType.swift
[49/91] Compiling SwiftShortcuts GetURLsFromInput.swift
[50/91] Compiling SwiftShortcuts If.swift
[51/91] Compiling SwiftShortcuts List.swift
[52/91] Compiling SwiftShortcuts LogHealthSample.swift
[53/91] Compiling SwiftShortcuts MakeHTMLFromRichText.swift
[54/91] Compiling SwiftShortcuts Nothing.swift
[55/91] Compiling SwiftShortcuts Number+Action.swift
[56/91] Compiling SwiftShortcuts Repeat.swift
[57/91] Compiling SwiftShortcuts ReplaceText.swift
[58/91] Compiling SwiftShortcuts OutputVariable.swift
/host/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 {
[59/91] Compiling SwiftShortcuts PropertyName.swift
/host/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 {
[60/91] Compiling SwiftShortcuts PropertyUserInfo.swift
/host/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 {
[61/91] Compiling SwiftShortcuts ResultShortcut.swift
/host/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 {
[62/91] Compiling SwiftShortcuts SavedOutputShortcut.swift
/host/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 {
[63/91] Compiling SwiftShortcuts Shortcut+Build.swift
/host/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 {
[64/91] Compiling SwiftShortcuts Shortcut.swift
/host/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 {
[65/91] Compiling SwiftShortcuts ShortcutBuilder.swift
/host/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 {
[66/91] Compiling SwiftShortcuts ShortcutGroup.swift
/host/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 {
[67/91] Compiling SwiftShortcuts SortOrder.swift
/host/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 {
[68/91] Compiling SwiftShortcuts Text.swift
/host/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 {
[69/91] Compiling SwiftShortcuts AskForInput.swift
[70/91] Compiling SwiftShortcuts BatteryLevel.swift
[71/91] Compiling SwiftShortcuts Calculate.swift
[72/91] Compiling SwiftShortcuts ChangeCase.swift
[73/91] Compiling SwiftShortcuts ChooseFromList.swift
[74/91] Compiling SwiftShortcuts ChooseFromMenu.swift
[75/91] Compiling SwiftShortcuts Comment.swift
[76/91] Compiling SwiftShortcuts ControlFlowAction.swift
[77/91] Compiling SwiftShortcuts CopyToClipboard.swift
[78/91] Compiling SwiftShortcuts FilterFiles.swift
[79/91] Compiling SwiftShortcuts GetClipboard.swift
[80/91] Compiling SwiftShortcuts GetContentsOfURL.swift
[81/91] Compiling SwiftShortcuts FileFiltering.swift
[82/91] Compiling SwiftShortcuts FileSize.swift
[83/91] Compiling SwiftShortcuts ForEach.swift
[84/91] Compiling SwiftShortcuts HealthMeasurementType.swift
[85/91] Compiling SwiftShortcuts HealthSampleMeasurement.swift
[86/91] Compiling SwiftShortcuts HealthSampleType.swift
[87/91] Compiling SwiftShortcuts HealthSampleUnit.swift
[88/91] Compiling SwiftShortcuts MultipartFormValue.swift
[89/91] Compiling SwiftShortcuts Never+Shortcut.swift
[90/91] Compiling SwiftShortcuts Number.swift
[91/91] Compiling SwiftShortcuts Optional+Shortcut.swift
BUILD FAILURE 6.1 wasm