The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of d3-stories-instagram, reference main (8fe7c2), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 19:09:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftuiux/d3-stories-instagram.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftuiux/d3-stories-instagram
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8fe7c28 Update LICENSE
Cloned https://github.com/swiftuiux/d3-stories-instagram.git
Revision (git rev-parse @):
8fe7c284883ecd411ebf7837cfd37c4dc29f3db7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/d3-stories-instagram.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "d3-stories-instagram",
      "name": "d3-stories-instagram",
      "url": "https://github.com/swiftuiux/d3-stories-instagram.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/d3-stories-instagram",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/swiftuiux/d3-stories-instagram.git
[1/763] Fetching d3-stories-instagram
Fetched https://github.com/swiftuiux/d3-stories-instagram.git from cache (1.82s)
Creating working copy for https://github.com/swiftuiux/d3-stories-instagram.git
Working copy of https://github.com/swiftuiux/d3-stories-instagram.git resolved at main (8fe7c28)
warning: '.resolve-product-dependencies': dependency 'd3-stories-instagram' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/swiftuiux/d3-stories-instagram.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "d3-stories-instagram",
  "name" : "d3-stories-instagram",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12"
    },
    {
      "name" : "ios",
      "version" : "15"
    },
    {
      "name" : "tvos",
      "version" : "16"
    },
    {
      "name" : "watchos",
      "version" : "10"
    }
  ],
  "products" : [
    {
      "name" : "d3-stories-instagram",
      "targets" : [
        "d3-stories-instagram"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "d3_stories_instagramTests",
      "module_type" : "SwiftTarget",
      "name" : "d3-stories-instagramTests",
      "path" : "Tests/d3-stories-instagramTests",
      "sources" : [
        "d3_stories_instagramTests.swift"
      ],
      "target_dependencies" : [
        "d3-stories-instagram"
      ],
      "type" : "test"
    },
    {
      "c99name" : "d3_stories_instagram",
      "module_type" : "SwiftTarget",
      "name" : "d3-stories-instagram",
      "path" : "Sources/d3-stories-instagram",
      "product_memberships" : [
        "d3-stories-instagram"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/Resources/es.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        }
      ],
      "sources" : [
        "ProgressBar.swift",
        "StoriesView.swift",
        "StoriesWidget.swift",
        "data/ProgressBarConfig.swift",
        "data/StoriesError.swift",
        "enum/StoriesInternalError.swift",
        "enum/StoriesState.swift",
        "enum/Strategy.swift",
        "example/CustomStoriesValidater.swift",
        "example/Stories.swift",
        "example/StoryTpl.swift",
        "key/StoriesStateKey.swift",
        "protocol/IStoriesError.swift",
        "protocol/IStoriesManager.swift",
        "protocol/IStoriesValidater.swift",
        "protocol/IStory.swift",
        "protocol/IStoryTpl.swift",
        "viewmodel/StateManager.swift",
        "viewmodel/StoriesManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[1/5] Copying Info.plist
[1/5] Copying Localizable.strings
[4/5] Write swift-version--7754E27361AE5C74.txt
[6/24] Compiling d3_stories_instagram IStoryTpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/viewmodel/StateManager.swift:88:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 86 |         publisher.send(.start)
 87 |         DispatchQueue.main.asyncAfter(deadline: .now() + leeway) { [weak self] in
 88 |             self?.begin(duration)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 89 |         }
 90 |     }
[7/24] Compiling d3_stories_instagram StateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/viewmodel/StateManager.swift:88:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 86 |         publisher.send(.start)
 87 |         DispatchQueue.main.asyncAfter(deadline: .now() + leeway) { [weak self] in
 88 |             self?.begin(duration)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 89 |         }
 90 |     }
[8/24] Compiling d3_stories_instagram IStoriesError.swift
[9/24] Compiling d3_stories_instagram IStoriesManager.swift
[10/26] Compiling d3_stories_instagram IStoriesValidater.swift
[11/26] Compiling d3_stories_instagram IStory.swift
[12/26] Compiling d3_stories_instagram StoryTpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/key/StoriesStateKey.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     typealias Value = StoriesState
13 |
14 |     static var defaultValue: StoriesState = .ready
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     static func reduce(value: inout Value, nextValue: () -> Value) {
[13/26] Compiling d3_stories_instagram StoriesStateKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/key/StoriesStateKey.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     typealias Value = StoriesState
13 |
14 |     static var defaultValue: StoriesState = .ready
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     static func reduce(value: inout Value, nextValue: () -> Value) {
[14/26] Compiling d3_stories_instagram StoriesState.swift
[15/26] Compiling d3_stories_instagram Strategy.swift
[16/26] Compiling d3_stories_instagram CustomStoriesValidater.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:23:22: warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 |     @ViewBuilder
20 |     /// Define view template for every story
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
   |                 `- note: add '@MainActor' to make instance method 'builder(progress:)' part of global actor 'MainActor'
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
   |                      `- warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/StoryTpl.swift:32:12: note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
30 |     // MARK: - Life circle
31 |
32 |     public init(_ story: T, _ color: Color, _ text: String, _ progress: Binding<CGFloat>) {
   |            `- note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
33 |         self.story = story
34 |         self.color = color
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:24:23: warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 |     @ViewBuilder
20 |     /// Define view template for every story
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
   |                 `- note: add '@MainActor' to make instance method 'builder(progress:)' part of global actor 'MainActor'
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
24 |         case .second: StoryTpl(self, .brown, "2", progress)
   |                       `- warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/StoryTpl.swift:32:12: note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
30 |     // MARK: - Life circle
31 |
32 |     public init(_ story: T, _ color: Color, _ text: String, _ progress: Binding<CGFloat>) {
   |            `- note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
33 |         self.story = story
34 |         self.color = color
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:25:22: warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 |     @ViewBuilder
20 |     /// Define view template for every story
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
   |                 `- note: add '@MainActor' to make instance method 'builder(progress:)' part of global actor 'MainActor'
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
   |                      `- warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/StoryTpl.swift:32:12: note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
30 |     // MARK: - Life circle
31 |
32 |     public init(_ story: T, _ color: Color, _ text: String, _ progress: Binding<CGFloat>) {
   |            `- note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
33 |         self.story = story
34 |         self.color = color
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:26:23: warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 |     @ViewBuilder
20 |     /// Define view template for every story
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
   |                 `- note: add '@MainActor' to make instance method 'builder(progress:)' part of global actor 'MainActor'
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
   |                       `- warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
28 |         }
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/StoryTpl.swift:32:12: note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
30 |     // MARK: - Life circle
31 |
32 |     public init(_ story: T, _ color: Color, _ text: String, _ progress: Binding<CGFloat>) {
   |            `- note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
33 |         self.story = story
34 |         self.color = color
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:27:22: warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 |     @ViewBuilder
20 |     /// Define view template for every story
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
   |                 `- note: add '@MainActor' to make instance method 'builder(progress:)' part of global actor 'MainActor'
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
   :
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
   |                      `- warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
28 |         }
29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/StoryTpl.swift:32:12: note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
30 |     // MARK: - Life circle
31 |
32 |     public init(_ story: T, _ color: Color, _ text: String, _ progress: Binding<CGFloat>) {
   |            `- note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
33 |         self.story = story
34 |         self.color = color
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:23:22: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
   |                      |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |                      `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:24:23: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
24 |         case .second: StoryTpl(self, .brown, "2", progress)
   |                       |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |                       `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:25:22: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
23 |         case .first: StoryTpl(self, .green, "1", progress)
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
   |                      |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |                      `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:26:23: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
   |                       |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |                       `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
28 |         }
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:27:22: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
   |                      |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |                      `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
28 |         }
29 |     }
[17/26] Compiling d3_stories_instagram Stories.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:23:22: warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 |     @ViewBuilder
20 |     /// Define view template for every story
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
   |                 `- note: add '@MainActor' to make instance method 'builder(progress:)' part of global actor 'MainActor'
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
   |                      `- warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/StoryTpl.swift:32:12: note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
30 |     // MARK: - Life circle
31 |
32 |     public init(_ story: T, _ color: Color, _ text: String, _ progress: Binding<CGFloat>) {
   |            `- note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
33 |         self.story = story
34 |         self.color = color
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:24:23: warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 |     @ViewBuilder
20 |     /// Define view template for every story
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
   |                 `- note: add '@MainActor' to make instance method 'builder(progress:)' part of global actor 'MainActor'
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
24 |         case .second: StoryTpl(self, .brown, "2", progress)
   |                       `- warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/StoryTpl.swift:32:12: note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
30 |     // MARK: - Life circle
31 |
32 |     public init(_ story: T, _ color: Color, _ text: String, _ progress: Binding<CGFloat>) {
   |            `- note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
33 |         self.story = story
34 |         self.color = color
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:25:22: warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 |     @ViewBuilder
20 |     /// Define view template for every story
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
   |                 `- note: add '@MainActor' to make instance method 'builder(progress:)' part of global actor 'MainActor'
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
   |                      `- warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/StoryTpl.swift:32:12: note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
30 |     // MARK: - Life circle
31 |
32 |     public init(_ story: T, _ color: Color, _ text: String, _ progress: Binding<CGFloat>) {
   |            `- note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
33 |         self.story = story
34 |         self.color = color
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:26:23: warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 |     @ViewBuilder
20 |     /// Define view template for every story
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
   |                 `- note: add '@MainActor' to make instance method 'builder(progress:)' part of global actor 'MainActor'
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
   |                       `- warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
28 |         }
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/StoryTpl.swift:32:12: note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
30 |     // MARK: - Life circle
31 |
32 |     public init(_ story: T, _ color: Color, _ text: String, _ progress: Binding<CGFloat>) {
   |            `- note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
33 |         self.story = story
34 |         self.color = color
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:27:22: warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 |     @ViewBuilder
20 |     /// Define view template for every story
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
   |                 `- note: add '@MainActor' to make instance method 'builder(progress:)' part of global actor 'MainActor'
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
   :
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
   |                      `- warning: call to main actor-isolated initializer 'init(_:_:_:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
28 |         }
29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/StoryTpl.swift:32:12: note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
30 |     // MARK: - Life circle
31 |
32 |     public init(_ story: T, _ color: Color, _ text: String, _ progress: Binding<CGFloat>) {
   |            `- note: calls to initializer 'init(_:_:_:_:)' from outside of its actor context are implicitly asynchronous
33 |         self.story = story
34 |         self.color = color
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:23:22: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
21 |     public func builder(progress: Binding<CGFloat>) -> some View {
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
   |                      |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |                      `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:24:23: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
22 |         switch self {
23 |         case .first: StoryTpl(self, .green, "1", progress)
24 |         case .second: StoryTpl(self, .brown, "2", progress)
   |                       |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |                       `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:25:22: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
23 |         case .first: StoryTpl(self, .green, "1", progress)
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
   |                      |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |                      `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:26:23: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
24 |         case .second: StoryTpl(self, .brown, "2", progress)
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
   |                       |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |                       `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
28 |         }
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/example/Stories.swift:27:22: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
25 |         case .third: StoryTpl(self, .purple, "3", progress)
26 |         case .fourth: StoryTpl(self, .yellow, "4", progress)
27 |         case .fifth: StoryTpl(self, .orange, "5", progress)
   |                      |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |                      `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
28 |         }
29 |     }
[18/26] Emitting module d3_stories_instagram
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/data/StoriesError.swift:13:16: warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
11 | @available(iOS 15.0, macOS 12.0, tvOS 16.0, watchOS 10.0, *)
12 | public struct StoriesError: IStoriesError {
13 |     public let description: LocalizedStringKey
   |                `- warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
14 | }
15 |
SwiftUICore.LocalizedStringKey:2:23: note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
 2 | @frozen public struct LocalizedStringKey : Equatable, ExpressibleByStringInterpolation {
   |                       `- note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 3 |     public init(_ value: String)
 4 |     public init(stringLiteral value: String)
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/key/StoriesStateKey.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     typealias Value = StoriesState
13 |
14 |     static var defaultValue: StoriesState = .ready
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     static func reduce(value: inout Value, nextValue: () -> Value) {
[19/26] Compiling d3_stories_instagram StoriesWidget.swift
[20/26] Compiling d3_stories_instagram ProgressBarConfig.swift
[21/26] Compiling d3_stories_instagram StoriesError.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/data/StoriesError.swift:13:16: warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
11 | @available(iOS 15.0, macOS 12.0, tvOS 16.0, watchOS 10.0, *)
12 | public struct StoriesError: IStoriesError {
13 |     public let description: LocalizedStringKey
   |                `- warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
14 | }
15 |
SwiftUICore.LocalizedStringKey:2:23: note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
 2 | @frozen public struct LocalizedStringKey : Equatable, ExpressibleByStringInterpolation {
   |                       `- note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 3 |     public init(_ value: String)
 4 |     public init(stringLiteral value: String)
[22/26] Compiling d3_stories_instagram StoriesInternalError.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/data/StoriesError.swift:13:16: warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
11 | @available(iOS 15.0, macOS 12.0, tvOS 16.0, watchOS 10.0, *)
12 | public struct StoriesError: IStoriesError {
13 |     public let description: LocalizedStringKey
   |                `- warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
14 | }
15 |
SwiftUICore.LocalizedStringKey:2:23: note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
 2 | @frozen public struct LocalizedStringKey : Equatable, ExpressibleByStringInterpolation {
   |                       `- note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 3 |     public init(_ value: String)
 4 |     public init(stringLiteral value: String)
[23/26] Compiling d3_stories_instagram ProgressBar.swift
[24/26] Compiling d3_stories_instagram StoriesView.swift
[25/26] Compiling d3_stories_instagram StoriesManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/viewmodel/StoriesManager.swift:83:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 81 |         tapTime = true
 82 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.25) { [weak self] in
 83 |             self?.tapTime = false
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 84 |         }
 85 |     }
[26/26] Compiling d3_stories_instagram resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/viewmodel/StoriesManager.swift:83:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 81 |         tapTime = true
 82 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.25) { [weak self] in
 83 |             self?.tapTime = false
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 84 |         }
 85 |     }
Build complete! (24.77s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "d3-stories-instagram",
  "name" : "d3-stories-instagram",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12"
    },
    {
      "name" : "ios",
      "version" : "15"
    },
    {
      "name" : "tvos",
      "version" : "16"
    },
    {
      "name" : "watchos",
      "version" : "10"
    }
  ],
  "products" : [
    {
      "name" : "d3-stories-instagram",
      "targets" : [
        "d3-stories-instagram"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "d3_stories_instagramTests",
      "module_type" : "SwiftTarget",
      "name" : "d3-stories-instagramTests",
      "path" : "Tests/d3-stories-instagramTests",
      "sources" : [
        "d3_stories_instagramTests.swift"
      ],
      "target_dependencies" : [
        "d3-stories-instagram"
      ],
      "type" : "test"
    },
    {
      "c99name" : "d3_stories_instagram",
      "module_type" : "SwiftTarget",
      "name" : "d3-stories-instagram",
      "path" : "Sources/d3-stories-instagram",
      "product_memberships" : [
        "d3-stories-instagram"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/Resources/es.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        }
      ],
      "sources" : [
        "ProgressBar.swift",
        "StoriesView.swift",
        "StoriesWidget.swift",
        "data/ProgressBarConfig.swift",
        "data/StoriesError.swift",
        "enum/StoriesInternalError.swift",
        "enum/StoriesState.swift",
        "enum/Strategy.swift",
        "example/CustomStoriesValidater.swift",
        "example/Stories.swift",
        "example/StoryTpl.swift",
        "key/StoriesStateKey.swift",
        "protocol/IStoriesError.swift",
        "protocol/IStoriesManager.swift",
        "protocol/IStoriesValidater.swift",
        "protocol/IStory.swift",
        "protocol/IStoryTpl.swift",
        "viewmodel/StateManager.swift",
        "viewmodel/StoriesManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/swiftuiux/d3-stories-instagram/main
Repository:               swiftuiux/d3-stories-instagram
Swift version used:       6.0
Target:                   d3-stories-instagram
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'd3-stories-instagram'...
Finished extracting symbol information for 'd3-stories-instagram'. (5.40s)
Building documentation for 'd3-stories-instagram'...
Finished building documentation for 'd3-stories-instagram' (0.94s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftuiux/d3-stories-instagram/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.61s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Names.swift
[8/57] Compiling SymbolKit SPI.swift
[9/57] Compiling SymbolKit Snippet.swift
[10/57] Compiling SymbolKit Extension.swift
[11/57] Emitting module Snippets
[12/57] Compiling Snippets SnippetParser.swift
[13/57] Compiling Snippets Snippet.swift
[14/57] Compiling SymbolKit Symbol.swift
[15/57] Compiling SymbolKit SymbolKind.swift
[16/57] Compiling SymbolKit SymbolGraph.swift
[17/57] Compiling SymbolKit GraphCollector.swift
[18/57] Compiling SymbolKit SourceRange.swift
[19/57] Compiling SymbolKit Metadata.swift
[20/57] Compiling SymbolKit Module.swift
[21/57] Compiling SymbolKit OperatingSystem.swift
[22/57] Compiling SymbolKit Platform.swift
[23/57] Compiling SymbolKit GenericConstraint.swift
[24/57] Compiling SymbolKit GenericParameter.swift
[25/57] Compiling SymbolKit Generics.swift
[26/57] Compiling SymbolKit Namespace.swift
[27/57] Compiling SymbolKit Identifier.swift
[28/57] Compiling SymbolKit KindIdentifier.swift
[29/57] Compiling SymbolKit Location.swift
[30/57] Compiling SymbolKit Mutability.swift
[31/57] Compiling SymbolKit DeclarationFragments.swift
[32/57] Compiling SymbolKit Fragment.swift
[33/57] Compiling SymbolKit FragmentKind.swift
[34/57] Compiling SymbolKit FunctionParameter.swift
[35/57] Compiling SymbolKit FunctionSignature.swift
[36/57] Compiling SymbolKit Mixin+Equals.swift
[37/57] Compiling SymbolKit Mixin+Hash.swift
[38/57] Compiling SymbolKit Mixin.swift
[39/57] Compiling SymbolKit LineList.swift
[40/57] Compiling SymbolKit Position.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.94s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/20] Compiling d3_stories_instagram IStoriesValidater.swift
[3/20] Compiling d3_stories_instagram IStory.swift
[4/20] Compiling d3_stories_instagram IStoryTpl.swift
[5/20] Compiling d3_stories_instagram StateManager.swift
[6/22] Compiling d3_stories_instagram IStoriesError.swift
[7/22] Compiling d3_stories_instagram IStoriesManager.swift
[8/22] Compiling d3_stories_instagram StoriesState.swift
[9/22] Compiling d3_stories_instagram Strategy.swift
[10/22] Compiling d3_stories_instagram CustomStoriesValidater.swift
[11/22] Compiling d3_stories_instagram Stories.swift
[12/22] Compiling d3_stories_instagram StoriesError.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/data/StoriesError.swift:13:16: warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
11 | @available(iOS 15.0, macOS 12.0, tvOS 16.0, watchOS 10.0, *)
12 | public struct StoriesError: IStoriesError {
13 |     public let description: LocalizedStringKey
   |                `- warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
14 | }
15 |
SwiftUICore.LocalizedStringKey:2:23: note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
 2 | @frozen public struct LocalizedStringKey : Equatable, ExpressibleByStringInterpolation {
   |                       `- note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 3 |     public init(_ value: String)
 4 |     public init(stringLiteral value: String)
[13/22] Compiling d3_stories_instagram StoriesInternalError.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/data/StoriesError.swift:13:16: warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
11 | @available(iOS 15.0, macOS 12.0, tvOS 16.0, watchOS 10.0, *)
12 | public struct StoriesError: IStoriesError {
13 |     public let description: LocalizedStringKey
   |                `- warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
14 | }
15 |
SwiftUICore.LocalizedStringKey:2:23: note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
 2 | @frozen public struct LocalizedStringKey : Equatable, ExpressibleByStringInterpolation {
   |                       `- note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 3 |     public init(_ value: String)
 4 |     public init(stringLiteral value: String)
[14/22] Compiling d3_stories_instagram StoriesWidget.swift
[15/22] Compiling d3_stories_instagram ProgressBarConfig.swift
[16/22] Compiling d3_stories_instagram StoryTpl.swift
[17/22] Compiling d3_stories_instagram StoriesStateKey.swift
[18/22] Emitting module d3_stories_instagram
/Users/admin/builder/spi-builder-workspace/Sources/d3-stories-instagram/data/StoriesError.swift:13:16: warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
11 | @available(iOS 15.0, macOS 12.0, tvOS 16.0, watchOS 10.0, *)
12 | public struct StoriesError: IStoriesError {
13 |     public let description: LocalizedStringKey
   |                `- warning: stored property 'description' of 'Sendable'-conforming struct 'StoriesError' has non-sendable type 'LocalizedStringKey'; this is an error in the Swift 6 language mode
14 | }
15 |
SwiftUICore.LocalizedStringKey:2:23: note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
 2 | @frozen public struct LocalizedStringKey : Equatable, ExpressibleByStringInterpolation {
   |                       `- note: struct 'LocalizedStringKey' does not conform to the 'Sendable' protocol
 3 |     public init(_ value: String)
 4 |     public init(stringLiteral value: String)
[19/22] Compiling d3_stories_instagram ProgressBar.swift
[20/22] Compiling d3_stories_instagram StoriesView.swift
[21/22] Compiling d3_stories_instagram StoriesManager.swift
[22/22] Compiling d3_stories_instagram resource_bundle_accessor.swift
Build of target: 'd3-stories-instagram' complete! (1.26s)
    3046
23	/Users/admin/builder/spi-builder-workspace/.docs/swiftuiux/d3-stories-instagram/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftuiux/d3-stories-instagram/main
File count: 3046
Doc size:   23.0MB
Preparing doc bundle ...
Uploading prod-swiftuiux-d3-stories-instagram-main-f61ccba4.zip to s3://spi-docs-inbox/prod-swiftuiux-d3-stories-instagram-main-f61ccba4.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.