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 BowLite, reference main (520042), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 02:38:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bow-swift/bow-lite.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bow-swift/bow-lite
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 520042b Update README.md (#5)
Cloned https://github.com/bow-swift/bow-lite.git
Revision (git rev-parse @):
520042b1fdc1c09855a5eb8cafff3b9a791952b6
SUCCESS checkout https://github.com/bow-swift/bow-lite.git at main
Fetching https://github.com/bow-swift/SwiftCheck.git
[1/4531] Fetching swiftcheck
Fetched https://github.com/bow-swift/SwiftCheck.git from cache (0.99s)
Computing version for https://github.com/bow-swift/SwiftCheck.git
Computed https://github.com/bow-swift/SwiftCheck.git at 0.12.1 (1.59s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bow-lite",
      "name": "BowLite",
      "url": "https://github.com/bow-swift/bow-lite.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/bow-lite",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bow-swift/bow-lite.git
[1/2603] Fetching bow-lite
Fetched https://github.com/bow-swift/bow-lite.git from cache (0.85s)
Creating working copy for https://github.com/bow-swift/bow-lite.git
Working copy of https://github.com/bow-swift/bow-lite.git resolved at main (520042b)
warning: '.resolve-product-dependencies': dependency 'bow-lite' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bow-swift/bow-lite.git
https://github.com/bow-swift/bow-lite.git
{
  "dependencies" : [
    {
      "identity" : "swiftcheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bow-swift/SwiftCheck.git"
    }
  ],
  "manifest_display_name" : "BowLite",
  "name" : "BowLite",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BowLite",
      "targets" : [
        "BowLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BowLiteOptics",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteOptics",
      "path" : "Sources/BowLiteOptics",
      "product_memberships" : [
        "BowLite"
      ],
      "sources" : [
        "AffineTraversal.swift",
        "Lens.swift",
        "Prism.swift",
        "Traversal.swift"
      ],
      "target_dependencies" : [
        "BowLiteCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowLiteLaws",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteLaws",
      "path" : "Tests/BowLiteLaws",
      "product_dependencies" : [
        "SwiftCheck"
      ],
      "sources" : [
        "AnyError.swift",
        "BindingOperatorOverload.swift",
        "CustomStringConvertibleLaws.swift",
        "EquatableLaws.swift",
        "MonoidLaws.swift",
        "PropertyOperatorOverload.swift",
        "SemigroupLaws.swift",
        "SemiringLaws.swift"
      ],
      "target_dependencies" : [
        "BowLiteCore",
        "BowLiteEffects"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowLiteEffectsTests",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteEffectsTests",
      "path" : "Tests/BowLiteEffectsTests",
      "sources" : [
        "EnvIO/EnvIO+ApplicativeErrorTest.swift",
        "EnvIO/EnvIO+ApplicativeTest.swift",
        "EnvIO/EnvIO+Arbitrary.swift",
        "EnvIO/EnvIO+ConcurrentTest.swift",
        "EnvIO/EnvIO+Equatable.swift",
        "EnvIO/EnvIO+FunctorTest.swift",
        "EnvIO/EnvIO+MonadTest.swift",
        "IO/IO+ApplicativeErrorTest.swift",
        "IO/IO+ApplicativeTest.swift",
        "IO/IO+Arbitrary.swift",
        "IO/IO+ConcurrentTest.swift",
        "IO/IO+Equatable.swift",
        "IO/IO+FunctorTest.swift",
        "IO/IO+MonadTest.swift"
      ],
      "target_dependencies" : [
        "BowLiteEffects",
        "BowLiteLaws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowLiteEffects",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteEffects",
      "path" : "Sources/BowLiteEffects",
      "product_memberships" : [
        "BowLite"
      ],
      "sources" : [
        "Atomic.swift",
        "Data/Array+ConcurrentTraverse.swift",
        "Data/Array+TraverseIO.swift",
        "Data/NonEmptyArray+ConcurrentTraverse.swift",
        "Data/NonEmptyArray+TraverseIO.swift",
        "EnvIO/EnvIO+Applicative.swift",
        "EnvIO/EnvIO+ApplicativeError.swift",
        "EnvIO/EnvIO+Async.swift",
        "EnvIO/EnvIO+Concurrent.swift",
        "EnvIO/EnvIO+Functor.swift",
        "EnvIO/EnvIO+Monad.swift",
        "EnvIO/EnvIO+MonadDefer.swift",
        "EnvIO/EnvIO+MonadReader.swift",
        "EnvIO/EnvIO.swift",
        "Foundation/ConsoleIO.swift",
        "Foundation/FileManager+Common.swift",
        "Foundation/FileManager+iOS+Mac.swift",
        "Foundation/URLSession.swift",
        "IO/IO+Applicative.swift",
        "IO/IO+ApplicativeError.swift",
        "IO/IO+Async.swift",
        "IO/IO+Bracket.swift",
        "IO/IO+Concurrent.swift",
        "IO/IO+Functor.swift",
        "IO/IO+Monad.swift",
        "IO/IO+MonadDefer.swift",
        "IO/IO.swift",
        "Internal/DispatchTimeInterval+Extensions.swift",
        "Internal/Queue.swift",
        "Kleisli/Kleisli+IO.swift",
        "MonadComprehensions/BindingOperator.swift",
        "MonadComprehensions/EnvIO/EnvIOBindingExpression.swift",
        "MonadComprehensions/EnvIO/EnvIOBindingOperator.swift",
        "MonadComprehensions/EnvIO/EnvIOBoundVar.swift",
        "MonadComprehensions/EnvIO/EnvIOConcurrent.swift",
        "MonadComprehensions/EnvIO/EnvIOMonadComprehensions.swift",
        "MonadComprehensions/IO/IOBindingExpression.swift",
        "MonadComprehensions/IO/IOBindingOperator.swift",
        "MonadComprehensions/IO/IOBoundVar.swift",
        "MonadComprehensions/IO/IOConcurrent.swift",
        "MonadComprehensions/IO/IOMonadComprehensions.swift",
        "Ref.swift",
        "Resource.swift",
        "Schedule.swift"
      ],
      "target_dependencies" : [
        "BowLiteCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowLiteCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteCoreTests",
      "path" : "Tests/BowLiteCoreTests",
      "sources" : [
        "Data/Array/Array+ApplicativeTest.swift",
        "Data/Array/Array+FunctorTest.swift",
        "Data/Array/Array+MonadTest.swift",
        "Data/Const/Const+ApplicativeTest.swift",
        "Data/Const/Const+Arbitrary.swift",
        "Data/Const/Const+FunctorTest.swift",
        "Data/Either/Either+ApplicativeErrorTest.swift",
        "Data/Either/Either+ApplicativeTest.swift",
        "Data/Either/Either+Arbitrary.swift",
        "Data/Either/Either+FunctorTest.swift",
        "Data/Either/Either+MonadTest.swift",
        "Data/Eval/Eval+ApplicativeTest.swift",
        "Data/Eval/Eval+Arbitrary.swift",
        "Data/Eval/Eval+FunctorTest.swift",
        "Data/Eval/Eval+MonadTest.swift",
        "Data/Function/Function+ApplicativeTest.swift",
        "Data/Function/Function+Arbitrary.swift",
        "Data/Function/Function+Equatable.swift",
        "Data/Function/Function+FunctorTest.swift",
        "Data/Function/Function+MonadTest.swift",
        "Data/Id/Id+ApplicativeTest.swift",
        "Data/Id/Id+Arbitrary.swift",
        "Data/Id/Id+FunctorTest.swift",
        "Data/Id/Id+MonadTest.swift",
        "Data/Ior/Ior+ApplicativeTest.swift",
        "Data/Ior/Ior+Arbitrary.swift",
        "Data/Ior/Ior+FunctorTest.swift",
        "Data/Ior/Ior+MonadTest.swift",
        "Data/NonEmptyArray/NonEmptyArray+ApplicativeTest.swift",
        "Data/NonEmptyArray/NonEmptyArray+Arbitrary.swift",
        "Data/NonEmptyArray/NonEmptyArray+FunctorTest.swift",
        "Data/NonEmptyArray/NonEmptyArray+MonadTest.swift",
        "Data/Optional/Optional+ApplicativeErrorTest.swift",
        "Data/Optional/Optional+ApplicativeTest.swift",
        "Data/Optional/Optional+FunctorTest.swift",
        "Data/Optional/Optional+MonadTest.swift",
        "Data/Pair/Pair+ApplicativeTest.swift",
        "Data/Pair/Pair+Arbitrary.swift",
        "Data/Pair/Pair+FunctorTest.swift",
        "Data/Pair/Pair+MonadTest.swift",
        "Data/Result/Result+ApplicativeErrorTest.swift",
        "Data/Result/Result+ApplicativeTest.swift",
        "Data/Result/Result+FunctorTest.swift",
        "Data/Result/Result+MonadTest.swift",
        "Data/State/State+ApplicativeTest.swift",
        "Data/State/State+Arbitrary.swift",
        "Data/State/State+Equatable.swift",
        "Data/State/State+FunctorTest.swift",
        "Data/State/State+MonadTest.swift",
        "Data/Store/Store+ApplicativeTest.swift",
        "Data/Store/Store+Arbitrary.swift",
        "Data/Store/Store+Equatable.swift",
        "Data/Store/Store+FunctorTest.swift",
        "Data/Try/Try+ApplicativeErrorTest.swift",
        "Data/Try/Try+ApplicativeTest.swift",
        "Data/Try/Try+Arbitrary.swift",
        "Data/Try/Try+Equatable.swift",
        "Data/Try/Try+FunctorTest.swift",
        "Data/Try/Try+MonadTest.swift",
        "Data/Validated/Validated+ApplicativeErrorTest.swift",
        "Data/Validated/Validated+ApplicativeTest.swift",
        "Data/Validated/Validated+Arbitrary.swift",
        "Data/Validated/Validated+FunctorTest.swift",
        "Data/Writer/Writer+ApplicativeTest.swift",
        "Data/Writer/Writer+Arbitrary.swift",
        "Data/Writer/Writer+FunctorTest.swift",
        "Data/Writer/Writer+MonadTest.swift",
        "Instances/BoolInstancesTest.swift",
        "Instances/NumberInstancesTest.swift",
        "Instances/StringInstancesTest.swift",
        "Syntax/BooleanFunctionsTest.swift",
        "Syntax/CompositionTest.swift",
        "Syntax/CurryTest.swift",
        "Syntax/MemoizationTest.swift",
        "Syntax/PartialApplicationTest.swift",
        "Syntax/PredefTest.swift",
        "Syntax/ReverseTest.swift"
      ],
      "target_dependencies" : [
        "BowLiteCore",
        "BowLiteLaws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowLiteCore",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteCore",
      "path" : "Sources/BowLiteCore",
      "product_memberships" : [
        "BowLite"
      ],
      "sources" : [
        "Data/Array/Array+Applicative.swift",
        "Data/Array/Array+Foldable.swift",
        "Data/Array/Array+Functor.swift",
        "Data/Array/Array+FunctorFilter.swift",
        "Data/Array/Array+Monad.swift",
        "Data/Array/Array+Traverse.swift",
        "Data/Array/Array+Utilities.swift",
        "Data/Const/Const+Applicative.swift",
        "Data/Const/Const+Functor.swift",
        "Data/Const/Const.swift",
        "Data/Either/Either+Applicative.swift",
        "Data/Either/Either+ApplicativeError.swift",
        "Data/Either/Either+Functor.swift",
        "Data/Either/Either+Monad.swift",
        "Data/Either/Either.swift",
        "Data/Eval/Eval+Applicative.swift",
        "Data/Eval/Eval+Comonad.swift",
        "Data/Eval/Eval+Functor.swift",
        "Data/Eval/Eval+Monad.swift",
        "Data/Eval/Eval.swift",
        "Data/Function/Function+Applicative.swift",
        "Data/Function/Function+Contravariant.swift",
        "Data/Function/Function+Functor.swift",
        "Data/Function/Function+Monad.swift",
        "Data/Function/Function+MonadReader.swift",
        "Data/Function/Function.swift",
        "Data/Id/Id+Applicative.swift",
        "Data/Id/Id+Functor.swift",
        "Data/Id/Id+Monad.swift",
        "Data/Id/Id.swift",
        "Data/Ior/Ior+Applicative.swift",
        "Data/Ior/Ior+Functor.swift",
        "Data/Ior/Ior+Monad.swift",
        "Data/Ior/Ior.swift",
        "Data/Kleilsi/Kleisli.swift",
        "Data/NonEmptyArray/NonEmptyArray+Applicative.swift",
        "Data/NonEmptyArray/NonEmptyArray+Foldable.swift",
        "Data/NonEmptyArray/NonEmptyArray+Functor.swift",
        "Data/NonEmptyArray/NonEmptyArray+FunctorFilter.swift",
        "Data/NonEmptyArray/NonEmptyArray+Monad.swift",
        "Data/NonEmptyArray/NonEmptyArray+Traverse.swift",
        "Data/NonEmptyArray/NonEmptyArray.swift",
        "Data/Optional/Optional+Applicative.swift",
        "Data/Optional/Optional+ApplicativeError.swift",
        "Data/Optional/Optional+Functor.swift",
        "Data/Optional/Optional+FunctorFilter.swift",
        "Data/Optional/Optional+Monad.swift",
        "Data/Optional/Optional+Utilities.swift",
        "Data/Pair/Pair+Applicative.swift",
        "Data/Pair/Pair+Functor.swift",
        "Data/Pair/Pair+Monad.swift",
        "Data/Pair/Pair.swift",
        "Data/Result/Result+Applicative.swift",
        "Data/Result/Result+ApplicativeError.swift",
        "Data/Result/Result+Functor.swift",
        "Data/Result/Result+Monad.swift",
        "Data/Result/Result+Utilities.swift",
        "Data/State/State+Applicative.swift",
        "Data/State/State+Functor.swift",
        "Data/State/State+Monad.swift",
        "Data/State/State+MonadState.swift",
        "Data/State/State.swift",
        "Data/Store/Store+Applicative.swift",
        "Data/Store/Store+Comonad.swift",
        "Data/Store/Store+ComonadStore.swift",
        "Data/Store/Store+Functor.swift",
        "Data/Store/Store.swift",
        "Data/Trampoline/Trampoline.swift",
        "Data/Try/Try+Applicative.swift",
        "Data/Try/Try+ApplicativeError.swift",
        "Data/Try/Try+Functor.swift",
        "Data/Try/Try+Monad.swift",
        "Data/Try/Try.swift",
        "Data/Validated/Validated+Applicative.swift",
        "Data/Validated/Validated+ApplicativeError.swift",
        "Data/Validated/Validated+Functor.swift",
        "Data/Validated/Validated.swift",
        "Data/Writer/Writer+Applicative.swift",
        "Data/Writer/Writer+Functor.swift",
        "Data/Writer/Writer+Monad.swift",
        "Data/Writer/Writer+MonadWriter.swift",
        "Data/Writer/Writer.swift",
        "Instances/BoolInstances.swift",
        "Instances/NumberInstances.swift",
        "Instances/StringInstances.swift",
        "Syntax/BooleanFunctions.swift",
        "Syntax/Composition.swift",
        "Syntax/Curry.swift",
        "Syntax/Memoization.swift",
        "Syntax/PartialApplication.swift",
        "Syntax/Predef.swift",
        "Syntax/Reverse.swift",
        "Typeclasses/Monoid.swift",
        "Typeclasses/Semigroup.swift",
        "Typeclasses/Semiring.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowLite",
      "module_type" : "SwiftTarget",
      "name" : "BowLite",
      "path" : "Sources/BowLite",
      "product_memberships" : [
        "BowLite"
      ],
      "sources" : [
        "Headers.swift"
      ],
      "target_dependencies" : [
        "BowLiteCore",
        "BowLiteEffects",
        "BowLiteOptics"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/109] Emitting module BowLiteCore
[9/118] Compiling BowLiteCore Composition.swift
[10/118] Compiling BowLiteCore Curry.swift
[11/118] Compiling BowLiteCore Memoization.swift
[12/118] Compiling BowLiteCore PartialApplication.swift
[13/118] Compiling BowLiteCore Predef.swift
[14/118] Compiling BowLiteCore Reverse.swift
[15/118] Compiling BowLiteCore Monoid.swift
[16/118] Compiling BowLiteCore Semigroup.swift
[17/118] Compiling BowLiteCore Semiring.swift
[18/118] Compiling BowLiteCore Either+Applicative.swift
[19/118] Compiling BowLiteCore Either+ApplicativeError.swift
[20/118] Compiling BowLiteCore Either+Functor.swift
[21/118] Compiling BowLiteCore Either+Monad.swift
[22/118] Compiling BowLiteCore Either.swift
[23/118] Compiling BowLiteCore Eval+Applicative.swift
[24/118] Compiling BowLiteCore Eval+Comonad.swift
[25/118] Compiling BowLiteCore Eval+Functor.swift
[26/118] Compiling BowLiteCore Eval+Monad.swift
[27/118] Compiling BowLiteCore Eval.swift
[28/118] Compiling BowLiteCore NonEmptyArray+Traverse.swift
[29/118] Compiling BowLiteCore NonEmptyArray.swift
[30/118] Compiling BowLiteCore Optional+Applicative.swift
[31/118] Compiling BowLiteCore Optional+ApplicativeError.swift
[32/118] Compiling BowLiteCore Optional+Functor.swift
[33/118] Compiling BowLiteCore Optional+FunctorFilter.swift
[34/118] Compiling BowLiteCore Optional+Monad.swift
[35/118] Compiling BowLiteCore Optional+Utilities.swift
[36/118] Compiling BowLiteCore Pair+Applicative.swift
[37/118] Compiling BowLiteCore Pair+Functor.swift
[38/118] Compiling BowLiteCore Try+Applicative.swift
[39/118] Compiling BowLiteCore Try+ApplicativeError.swift
[40/118] Compiling BowLiteCore Try+Functor.swift
[41/118] Compiling BowLiteCore Try+Monad.swift
[42/118] Compiling BowLiteCore Try.swift
[43/118] Compiling BowLiteCore Validated+Applicative.swift
[44/118] Compiling BowLiteCore Validated+ApplicativeError.swift
[45/118] Compiling BowLiteCore Validated+Functor.swift
[46/118] Compiling BowLiteCore Validated.swift
[47/118] Compiling BowLiteCore Function+Applicative.swift
[48/118] Compiling BowLiteCore Function+Contravariant.swift
[49/118] Compiling BowLiteCore Function+Functor.swift
[50/118] Compiling BowLiteCore Function+Monad.swift
[51/118] Compiling BowLiteCore Function+MonadReader.swift
[52/118] Compiling BowLiteCore Function.swift
[53/118] Compiling BowLiteCore Id+Applicative.swift
[54/118] Compiling BowLiteCore Id+Functor.swift
[55/118] Compiling BowLiteCore Id+Monad.swift
[56/118] Compiling BowLiteCore Id.swift
[57/118] Compiling BowLiteCore Array+Applicative.swift
[58/118] Compiling BowLiteCore Array+Foldable.swift
[59/118] Compiling BowLiteCore Array+Functor.swift
[60/118] Compiling BowLiteCore Array+FunctorFilter.swift
[61/118] Compiling BowLiteCore Array+Monad.swift
[62/118] Compiling BowLiteCore Array+Traverse.swift
[63/118] Compiling BowLiteCore Array+Utilities.swift
[64/118] Compiling BowLiteCore Const+Applicative.swift
[65/118] Compiling BowLiteCore Const+Functor.swift
[66/118] Compiling BowLiteCore Const.swift
[67/118] Compiling BowLiteCore State+Monad.swift
[68/118] Compiling BowLiteCore State+MonadState.swift
[69/118] Compiling BowLiteCore State.swift
[70/118] Compiling BowLiteCore Store+Applicative.swift
[71/118] Compiling BowLiteCore Store+Comonad.swift
[72/118] Compiling BowLiteCore Store+ComonadStore.swift
[73/118] Compiling BowLiteCore Store+Functor.swift
[74/118] Compiling BowLiteCore Store.swift
[75/118] Compiling BowLiteCore Trampoline.swift
[76/118] Compiling BowLiteCore Writer+Applicative.swift
[77/118] Compiling BowLiteCore Writer+Functor.swift
[78/118] Compiling BowLiteCore Writer+Monad.swift
[79/118] Compiling BowLiteCore Writer+MonadWriter.swift
[80/118] Compiling BowLiteCore Writer.swift
[81/118] Compiling BowLiteCore BoolInstances.swift
[82/118] Compiling BowLiteCore NumberInstances.swift
[83/118] Compiling BowLiteCore StringInstances.swift
[84/118] Compiling BowLiteCore BooleanFunctions.swift
[85/118] Compiling BowLiteCore Ior+Applicative.swift
[86/118] Compiling BowLiteCore Ior+Functor.swift
[87/118] Compiling BowLiteCore Ior+Monad.swift
[88/118] Compiling BowLiteCore Ior.swift
[89/118] Compiling BowLiteCore Kleisli.swift
[90/118] Compiling BowLiteCore NonEmptyArray+Applicative.swift
[91/118] Compiling BowLiteCore NonEmptyArray+Foldable.swift
[92/118] Compiling BowLiteCore NonEmptyArray+Functor.swift
[93/118] Compiling BowLiteCore NonEmptyArray+FunctorFilter.swift
[94/118] Compiling BowLiteCore NonEmptyArray+Monad.swift
[95/118] Compiling BowLiteCore Pair+Monad.swift
[96/118] Compiling BowLiteCore Pair.swift
[97/118] Compiling BowLiteCore Result+Applicative.swift
[98/118] Compiling BowLiteCore Result+ApplicativeError.swift
[99/118] Compiling BowLiteCore Result+Functor.swift
[100/118] Compiling BowLiteCore Result+Monad.swift
[101/118] Compiling BowLiteCore Result+Utilities.swift
[102/118] Compiling BowLiteCore State+Applicative.swift
[103/118] Compiling BowLiteCore State+Functor.swift
[104/164] Compiling BowLiteOptics Lens.swift
[105/164] Compiling BowLiteOptics Prism.swift
[106/164] Compiling BowLiteOptics Traversal.swift
[107/164] Compiling BowLiteOptics AffineTraversal.swift
[108/164] Emitting module BowLiteOptics
[109/164] Emitting module BowLiteEffects
[110/168] Compiling BowLiteEffects EnvIO+Monad.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/EnvIO/EnvIO.swift:366:30: warning: will never be executed
364 |
365 |         return policy.initial
366 |             .mapError { x in x as! Failure }
    |                       |      `- warning: will never be executed
    |                       `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
367 |             .flatMap(loop)
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/EnvIO/EnvIO.swift:412:34: warning: will never be executed
410 |             { e in orElse(e, nil).map(Either.left) },
411 |             { a in policy.initial
412 |                 .mapError { x in x as! Failure }
    |                           |      `- warning: will never be executed
    |                           `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
413 |                 .flatMap { s in loop(a, s) } })
414 |     }
[111/168] Compiling BowLiteEffects EnvIO+MonadDefer.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/EnvIO/EnvIO.swift:366:30: warning: will never be executed
364 |
365 |         return policy.initial
366 |             .mapError { x in x as! Failure }
    |                       |      `- warning: will never be executed
    |                       `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
367 |             .flatMap(loop)
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/EnvIO/EnvIO.swift:412:34: warning: will never be executed
410 |             { e in orElse(e, nil).map(Either.left) },
411 |             { a in policy.initial
412 |                 .mapError { x in x as! Failure }
    |                           |      `- warning: will never be executed
    |                           `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
413 |                 .flatMap { s in loop(a, s) } })
414 |     }
[112/168] Compiling BowLiteEffects EnvIO+MonadReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/EnvIO/EnvIO.swift:366:30: warning: will never be executed
364 |
365 |         return policy.initial
366 |             .mapError { x in x as! Failure }
    |                       |      `- warning: will never be executed
    |                       `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
367 |             .flatMap(loop)
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/EnvIO/EnvIO.swift:412:34: warning: will never be executed
410 |             { e in orElse(e, nil).map(Either.left) },
411 |             { a in policy.initial
412 |                 .mapError { x in x as! Failure }
    |                           |      `- warning: will never be executed
    |                           `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
413 |                 .flatMap { s in loop(a, s) } })
414 |     }
[113/168] Compiling BowLiteEffects EnvIO.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/EnvIO/EnvIO.swift:366:30: warning: will never be executed
364 |
365 |         return policy.initial
366 |             .mapError { x in x as! Failure }
    |                       |      `- warning: will never be executed
    |                       `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
367 |             .flatMap(loop)
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/EnvIO/EnvIO.swift:412:34: warning: will never be executed
410 |             { e in orElse(e, nil).map(Either.left) },
411 |             { a in policy.initial
412 |                 .mapError { x in x as! Failure }
    |                           |      `- warning: will never be executed
    |                           `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
413 |                 .flatMap { s in loop(a, s) } })
414 |     }
[114/168] Compiling BowLiteEffects ConsoleIO.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/EnvIO/EnvIO.swift:366:30: warning: will never be executed
364 |
365 |         return policy.initial
366 |             .mapError { x in x as! Failure }
    |                       |      `- warning: will never be executed
    |                       `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
367 |             .flatMap(loop)
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/EnvIO/EnvIO.swift:412:34: warning: will never be executed
410 |             { e in orElse(e, nil).map(Either.left) },
411 |             { a in policy.initial
412 |                 .mapError { x in x as! Failure }
    |                           |      `- warning: will never be executed
    |                           `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
413 |                 .flatMap { s in loop(a, s) } })
414 |     }
[115/168] Compiling BowLiteEffects IOBindingExpression.swift
[116/168] Compiling BowLiteEffects IOBindingOperator.swift
[117/168] Compiling BowLiteEffects IOBoundVar.swift
[118/168] Compiling BowLiteEffects IOConcurrent.swift
[119/168] Compiling BowLiteEffects EnvIO+Applicative.swift
[120/168] Compiling BowLiteEffects EnvIO+ApplicativeError.swift
[121/168] Compiling BowLiteEffects EnvIO+Async.swift
[122/168] Compiling BowLiteEffects EnvIO+Concurrent.swift
[123/168] Compiling BowLiteEffects EnvIO+Functor.swift
[124/168] Compiling BowLiteEffects Queue.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Internal/Queue.swift:48:34: warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
43 |
44 |     // MARK: operations
45 |     func async(execute work: @escaping () -> Void) {
   |                        `- note: parameter 'work' is implicitly non-sendable
46 |         switch queue {
47 |         case ._queue(let queue):
48 |             queue.async(execute: work)
   |                                  `- warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
49 |         default:
50 |             fatalError("can not execute async work in current queue")
[125/168] Compiling BowLiteEffects Kleisli+IO.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Internal/Queue.swift:48:34: warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
43 |
44 |     // MARK: operations
45 |     func async(execute work: @escaping () -> Void) {
   |                        `- note: parameter 'work' is implicitly non-sendable
46 |         switch queue {
47 |         case ._queue(let queue):
48 |             queue.async(execute: work)
   |                                  `- warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
49 |         default:
50 |             fatalError("can not execute async work in current queue")
[126/168] Compiling BowLiteEffects BindingOperator.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Internal/Queue.swift:48:34: warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
43 |
44 |     // MARK: operations
45 |     func async(execute work: @escaping () -> Void) {
   |                        `- note: parameter 'work' is implicitly non-sendable
46 |         switch queue {
47 |         case ._queue(let queue):
48 |             queue.async(execute: work)
   |                                  `- warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
49 |         default:
50 |             fatalError("can not execute async work in current queue")
[127/168] Compiling BowLiteEffects EnvIOBindingExpression.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Internal/Queue.swift:48:34: warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
43 |
44 |     // MARK: operations
45 |     func async(execute work: @escaping () -> Void) {
   |                        `- note: parameter 'work' is implicitly non-sendable
46 |         switch queue {
47 |         case ._queue(let queue):
48 |             queue.async(execute: work)
   |                                  `- warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
49 |         default:
50 |             fatalError("can not execute async work in current queue")
[128/168] Compiling BowLiteEffects FileManager+Common.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/FileManager+iOS+Mac.swift:63:21: warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a '@Sendable' closure
61 |             self.getFileProviderServicesForItem(at: url) { services, error in
62 |                 if let services = services {
63 |                     callback(.right(services))
   |                     |- warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a '@Sendable' closure
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
64 |                 } else if let error = error {
65 |                     callback(.left(error))
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:18:62: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
16 |     func dataTaskIO(with url: URL) -> DataIO {
17 |         IO.async { callback in
18 |             self.dataTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                              `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
19 |         }
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:25:66: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
23 |     func dataTaskIO(with request: URLRequest) -> DataIO {
24 |         IO.async { callback in
25 |             self.dataTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
26 |         }
27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:34:66: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
32 |     func downloadTaskIO(with url: URL) -> DownloadIO {
33 |         IO.async { callback in
34 |             self.downloadTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
35 |         }
36 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:41:70: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
39 |     func downloadTaskIO(with request: URLRequest) -> DownloadIO {
40 |         IO.async { callback in
41 |             self.downloadTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                      `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
42 |         }
43 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:48:77: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
46 |     func downloadTaskIO(withResumeData data: Data) -> DownloadIO {
47 |         IO.async { callback in
48 |             self.downloadTask(withResumeData: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                             `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
49 |         }
50 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:59:80: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
57 |         from data: Data) -> DataIO {
58 |         IO.async { callback in
59 |             self.uploadTask(with: request, from: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                                `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
60 |         }
61 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:68:83: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
66 |         fromFile url: URL) -> DataIO {
67 |         IO.async { callback in
68 |             self.uploadTask(with: request, fromFile: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
69 |         }
70 |     }
[129/168] Compiling BowLiteEffects FileManager+iOS+Mac.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/FileManager+iOS+Mac.swift:63:21: warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a '@Sendable' closure
61 |             self.getFileProviderServicesForItem(at: url) { services, error in
62 |                 if let services = services {
63 |                     callback(.right(services))
   |                     |- warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a '@Sendable' closure
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
64 |                 } else if let error = error {
65 |                     callback(.left(error))
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:18:62: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
16 |     func dataTaskIO(with url: URL) -> DataIO {
17 |         IO.async { callback in
18 |             self.dataTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                              `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
19 |         }
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:25:66: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
23 |     func dataTaskIO(with request: URLRequest) -> DataIO {
24 |         IO.async { callback in
25 |             self.dataTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
26 |         }
27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:34:66: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
32 |     func downloadTaskIO(with url: URL) -> DownloadIO {
33 |         IO.async { callback in
34 |             self.downloadTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
35 |         }
36 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:41:70: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
39 |     func downloadTaskIO(with request: URLRequest) -> DownloadIO {
40 |         IO.async { callback in
41 |             self.downloadTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                      `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
42 |         }
43 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:48:77: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
46 |     func downloadTaskIO(withResumeData data: Data) -> DownloadIO {
47 |         IO.async { callback in
48 |             self.downloadTask(withResumeData: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                             `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
49 |         }
50 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:59:80: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
57 |         from data: Data) -> DataIO {
58 |         IO.async { callback in
59 |             self.uploadTask(with: request, from: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                                `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
60 |         }
61 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:68:83: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
66 |         fromFile url: URL) -> DataIO {
67 |         IO.async { callback in
68 |             self.uploadTask(with: request, fromFile: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
69 |         }
70 |     }
[130/168] Compiling BowLiteEffects URLSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/FileManager+iOS+Mac.swift:63:21: warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a '@Sendable' closure
61 |             self.getFileProviderServicesForItem(at: url) { services, error in
62 |                 if let services = services {
63 |                     callback(.right(services))
   |                     |- warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a '@Sendable' closure
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
64 |                 } else if let error = error {
65 |                     callback(.left(error))
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:18:62: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
16 |     func dataTaskIO(with url: URL) -> DataIO {
17 |         IO.async { callback in
18 |             self.dataTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                              `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
19 |         }
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:25:66: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
23 |     func dataTaskIO(with request: URLRequest) -> DataIO {
24 |         IO.async { callback in
25 |             self.dataTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
26 |         }
27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:34:66: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
32 |     func downloadTaskIO(with url: URL) -> DownloadIO {
33 |         IO.async { callback in
34 |             self.downloadTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
35 |         }
36 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:41:70: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
39 |     func downloadTaskIO(with request: URLRequest) -> DownloadIO {
40 |         IO.async { callback in
41 |             self.downloadTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                      `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
42 |         }
43 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:48:77: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
46 |     func downloadTaskIO(withResumeData data: Data) -> DownloadIO {
47 |         IO.async { callback in
48 |             self.downloadTask(withResumeData: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                             `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
49 |         }
50 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:59:80: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
57 |         from data: Data) -> DataIO {
58 |         IO.async { callback in
59 |             self.uploadTask(with: request, from: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                                `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
60 |         }
61 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:68:83: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
66 |         fromFile url: URL) -> DataIO {
67 |         IO.async { callback in
68 |             self.uploadTask(with: request, fromFile: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
69 |         }
70 |     }
[131/168] Compiling BowLiteEffects IO+Applicative.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/FileManager+iOS+Mac.swift:63:21: warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a '@Sendable' closure
61 |             self.getFileProviderServicesForItem(at: url) { services, error in
62 |                 if let services = services {
63 |                     callback(.right(services))
   |                     |- warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a '@Sendable' closure
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
64 |                 } else if let error = error {
65 |                     callback(.left(error))
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:18:62: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
16 |     func dataTaskIO(with url: URL) -> DataIO {
17 |         IO.async { callback in
18 |             self.dataTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                              `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
19 |         }
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:25:66: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
23 |     func dataTaskIO(with request: URLRequest) -> DataIO {
24 |         IO.async { callback in
25 |             self.dataTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
26 |         }
27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:34:66: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
32 |     func downloadTaskIO(with url: URL) -> DownloadIO {
33 |         IO.async { callback in
34 |             self.downloadTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
35 |         }
36 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:41:70: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
39 |     func downloadTaskIO(with request: URLRequest) -> DownloadIO {
40 |         IO.async { callback in
41 |             self.downloadTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                      `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
42 |         }
43 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:48:77: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
46 |     func downloadTaskIO(withResumeData data: Data) -> DownloadIO {
47 |         IO.async { callback in
48 |             self.downloadTask(withResumeData: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                             `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
49 |         }
50 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:59:80: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
57 |         from data: Data) -> DataIO {
58 |         IO.async { callback in
59 |             self.uploadTask(with: request, from: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                                `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
60 |         }
61 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:68:83: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
66 |         fromFile url: URL) -> DataIO {
67 |         IO.async { callback in
68 |             self.uploadTask(with: request, fromFile: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
69 |         }
70 |     }
[132/168] Compiling BowLiteEffects IO+ApplicativeError.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/FileManager+iOS+Mac.swift:63:21: warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a '@Sendable' closure
61 |             self.getFileProviderServicesForItem(at: url) { services, error in
62 |                 if let services = services {
63 |                     callback(.right(services))
   |                     |- warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a '@Sendable' closure
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
64 |                 } else if let error = error {
65 |                     callback(.left(error))
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:18:62: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
16 |     func dataTaskIO(with url: URL) -> DataIO {
17 |         IO.async { callback in
18 |             self.dataTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                              `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
19 |         }
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:25:66: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
23 |     func dataTaskIO(with request: URLRequest) -> DataIO {
24 |         IO.async { callback in
25 |             self.dataTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
26 |         }
27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:34:66: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
32 |     func downloadTaskIO(with url: URL) -> DownloadIO {
33 |         IO.async { callback in
34 |             self.downloadTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
35 |         }
36 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:41:70: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
39 |     func downloadTaskIO(with request: URLRequest) -> DownloadIO {
40 |         IO.async { callback in
41 |             self.downloadTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                      `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
42 |         }
43 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:48:77: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
46 |     func downloadTaskIO(withResumeData data: Data) -> DownloadIO {
47 |         IO.async { callback in
48 |             self.downloadTask(withResumeData: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                             `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
49 |         }
50 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:59:80: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
57 |         from data: Data) -> DataIO {
58 |         IO.async { callback in
59 |             self.uploadTask(with: request, from: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                                `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
60 |         }
61 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Foundation/URLSession.swift:68:83: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
66 |         fromFile url: URL) -> DataIO {
67 |         IO.async { callback in
68 |             self.uploadTask(with: request, fromFile: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
69 |         }
70 |     }
[133/168] Compiling BowLiteEffects Atomic.swift
[134/168] Compiling BowLiteEffects Array+ConcurrentTraverse.swift
[135/168] Compiling BowLiteEffects Array+TraverseIO.swift
[136/168] Compiling BowLiteEffects NonEmptyArray+ConcurrentTraverse.swift
[137/168] Compiling BowLiteEffects NonEmptyArray+TraverseIO.swift
[138/168] Compiling BowLiteEffects EnvIOBindingOperator.swift
[139/168] Compiling BowLiteEffects EnvIOBoundVar.swift
[140/168] Compiling BowLiteEffects EnvIOConcurrent.swift
[141/168] Compiling BowLiteEffects EnvIOMonadComprehensions.swift
[142/168] Compiling BowLiteEffects IO+Async.swift
[143/168] Compiling BowLiteEffects IO+Bracket.swift
[144/168] Compiling BowLiteEffects IO+Concurrent.swift
[145/168] Compiling BowLiteEffects IO+Functor.swift
[146/168] Compiling BowLiteEffects IO+Monad.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/IO/IO.swift:326:13: warning: capture of 'callback' with non-sendable type 'Callback<Failure, Success>' (aka '(Either<Failure, Success>) -> ()') in a '@Sendable' closure
324 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<Failure, Success> = { _ in }) {
325 |         queue.async {
326 |             callback(self.unsafeRunSyncEither(on: queue))
    |             |- warning: capture of 'callback' with non-sendable type 'Callback<Failure, Success>' (aka '(Either<Failure, Success>) -> ()') in a '@Sendable' closure
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
327 |         }
328 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/IO/IO.swift:326:22: warning: capture of 'self' with non-sendable type 'IO<Failure, Success>' in a '@Sendable' closure
 18 |
 19 | /// An IO is a data type that encapsulates and suspends side effects producing values of type `Success` or errors of type `Failure`.
 20 | public class IO<Failure: Error, Success> {
    |              `- note: generic class 'IO' does not conform to the 'Sendable' protocol
 21 |
 22 |     /// Creates an EnvIO with no dependencies from this IO.
    :
324 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<Failure, Success> = { _ in }) {
325 |         queue.async {
326 |             callback(self.unsafeRunSyncEither(on: queue))
    |                      `- warning: capture of 'self' with non-sendable type 'IO<Failure, Success>' in a '@Sendable' closure
327 |         }
328 |     }
[147/168] Compiling BowLiteEffects IO+MonadDefer.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/IO/IO.swift:326:13: warning: capture of 'callback' with non-sendable type 'Callback<Failure, Success>' (aka '(Either<Failure, Success>) -> ()') in a '@Sendable' closure
324 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<Failure, Success> = { _ in }) {
325 |         queue.async {
326 |             callback(self.unsafeRunSyncEither(on: queue))
    |             |- warning: capture of 'callback' with non-sendable type 'Callback<Failure, Success>' (aka '(Either<Failure, Success>) -> ()') in a '@Sendable' closure
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
327 |         }
328 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/IO/IO.swift:326:22: warning: capture of 'self' with non-sendable type 'IO<Failure, Success>' in a '@Sendable' closure
 18 |
 19 | /// An IO is a data type that encapsulates and suspends side effects producing values of type `Success` or errors of type `Failure`.
 20 | public class IO<Failure: Error, Success> {
    |              `- note: generic class 'IO' does not conform to the 'Sendable' protocol
 21 |
 22 |     /// Creates an EnvIO with no dependencies from this IO.
    :
324 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<Failure, Success> = { _ in }) {
325 |         queue.async {
326 |             callback(self.unsafeRunSyncEither(on: queue))
    |                      `- warning: capture of 'self' with non-sendable type 'IO<Failure, Success>' in a '@Sendable' closure
327 |         }
328 |     }
[148/168] Compiling BowLiteEffects IO.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/IO/IO.swift:326:13: warning: capture of 'callback' with non-sendable type 'Callback<Failure, Success>' (aka '(Either<Failure, Success>) -> ()') in a '@Sendable' closure
324 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<Failure, Success> = { _ in }) {
325 |         queue.async {
326 |             callback(self.unsafeRunSyncEither(on: queue))
    |             |- warning: capture of 'callback' with non-sendable type 'Callback<Failure, Success>' (aka '(Either<Failure, Success>) -> ()') in a '@Sendable' closure
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
327 |         }
328 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/IO/IO.swift:326:22: warning: capture of 'self' with non-sendable type 'IO<Failure, Success>' in a '@Sendable' closure
 18 |
 19 | /// An IO is a data type that encapsulates and suspends side effects producing values of type `Success` or errors of type `Failure`.
 20 | public class IO<Failure: Error, Success> {
    |              `- note: generic class 'IO' does not conform to the 'Sendable' protocol
 21 |
 22 |     /// Creates an EnvIO with no dependencies from this IO.
    :
324 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<Failure, Success> = { _ in }) {
325 |         queue.async {
326 |             callback(self.unsafeRunSyncEither(on: queue))
    |                      `- warning: capture of 'self' with non-sendable type 'IO<Failure, Success>' in a '@Sendable' closure
327 |         }
328 |     }
[149/168] Compiling BowLiteEffects DispatchTimeInterval+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/IO/IO.swift:326:13: warning: capture of 'callback' with non-sendable type 'Callback<Failure, Success>' (aka '(Either<Failure, Success>) -> ()') in a '@Sendable' closure
324 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<Failure, Success> = { _ in }) {
325 |         queue.async {
326 |             callback(self.unsafeRunSyncEither(on: queue))
    |             |- warning: capture of 'callback' with non-sendable type 'Callback<Failure, Success>' (aka '(Either<Failure, Success>) -> ()') in a '@Sendable' closure
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
327 |         }
328 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/IO/IO.swift:326:22: warning: capture of 'self' with non-sendable type 'IO<Failure, Success>' in a '@Sendable' closure
 18 |
 19 | /// An IO is a data type that encapsulates and suspends side effects producing values of type `Success` or errors of type `Failure`.
 20 | public class IO<Failure: Error, Success> {
    |              `- note: generic class 'IO' does not conform to the 'Sendable' protocol
 21 |
 22 |     /// Creates an EnvIO with no dependencies from this IO.
    :
324 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<Failure, Success> = { _ in }) {
325 |         queue.async {
326 |             callback(self.unsafeRunSyncEither(on: queue))
    |                      `- warning: capture of 'self' with non-sendable type 'IO<Failure, Success>' in a '@Sendable' closure
327 |         }
328 |     }
[150/168] Compiling BowLiteEffects IOMonadComprehensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Schedule.swift:721:36: warning: will never be executed
719 |         Schedule(
720 |             initial: EnvIO.never(),
721 |             extract: { _, never in never },
    |                      |             `- warning: will never be executed
    |                      `- note: '$return_value' is of type 'Never' which cannot be constructed because it is an enum with no cases
722 |             update: { _, _ in EnvIO.never() })
723 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Schedule.swift:722:31: warning: will never be executed
720 |             initial: EnvIO.never(),
721 |             extract: { _, never in never },
722 |             update: { _, _ in EnvIO.never() })
    |                     |         `- warning: will never be executed
    |                     `- note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
723 |     }
724 | }
[151/168] Compiling BowLiteEffects Ref.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Schedule.swift:721:36: warning: will never be executed
719 |         Schedule(
720 |             initial: EnvIO.never(),
721 |             extract: { _, never in never },
    |                      |             `- warning: will never be executed
    |                      `- note: '$return_value' is of type 'Never' which cannot be constructed because it is an enum with no cases
722 |             update: { _, _ in EnvIO.never() })
723 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Schedule.swift:722:31: warning: will never be executed
720 |             initial: EnvIO.never(),
721 |             extract: { _, never in never },
722 |             update: { _, _ in EnvIO.never() })
    |                     |         `- warning: will never be executed
    |                     `- note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
723 |     }
724 | }
[152/168] Compiling BowLiteEffects Resource.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Schedule.swift:721:36: warning: will never be executed
719 |         Schedule(
720 |             initial: EnvIO.never(),
721 |             extract: { _, never in never },
    |                      |             `- warning: will never be executed
    |                      `- note: '$return_value' is of type 'Never' which cannot be constructed because it is an enum with no cases
722 |             update: { _, _ in EnvIO.never() })
723 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Schedule.swift:722:31: warning: will never be executed
720 |             initial: EnvIO.never(),
721 |             extract: { _, never in never },
722 |             update: { _, _ in EnvIO.never() })
    |                     |         `- warning: will never be executed
    |                     `- note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
723 |     }
724 | }
[153/168] Compiling BowLiteEffects Schedule.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Schedule.swift:721:36: warning: will never be executed
719 |         Schedule(
720 |             initial: EnvIO.never(),
721 |             extract: { _, never in never },
    |                      |             `- warning: will never be executed
    |                      `- note: '$return_value' is of type 'Never' which cannot be constructed because it is an enum with no cases
722 |             update: { _, _ in EnvIO.never() })
723 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowLiteEffects/Schedule.swift:722:31: warning: will never be executed
720 |             initial: EnvIO.never(),
721 |             extract: { _, never in never },
722 |             update: { _, _ in EnvIO.never() })
    |                     |         `- warning: will never be executed
    |                     `- note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
723 |     }
724 | }
[154/170] Emitting module BowLite
[155/170] Compiling BowLite Headers.swift
[156/170] Compiling SwiftCheck Rose.swift
[157/170] Compiling SwiftCheck Test.swift
[158/170] Compiling SwiftCheck Testable.swift
[159/170] Compiling SwiftCheck State.swift
[160/171] Compiling SwiftCheck WitnessedArbitrary.swift
[169/171] Emitting module SwiftCheck
[172/180] Compiling BowLiteLaws SemiringLaws.swift
[173/180] Compiling BowLiteLaws PropertyOperatorOverload.swift
[174/180] Compiling BowLiteLaws SemigroupLaws.swift
[175/180] Compiling BowLiteLaws MonoidLaws.swift
[176/180] Compiling BowLiteLaws CustomStringConvertibleLaws.swift
[177/180] Compiling BowLiteLaws EquatableLaws.swift
[178/180] Compiling BowLiteLaws AnyError.swift
[179/180] Emitting module BowLiteLaws
[180/180] Compiling BowLiteLaws BindingOperatorOverload.swift
Build complete! (11.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftcheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bow-swift/SwiftCheck.git"
    }
  ],
  "manifest_display_name" : "BowLite",
  "name" : "BowLite",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BowLite",
      "targets" : [
        "BowLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BowLiteOptics",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteOptics",
      "path" : "Sources/BowLiteOptics",
      "product_memberships" : [
        "BowLite"
      ],
      "sources" : [
        "AffineTraversal.swift",
        "Lens.swift",
        "Prism.swift",
        "Traversal.swift"
      ],
      "target_dependencies" : [
        "BowLiteCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowLiteLaws",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteLaws",
      "path" : "Tests/BowLiteLaws",
      "product_dependencies" : [
        "SwiftCheck"
      ],
      "sources" : [
        "AnyError.swift",
        "BindingOperatorOverload.swift",
        "CustomStringConvertibleLaws.swift",
        "EquatableLaws.swift",
        "MonoidLaws.swift",
        "PropertyOperatorOverload.swift",
        "SemigroupLaws.swift",
        "SemiringLaws.swift"
      ],
      "target_dependencies" : [
        "BowLiteCore",
        "BowLiteEffects"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowLiteEffectsTests",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteEffectsTests",
      "path" : "Tests/BowLiteEffectsTests",
      "sources" : [
        "EnvIO/EnvIO+ApplicativeErrorTest.swift",
        "EnvIO/EnvIO+ApplicativeTest.swift",
        "EnvIO/EnvIO+Arbitrary.swift",
        "EnvIO/EnvIO+ConcurrentTest.swift",
        "EnvIO/EnvIO+Equatable.swift",
        "EnvIO/EnvIO+FunctorTest.swift",
        "EnvIO/EnvIO+MonadTest.swift",
        "IO/IO+ApplicativeErrorTest.swift",
        "IO/IO+ApplicativeTest.swift",
        "IO/IO+Arbitrary.swift",
        "IO/IO+ConcurrentTest.swift",
        "IO/IO+Equatable.swift",
        "IO/IO+FunctorTest.swift",
        "IO/IO+MonadTest.swift"
      ],
      "target_dependencies" : [
        "BowLiteEffects",
        "BowLiteLaws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowLiteEffects",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteEffects",
      "path" : "Sources/BowLiteEffects",
      "product_memberships" : [
        "BowLite"
      ],
      "sources" : [
        "Atomic.swift",
        "Data/Array+ConcurrentTraverse.swift",
        "Data/Array+TraverseIO.swift",
        "Data/NonEmptyArray+ConcurrentTraverse.swift",
        "Data/NonEmptyArray+TraverseIO.swift",
        "EnvIO/EnvIO+Applicative.swift",
        "EnvIO/EnvIO+ApplicativeError.swift",
        "EnvIO/EnvIO+Async.swift",
        "EnvIO/EnvIO+Concurrent.swift",
        "EnvIO/EnvIO+Functor.swift",
        "EnvIO/EnvIO+Monad.swift",
        "EnvIO/EnvIO+MonadDefer.swift",
        "EnvIO/EnvIO+MonadReader.swift",
        "EnvIO/EnvIO.swift",
        "Foundation/ConsoleIO.swift",
        "Foundation/FileManager+Common.swift",
        "Foundation/FileManager+iOS+Mac.swift",
        "Foundation/URLSession.swift",
        "IO/IO+Applicative.swift",
        "IO/IO+ApplicativeError.swift",
        "IO/IO+Async.swift",
        "IO/IO+Bracket.swift",
        "IO/IO+Concurrent.swift",
        "IO/IO+Functor.swift",
        "IO/IO+Monad.swift",
        "IO/IO+MonadDefer.swift",
        "IO/IO.swift",
        "Internal/DispatchTimeInterval+Extensions.swift",
        "Internal/Queue.swift",
        "Kleisli/Kleisli+IO.swift",
        "MonadComprehensions/BindingOperator.swift",
        "MonadComprehensions/EnvIO/EnvIOBindingExpression.swift",
        "MonadComprehensions/EnvIO/EnvIOBindingOperator.swift",
        "MonadComprehensions/EnvIO/EnvIOBoundVar.swift",
        "MonadComprehensions/EnvIO/EnvIOConcurrent.swift",
        "MonadComprehensions/EnvIO/EnvIOMonadComprehensions.swift",
        "MonadComprehensions/IO/IOBindingExpression.swift",
        "MonadComprehensions/IO/IOBindingOperator.swift",
        "MonadComprehensions/IO/IOBoundVar.swift",
        "MonadComprehensions/IO/IOConcurrent.swift",
        "MonadComprehensions/IO/IOMonadComprehensions.swift",
        "Ref.swift",
        "Resource.swift",
        "Schedule.swift"
      ],
      "target_dependencies" : [
        "BowLiteCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowLiteCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteCoreTests",
      "path" : "Tests/BowLiteCoreTests",
      "sources" : [
        "Data/Array/Array+ApplicativeTest.swift",
        "Data/Array/Array+FunctorTest.swift",
        "Data/Array/Array+MonadTest.swift",
        "Data/Const/Const+ApplicativeTest.swift",
        "Data/Const/Const+Arbitrary.swift",
        "Data/Const/Const+FunctorTest.swift",
        "Data/Either/Either+ApplicativeErrorTest.swift",
        "Data/Either/Either+ApplicativeTest.swift",
        "Data/Either/Either+Arbitrary.swift",
        "Data/Either/Either+FunctorTest.swift",
        "Data/Either/Either+MonadTest.swift",
        "Data/Eval/Eval+ApplicativeTest.swift",
        "Data/Eval/Eval+Arbitrary.swift",
        "Data/Eval/Eval+FunctorTest.swift",
        "Data/Eval/Eval+MonadTest.swift",
        "Data/Function/Function+ApplicativeTest.swift",
        "Data/Function/Function+Arbitrary.swift",
        "Data/Function/Function+Equatable.swift",
        "Data/Function/Function+FunctorTest.swift",
        "Data/Function/Function+MonadTest.swift",
        "Data/Id/Id+ApplicativeTest.swift",
        "Data/Id/Id+Arbitrary.swift",
        "Data/Id/Id+FunctorTest.swift",
        "Data/Id/Id+MonadTest.swift",
        "Data/Ior/Ior+ApplicativeTest.swift",
        "Data/Ior/Ior+Arbitrary.swift",
        "Data/Ior/Ior+FunctorTest.swift",
        "Data/Ior/Ior+MonadTest.swift",
        "Data/NonEmptyArray/NonEmptyArray+ApplicativeTest.swift",
        "Data/NonEmptyArray/NonEmptyArray+Arbitrary.swift",
        "Data/NonEmptyArray/NonEmptyArray+FunctorTest.swift",
        "Data/NonEmptyArray/NonEmptyArray+MonadTest.swift",
        "Data/Optional/Optional+ApplicativeErrorTest.swift",
        "Data/Optional/Optional+ApplicativeTest.swift",
        "Data/Optional/Optional+FunctorTest.swift",
        "Data/Optional/Optional+MonadTest.swift",
        "Data/Pair/Pair+ApplicativeTest.swift",
        "Data/Pair/Pair+Arbitrary.swift",
        "Data/Pair/Pair+FunctorTest.swift",
        "Data/Pair/Pair+MonadTest.swift",
        "Data/Result/Result+ApplicativeErrorTest.swift",
        "Data/Result/Result+ApplicativeTest.swift",
        "Data/Result/Result+FunctorTest.swift",
        "Data/Result/Result+MonadTest.swift",
        "Data/State/State+ApplicativeTest.swift",
        "Data/State/State+Arbitrary.swift",
        "Data/State/State+Equatable.swift",
        "Data/State/State+FunctorTest.swift",
        "Data/State/State+MonadTest.swift",
        "Data/Store/Store+ApplicativeTest.swift",
        "Data/Store/Store+Arbitrary.swift",
        "Data/Store/Store+Equatable.swift",
        "Data/Store/Store+FunctorTest.swift",
        "Data/Try/Try+ApplicativeErrorTest.swift",
        "Data/Try/Try+ApplicativeTest.swift",
        "Data/Try/Try+Arbitrary.swift",
        "Data/Try/Try+Equatable.swift",
        "Data/Try/Try+FunctorTest.swift",
        "Data/Try/Try+MonadTest.swift",
        "Data/Validated/Validated+ApplicativeErrorTest.swift",
        "Data/Validated/Validated+ApplicativeTest.swift",
        "Data/Validated/Validated+Arbitrary.swift",
        "Data/Validated/Validated+FunctorTest.swift",
        "Data/Writer/Writer+ApplicativeTest.swift",
        "Data/Writer/Writer+Arbitrary.swift",
        "Data/Writer/Writer+FunctorTest.swift",
        "Data/Writer/Writer+MonadTest.swift",
        "Instances/BoolInstancesTest.swift",
        "Instances/NumberInstancesTest.swift",
        "Instances/StringInstancesTest.swift",
        "Syntax/BooleanFunctionsTest.swift",
        "Syntax/CompositionTest.swift",
        "Syntax/CurryTest.swift",
        "Syntax/MemoizationTest.swift",
        "Syntax/PartialApplicationTest.swift",
        "Syntax/PredefTest.swift",
        "Syntax/ReverseTest.swift"
      ],
      "target_dependencies" : [
        "BowLiteCore",
        "BowLiteLaws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowLiteCore",
      "module_type" : "SwiftTarget",
      "name" : "BowLiteCore",
      "path" : "Sources/BowLiteCore",
      "product_memberships" : [
        "BowLite"
      ],
      "sources" : [
        "Data/Array/Array+Applicative.swift",
        "Data/Array/Array+Foldable.swift",
        "Data/Array/Array+Functor.swift",
        "Data/Array/Array+FunctorFilter.swift",
        "Data/Array/Array+Monad.swift",
        "Data/Array/Array+Traverse.swift",
        "Data/Array/Array+Utilities.swift",
        "Data/Const/Const+Applicative.swift",
        "Data/Const/Const+Functor.swift",
        "Data/Const/Const.swift",
        "Data/Either/Either+Applicative.swift",
        "Data/Either/Either+ApplicativeError.swift",
        "Data/Either/Either+Functor.swift",
        "Data/Either/Either+Monad.swift",
        "Data/Either/Either.swift",
        "Data/Eval/Eval+Applicative.swift",
        "Data/Eval/Eval+Comonad.swift",
        "Data/Eval/Eval+Functor.swift",
        "Data/Eval/Eval+Monad.swift",
        "Data/Eval/Eval.swift",
        "Data/Function/Function+Applicative.swift",
        "Data/Function/Function+Contravariant.swift",
        "Data/Function/Function+Functor.swift",
        "Data/Function/Function+Monad.swift",
        "Data/Function/Function+MonadReader.swift",
        "Data/Function/Function.swift",
        "Data/Id/Id+Applicative.swift",
        "Data/Id/Id+Functor.swift",
        "Data/Id/Id+Monad.swift",
        "Data/Id/Id.swift",
        "Data/Ior/Ior+Applicative.swift",
        "Data/Ior/Ior+Functor.swift",
        "Data/Ior/Ior+Monad.swift",
        "Data/Ior/Ior.swift",
        "Data/Kleilsi/Kleisli.swift",
        "Data/NonEmptyArray/NonEmptyArray+Applicative.swift",
        "Data/NonEmptyArray/NonEmptyArray+Foldable.swift",
        "Data/NonEmptyArray/NonEmptyArray+Functor.swift",
        "Data/NonEmptyArray/NonEmptyArray+FunctorFilter.swift",
        "Data/NonEmptyArray/NonEmptyArray+Monad.swift",
        "Data/NonEmptyArray/NonEmptyArray+Traverse.swift",
        "Data/NonEmptyArray/NonEmptyArray.swift",
        "Data/Optional/Optional+Applicative.swift",
        "Data/Optional/Optional+ApplicativeError.swift",
        "Data/Optional/Optional+Functor.swift",
        "Data/Optional/Optional+FunctorFilter.swift",
        "Data/Optional/Optional+Monad.swift",
        "Data/Optional/Optional+Utilities.swift",
        "Data/Pair/Pair+Applicative.swift",
        "Data/Pair/Pair+Functor.swift",
        "Data/Pair/Pair+Monad.swift",
        "Data/Pair/Pair.swift",
        "Data/Result/Result+Applicative.swift",
        "Data/Result/Result+ApplicativeError.swift",
        "Data/Result/Result+Functor.swift",
        "Data/Result/Result+Monad.swift",
        "Data/Result/Result+Utilities.swift",
        "Data/State/State+Applicative.swift",
        "Data/State/State+Functor.swift",
        "Data/State/State+Monad.swift",
        "Data/State/State+MonadState.swift",
        "Data/State/State.swift",
        "Data/Store/Store+Applicative.swift",
        "Data/Store/Store+Comonad.swift",
        "Data/Store/Store+ComonadStore.swift",
        "Data/Store/Store+Functor.swift",
        "Data/Store/Store.swift",
        "Data/Trampoline/Trampoline.swift",
        "Data/Try/Try+Applicative.swift",
        "Data/Try/Try+ApplicativeError.swift",
        "Data/Try/Try+Functor.swift",
        "Data/Try/Try+Monad.swift",
        "Data/Try/Try.swift",
        "Data/Validated/Validated+Applicative.swift",
        "Data/Validated/Validated+ApplicativeError.swift",
        "Data/Validated/Validated+Functor.swift",
        "Data/Validated/Validated.swift",
        "Data/Writer/Writer+Applicative.swift",
        "Data/Writer/Writer+Functor.swift",
        "Data/Writer/Writer+Monad.swift",
        "Data/Writer/Writer+MonadWriter.swift",
        "Data/Writer/Writer.swift",
        "Instances/BoolInstances.swift",
        "Instances/NumberInstances.swift",
        "Instances/StringInstances.swift",
        "Syntax/BooleanFunctions.swift",
        "Syntax/Composition.swift",
        "Syntax/Curry.swift",
        "Syntax/Memoization.swift",
        "Syntax/PartialApplication.swift",
        "Syntax/Predef.swift",
        "Syntax/Reverse.swift",
        "Typeclasses/Monoid.swift",
        "Typeclasses/Semigroup.swift",
        "Typeclasses/Semiring.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowLite",
      "module_type" : "SwiftTarget",
      "name" : "BowLite",
      "path" : "Sources/BowLite",
      "product_memberships" : [
        "BowLite"
      ],
      "sources" : [
        "Headers.swift"
      ],
      "target_dependencies" : [
        "BowLiteCore",
        "BowLiteEffects",
        "BowLiteOptics"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.