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 VIPER, reference master (2c44cc), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 04:41:01 UTC.

Swift 6 data race errors: 6

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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thomverbeek/VIPER.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thomverbeek/VIPER
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2c44cce Merge pull request #1 from thomverbeek/develop
Cloned https://github.com/thomverbeek/VIPER.git
Revision (git rev-parse @):
2c44cce00daf5bf99b0fbdf58fbc9fac3397f1fa
SUCCESS checkout https://github.com/thomverbeek/VIPER.git at master
Fetching https://github.com/apple/swift-argument-parser
[1/12395] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.49s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.5 (0.56s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.5
========================================
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": "viper",
      "name": "VIPER",
      "url": "https://github.com/thomverbeek/VIPER.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/VIPER",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "0.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/thomverbeek/VIPER.git
[9/401] Fetching viper
Fetched https://github.com/thomverbeek/VIPER.git from cache (0.88s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.54s)
Creating working copy for https://github.com/thomverbeek/VIPER.git
Working copy of https://github.com/thomverbeek/VIPER.git resolved at master (2c44cce)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/thomverbeek/VIPER.git
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/8] Write sources
[3/8] Write viper-tools-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/38] Emitting module ArgumentParser
[7/40] Compiling ArgumentParser Name.swift
[8/40] Compiling ArgumentParser Parsed.swift
[9/40] Compiling ArgumentParser ParsedValues.swift
[10/40] Compiling ArgumentParser Argument.swift
[11/40] Compiling ArgumentParser ArgumentHelp.swift
[12/40] Compiling ArgumentParser Errors.swift
[13/40] Compiling ArgumentParser ParsableArguments.swift
[14/40] Compiling ArgumentParser ParsableArgumentsValidation.swift
[15/40] Compiling ArgumentParser ParsableCommand.swift
[16/40] Compiling ArgumentParser ArgumentSetSequence.swift
[17/40] Compiling ArgumentParser CommandParser.swift
[18/40] Compiling ArgumentParser InputOrigin.swift
[19/40] Compiling ArgumentParser ArgumentDecoder.swift
[20/40] Compiling ArgumentParser ArgumentDefinition.swift
[21/40] Compiling ArgumentParser ArgumentSet.swift
[22/40] Compiling ArgumentParser ParserError.swift
[23/40] Compiling ArgumentParser SplitArguments.swift
[24/40] Compiling ArgumentParser HelpCommand.swift
[25/40] Compiling ArgumentParser StringExtensions.swift
[26/40] Compiling ArgumentParser Tree.swift
[27/40] Compiling VIPER VIPER.swift
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:294:13: warning: var 'viewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
292 | //------------------------------------------------------------------------------
293 |
294 | private var viewKey = "VIPER.View"
    |             |- warning: var 'viewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'viewKey' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'viewKey' 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
295 | private var interactorKey = "VIPER.Interactor"
296 | private var presenterKey = "VIPER.Presenter"
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:295:13: warning: var 'interactorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
293 |
294 | private var viewKey = "VIPER.View"
295 | private var interactorKey = "VIPER.Interactor"
    |             |- warning: var 'interactorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'interactorKey' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'interactorKey' 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
296 | private var presenterKey = "VIPER.Presenter"
297 | private var routerKey = "VIPER.Router"
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:296:13: warning: var 'presenterKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
294 | private var viewKey = "VIPER.View"
295 | private var interactorKey = "VIPER.Interactor"
296 | private var presenterKey = "VIPER.Presenter"
    |             |- warning: var 'presenterKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'presenterKey' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'presenterKey' 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
297 | private var routerKey = "VIPER.Router"
298 |
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:297:13: warning: var 'routerKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
295 | private var interactorKey = "VIPER.Interactor"
296 | private var presenterKey = "VIPER.Presenter"
297 | private var routerKey = "VIPER.Router"
    |             |- warning: var 'routerKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'routerKey' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'routerKey' 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
