Update #81
build.yml
on: push
build-storybook-kit
3m 22s
build-storybook-kit-texture-support
4s
Annotations
1 error and 14 warnings
build-storybook-kit-texture-support
Could not find Xcode version that satisfied version spec: '16.0'
Available versions:
- 15.4.0 (/Applications/Xcode_15.4.app)
- 15.3.0 (/Applications/Xcode_15.3.app)
- 15.2.0 (/Applications/Xcode_15.2.app)
- 15.1.0 (/Applications/Xcode_15.1.app)
- 15.0.1 (/Applications/Xcode_15.0.1.app)
|
build-storybook-kit-texture-support
The following actions uses node12 which is deprecated and will be forced to run on node16: maxim-lobanov/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-storybook-kit-texture-support
The following actions use a deprecated Node.js version and will be forced to run on node20: maxim-lobanov/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-storybook-kit
The following actions uses node12 which is deprecated and will be forced to run on node16: maxim-lobanov/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-storybook-kit
The following actions use a deprecated Node.js version and will be forced to run on node20: maxim-lobanov/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-storybook-kit:
Sources/StorybookMacrosPlugin/StorybookPreviewMacro.swift#L74
'argumentList' is deprecated: renamed to 'arguments'
|
build-storybook-kit:
Sources/StorybookMacrosPlugin/StorybookPreviewMacro.swift#L84
'as' is deprecated: This cast will always succeed
|
build-storybook-kit:
Sources/StorybookMacrosPlugin/StorybookPageMacro.swift#L73
'argumentList' is deprecated: renamed to 'arguments'
|
build-storybook-kit:
Sources/StorybookMacrosPlugin/StorybookPageMacro.swift#L83
'as' is deprecated: This cast will always succeed
|
build-storybook-kit:
Sources/StorybookKit/StorybookKit.swift#L27
external macro implementation type 'StorybookMacrosPlugin.StorybookPageMacro' could not be found for macro 'StorybookPage(title:contents:)'; '/Users/runner/Library/Developer/Xcode/DerivedData/Storybook-ios-gadhxqvvbkzwzsdqmeljtdwtzzgv/Build/Products/Debug-iphonesimulator/StorybookMacrosPlugin' produced malformed response
|
build-storybook-kit:
Sources/StorybookKit/StorybookKit.swift#L36
external macro implementation type 'StorybookMacrosPlugin.StorybookPageMacro' could not be found for macro 'StorybookPage(target:contents:)'; '/Users/runner/Library/Developer/Xcode/DerivedData/Storybook-ios-gadhxqvvbkzwzsdqmeljtdwtzzgv/Build/Products/Debug-iphonesimulator/StorybookMacrosPlugin' produced malformed response
|
build-storybook-kit:
Sources/StorybookKit/StorybookKit.swift#L45
external macro implementation type 'StorybookMacrosPlugin.StorybookPreviewMacro' could not be found for macro 'StorybookPreview(title:contents:)'; '/Users/runner/Library/Developer/Xcode/DerivedData/Storybook-ios-gadhxqvvbkzwzsdqmeljtdwtzzgv/Build/Products/Debug-iphonesimulator/StorybookMacrosPlugin' produced malformed response
|
build-storybook-kit:
Sources/StorybookKit/StorybookKit.swift#L54
external macro implementation type 'StorybookMacrosPlugin.StorybookPreviewMacro' could not be found for macro 'StorybookPreview(target:contents:)'; '/Users/runner/Library/Developer/Xcode/DerivedData/Storybook-ios-gadhxqvvbkzwzsdqmeljtdwtzzgv/Build/Products/Debug-iphonesimulator/StorybookMacrosPlugin' produced malformed response
|
build-storybook-kit:
Sources/StorybookKit/Primitives/BookStore.swift#L36
initialization of immutable value 'id' was never used; consider replacing with assignment to '_' or removing it
|
build-storybook-kit:
Sources/StorybookKit/Primitives/BookStore.swift#L74
expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
|