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 nef, reference master (517340), with Swift 6.1 for Linux on 26 Apr 2025 19:14:33 UTC.

Swift 6 data race errors: 12

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/bow-swift/nef.git
Reference: master
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/bow-swift/nef
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 517340f env: use full path to invoke nef
Cloned https://github.com/bow-swift/nef.git
Revision (git rev-parse @):
517340f71e4e38eee24ac698d88a913a52d49b9e
SUCCESS checkout https://github.com/bow-swift/nef.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bow-swift/nef.git
https://github.com/bow-swift/nef.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bow",
      "requirement" : {
        "exact" : [
          "0.8.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bow-swift/bow.git"
    },
    {
      "identity" : "swiftline",
      "requirement" : {
        "exact" : [
          "0.5.6"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bow-swift/Swiftline.git"
    }
  ],
  "manifest_display_name" : "nef",
  "name" : "nef",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "nef",
      "targets" : [
        "nef",
        "NefModels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "nef",
      "module_type" : "SwiftTarget",
      "name" : "nef",
      "path" : "project/Component/nef",
      "product_dependencies" : [
        "Swiftline"
      ],
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Instances/UnixFileSystem.swift",
        "Instances/UnixPackageShell.swift",
        "Instances/UnixPlaygroundSystem.swift",
        "Instances/UnixRenderSystem.swift",
        "JekyllAPI.swift",
        "MarkdownAPI.swift",
        "Models/Error.swift",
        "SwiftPlaygroundAPI.swift",
        "Utils/BuildConfiguration.swift",
        "Utils/URL+PlaygroundPage.swift",
        "VersionAPI.swift"
      ],
      "target_dependencies" : [
        "NefModels",
        "NefCommon",
        "NefCore",
        "NefRender",
        "NefMarkdown",
        "NefJekyll",
        "NefSwiftPlayground"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefSwiftPlayground",
      "module_type" : "SwiftTarget",
      "name" : "NefSwiftPlayground",
      "path" : "project/Component/NefSwiftPlayground",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Algebras/PackageShell.swift",
        "Assets.swift",
        "Assets/ImageReference.swift",
        "Errors/PackageShellError.swift",
        "Errors/PlaygroundBookError.swift",
        "Errors/SwiftPlaygroundError.swift",
        "Models/Module.swift",
        "Models/Package.swift",
        "Models/PlaygroundBookEvent.swift",
        "Models/PlaygroundBookResolutionPath.swift",
        "Models/PlaygroundBookTemplate.swift",
        "Models/PlaygroundEnvironment.swift",
        "Models/PlaygroundResolutionPath.swift",
        "Models/SwiftPackage.swift",
        "Models/SwiftPackageProduct.swift",
        "PlaygroundBook.swift",
        "SwiftPlayground.swift"
      ],
      "target_dependencies" : [
        "NefCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefRender",
      "module_type" : "SwiftTarget",
      "name" : "NefRender",
      "path" : "project/Component/NefRender",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Errors/MarkdownError.swift",
        "Models/RenderEnvironment.swift",
        "Models/RenderEvent.swift",
        "Render.swift"
      ],
      "target_dependencies" : [
        "NefCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefModels",
      "module_type" : "SwiftTarget",
      "name" : "NefModels",
      "path" : "project/Component/NefModels",
      "product_dependencies" : [
        "Bow",
        "BowEffects",
        "BowOptics"
      ],
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "CarbonModel.swift",
        "CompilerOptions.swift",
        "PlaygroundDependencies.swift",
        "PlaygroundExcludeItem.swift",
        "PlaygroundPlatform.swift",
        "ProgressReport.swift",
        "RenderedPage.swift",
        "SwiftModule.swift",
        "WorkspaceInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "NefMarkdown",
      "path" : "project/Component/NefMarkdown",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Models/RenderMarkdownEnvironment.swift",
        "NefMarkdown.swift"
      ],
      "target_dependencies" : [
        "NefRender"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefJekyll",
      "module_type" : "SwiftTarget",
      "name" : "NefJekyll",
      "path" : "project/Component/NefJekyll",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Models/JekyllEvent.swift",
        "Models/RenderJekyllEnvironment.swift",
        "NefJekyll.swift"
      ],
      "target_dependencies" : [
        "NefRender"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefCore",
      "module_type" : "SwiftTarget",
      "name" : "NefCore",
      "path" : "project/Core",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Models/CoreEnvironments.swift",
        "Models/CoreRenderError.swift",
        "Models/Image.swift",
        "Models/MarkupNode.swift",
        "Parser/Lexical.swift",
        "Parser/Syntax.swift",
        "Render/CoreCarbon.swift",
        "Render/CoreCode.swift",
        "Render/CoreJekyll.swift",
        "Render/CoreMarkdown.swift",
        "Render/CoreRender.swift",
        "Utils/Node+Render.swift",
        "Utils/String+Format.swift"
      ],
      "target_dependencies" : [
        "NefCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefCommon",
      "module_type" : "SwiftTarget",
      "name" : "NefCommon",
      "path" : "project/Component/NefCommon",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Algebras/FileSystem.swift",
        "Algebras/NefPlaygroundSystem.swift",
        "Algebras/RenderingPersistence.swift",
        "Algebras/XcodePlaygroundSystem.swift",
        "Errors/FileSystemError.swift",
        "Errors/PlaygroundShellError.swift",
        "Errors/RenderingOutput.swift",
        "Errors/RenderingPersistenceError.swift",
        "Errors/XcodePlaygroundSystemError.swift",
        "Models/HasProgressReport.swift",
        "Models/NefPlaygroundURL.swift",
        "Models/RenderingURL.swift",
        "Utils/Array+Utils.swift",
        "Utils/Effects+Extensions.swift",
        "Utils/EnumeratedSequence+Extension.swift",
        "Utils/Platform+Utils.swift",
        "Utils/String+Path.swift",
        "Utils/String+Utils.swift"
      ],
      "target_dependencies" : [
        "NefModels"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "project/Tests/CoreTests",
      "sources" : [
        "JekyllTests.swift",
        "MarkdownTests.swift",
        "SyntaxTests.swift",
        "Utils/CoreRender+Test.swift"
      ],
      "target_dependencies" : [
        "NefCore"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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/bow-swift/bow.git
Fetching https://github.com/bow-swift/Swiftline.git
[1/805] Fetching swiftline
[806/55103] Fetching swiftline, bow
Fetched https://github.com/bow-swift/Swiftline.git from cache (0.37s)
[2715/54298] Fetching bow
Fetched https://github.com/bow-swift/bow.git from cache (23.01s)
Computing version for https://github.com/bow-swift/Swiftline.git
Computed https://github.com/bow-swift/Swiftline.git at 0.5.6 (23.58s)
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[11363/34322] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.11s)
Fetched https://github.com/Quick/Nimble.git from cache (1.13s)
Computing version for https://github.com/bow-swift/bow.git
Computed https://github.com/bow-swift/bow.git at 0.8.0 (1.66s)
Fetching https://github.com/bow-swift/SwiftCheck.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/4531] Fetching swiftcheck
[4532/57214] Fetching swiftcheck, rxswift
Fetched https://github.com/bow-swift/SwiftCheck.git from cache (3.81s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (3.95s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (4.41s)
Computing version for https://github.com/bow-swift/SwiftCheck.git
Computed https://github.com/bow-swift/SwiftCheck.git at 0.12.1 (0.46s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.46s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.22s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.69s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.45s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.19s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.64s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
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/bow-swift/Swiftline.git
Working copy of https://github.com/bow-swift/Swiftline.git resolved at 0.5.6
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/bow-swift/bow.git
Working copy of https://github.com/bow-swift/bow.git resolved at 0.8.0
Creating working copy for https://github.com/bow-swift/SwiftCheck.git
Working copy of https://github.com/bow-swift/SwiftCheck.git resolved at 0.12.1
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/125] Emitting module Swiftline
[15/128] Compiling Bow Co.swift
[16/128] Compiling Bow CoSum.swift
[17/128] Compiling Bow Const.swift
[18/128] Compiling Bow Coreader.swift
[19/128] Compiling Bow Day.swift
[20/128] Compiling Bow Dictionary.swift
[21/128] Compiling Bow DictionaryK.swift
[22/128] Compiling Swiftline StringStyle.swift
[23/128] Compiling Swiftline StringStyleColorizer.swift
[24/128] Compiling Swiftline TaskPipe.swift
[25/128] Compiling Bow Cokleisli.swift
[26/128] Compiling Bow Function0.swift
[27/128] Compiling Bow Function1.swift
[28/128] Compiling Bow FunctionK.swift
[29/128] Compiling Bow Kleisli.swift
[30/128] Compiling Bow Action.swift
[31/128] Compiling Bow Array.swift
[32/128] Compiling Bow ArrayK.swift
[38/140] Emitting module Bow
[40/140] Compiling Bow Result.swift
[41/140] Compiling Bow Set.swift
[42/140] Compiling Bow SetK.swift
[43/140] Compiling Bow Sum.swift
[44/140] Compiling Bow Trampoline.swift
[45/140] Compiling Bow Try.swift
[46/140] Compiling Bow Validated.swift
[47/140] Compiling Bow Zipper.swift
[48/140] Compiling Bow BoolInstances.swift
[49/140] Compiling Bow NumberInstances.swift
[50/140] Compiling Bow OptionInstances.swift
[55/140] Compiling Bow StoreT.swift
[56/140] Compiling Bow TracedT.swift
[57/140] Compiling Bow WriterT.swift
[58/140] Compiling Bow Alternative.swift
[59/140] Compiling Bow Applicative.swift
[60/140] Compiling Bow ApplicativeError.swift
[61/140] Compiling Bow Bimonad.swift
[63/140] Compiling Bow Comonad.swift
[66/140] Compiling Bow ComonadEnv.swift
[68/140] Compiling Bow ComonadStore.swift
[69/140] Compiling Bow ComonadTraced.swift
[70/140] Compiling Bow ComonadTrans.swift
[71/140] Compiling Bow Either.swift
[72/140] Compiling Bow EitherK.swift
[73/140] Compiling Bow Endo.swift
[74/140] Compiling Bow Moore.swift
[75/140] Compiling Bow NonEmptyArray.swift
[76/140] Compiling Bow Option.swift
[77/140] Compiling Bow Eval.swift
[78/140] Compiling Bow Id.swift
[79/140] Compiling Bow Ior.swift
[80/141] Compiling Bow Comparable.swift
[81/141] Compiling Bow Contravariant.swift
[82/141] Compiling Bow Decidable.swift
[83/141] Compiling Bow Divide.swift
[84/141] Compiling Bow Divisible.swift
[85/141] Compiling Bow EquatableK.swift
[86/141] Compiling Bow Foldable.swift
[87/141] Compiling Bow Functor.swift
[88/141] Compiling Bow FunctorFilter.swift
[89/141] Compiling Bow Invariant.swift
[90/141] Compiling Bow Monad.swift
[91/141] Compiling Bow MonadCombine.swift
[92/141] Compiling Bow BindingExpression.swift
[93/141] Compiling Bow BindingOperator.swift
[94/141] Compiling Bow BoundVar.swift
[95/141] Compiling Bow MonadComprenhensions.swift
[96/141] Compiling Bow ReaderBindingExpression.swift
[97/141] Compiling Bow StateBindingExpression.swift
[98/141] Compiling Bow WriterBindingExpression.swift
[99/141] Compiling Bow MonadError.swift
[100/141] Compiling Bow MonadFilter.swift
[101/141] Compiling Bow MonadReader.swift
[102/141] Compiling Bow MonadState.swift
[103/141] Compiling Bow MonadWriter.swift
[117/141] Compiling Bow StringInstances.swift
[118/141] Compiling Bow BooleanFunctions.swift
[119/141] Compiling Bow Curry.swift
[120/141] Compiling Bow HigherKinds.swift
[121/141] Compiling Bow Memoization.swift
[122/141] Compiling Bow PartialApplication.swift
[123/141] Compiling Bow Predef.swift
[124/141] Compiling Bow Reverse.swift
[125/141] Compiling Bow EitherT.swift
[126/141] Compiling Bow EnvT.swift
[127/141] Compiling Bow OptionT.swift
[128/141] Compiling Bow StateT.swift
[130/141] Compiling Bow Monoid.swift
[131/141] Compiling Bow MonoidK.swift
[132/141] Compiling Bow Monoidal.swift
[133/141] Compiling Bow NonEmptyReducible.swift
[134/141] Compiling Bow Reducible.swift
[135/141] Compiling Bow Selective.swift
[136/141] Compiling Bow Semigroup.swift
[137/141] Compiling Bow SemigroupK.swift
[138/141] Compiling Bow Semigroupal.swift
[139/141] Compiling Bow Semiring.swift
[140/141] Compiling Bow Traverse.swift
[141/141] Compiling Bow TraverseFilter.swift
[143/216] Emitting module BowOptics
[144/223] Emitting module BowEffects
[145/225] Compiling BowOptics IorOpticsInstances.swift
[146/225] Compiling BowOptics NonEmptyArrayOpticsInstances.swift
[147/225] Compiling BowOptics AutoFold.swift
[148/225] Compiling BowOptics EitherKOpticsInstances.swift
[149/225] Compiling BowOptics EitherOpticsInstances.swift
[150/225] Compiling BowOptics IdOpticsInstances.swift
[151/225] Compiling BowOptics Tuple2.swift
[152/225] Compiling BowOptics Tuple3.swift
[153/225] Compiling BowOptics Tuple4.swift
[154/225] Compiling BowOptics Tuple5.swift
[155/225] Compiling BowOptics Tuple6.swift
[156/225] Compiling BowOptics Tuple7.swift
[157/225] Compiling BowOptics Tuple8.swift
[158/225] Compiling BowEffects MonadDefer.swift
[159/225] Compiling BowEffects UnsafeRun.swift
[160/225] Compiling BowOptics ArrayKOpticsInstances.swift
[161/225] Compiling BowOptics ArrayOpticsInstances.swift
[162/225] Compiling BowOptics ConstOpticsInstances.swift
[171/225] Compiling BowOptics Prism.swift
[172/225] Compiling BowOptics ArrayK+Optics.swift
[173/225] Compiling BowOptics Either+Optics.swift
[174/225] Compiling BowOptics Id+Optics.swift
[177/225] Compiling BowOptics Option+Optics.swift
[178/225] Compiling BowOptics Tuple9.swift
[179/225] Compiling BowOptics At.swift
[180/225] Compiling BowOptics Cons.swift
[181/225] Compiling BowOptics Each.swift
[182/225] Compiling BowOptics FilterIndex.swift
[183/225] Compiling BowOptics Index.swift
[184/225] Compiling BowOptics Snoc.swift
[187/225] Compiling BowOptics AutoGetter.swift
[188/225] Compiling BowOptics AutoLens.swift
[189/225] Compiling BowOptics AutoOptics.swift
[190/225] Compiling BowOptics AutoOptional.swift
[191/225] Compiling BowOptics AutoPrism.swift
[192/225] Compiling BowOptics AutoSetter.swift
[193/225] Compiling BowOptics AutoTraversal.swift
[197/226] Compiling BowOptics Result+Optics.swift
[198/226] Compiling BowOptics String+Optics.swift
[199/226] Compiling BowOptics Try+Optics.swift
[200/226] Compiling BowOptics Validated+Optics.swift
[201/226] Compiling BowOptics Setter.swift
[202/226] Compiling BowOptics Traversal.swift
[203/226] Compiling BowOptics Tuple10.swift
[204/226] Compiling BowOptics BoundSetter.swift
[205/226] Compiling BowOptics At+Optics.swift
[206/226] Compiling BowOptics Each+Optics.swift
[207/226] Compiling BowOptics Index+Optics.swift
[208/226] Compiling BowOptics Kind+Optics.swift
[209/226] Compiling BowOptics StateT+Optics.swift
[210/226] Compiling BowOptics Fold.swift
[211/226] Compiling BowOptics Getter.swift
[212/226] Compiling BowOptics OptionOpticsInstances.swift
[213/226] Compiling BowOptics StringOpticsInstances.swift
[214/226] Compiling BowOptics TryOpticsInstances.swift
[215/226] Compiling BowOptics ValidatedOpticsInstances.swift
[216/226] Compiling BowOptics Iso.swift
[217/226] Compiling BowOptics Lens.swift
[218/226] Compiling BowOptics Optional.swift
[228/236] Compiling NefModels SwiftModule.swift
[229/237] Compiling NefModels PlaygroundExcludeItem.swift
[230/237] Compiling NefModels PlaygroundPlatform.swift
[231/237] Compiling NefModels PlaygroundDependencies.swift
[232/237] Compiling NefModels RenderedPage.swift
[233/237] Compiling NefModels ProgressReport.swift
[234/237] Compiling NefModels WorkspaceInfo.swift
[235/237] Emitting module NefModels
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:247:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[String : CarbonStyle.Color]' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
245 |
246 |     /// A group of predefined Carbon colors.
247 |     public static let all: [String: CarbonStyle.Color] = ["nef": nef,
    |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[String : CarbonStyle.Color]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |                                                           "bow": bow,
249 |                                                           "white": white,
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:256:23: warning: static property 'nef' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
254 |
255 |     /// Predefined nef `Color`.
256 |     public static let nef = CarbonStyle.Color(r: 140, g: 68, b: 255, a: 1)
    |                       |- warning: static property 'nef' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'nef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 |
258 |     /// Predefined bow `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:259:23: warning: static property 'bow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
257 |
258 |     /// Predefined bow `Color`.
259 |     public static let bow = CarbonStyle.Color(r: 213, g: 64, b: 72, a: 1)
    |                       |- warning: static property 'bow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bow' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
260 |
261 |     /// Predefined white `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:262:23: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
260 |
261 |     /// Predefined white `Color`.
262 |     public static let white = CarbonStyle.Color(r: 255, g: 255, b: 255, a: 1)
    |                       |- warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 |
264 |     /// Predefined yellow `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:265:23: warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
263 |
264 |     /// Predefined yellow `Color`.
265 |     public static let yellow = CarbonStyle.Color(r: 255, g: 237, b: 117, a: 1)
    |                       |- warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
266 |
267 |     /// Predefined green `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:268:23: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
266 |
267 |     /// Predefined green `Color`.
268 |     public static let green = CarbonStyle.Color(r: 110, g: 240, b: 167, a: 1)
    |                       |- warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
269 |
270 |     /// Predefined blue `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:271:23: warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
269 |
270 |     /// Predefined blue `Color`.
271 |     public static let blue = CarbonStyle.Color(r: 66, g: 197, b: 255, a: 1)
    |                       |- warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
272 |
273 |     /// Predefined orange `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:274:23: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
272 |
273 |     /// Predefined orange `Color`.
274 |     public static let orange = CarbonStyle.Color(r: 255, g: 159, b: 70, a: 1)
    |                       |- warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
275 | }
276 |
[236/237] Compiling NefModels CarbonModel.swift
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:247:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[String : CarbonStyle.Color]' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
245 |
246 |     /// A group of predefined Carbon colors.
247 |     public static let all: [String: CarbonStyle.Color] = ["nef": nef,
    |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[String : CarbonStyle.Color]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |                                                           "bow": bow,
249 |                                                           "white": white,
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:256:23: warning: static property 'nef' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
254 |
255 |     /// Predefined nef `Color`.
256 |     public static let nef = CarbonStyle.Color(r: 140, g: 68, b: 255, a: 1)
    |                       |- warning: static property 'nef' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'nef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 |
258 |     /// Predefined bow `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:259:23: warning: static property 'bow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
257 |
258 |     /// Predefined bow `Color`.
259 |     public static let bow = CarbonStyle.Color(r: 213, g: 64, b: 72, a: 1)
    |                       |- warning: static property 'bow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bow' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
260 |
261 |     /// Predefined white `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:262:23: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
260 |
261 |     /// Predefined white `Color`.
262 |     public static let white = CarbonStyle.Color(r: 255, g: 255, b: 255, a: 1)
    |                       |- warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 |
264 |     /// Predefined yellow `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:265:23: warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
263 |
264 |     /// Predefined yellow `Color`.
265 |     public static let yellow = CarbonStyle.Color(r: 255, g: 237, b: 117, a: 1)
    |                       |- warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
266 |
267 |     /// Predefined green `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:268:23: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
266 |
267 |     /// Predefined green `Color`.
268 |     public static let green = CarbonStyle.Color(r: 110, g: 240, b: 167, a: 1)
    |                       |- warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
269 |
270 |     /// Predefined blue `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:271:23: warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
269 |
270 |     /// Predefined blue `Color`.
271 |     public static let blue = CarbonStyle.Color(r: 66, g: 197, b: 255, a: 1)
    |                       |- warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
272 |
273 |     /// Predefined orange `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:274:23: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
272 |
273 |     /// Predefined orange `Color`.
274 |     public static let orange = CarbonStyle.Color(r: 255, g: 159, b: 70, a: 1)
    |                       |- warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
275 | }
276 |
[237/237] Compiling NefModels CompilerOptions.swift
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:247:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[String : CarbonStyle.Color]' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
245 |
246 |     /// A group of predefined Carbon colors.
247 |     public static let all: [String: CarbonStyle.Color] = ["nef": nef,
    |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[String : CarbonStyle.Color]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |                                                           "bow": bow,
249 |                                                           "white": white,
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:256:23: warning: static property 'nef' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
254 |
255 |     /// Predefined nef `Color`.
256 |     public static let nef = CarbonStyle.Color(r: 140, g: 68, b: 255, a: 1)
    |                       |- warning: static property 'nef' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'nef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 |
258 |     /// Predefined bow `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:259:23: warning: static property 'bow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
257 |
258 |     /// Predefined bow `Color`.
259 |     public static let bow = CarbonStyle.Color(r: 213, g: 64, b: 72, a: 1)
    |                       |- warning: static property 'bow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bow' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
260 |
261 |     /// Predefined white `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:262:23: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
260 |
261 |     /// Predefined white `Color`.
262 |     public static let white = CarbonStyle.Color(r: 255, g: 255, b: 255, a: 1)
    |                       |- warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 |
264 |     /// Predefined yellow `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:265:23: warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
263 |
264 |     /// Predefined yellow `Color`.
265 |     public static let yellow = CarbonStyle.Color(r: 255, g: 237, b: 117, a: 1)
    |                       |- warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
266 |
267 |     /// Predefined green `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:268:23: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
266 |
267 |     /// Predefined green `Color`.
268 |     public static let green = CarbonStyle.Color(r: 110, g: 240, b: 167, a: 1)
    |                       |- warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
269 |
270 |     /// Predefined blue `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:271:23: warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
269 |
270 |     /// Predefined blue `Color`.
271 |     public static let blue = CarbonStyle.Color(r: 66, g: 197, b: 255, a: 1)
    |                       |- warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
272 |
273 |     /// Predefined orange `Color`.
/host/spi-builder-workspace/project/Component/NefModels/CarbonModel.swift:274:23: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
192 |
193 |     /// Represents background color
194 |     public struct Color: CustomStringConvertible, Codable, Equatable {
    |                   `- note: consider making struct 'Color' conform to the 'Sendable' protocol
195 |         /// The red value of the color object. Values between [0, 255]
196 |         public let r: UInt8
    :
272 |
273 |     /// Predefined orange `Color`.
274 |     public static let orange = CarbonStyle.Color(r: 255, g: 159, b: 70, a: 1)
    |                       |- warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'CarbonStyle.Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
275 | }
276 |
[239/255] Emitting module NefCommon
[240/257] Compiling NefCommon XcodePlaygroundSystem.swift
[241/257] Compiling NefCommon FileSystemError.swift
[242/257] Compiling NefCommon PlaygroundShellError.swift
[243/257] Compiling NefCommon RenderingOutput.swift
[244/257] Compiling NefCommon RenderingPersistenceError.swift
[245/257] Compiling NefCommon XcodePlaygroundSystemError.swift
[246/257] Compiling NefCommon HasProgressReport.swift
[247/257] Compiling NefCommon NefPlaygroundURL.swift
[248/257] Compiling NefCommon RenderingURL.swift
[249/257] Compiling NefCommon EnumeratedSequence+Extension.swift
[250/257] Compiling NefCommon Platform+Utils.swift
[251/257] Compiling NefCommon Array+Utils.swift
[252/257] Compiling NefCommon Effects+Extensions.swift
[253/257] Compiling NefCommon FileSystem.swift
[254/257] Compiling NefCommon NefPlaygroundSystem.swift
[255/257] Compiling NefCommon RenderingPersistence.swift
[256/257] Compiling NefCommon String+Path.swift
[257/257] Compiling NefCommon String+Utils.swift
[259/287] Compiling NefCore Node+Render.swift
[260/288] Emitting module NefCore
[261/288] Compiling NefCore CoreRender.swift
[262/288] Compiling NefSwiftPlayground PlaygroundEnvironment.swift
[263/288] Compiling NefSwiftPlayground PlaygroundResolutionPath.swift
[264/290] Compiling NefSwiftPlayground Package.swift
[265/290] Compiling NefSwiftPlayground PlaygroundBookEvent.swift
[266/290] Compiling NefSwiftPlayground ImageReference.swift
[267/290] Compiling NefSwiftPlayground PackageShellError.swift
[268/290] Compiling NefSwiftPlayground Module.swift
[270/290] Compiling NefSwiftPlayground PlaygroundBookError.swift
[271/290] Compiling NefSwiftPlayground SwiftPlaygroundError.swift
[272/290] Compiling NefSwiftPlayground PackageShell.swift
[273/290] Compiling NefSwiftPlayground Assets.swift
/host/spi-builder-workspace/project/Component/NefSwiftPlayground/Models/Module.swift:38:16: warning: static property 'sourcesLens' is not concurrency-safe because non-'Sendable' type 'PLens<Module, Module, [String], [String]>' may have shared mutable state; this is an error in the Swift 6 language mode
36 |
37 | extension Module {
38 |     static let sourcesLens = Module.lens(for: \.sources)
   |                `- warning: static property 'sourcesLens' is not concurrency-safe because non-'Sendable' type 'PLens<Module, Module, [String], [String]>' may have shared mutable state; this is an error in the Swift 6 language mode
39 |     static let moduleNameAndSourcesTraversal = [Module].traversal + Module.lens(for: \.name).merge(Module.lens(for: \.sources))
40 | }
/host/spi-builder-workspace/.build/checkouts/bow/Sources/BowOptics/Lens.swift:35:14: note: generic class 'PLens' does not conform to the 'Sendable' protocol
 33 | ///     - `A` is the focus of a PLens.
 34 | ///     - `B` is the modified focus of a PLens.
 35 | public class PLens<S, T, A, B>: PLensOf<S, T, A, B> {
    |              `- note: generic class 'PLens' does not conform to the 'Sendable' protocol
 36 |     private let getFunc: (S) -> A
 37 |     private let setFunc: (S, B) -> T
/host/spi-builder-workspace/project/Component/NefSwiftPlayground/Models/Module.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BowOptics'
 2 |
 3 | import Foundation
 4 | import BowOptics
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BowOptics'
 5 |
 6 | struct Module: Codable, AutoLens {
   :
36 |
37 | extension Module {
38 |     static let sourcesLens = Module.lens(for: \.sources)
   |                |- note: add '@MainActor' to make static property 'sourcesLens' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static let moduleNameAndSourcesTraversal = [Module].traversal + Module.lens(for: \.name).merge(Module.lens(for: \.sources))
40 | }
/host/spi-builder-workspace/project/Component/NefSwiftPlayground/Models/Module.swift:39:16: warning: static property 'moduleNameAndSourcesTraversal' is not concurrency-safe because non-'Sendable' type 'PTraversal<[Module], [Module], (String, Array<String>), (String, Array<String>)>' may have shared mutable state; this is an error in the Swift 6 language mode
37 | extension Module {
38 |     static let sourcesLens = Module.lens(for: \.sources)
39 |     static let moduleNameAndSourcesTraversal = [Module].traversal + Module.lens(for: \.name).merge(Module.lens(for: \.sources))
   |                |- warning: static property 'moduleNameAndSourcesTraversal' is not concurrency-safe because non-'Sendable' type 'PTraversal<[Module], [Module], (String, Array<String>), (String, Array<String>)>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'moduleNameAndSourcesTraversal' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 | }
41 |
/host/spi-builder-workspace/.build/checkouts/bow/Sources/BowOptics/Traversal.swift:34:12: note: generic class 'PTraversal' does not conform to the 'Sendable' protocol
 32 | ///     - `A`: Focus.
 33 | ///     - `B`: Modified focus.
 34 | open class PTraversal<S, T, A, B>: PTraversalOf<S, T, A, B> {
    |            `- note: generic class 'PTraversal' does not conform to the 'Sendable' protocol
 35 |
 36 |     /// Modifies the source wiht an `Applicative` function.
/host/spi-builder-workspace/project/Component/NefSwiftPlayground/Models/Module.swift:38:16: warning: static property 'sourcesLens' is not concurrency-safe because non-'Sendable' type 'PLens<Module, Module, [String], [String]>' may have shared mutable state; this is an error in the Swift 6 language mode
36 |
37 | extension Module {
38 |     static let sourcesLens = Module.lens(for: \.sources)
   |                `- warning: static property 'sourcesLens' is not concurrency-safe because non-'Sendable' type 'PLens<Module, Module, [String], [String]>' may have shared mutable state; this is an error in the Swift 6 language mode
39 |     static let moduleNameAndSourcesTraversal = [Module].traversal + Module.lens(for: \.name).merge(Module.lens(for: \.sources))
40 | }
/host/spi-builder-workspace/.build/checkouts/bow/Sources/BowOptics/Lens.swift:35:14: note: generic class 'PLens' does not conform to the 'Sendable' protocol
 33 | ///     - `A` is the focus of a PLens.
 34 | ///     - `B` is the modified focus of a PLens.
 35 | public class PLens<S, T, A, B>: PLensOf<S, T, A, B> {
    |              `- note: generic class 'PLens' does not conform to the 'Sendable' protocol
 36 |     private let getFunc: (S) -> A
 37 |     private let setFunc: (S, B) -> T
/host/spi-builder-workspace/project/Component/NefSwiftPlayground/Models/Module.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BowOptics'
 2 |
 3 | import Foundation
 4 | import BowOptics
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BowOptics'
 5 |
 6 | struct Module: Codable, AutoLens {
   :
36 |
37 | extension Module {
38 |     static let sourcesLens = Module.lens(for: \.sources)
   |                |- note: add '@MainActor' to make static property 'sourcesLens' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static let moduleNameAndSourcesTraversal = [Module].traversal + Module.lens(for: \.name).merge(Module.lens(for: \.sources))
40 | }
/host/spi-builder-workspace/project/Component/NefSwiftPlayground/Models/Module.swift:39:16: warning: static property 'moduleNameAndSourcesTraversal' is not concurrency-safe because non-'Sendable' type 'PTraversal<[Module], [Module], (String, Array<String>), (String, Array<String>)>' may have shared mutable state; this is an error in the Swift 6 language mode
37 | extension Module {
38 |     static let sourcesLens = Module.lens(for: \.sources)
39 |     static let moduleNameAndSourcesTraversal = [Module].traversal + Module.lens(for: \.name).merge(Module.lens(for: \.sources))
   |                |- warning: static property 'moduleNameAndSourcesTraversal' is not concurrency-safe because non-'Sendable' type 'PTraversal<[Module], [Module], (String, Array<String>), (String, Array<String>)>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'moduleNameAndSourcesTraversal' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 | }
41 |
/host/spi-builder-workspace/.build/checkouts/bow/Sources/BowOptics/Traversal.swift:34:12: note: generic class 'PTraversal' does not conform to the 'Sendable' protocol
 32 | ///     - `A`: Focus.
 33 | ///     - `B`: Modified focus.
 34 | open class PTraversal<S, T, A, B>: PTraversalOf<S, T, A, B> {
    |            `- note: generic class 'PTraversal' does not conform to the 'Sendable' protocol
 35 |
 36 |     /// Modifies the source wiht an `Applicative` function.
[283/290] Emitting module NefSwiftPlayground
/host/spi-builder-workspace/project/Component/NefSwiftPlayground/Models/Module.swift:38:16: warning: static property 'sourcesLens' is not concurrency-safe because non-'Sendable' type 'PLens<Module, Module, [String], [String]>' may have shared mutable state; this is an error in the Swift 6 language mode
36 |
37 | extension Module {
38 |     static let sourcesLens = Module.lens(for: \.sources)
   |                `- warning: static property 'sourcesLens' is not concurrency-safe because non-'Sendable' type 'PLens<Module, Module, [String], [String]>' may have shared mutable state; this is an error in the Swift 6 language mode
39 |     static let moduleNameAndSourcesTraversal = [Module].traversal + Module.lens(for: \.name).merge(Module.lens(for: \.sources))
40 | }
/host/spi-builder-workspace/.build/checkouts/bow/Sources/BowOptics/Lens.swift:35:14: note: generic class 'PLens' does not conform to the 'Sendable' protocol
 33 | ///     - `A` is the focus of a PLens.
 34 | ///     - `B` is the modified focus of a PLens.
 35 | public class PLens<S, T, A, B>: PLensOf<S, T, A, B> {
    |              `- note: generic class 'PLens' does not conform to the 'Sendable' protocol
 36 |     private let getFunc: (S) -> A
 37 |     private let setFunc: (S, B) -> T
/host/spi-builder-workspace/project/Component/NefSwiftPlayground/Models/Module.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BowOptics'
 2 |
 3 | import Foundation
 4 | import BowOptics
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BowOptics'
 5 |
 6 | struct Module: Codable, AutoLens {
   :
36 |
37 | extension Module {
38 |     static let sourcesLens = Module.lens(for: \.sources)
   |                |- note: add '@MainActor' to make static property 'sourcesLens' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static let moduleNameAndSourcesTraversal = [Module].traversal + Module.lens(for: \.name).merge(Module.lens(for: \.sources))
40 | }
/host/spi-builder-workspace/project/Component/NefSwiftPlayground/Models/Module.swift:39:16: warning: static property 'moduleNameAndSourcesTraversal' is not concurrency-safe because non-'Sendable' type 'PTraversal<[Module], [Module], (String, Array<String>), (String, Array<String>)>' may have shared mutable state; this is an error in the Swift 6 language mode
37 | extension Module {
38 |     static let sourcesLens = Module.lens(for: \.sources)
39 |     static let moduleNameAndSourcesTraversal = [Module].traversal + Module.lens(for: \.name).merge(Module.lens(for: \.sources))
   |                |- warning: static property 'moduleNameAndSourcesTraversal' is not concurrency-safe because non-'Sendable' type 'PTraversal<[Module], [Module], (String, Array<String>), (String, Array<String>)>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'moduleNameAndSourcesTraversal' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 | }
41 |
/host/spi-builder-workspace/.build/checkouts/bow/Sources/BowOptics/Traversal.swift:34:12: note: generic class 'PTraversal' does not conform to the 'Sendable' protocol
 32 | ///     - `A`: Focus.
 33 | ///     - `B`: Modified focus.
 34 | open class PTraversal<S, T, A, B>: PTraversalOf<S, T, A, B> {
    |            `- note: generic class 'PTraversal' does not conform to the 'Sendable' protocol
 35 |
 36 |     /// Modifies the source wiht an `Applicative` function.
[284/290] Compiling NefCore String+Format.swift
[285/291] Compiling NefSwiftPlayground PlaygroundBookResolutionPath.swift
[286/291] Compiling NefSwiftPlayground PlaygroundBookTemplate.swift
[287/291] Compiling NefSwiftPlayground SwiftPackage.swift
[288/291] Compiling NefSwiftPlayground SwiftPackageProduct.swift
[290/291] Compiling NefSwiftPlayground PlaygroundBook.swift
[291/291] Compiling NefSwiftPlayground SwiftPlayground.swift
[293/297] Emitting module NefRender
[294/297] Compiling NefRender MarkdownError.swift
[295/297] Compiling NefRender RenderEvent.swift
[296/297] Compiling NefRender Render.swift
[297/297] Compiling NefRender RenderEnvironment.swift
[299/305] Compiling NefJekyll JekyllEvent.swift
[300/305] Emitting module NefMarkdown
[301/305] Compiling NefMarkdown RenderMarkdownEnvironment.swift
[302/305] Compiling NefMarkdown NefMarkdown.swift
[304/306] Emitting module NefJekyll
[305/306] Compiling NefJekyll NefJekyll.swift
[306/306] Compiling NefJekyll RenderJekyllEnvironment.swift
[308/318] Compiling nef BuildConfiguration.swift
[309/319] Compiling nef Error.swift
[310/319] Compiling nef URL+PlaygroundPage.swift
[311/319] Compiling nef SwiftPlaygroundAPI.swift
/host/spi-builder-workspace/project/Component/nef/SwiftPlaygroundAPI.swift:69:16: warning: static property 'invalidModules' is not concurrency-safe because non-'Sendable' type '[PlaygroundExcludeItem]' may have shared mutable state; this is an error in the Swift 6 language mode
 67 | /// Instance of the Swift Playground API
 68 | public enum SwiftPlayground: SwiftPlaygroundAPI {
 69 |     static let invalidModules: [PlaygroundExcludeItem] = [
    |                `- warning: static property 'invalidModules' is not concurrency-safe because non-'Sendable' type '[PlaygroundExcludeItem]' may have shared mutable state; this is an error in the Swift 6 language mode
 70 |         .module(name: "RxSwift"),
 71 |         .module(name: "SwiftCheck"),
/host/spi-builder-workspace/project/Component/NefModels/PlaygroundExcludeItem.swift:6:13: note: enum 'PlaygroundExcludeItem' does not conform to the 'Sendable' protocol
 4 |
 5 | /// Models a dependency to exclude from `Swift Package`.
 6 | public enum PlaygroundExcludeItem: Equatable {
   |             `- note: enum 'PlaygroundExcludeItem' does not conform to the 'Sendable' protocol
 7 |     /// The module to exclude from dependencies.
 8 |     case module(name: String)
/host/spi-builder-workspace/project/Component/nef/SwiftPlaygroundAPI.swift:4:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NefModels'
  2 |
  3 | import Foundation
  4 | @_exported import NefModels
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NefModels'
  5 | import NefSwiftPlayground
  6 | import Bow
    :
 67 | /// Instance of the Swift Playground API
 68 | public enum SwiftPlayground: SwiftPlaygroundAPI {
 69 |     static let invalidModules: [PlaygroundExcludeItem] = [
    |                |- note: add '@MainActor' to make static property 'invalidModules' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         .module(name: "RxSwift"),
 71 |         .module(name: "SwiftCheck"),
/host/spi-builder-workspace/project/Component/nef/SwiftPlaygroundAPI.swift:75:16: warning: static property 'invalidFiles' is not concurrency-safe because non-'Sendable' type '[PlaygroundExcludeItem]' may have shared mutable state; this is an error in the Swift 6 language mode
 73 |     ]
 74 |
 75 |     static let invalidFiles: [PlaygroundExcludeItem] = [
    |                |- warning: static property 'invalidFiles' is not concurrency-safe because non-'Sendable' type '[PlaygroundExcludeItem]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'invalidFiles' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |         .file(name: "NetworkReachabilityManager.swift", module: "Alamofire")
 77 |     ]
/host/spi-builder-workspace/project/Component/NefModels/PlaygroundExcludeItem.swift:6:13: note: enum 'PlaygroundExcludeItem' does not conform to the 'Sendable' protocol
 4 |
 5 | /// Models a dependency to exclude from `Swift Package`.
 6 | public enum PlaygroundExcludeItem: Equatable {
   |             `- note: enum 'PlaygroundExcludeItem' does not conform to the 'Sendable' protocol
 7 |     /// The module to exclude from dependencies.
 8 |     case module(name: String)
[312/319] Compiling nef VersionAPI.swift
[313/319] Compiling nef JekyllAPI.swift
[314/319] Compiling nef MarkdownAPI.swift
[315/319] Compiling nef UnixFileSystem.swift
/host/spi-builder-workspace/project/Component/nef/Instances/UnixFileSystem.swift:80:29: warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
78 |     func isDirectory(itemPath: String) -> Bool {
79 |         var isDirectory: ObjCBool = false
80 |         FileManager.default.fileExists(atPath: itemPath, isDirectory: &isDirectory)
   |                             `- warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
81 |         return isDirectory.boolValue
82 |     }
[316/319] Compiling nef UnixPackageShell.swift
/host/spi-builder-workspace/project/Component/nef/Instances/UnixFileSystem.swift:80:29: warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
78 |     func isDirectory(itemPath: String) -> Bool {
79 |         var isDirectory: ObjCBool = false
80 |         FileManager.default.fileExists(atPath: itemPath, isDirectory: &isDirectory)
   |                             `- warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
81 |         return isDirectory.boolValue
82 |     }
[317/319] Emitting module nef
/host/spi-builder-workspace/project/Component/nef/SwiftPlaygroundAPI.swift:69:16: warning: static property 'invalidModules' is not concurrency-safe because non-'Sendable' type '[PlaygroundExcludeItem]' may have shared mutable state; this is an error in the Swift 6 language mode
 67 | /// Instance of the Swift Playground API
 68 | public enum SwiftPlayground: SwiftPlaygroundAPI {
 69 |     static let invalidModules: [PlaygroundExcludeItem] = [
    |                `- warning: static property 'invalidModules' is not concurrency-safe because non-'Sendable' type '[PlaygroundExcludeItem]' may have shared mutable state; this is an error in the Swift 6 language mode
 70 |         .module(name: "RxSwift"),
 71 |         .module(name: "SwiftCheck"),
/host/spi-builder-workspace/project/Component/NefModels/PlaygroundExcludeItem.swift:6:13: note: enum 'PlaygroundExcludeItem' does not conform to the 'Sendable' protocol
 4 |
 5 | /// Models a dependency to exclude from `Swift Package`.
 6 | public enum PlaygroundExcludeItem: Equatable {
   |             `- note: enum 'PlaygroundExcludeItem' does not conform to the 'Sendable' protocol
 7 |     /// The module to exclude from dependencies.
 8 |     case module(name: String)
/host/spi-builder-workspace/project/Component/nef/SwiftPlaygroundAPI.swift:4:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NefModels'
  2 |
  3 | import Foundation
  4 | @_exported import NefModels
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NefModels'
  5 | import NefSwiftPlayground
  6 | import Bow
    :
 67 | /// Instance of the Swift Playground API
 68 | public enum SwiftPlayground: SwiftPlaygroundAPI {
 69 |     static let invalidModules: [PlaygroundExcludeItem] = [
    |                |- note: add '@MainActor' to make static property 'invalidModules' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         .module(name: "RxSwift"),
 71 |         .module(name: "SwiftCheck"),
/host/spi-builder-workspace/project/Component/nef/SwiftPlaygroundAPI.swift:75:16: warning: static property 'invalidFiles' is not concurrency-safe because non-'Sendable' type '[PlaygroundExcludeItem]' may have shared mutable state; this is an error in the Swift 6 language mode
 73 |     ]
 74 |
 75 |     static let invalidFiles: [PlaygroundExcludeItem] = [
    |                |- warning: static property 'invalidFiles' is not concurrency-safe because non-'Sendable' type '[PlaygroundExcludeItem]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'invalidFiles' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |         .file(name: "NetworkReachabilityManager.swift", module: "Alamofire")
 77 |     ]
/host/spi-builder-workspace/project/Component/NefModels/PlaygroundExcludeItem.swift:6:13: note: enum 'PlaygroundExcludeItem' does not conform to the 'Sendable' protocol
 4 |
 5 | /// Models a dependency to exclude from `Swift Package`.
 6 | public enum PlaygroundExcludeItem: Equatable {
   |             `- note: enum 'PlaygroundExcludeItem' does not conform to the 'Sendable' protocol
 7 |     /// The module to exclude from dependencies.
 8 |     case module(name: String)
[318/319] Compiling nef UnixPlaygroundSystem.swift
[319/319] Compiling nef UnixRenderSystem.swift
Build complete! (59.15s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bow",
      "requirement" : {
        "exact" : [
          "0.8.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bow-swift/bow.git"
    },
    {
      "identity" : "swiftline",
      "requirement" : {
        "exact" : [
          "0.5.6"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bow-swift/Swiftline.git"
    }
  ],
  "manifest_display_name" : "nef",
  "name" : "nef",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "nef",
      "targets" : [
        "nef",
        "NefModels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "nef",
      "module_type" : "SwiftTarget",
      "name" : "nef",
      "path" : "project/Component/nef",
      "product_dependencies" : [
        "Swiftline"
      ],
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Instances/UnixFileSystem.swift",
        "Instances/UnixPackageShell.swift",
        "Instances/UnixPlaygroundSystem.swift",
        "Instances/UnixRenderSystem.swift",
        "JekyllAPI.swift",
        "MarkdownAPI.swift",
        "Models/Error.swift",
        "SwiftPlaygroundAPI.swift",
        "Utils/BuildConfiguration.swift",
        "Utils/URL+PlaygroundPage.swift",
        "VersionAPI.swift"
      ],
      "target_dependencies" : [
        "NefModels",
        "NefCommon",
        "NefCore",
        "NefRender",
        "NefMarkdown",
        "NefJekyll",
        "NefSwiftPlayground"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefSwiftPlayground",
      "module_type" : "SwiftTarget",
      "name" : "NefSwiftPlayground",
      "path" : "project/Component/NefSwiftPlayground",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Algebras/PackageShell.swift",
        "Assets.swift",
        "Assets/ImageReference.swift",
        "Errors/PackageShellError.swift",
        "Errors/PlaygroundBookError.swift",
        "Errors/SwiftPlaygroundError.swift",
        "Models/Module.swift",
        "Models/Package.swift",
        "Models/PlaygroundBookEvent.swift",
        "Models/PlaygroundBookResolutionPath.swift",
        "Models/PlaygroundBookTemplate.swift",
        "Models/PlaygroundEnvironment.swift",
        "Models/PlaygroundResolutionPath.swift",
        "Models/SwiftPackage.swift",
        "Models/SwiftPackageProduct.swift",
        "PlaygroundBook.swift",
        "SwiftPlayground.swift"
      ],
      "target_dependencies" : [
        "NefCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefRender",
      "module_type" : "SwiftTarget",
      "name" : "NefRender",
      "path" : "project/Component/NefRender",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Errors/MarkdownError.swift",
        "Models/RenderEnvironment.swift",
        "Models/RenderEvent.swift",
        "Render.swift"
      ],
      "target_dependencies" : [
        "NefCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefModels",
      "module_type" : "SwiftTarget",
      "name" : "NefModels",
      "path" : "project/Component/NefModels",
      "product_dependencies" : [
        "Bow",
        "BowEffects",
        "BowOptics"
      ],
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "CarbonModel.swift",
        "CompilerOptions.swift",
        "PlaygroundDependencies.swift",
        "PlaygroundExcludeItem.swift",
        "PlaygroundPlatform.swift",
        "ProgressReport.swift",
        "RenderedPage.swift",
        "SwiftModule.swift",
        "WorkspaceInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "NefMarkdown",
      "path" : "project/Component/NefMarkdown",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Models/RenderMarkdownEnvironment.swift",
        "NefMarkdown.swift"
      ],
      "target_dependencies" : [
        "NefRender"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefJekyll",
      "module_type" : "SwiftTarget",
      "name" : "NefJekyll",
      "path" : "project/Component/NefJekyll",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Models/JekyllEvent.swift",
        "Models/RenderJekyllEnvironment.swift",
        "NefJekyll.swift"
      ],
      "target_dependencies" : [
        "NefRender"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefCore",
      "module_type" : "SwiftTarget",
      "name" : "NefCore",
      "path" : "project/Core",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Models/CoreEnvironments.swift",
        "Models/CoreRenderError.swift",
        "Models/Image.swift",
        "Models/MarkupNode.swift",
        "Parser/Lexical.swift",
        "Parser/Syntax.swift",
        "Render/CoreCarbon.swift",
        "Render/CoreCode.swift",
        "Render/CoreJekyll.swift",
        "Render/CoreMarkdown.swift",
        "Render/CoreRender.swift",
        "Utils/Node+Render.swift",
        "Utils/String+Format.swift"
      ],
      "target_dependencies" : [
        "NefCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NefCommon",
      "module_type" : "SwiftTarget",
      "name" : "NefCommon",
      "path" : "project/Component/NefCommon",
      "product_memberships" : [
        "nef"
      ],
      "sources" : [
        "Algebras/FileSystem.swift",
        "Algebras/NefPlaygroundSystem.swift",
        "Algebras/RenderingPersistence.swift",
        "Algebras/XcodePlaygroundSystem.swift",
        "Errors/FileSystemError.swift",
        "Errors/PlaygroundShellError.swift",
        "Errors/RenderingOutput.swift",
        "Errors/RenderingPersistenceError.swift",
        "Errors/XcodePlaygroundSystemError.swift",
        "Models/HasProgressReport.swift",
        "Models/NefPlaygroundURL.swift",
        "Models/RenderingURL.swift",
        "Utils/Array+Utils.swift",
        "Utils/Effects+Extensions.swift",
        "Utils/EnumeratedSequence+Extension.swift",
        "Utils/Platform+Utils.swift",
        "Utils/String+Path.swift",
        "Utils/String+Utils.swift"
      ],
      "target_dependencies" : [
        "NefModels"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "project/Tests/CoreTests",
      "sources" : [
        "JekyllTests.swift",
        "MarkdownTests.swift",
        "SyntaxTests.swift",
        "Utils/CoreRender+Test.swift"
      ],
      "target_dependencies" : [
        "NefCore"
      ],
      "type" : "test"
    }
  ],
  "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.