298 |
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:43:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 41 |
 42 |     func send(_ userInteraction: UserInteraction) {
 43 |         (objc_getAssociatedObject(self, &presenterKey) as? (UserInteraction) -> Void)?(userInteraction)
    |                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 44 |     }
 45 |
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:101:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 99 |
100 |     func send(_ useCase: UseCase) {
101 |         (objc_getAssociatedObject(self, &interactorKey) as? (UseCase) -> Void)?(useCase)
    |                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
102 |     }
103 |
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:105:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
103 |
104 |     func send(_ navigation: Navigation) {
105 |         (objc_getAssociatedObject(self, &routerKey) as? (Navigation) -> Void)?(navigation)
    |                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
106 |     }
107 |
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:195:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
193 |
194 |     var view: View? {
195 |         objc_getAssociatedObject(self, &viewKey) as? View
    |                                        `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
196 |     }
197 |
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:256:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
254 |         let view = View(viewModel: presenter.viewModel)
255 |
256 |         objc_setAssociatedObject(view, &presenterKey, { [presenter] userInteraction in
    |                                        `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
257 |             presenter.receive(userInteraction: userInteraction)
258 |         }, .OBJC_ASSOCIATION_RETAIN)
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:260:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
258 |         }, .OBJC_ASSOCIATION_RETAIN)
259 |
260 |         objc_setAssociatedObject(presenter, &interactorKey, { [interactor] useCase in
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
261 |             interactor.receive(useCase: useCase)
262 |         }, .OBJC_ASSOCIATION_RETAIN)
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:264:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
262 |         }, .OBJC_ASSOCIATION_RETAIN)
263 |
264 |         objc_setAssociatedObject(presenter, &routerKey, { [router] navigation in
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
265 |             router.receive(navigation: navigation)
266 |         }, .OBJC_ASSOCIATION_RETAIN)
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:268:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
266 |         }, .OBJC_ASSOCIATION_RETAIN)
267 |
268 |         objc_setAssociatedObject(router, &viewKey, view, .OBJC_ASSOCIATION_ASSIGN)
    |                                          `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
269 |
270 |         router.configure(view: view)
[28/40] Emitting module VIPER
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:294:13: warning: var 'viewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
292 | //------------------------------------------------------------------------------
293 |
294 | private var viewKey = "VIPER.View"
    |             |- warning: var 'viewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'viewKey' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'viewKey' 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
295 | private var interactorKey = "VIPER.Interactor"
296 | private var presenterKey = "VIPER.Presenter"
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:295:13: warning: var 'interactorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
293 |
294 | private var viewKey = "VIPER.View"
295 | private var interactorKey = "VIPER.Interactor"
    |             |- warning: var 'interactorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'interactorKey' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'interactorKey' 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
296 | private var presenterKey = "VIPER.Presenter"
297 | private var routerKey = "VIPER.Router"
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:296:13: warning: var 'presenterKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
294 | private var viewKey = "VIPER.View"
295 | private var interactorKey = "VIPER.Interactor"
296 | private var presenterKey = "VIPER.Presenter"
    |             |- warning: var 'presenterKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'presenterKey' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'presenterKey' 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
297 | private var routerKey = "VIPER.Router"
298 |
/Users/admin/builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:297:13: warning: var 'routerKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
295 | private var interactorKey = "VIPER.Interactor"
296 | private var presenterKey = "VIPER.Presenter"
297 | private var routerKey = "VIPER.Router"
    |             |- warning: var 'routerKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'routerKey' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'routerKey' 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
298 |
[29/40] Compiling ArgumentParser Flag.swift
[30/40] Compiling ArgumentParser NameSpecification.swift
[31/40] Compiling ArgumentParser Option.swift
[32/40] Compiling ArgumentParser OptionGroup.swift
[33/40] Compiling ArgumentParser CommandConfiguration.swift
[34/40] Compiling ArgumentParser ExpressibleByArgument.swift
[35/40] Compiling ArgumentParser HelpGenerator.swift
[36/40] Compiling ArgumentParser MessageInfo.swift
[37/40] Compiling ArgumentParser UsageGenerator.swift
[38/48] Compiling VIPERCommandLine View.swift
[39/48] Compiling VIPERCommandLine Template.swift
[40/48] Compiling VIPERCommandLine Router.swift
[41/48] Compiling VIPERCommandLine Presenter.swift
[42/48] Compiling VIPERCommandLine Module.swift
[43/48] Compiling VIPERCommandLine Interactor.swift
[44/48] Emitting module VIPERCommandLine
/Users/admin/builder/spi-builder-workspace/Sources/VIPERCommandLine/main.swift:7:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | struct VIPER: ParsableCommand {
 6 |
 7 |     static let configuration = CommandConfiguration(
   |                `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |         abstract: "A Swift command-line tool for VIPER. Use this tool by running `swift run viper-tools` from this package's directory.",
 9 |         subcommands: [Generate.self])
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
   |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 |   /// The name of the command to use on the command line.
