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 Prism, reference main (f8d985), with Swift 6.1 for Linux on 26 Apr 2025 03:45:33 UTC.

Swift 6 data race errors: 5

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GettEngineering/Prism.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/GettEngineering/Prism
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f8d9855 Prism binary build
Cloned https://github.com/GettEngineering/Prism.git
Revision (git rev-parse @):
f8d98551806be0b47a873da8170dbf0cc7d97ada
SUCCESS checkout https://github.com/GettEngineering/Prism.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GettEngineering/Prism.git
https://github.com/GettEngineering/Prism.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "mockduck",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/BuzzFeed/MockDuck"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "Prism",
  "name" : "Prism",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "prism",
      "targets" : [
        "prism"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PrismCore",
      "targets" : [
        "PrismCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ZeplinSwift",
      "targets" : [
        "ZeplinSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FigmaSwift",
      "targets" : [
        "FigmaSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "prism",
      "module_type" : "SwiftTarget",
      "name" : "prism",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "prism"
      ],
      "sources" : [
        "CommandError.swift",
        "Commands+Generate.swift",
        "Commands+Initialize.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PrismCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ZeplinSwift",
      "module_type" : "SwiftTarget",
      "name" : "ZeplinSwift",
      "path" : "Sources/Providers/ZeplinAPI",
      "product_memberships" : [
        "prism",
        "PrismCore",
        "ZeplinSwift"
      ],
      "sources" : [
        "Models/AssetOwner.swift",
        "Models/Color.swift",
        "Models/Project.swift",
        "Models/Spacing.swift",
        "Models/Styleguide.swift",
        "Models/TextStyle.swift",
        "ZeplinAPI.swift"
      ],
      "target_dependencies" : [
        "ProviderCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProviderCore",
      "module_type" : "SwiftTarget",
      "name" : "ProviderCore",
      "path" : "Sources/Providers/ProviderCore",
      "product_memberships" : [
        "prism",
        "PrismCore",
        "ZeplinSwift",
        "FigmaSwift"
      ],
      "sources" : [
        "AssetProvider.swift",
        "Configuration.swift",
        "Helpers/Codable+Ext.swift",
        "Helpers/UserInput.swift",
        "Models/AssetIdentity.swift",
        "Models/Assets.swift",
        "Models/Color.swift",
        "Models/Spacing.swift",
        "Models/TextStyle.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrismCore",
      "module_type" : "SwiftTarget",
      "name" : "PrismCore",
      "path" : "Sources/PrismCore",
      "product_dependencies" : [
        "Yams"
      ],
      "product_memberships" : [
        "prism",
        "PrismCore"
      ],
      "sources" : [
        "Models/Zeplin+Prism.swift",
        "Providers/AssetProvider+Templates.swift",
        "Providers/Figma/Figma+Configuration.swift",
        "Providers/Figma/Figma+Generate.swift",
        "Providers/Figma/Figma+Initialize.swift",
        "Providers/Figma/Figma.swift",
        "Providers/Zeplin/Zeplin+Assets.swift",
        "Providers/Zeplin/Zeplin+Configuration.swift",
        "Providers/Zeplin/Zeplin+Generate.swift",
        "Providers/Zeplin/Zeplin+Initialize.swift",
        "Providers/Zeplin/Zeplin.swift",
        "TemplateParser/TemplateParser+Block.swift",
        "TemplateParser/TemplateParser+Token.swift",
        "TemplateParser/TemplateParser+Transformation.swift",
        "TemplateParser/TemplateParser.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "ZeplinSwift",
        "FigmaSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FigmaSwift",
      "module_type" : "SwiftTarget",
      "name" : "FigmaSwift",
      "path" : "Sources/Providers/FigmaAPI",
      "product_memberships" : [
        "prism",
        "PrismCore",
        "FigmaSwift"
      ],
      "sources" : [
        "FigmaAPI.swift",
        "Models/Color.swift",
        "Models/Effect.swift",
        "Models/File.swift",
        "Models/Hyperlink.swift",
        "Models/Layout.swift",
        "Models/Metrics.swift",
        "Models/Node.swift",
        "Models/Nodes/ArcData.swift",
        "Models/Nodes/BooleanOperation.swift",
        "Models/Nodes/Canvas.swift",
        "Models/Nodes/Ellipse.swift",
        "Models/Nodes/Frame.swift",
        "Models/Nodes/Instance.swift",
        "Models/Nodes/Rectangle.swift",
        "Models/Nodes/Slice.swift",
        "Models/Nodes/Text.swift",
        "Models/Nodes/Vector.swift",
        "Models/Paint.swift",
        "Models/Stroke.swift",
        "Models/Style.swift",
        "Models/TypeStyle.swift"
      ],
      "target_dependencies" : [
        "ProviderCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/BuzzFeed/MockDuck
[1/572] Fetching mockduck
Fetched https://github.com/BuzzFeed/MockDuck from cache (0.23s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/Quick/Quick
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/apple/swift-argument-parser
[1/14755] Fetching quick
[1477/25044] Fetching quick, yams
[3409/44611] Fetching quick, yams, nimble
[31960/57770] Fetching quick, yams, nimble, swift-snapshot-testing
[32355/72707] Fetching quick, yams, nimble, swift-snapshot-testing, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.11s)
[48822/57770] Fetching quick, yams, nimble, swift-snapshot-testing
Fetched https://github.com/jpsim/Yams from cache (1.57s)
[40639/47481] Fetching quick, nimble, swift-snapshot-testing
Fetched https://github.com/Quick/Quick from cache (2.28s)
Fetched https://github.com/Quick/Nimble from cache (2.29s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.33s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 3.0.1 (2.91s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.58s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.1.2 (0.84s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.56s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.18s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.73s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.58s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.3 (0.54s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/74813] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.80s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.85s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (6.07s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.65s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.42s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.54s)
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 3.0.1
Creating working copy for https://github.com/BuzzFeed/MockDuck
Working copy of https://github.com/BuzzFeed/MockDuck resolved at master (ce0189d)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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.3
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
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.1.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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
warning: 'spi-builder-workspace': dependency 'quick' is not used by any target
warning: 'spi-builder-workspace': dependency 'nimble' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-snapshot-testing' is not used by any target
warning: 'spi-builder-workspace': dependency 'mockduck' is not used by any target
Building for debugging...
[0/25] Write sources
[8/25] Compiling writer.c
[9/25] Compiling reader.c
[10/25] Compiling parser.c
[11/25] Compiling api.c
[12/25] Compiling scanner.c
[13/25] Write swift-version-24593BA9C3E375BF.txt
[14/25] Compiling emitter.c
[16/51] Emitting module ArgumentParserToolInfo
[17/51] Emitting module ProviderCore
[18/52] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/53] Compiling Yams Mark.swift
[20/53] Compiling Yams Node.Mapping.swift
[21/89] Wrapping AST for ArgumentParserToolInfo for debugging
[23/89] Compiling ArgumentParser ExpressibleByArgument.swift
[24/89] Compiling ArgumentParser ParsableArguments.swift
[25/89] Compiling ArgumentParser ArgumentHelp.swift
[26/89] Compiling ArgumentParser CompletionKind.swift
[27/89] Compiling ArgumentParser Errors.swift
[28/89] Compiling ArgumentParser Flag.swift
[29/89] Compiling ArgumentParser NameSpecification.swift
[30/93] Emitting module ArgumentParser
[31/93] Compiling ArgumentParser BashCompletionsGenerator.swift
[32/93] Compiling ArgumentParser CompletionsGenerator.swift
[33/93] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/93] Compiling ArgumentParser Argument.swift
[36/93] Compiling ProviderCore Assets.swift
[37/93] Compiling ProviderCore Spacing.swift
[38/93] Compiling ProviderCore Color.swift
[39/93] Compiling ProviderCore TextStyle.swift
[40/93] Compiling ProviderCore UserInput.swift
[41/93] Compiling ProviderCore Codable+Ext.swift
[42/93] Compiling ProviderCore AssetIdentity.swift
[45/93] Compiling ArgumentParser CollectionExtensions.swift
[46/93] Compiling ArgumentParser SequenceExtensions.swift
[47/93] Compiling ArgumentParser StringExtensions.swift
[48/93] Compiling ArgumentParser Tree.swift
[51/93] Compiling ArgumentParser CommandConfiguration.swift
[52/93] Compiling ArgumentParser EnumerableFlag.swift
[53/93] Compiling ArgumentParser Option.swift
[54/93] Compiling ArgumentParser OptionGroup.swift
[55/94] Compiling ArgumentParser ParsedValues.swift
[56/94] Compiling ArgumentParser ParserError.swift
[57/94] Compiling ArgumentParser SplitArguments.swift
[58/94] Compiling ArgumentParser DumpHelpGenerator.swift
[59/94] Compiling ArgumentParser ArgumentSet.swift
[60/94] Compiling ArgumentParser CommandParser.swift
[61/94] Compiling ArgumentParser InputOrigin.swift
[62/94] Compiling ArgumentParser Name.swift
[63/94] Compiling ArgumentParser Parsed.swift
[64/94] Compiling ArgumentParser HelpCommand.swift
[65/94] Compiling ArgumentParser HelpGenerator.swift
[66/94] Compiling ArgumentParser MessageInfo.swift
[67/94] Compiling ArgumentParser UsageGenerator.swift
[72/94] Emitting module Yams
[81/94] Compiling ArgumentParser ParsableArgumentsValidation.swift
[82/94] Compiling ArgumentParser ParsableCommand.swift
[83/94] Compiling ArgumentParser ArgumentDecoder.swift
[84/94] Compiling ArgumentParser ArgumentDefinition.swift
[87/96] Wrapping AST for ProviderCore for debugging
[88/125] Wrapping AST for Yams for debugging
[89/125] Wrapping AST for ArgumentParser for debugging
[91/125] Compiling ZeplinSwift TextStyle.swift
[92/125] Emitting module FigmaSwift
[93/127] Compiling ZeplinSwift Color.swift
[94/127] Compiling ZeplinSwift Spacing.swift
[95/127] Compiling ZeplinSwift Project.swift
[96/127] Compiling ZeplinSwift AssetOwner.swift
[97/127] Emitting module ZeplinSwift
[98/127] Compiling ZeplinSwift Styleguide.swift
[99/127] Compiling FigmaSwift File.swift
[100/127] Compiling FigmaSwift Hyperlink.swift
[101/127] Compiling FigmaSwift Layout.swift
[102/127] Compiling FigmaSwift Paint.swift
[103/127] Compiling FigmaSwift Stroke.swift
[104/127] Compiling FigmaSwift Metrics.swift
[105/127] Compiling FigmaSwift Node.swift
[106/127] Compiling FigmaSwift ArcData.swift
[107/127] Compiling FigmaSwift BooleanOperation.swift
[108/127] Compiling FigmaSwift Canvas.swift
[109/127] Compiling FigmaSwift Ellipse.swift
[110/127] Compiling ZeplinSwift ZeplinAPI.swift
/host/spi-builder-workspace/Sources/Providers/ZeplinAPI/ZeplinAPI.swift:223:25: warning: capture of 'completion' with non-sendable type '(Result<Model, ZeplinAPI.Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
221 |                     do {
222 |                         let error = try APIError.decode(from: data)
223 |                         completion(.failure(.apiError(message: error.description)))
    |                         |- warning: capture of 'completion' with non-sendable type '(Result<Model, ZeplinAPI.Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
224 |                     } catch {
225 |                         completion(.failure(Error.unknownAPIError(statusCode: response.statusCode,
/host/spi-builder-workspace/Sources/Providers/ZeplinAPI/ZeplinAPI.swift:226:72: warning: reference to captured var 'request' in concurrently-executing code; this is an error in the Swift 6 language mode
224 |                     } catch {
225 |                         completion(.failure(Error.unknownAPIError(statusCode: response.statusCode,
226 |                                                                   url: request.url?.absoluteString ?? "N/A",
    |                                                                        `- warning: reference to captured var 'request' in concurrently-executing code; this is an error in the Swift 6 language mode
227 |                                                                   message: "\(error)")))
228 |                     }
[111/128] Compiling FigmaSwift Frame.swift
[112/128] Compiling FigmaSwift Instance.swift
[113/128] Compiling FigmaSwift Rectangle.swift
[114/128] Compiling FigmaSwift Slice.swift
[115/128] Compiling FigmaSwift Text.swift
[116/128] Compiling FigmaSwift Vector.swift
[117/128] Compiling FigmaSwift FigmaAPI.swift
/host/spi-builder-workspace/Sources/Providers/FigmaAPI/FigmaAPI.swift:64:25: warning: capture of 'completion' with non-sendable type '(Result<Model, FigmaAPI.Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 62 |                     do {
 63 |                         let error = try APIError.decode(from: data)
 64 |                         completion(.failure(.apiError(message: error.description)))
    |                         |- warning: capture of 'completion' with non-sendable type '(Result<Model, FigmaAPI.Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 65 |                     } catch {
 66 |                         completion(.failure(Error.unknownAPIError(statusCode: response.statusCode,
/host/spi-builder-workspace/Sources/Providers/FigmaAPI/FigmaAPI.swift:67:72: warning: reference to captured var 'request' in concurrently-executing code; this is an error in the Swift 6 language mode
 65 |                     } catch {
 66 |                         completion(.failure(Error.unknownAPIError(statusCode: response.statusCode,
 67 |                                                                   url: request.url?.absoluteString ?? "N/A",
    |                                                                        `- warning: reference to captured var 'request' in concurrently-executing code; this is an error in the Swift 6 language mode
 68 |                                                                   message: "\(error)")))
 69 |                     }
[118/128] Compiling FigmaSwift Color.swift
/host/spi-builder-workspace/Sources/Providers/FigmaAPI/FigmaAPI.swift:64:25: warning: capture of 'completion' with non-sendable type '(Result<Model, FigmaAPI.Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 62 |                     do {
 63 |                         let error = try APIError.decode(from: data)
 64 |                         completion(.failure(.apiError(message: error.description)))
    |                         |- warning: capture of 'completion' with non-sendable type '(Result<Model, FigmaAPI.Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 65 |                     } catch {
 66 |                         completion(.failure(Error.unknownAPIError(statusCode: response.statusCode,
/host/spi-builder-workspace/Sources/Providers/FigmaAPI/FigmaAPI.swift:67:72: warning: reference to captured var 'request' in concurrently-executing code; this is an error in the Swift 6 language mode
 65 |                     } catch {
 66 |                         completion(.failure(Error.unknownAPIError(statusCode: response.statusCode,
 67 |                                                                   url: request.url?.absoluteString ?? "N/A",
    |                                                                        `- warning: reference to captured var 'request' in concurrently-executing code; this is an error in the Swift 6 language mode
 68 |                                                                   message: "\(error)")))
 69 |                     }
[119/128] Compiling FigmaSwift Effect.swift
/host/spi-builder-workspace/Sources/Providers/FigmaAPI/FigmaAPI.swift:64:25: warning: capture of 'completion' with non-sendable type '(Result<Model, FigmaAPI.Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 62 |                     do {
 63 |                         let error = try APIError.decode(from: data)
 64 |                         completion(.failure(.apiError(message: error.description)))
    |                         |- warning: capture of 'completion' with non-sendable type '(Result<Model, FigmaAPI.Error>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 65 |                     } catch {
 66 |                         completion(.failure(Error.unknownAPIError(statusCode: response.statusCode,
/host/spi-builder-workspace/Sources/Providers/FigmaAPI/FigmaAPI.swift:67:72: warning: reference to captured var 'request' in concurrently-executing code; this is an error in the Swift 6 language mode
 65 |                     } catch {
 66 |                         completion(.failure(Error.unknownAPIError(statusCode: response.statusCode,
 67 |                                                                   url: request.url?.absoluteString ?? "N/A",
    |                                                                        `- warning: reference to captured var 'request' in concurrently-executing code; this is an error in the Swift 6 language mode
 68 |                                                                   message: "\(error)")))
 69 |                     }
[121/128] Compiling FigmaSwift Style.swift
[122/128] Compiling FigmaSwift TypeStyle.swift
[122/129] Wrapping AST for ZeplinSwift for debugging
[124/129] Wrapping AST for FigmaSwift for debugging
[126/144] Compiling PrismCore Figma+Configuration.swift
[127/144] Compiling PrismCore Figma+Generate.swift
[128/144] Compiling PrismCore Zeplin+Prism.swift
[129/144] Compiling PrismCore AssetProvider+Templates.swift
[130/144] Emitting module PrismCore
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:14:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'RawColorRepresentable', 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
12 |
13 | // MARK: - Zeplin Model Conformances
14 | extension ZeplinSwift.Color: RawColorRepresentable, AssetIdentifiable { }
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'RawColorRepresentable', 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:15:1: warning: extension declares a conformance of imported type 'RawColor' to imported protocol 'RawColorRepresentable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
13 | // MARK: - Zeplin Model Conformances
14 | extension ZeplinSwift.Color: RawColorRepresentable, AssetIdentifiable { }
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
   | |- warning: extension declares a conformance of imported type 'RawColor' to imported protocol 'RawColorRepresentable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
17 | extension ZeplinSwift.Spacing: AssetIdentifiable {}
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:16:1: warning: extension declares a conformance of imported type 'TextStyle' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
14 | extension ZeplinSwift.Color: RawColorRepresentable, AssetIdentifiable { }
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
   | |- warning: extension declares a conformance of imported type 'TextStyle' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension ZeplinSwift.Spacing: AssetIdentifiable {}
18 |
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:17:1: warning: extension declares a conformance of imported type 'Spacing' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
17 | extension ZeplinSwift.Spacing: AssetIdentifiable {}
   | |- warning: extension declares a conformance of imported type 'Spacing' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
19 | extension ProviderCore.Color {
/host/spi-builder-workspace/Sources/PrismCore/TemplateParser/TemplateParser.swift:343:14: warning: associated value 'missingColorForTextStyle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'TextStyle'; this is an error in the Swift 6 language mode
341 |         /// no identity / name, or while a color doesn't match from
342 |         /// the project's colors
343 |         case missingColorForTextStyle(TextStyle)
    |              `- warning: associated value 'missingColorForTextStyle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'TextStyle'; this is an error in the Swift 6 language mode
344 |
345 |         /// One or more prohibited identities were used
/host/spi-builder-workspace/Sources/Providers/ProviderCore/Models/TextStyle.swift:11:15: note: struct 'TextStyle' does not conform to the 'Sendable' protocol
 9 | import Foundation
10 |
11 | public struct TextStyle: Equatable, AssetIdentifiable {
   |               `- note: struct 'TextStyle' does not conform to the 'Sendable' protocol
12 |     public let name: String
13 |     public let fontFamily: String
/host/spi-builder-workspace/Sources/PrismCore/TemplateParser/TemplateParser.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ProviderCore'
  8 |
  9 | import Foundation
 10 | import ProviderCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ProviderCore'
 11 |
 12 | /// Provides a mechanism to parse and process Prism-flavored
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/PrismCore/Utils.swift:11:5: warning: let 'os_exit' is not concurrency-safe because non-'Sendable' type '(Int32) -> Never' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | #if os(Linux)
10 | import Glibc
11 | let os_exit: (Int32) -> Never = Glibc.exit
   |     |- warning: let 'os_exit' is not concurrency-safe because non-'Sendable' type '(Int32) -> Never' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'os_exit' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | #elseif os(Windows)
13 | import ucrt
[131/146] Compiling PrismCore Figma+Initialize.swift
[132/146] Compiling PrismCore Figma.swift
[133/146] Compiling PrismCore Zeplin+Assets.swift
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:14:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'RawColorRepresentable', 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
12 |
13 | // MARK: - Zeplin Model Conformances
14 | extension ZeplinSwift.Color: RawColorRepresentable, AssetIdentifiable { }
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'RawColorRepresentable', 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:15:1: warning: extension declares a conformance of imported type 'RawColor' to imported protocol 'RawColorRepresentable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
13 | // MARK: - Zeplin Model Conformances
14 | extension ZeplinSwift.Color: RawColorRepresentable, AssetIdentifiable { }
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
   | |- warning: extension declares a conformance of imported type 'RawColor' to imported protocol 'RawColorRepresentable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
17 | extension ZeplinSwift.Spacing: AssetIdentifiable {}
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:16:1: warning: extension declares a conformance of imported type 'TextStyle' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
14 | extension ZeplinSwift.Color: RawColorRepresentable, AssetIdentifiable { }
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
   | |- warning: extension declares a conformance of imported type 'TextStyle' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension ZeplinSwift.Spacing: AssetIdentifiable {}
18 |
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:17:1: warning: extension declares a conformance of imported type 'Spacing' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
17 | extension ZeplinSwift.Spacing: AssetIdentifiable {}
   | |- warning: extension declares a conformance of imported type 'Spacing' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
19 | extension ProviderCore.Color {
[134/146] Compiling PrismCore Zeplin+Configuration.swift
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:14:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'RawColorRepresentable', 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
12 |
13 | // MARK: - Zeplin Model Conformances
14 | extension ZeplinSwift.Color: RawColorRepresentable, AssetIdentifiable { }
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'RawColorRepresentable', 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:15:1: warning: extension declares a conformance of imported type 'RawColor' to imported protocol 'RawColorRepresentable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
13 | // MARK: - Zeplin Model Conformances
14 | extension ZeplinSwift.Color: RawColorRepresentable, AssetIdentifiable { }
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
   | |- warning: extension declares a conformance of imported type 'RawColor' to imported protocol 'RawColorRepresentable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
17 | extension ZeplinSwift.Spacing: AssetIdentifiable {}
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:16:1: warning: extension declares a conformance of imported type 'TextStyle' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
14 | extension ZeplinSwift.Color: RawColorRepresentable, AssetIdentifiable { }
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
   | |- warning: extension declares a conformance of imported type 'TextStyle' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension ZeplinSwift.Spacing: AssetIdentifiable {}
18 |
/host/spi-builder-workspace/Sources/PrismCore/Providers/Zeplin/Zeplin+Assets.swift:17:1: warning: extension declares a conformance of imported type 'Spacing' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
15 | extension ZeplinSwift.RawColor: RawColorRepresentable {}
16 | extension ZeplinSwift.TextStyle: AssetIdentifiable {}
17 | extension ZeplinSwift.Spacing: AssetIdentifiable {}
   | |- warning: extension declares a conformance of imported type 'Spacing' to imported protocol 'AssetIdentifiable'; this will not behave correctly if the owners of 'ZeplinSwift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
19 | extension ProviderCore.Color {
[135/146] Compiling PrismCore Zeplin+Generate.swift
[136/146] Compiling PrismCore Zeplin+Initialize.swift
[137/146] Compiling PrismCore Zeplin.swift
[138/146] Compiling PrismCore TemplateParser+Block.swift
[139/146] Compiling PrismCore TemplateParser+Token.swift
[140/146] Compiling PrismCore TemplateParser+Transformation.swift
[141/146] Compiling PrismCore TemplateParser.swift
/host/spi-builder-workspace/Sources/PrismCore/TemplateParser/TemplateParser.swift:343:14: warning: associated value 'missingColorForTextStyle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'TextStyle'; this is an error in the Swift 6 language mode
341 |         /// no identity / name, or while a color doesn't match from
342 |         /// the project's colors
343 |         case missingColorForTextStyle(TextStyle)
    |              `- warning: associated value 'missingColorForTextStyle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'TextStyle'; this is an error in the Swift 6 language mode
344 |
345 |         /// One or more prohibited identities were used
/host/spi-builder-workspace/Sources/Providers/ProviderCore/Models/TextStyle.swift:11:15: note: struct 'TextStyle' does not conform to the 'Sendable' protocol
 9 | import Foundation
10 |
11 | public struct TextStyle: Equatable, AssetIdentifiable {
   |               `- note: struct 'TextStyle' does not conform to the 'Sendable' protocol
12 |     public let name: String
13 |     public let fontFamily: String
/host/spi-builder-workspace/Sources/PrismCore/TemplateParser/TemplateParser.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ProviderCore'
  8 |
  9 | import Foundation
 10 | import ProviderCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ProviderCore'
 11 |
 12 | /// Provides a mechanism to parse and process Prism-flavored
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/PrismCore/Utils.swift:11:5: warning: let 'os_exit' is not concurrency-safe because non-'Sendable' type '(Int32) -> Never' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | #if os(Linux)
10 | import Glibc
11 | let os_exit: (Int32) -> Never = Glibc.exit
   |     |- warning: let 'os_exit' is not concurrency-safe because non-'Sendable' type '(Int32) -> Never' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'os_exit' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | #elseif os(Windows)
13 | import ucrt
[142/146] Compiling PrismCore Utils.swift
/host/spi-builder-workspace/Sources/PrismCore/TemplateParser/TemplateParser.swift:343:14: warning: associated value 'missingColorForTextStyle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'TextStyle'; this is an error in the Swift 6 language mode
341 |         /// no identity / name, or while a color doesn't match from
342 |         /// the project's colors
343 |         case missingColorForTextStyle(TextStyle)
    |              `- warning: associated value 'missingColorForTextStyle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'TextStyle'; this is an error in the Swift 6 language mode
344 |
345 |         /// One or more prohibited identities were used
/host/spi-builder-workspace/Sources/Providers/ProviderCore/Models/TextStyle.swift:11:15: note: struct 'TextStyle' does not conform to the 'Sendable' protocol
 9 | import Foundation
10 |
11 | public struct TextStyle: Equatable, AssetIdentifiable {
   |               `- note: struct 'TextStyle' does not conform to the 'Sendable' protocol
12 |     public let name: String
13 |     public let fontFamily: String
/host/spi-builder-workspace/Sources/PrismCore/TemplateParser/TemplateParser.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ProviderCore'
  8 |
  9 | import Foundation
 10 | import ProviderCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ProviderCore'
 11 |
 12 | /// Provides a mechanism to parse and process Prism-flavored
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/PrismCore/Utils.swift:11:5: warning: let 'os_exit' is not concurrency-safe because non-'Sendable' type '(Int32) -> Never' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | #if os(Linux)
10 | import Glibc
11 | let os_exit: (Int32) -> Never = Glibc.exit
   |     |- warning: let 'os_exit' is not concurrency-safe because non-'Sendable' type '(Int32) -> Never' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'os_exit' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | #elseif os(Windows)
13 | import ucrt
[143/147] Wrapping AST for PrismCore for debugging
[145/152] Compiling prism main.swift
/host/spi-builder-workspace/Sources/CLI/main.swift:14: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
12 |
13 | struct PrismCLI: ParsableCommand {
14 |     static let configuration: CommandConfiguration = .init(
   |                `- 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 |         commandName: "prism",
16 |         abstract: "🎨 A CLI to Generate platform-specific design code from Zeplin Projects",
/host/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 |   ///
/host/spi-builder-workspace/Sources/CLI/main.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
 9 | import PrismCore
10 | import Foundation
11 | import ArgumentParser
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
12 |
13 | struct PrismCLI: ParsableCommand {
14 |     static let configuration: CommandConfiguration = .init(
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         commandName: "prism",
16 |         abstract: "🎨 A CLI to Generate platform-specific design code from Zeplin Projects",
[146/152] Compiling prism Commands+Initialize.swift
/host/spi-builder-workspace/Sources/CLI/Commands+Initialize.swift:18:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 | // MARK: - Initialize command
 17 | struct Initialize: ParsableCommand {
 18 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |       commandName: "init",
 20 |       abstract: "Bootstrap Prism for your project"
/host/spi-builder-workspace/Sources/CLI/Commands+Initialize.swift:135:1: warning: extension declares a conformance of imported type 'AssetProvider' to imported protocol 'InputOption'; this will not behave correctly if the owners of 'ProviderCore' introduce this conformance in the future
133 | }
134 |
135 | extension AssetProvider: InputOption {
    | |- warning: extension declares a conformance of imported type 'AssetProvider' to imported protocol 'InputOption'; this will not behave correctly if the owners of 'ProviderCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
136 |     public var aliases: [String] {
137 |         return [rawValue]
[147/152] Compiling prism CommandError.swift
[148/152] Emitting module prism
/host/spi-builder-workspace/Sources/CLI/main.swift:14: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
12 |
13 | struct PrismCLI: ParsableCommand {
14 |     static let configuration: CommandConfiguration = .init(
   |                `- 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 |         commandName: "prism",
16 |         abstract: "🎨 A CLI to Generate platform-specific design code from Zeplin Projects",
/host/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 |   ///
/host/spi-builder-workspace/Sources/CLI/main.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
 9 | import PrismCore
10 | import Foundation
11 | import ArgumentParser
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
12 |
13 | struct PrismCLI: ParsableCommand {
14 |     static let configuration: CommandConfiguration = .init(
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         commandName: "prism",
16 |         abstract: "🎨 A CLI to Generate platform-specific design code from Zeplin Projects",
/host/spi-builder-workspace/Sources/CLI/Commands+Generate.swift:17:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | // MARK: - Generate command
 16 | struct Generate: ParsableCommand {
 17 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |         commandName: "generate",
 19 |         abstract: "Generate text style and colors definitions from a set of templates and store the resulting output to the provided paths"
/host/spi-builder-workspace/Sources/CLI/Commands+Initialize.swift:18:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 | // MARK: - Initialize command
 17 | struct Initialize: ParsableCommand {
 18 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |       commandName: "init",
 20 |       abstract: "Bootstrap Prism for your project"
/host/spi-builder-workspace/Sources/CLI/Commands+Initialize.swift:135:1: warning: extension declares a conformance of imported type 'AssetProvider' to imported protocol 'InputOption'; this will not behave correctly if the owners of 'ProviderCore' introduce this conformance in the future
133 | }
134 |
135 | extension AssetProvider: InputOption {
    | |- warning: extension declares a conformance of imported type 'AssetProvider' to imported protocol 'InputOption'; this will not behave correctly if the owners of 'ProviderCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
136 |     public var aliases: [String] {
137 |         return [rawValue]
[149/152] Compiling prism Commands+Generate.swift
/host/spi-builder-workspace/Sources/CLI/Commands+Generate.swift:17:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | // MARK: - Generate command
 16 | struct Generate: ParsableCommand {
 17 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |         commandName: "generate",
 19 |         abstract: "Generate text style and colors definitions from a set of templates and store the resulting output to the provided paths"
[150/153] Wrapping AST for prism for debugging
[151/153] Write Objects.LinkFileList
[152/153] Linking prism
Build complete! (42.20s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "mockduck",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/BuzzFeed/MockDuck"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "Prism",
  "name" : "Prism",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "prism",
      "targets" : [
        "prism"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PrismCore",
      "targets" : [
        "PrismCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ZeplinSwift",
      "targets" : [
        "ZeplinSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FigmaSwift",
      "targets" : [
        "FigmaSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "prism",
      "module_type" : "SwiftTarget",
      "name" : "prism",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "prism"
      ],
      "sources" : [
        "CommandError.swift",
        "Commands+Generate.swift",
        "Commands+Initialize.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PrismCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ZeplinSwift",
      "module_type" : "SwiftTarget",
      "name" : "ZeplinSwift",
      "path" : "Sources/Providers/ZeplinAPI",
      "product_memberships" : [
        "prism",
        "PrismCore",
        "ZeplinSwift"
      ],
      "sources" : [
        "Models/AssetOwner.swift",
        "Models/Color.swift",
        "Models/Project.swift",
        "Models/Spacing.swift",
        "Models/Styleguide.swift",
        "Models/TextStyle.swift",
        "ZeplinAPI.swift"
      ],
      "target_dependencies" : [
        "ProviderCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProviderCore",
      "module_type" : "SwiftTarget",
      "name" : "ProviderCore",
      "path" : "Sources/Providers/ProviderCore",
      "product_memberships" : [
        "prism",
        "PrismCore",
        "ZeplinSwift",
        "FigmaSwift"
      ],
      "sources" : [
        "AssetProvider.swift",
        "Configuration.swift",
        "Helpers/Codable+Ext.swift",
        "Helpers/UserInput.swift",
        "Models/AssetIdentity.swift",
        "Models/Assets.swift",
        "Models/Color.swift",
        "Models/Spacing.swift",
        "Models/TextStyle.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrismCore",
      "module_type" : "SwiftTarget",
      "name" : "PrismCore",
      "path" : "Sources/PrismCore",
      "product_dependencies" : [
        "Yams"
      ],
      "product_memberships" : [
        "prism",
        "PrismCore"
      ],
      "sources" : [
        "Models/Zeplin+Prism.swift",
        "Providers/AssetProvider+Templates.swift",
        "Providers/Figma/Figma+Configuration.swift",
        "Providers/Figma/Figma+Generate.swift",
        "Providers/Figma/Figma+Initialize.swift",
        "Providers/Figma/Figma.swift",
        "Providers/Zeplin/Zeplin+Assets.swift",
        "Providers/Zeplin/Zeplin+Configuration.swift",
        "Providers/Zeplin/Zeplin+Generate.swift",
        "Providers/Zeplin/Zeplin+Initialize.swift",
        "Providers/Zeplin/Zeplin.swift",
        "TemplateParser/TemplateParser+Block.swift",
        "TemplateParser/TemplateParser+Token.swift",
        "TemplateParser/TemplateParser+Transformation.swift",
        "TemplateParser/TemplateParser.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "ZeplinSwift",
        "FigmaSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FigmaSwift",
      "module_type" : "SwiftTarget",
      "name" : "FigmaSwift",
      "path" : "Sources/Providers/FigmaAPI",
      "product_memberships" : [
        "prism",
        "PrismCore",
        "FigmaSwift"
      ],
      "sources" : [
        "FigmaAPI.swift",
        "Models/Color.swift",
        "Models/Effect.swift",
        "Models/File.swift",
        "Models/Hyperlink.swift",
        "Models/Layout.swift",
        "Models/Metrics.swift",
        "Models/Node.swift",
        "Models/Nodes/ArcData.swift",
        "Models/Nodes/BooleanOperation.swift",
        "Models/Nodes/Canvas.swift",
        "Models/Nodes/Ellipse.swift",
        "Models/Nodes/Frame.swift",
        "Models/Nodes/Instance.swift",
        "Models/Nodes/Rectangle.swift",
        "Models/Nodes/Slice.swift",
        "Models/Nodes/Text.swift",
        "Models/Nodes/Vector.swift",
        "Models/Paint.swift",
        "Models/Stroke.swift",
        "Models/Style.swift",
        "Models/TypeStyle.swift"
      ],
      "target_dependencies" : [
        "ProviderCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.