15 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/VIPERCommandLine/main.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
 1 | import Foundation
 2 |
 3 | import ArgumentParser
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
 4 |
 5 | struct VIPER: ParsableCommand {
 6 |
 7 |     static let configuration = CommandConfiguration(
   |                |- note: annotate 'configuration' 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
 8 |         abstract: "A Swift command-line tool for VIPER. Use this tool by running `swift run viper-tools` from this package's directory.",
 9 |         subcommands: [Generate.self])
/Users/admin/builder/spi-builder-workspace/Sources/VIPERCommandLine/main.swift:17:23: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
15 | struct Generate: ParsableCommand {
16 |
17 |     public static let configuration = CommandConfiguration(abstract: "Generate a module of VIPER components at a given file location.")
   |                       |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'configuration' 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
18 |
19 |     private var fileManager: FileManager {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
   |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 |   /// The name of the command to use on the command line.
15 |   ///
[45/48] Compiling VIPERCommandLine main.swift
/Users/admin/builder/spi-builder-workspace/Sources/VIPERCommandLine/main.swift:7:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | struct VIPER: ParsableCommand {
 6 |
 7 |     static let configuration = CommandConfiguration(
   |                `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |         abstract: "A Swift command-line tool for VIPER. Use this tool by running `swift run viper-tools` from this package's directory.",
 9 |         subcommands: [Generate.self])
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
   |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 |   /// The name of the command to use on the command line.
15 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/VIPERCommandLine/main.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
 1 | import Foundation
 2 |
 3 | import ArgumentParser
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
 4 |
 5 | struct VIPER: ParsableCommand {
 6 |
 7 |     static let configuration = CommandConfiguration(
   |                |- note: annotate 'configuration' 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
 8 |         abstract: "A Swift command-line tool for VIPER. Use this tool by running `swift run viper-tools` from this package's directory.",
 9 |         subcommands: [Generate.self])
/Users/admin/builder/spi-builder-workspace/Sources/VIPERCommandLine/main.swift:17:23: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
15 | struct Generate: ParsableCommand {
16 |
17 |     public static let configuration = CommandConfiguration(abstract: "Generate a module of VIPER components at a given file location.")
   |                       |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'configuration' 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
18 |
19 |     private var fileManager: FileManager {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
   |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 |   /// The name of the command to use on the command line.
15 |   ///
[45/48] Write Objects.LinkFileList
[46/48] Linking viper-tools
[47/48] Applying viper-tools
Build complete! (14.39s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "VIPER",
  "name" : "VIPER",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "viper-tools",
      "targets" : [
        "VIPERCommandLine"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VIPER",
      "targets" : [
        "VIPER"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VIPERTests",
      "module_type" : "SwiftTarget",
      "name" : "VIPERTests",
      "path" : "Tests/VIPERTests",
      "sources" : [
        "Example/Interactor.swift",
        "Example/Module.swift",
        "Example/Presenter.swift",
        "Example/Router.swift",
        "Example/View.swift",
        "VIPERTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VIPER"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VIPERCommandLine",
      "module_type" : "SwiftTarget",
      "name" : "VIPERCommandLine",
      "path" : "Sources/VIPERCommandLine",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "viper-tools"
      ],
      "sources" : [
        "Templates/Interactor.swift",
        "Templates/Module.swift",
        "Templates/Presenter.swift",
        "Templates/Router.swift",
        "Templates/Template.swift",
        "Templates/View.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "VIPER",
      "module_type" : "SwiftTarget",
      "name" : "VIPER",
      "path" : "Sources/VIPER",
      "product_memberships" : [
        "VIPER"
      ],
      "sources" : [
        "VIPER.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.