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 Cleanse with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.42.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/square/Cleanse.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/square/Cleanse
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ad53ff6 Update README to include deprecation notice
Cloned https://github.com/square/Cleanse.git
Revision (git rev-parse @):
ad53ff66244350df042c4ffb15eb9a85462bdae8
SUCCESS checkout https://github.com/square/Cleanse.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cleanse",
      "name": "Cleanse",
      "url": "https://github.com/square/Cleanse.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cleanse",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/square/Cleanse.git
[1/3167] Fetching cleanse
Fetched https://github.com/square/Cleanse.git from cache (0.98s)
Creating working copy for https://github.com/square/Cleanse.git
Working copy of https://github.com/square/Cleanse.git resolved at master (ad53ff6)
warning: '.resolve-product-dependencies': dependency 'cleanse' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/square/Cleanse.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/56] Compiling Cleanse CleanseErrorReporter.swift
[4/56] Compiling Cleanse CleanseServiceLoader.swift
[5/56] Compiling Cleanse CollectionBindingBuilderDecorator.swift
[6/56] Compiling Cleanse CombinedHashable.swift
[7/56] Compiling Cleanse Component.swift
[8/56] Compiling Cleanse ComponentBase.swift
[9/56] Compiling Cleanse ComponentBinding.swift
[10/56] Compiling Cleanse ComponentBindingBuilder.swift
[11/56] Compiling Cleanse ScopedBinder.swift
[12/56] Compiling Cleanse ScopedBindingBuilder.swift
[13/56] Compiling Cleanse ScopedBindingDecorator.swift
[14/56] Compiling Cleanse ScopedModule.swift
[15/56] Compiling Cleanse ScopedProvider.swift
[16/56] Compiling Cleanse SingularCollectionBindingBuilderDecorator.swift
[17/56] Compiling Cleanse SourceLocation.swift
[18/63] Compiling Cleanse PropertyInjector.swift
[19/63] Compiling Cleanse Provider.swift
[20/63] Compiling Cleanse ProviderProvider.swift
[21/63] Compiling Cleanse RawProviderBinding.swift
[22/63] Compiling Cleanse ReceiptBinder.swift
[23/63] Compiling Cleanse RootComponent.swift
[24/63] Compiling Cleanse Scope.swift
[25/63] Compiling Cleanse TaggedBindingBuilderDecorator.swift
[26/63] Compiling Cleanse TaggedProvider.swift
[27/63] Compiling Cleanse Tags.swift
[28/63] Compiling Cleanse TypeKeyProtocol.swift
[29/63] Compiling Cleanse ValidationVisitor.swift
[30/63] Compiling Cleanse WeakProvider.swift
[31/63] Compiling Cleanse WrappedBinder.swift
[32/63] Compiling Cleanse ComponentFactory.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Cleanse/ComponentVisitor.swift:19:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ComponentVisitor : class, BinderBase {
                            ^~~~~
                            AnyObject
[33/63] Compiling Cleanse ComponentVisitor.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Cleanse/ComponentVisitor.swift:19:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ComponentVisitor : class, BinderBase {
                            ^~~~~
                            AnyObject
[34/63] Compiling Cleanse DelegatedHashable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Cleanse/ComponentVisitor.swift:19:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ComponentVisitor : class, BinderBase {
                            ^~~~~
                            AnyObject
[35/63] Compiling Cleanse Errors.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Cleanse/ComponentVisitor.swift:19:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ComponentVisitor : class, BinderBase {
                            ^~~~~
                            AnyObject
[36/63] Compiling Cleanse Factory.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Cleanse/ComponentVisitor.swift:19:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ComponentVisitor : class, BinderBase {
                            ^~~~~
                            AnyObject
[37/63] Compiling Cleanse Finalizable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Cleanse/ComponentVisitor.swift:19:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ComponentVisitor : class, BinderBase {
                            ^~~~~
                            AnyObject
[38/63] Compiling Cleanse Graph.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Cleanse/ComponentVisitor.swift:19:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ComponentVisitor : class, BinderBase {
                            ^~~~~
                            AnyObject
[39/63] Compiling Cleanse Installer.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Cleanse/ComponentVisitor.swift:19:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ComponentVisitor : class, BinderBase {
                            ^~~~~
                            AnyObject
[40/63] Compiling Cleanse LegacyKey.swift
[41/63] Compiling Cleanse LegacyObjectGraph.swift
[42/63] Compiling Cleanse Lock.swift
[43/63] Compiling Cleanse Module.swift
[44/63] Compiling Cleanse PropertyInjection.swift
[45/63] Compiling Cleanse PropertyInjectionArities.swift
[46/63] Compiling Cleanse PropertyInjectionReceiptBinder.swift
[47/63] Compiling Cleanse BindToable.swift
[48/63] Compiling Cleanse Binder.swift
[49/63] Compiling Cleanse BinderArities.swift
[50/63] Compiling Cleanse BindingBuilder.swift
[51/63] Compiling Cleanse BindingBuilderDecorator.swift
[52/63] Compiling Cleanse BindingReceipt.swift
[53/63] Compiling Cleanse CanonicalRepresentable.swift
[54/63] Compiling Cleanse CleanseBindingPlugin.swift
[55/63] Emitting module Cleanse
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Cleanse/ComponentVisitor.swift:19:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ComponentVisitor : class, BinderBase {
                            ^~~~~
                            AnyObject
[56/63] Compiling Cleanse AnyBinder.swift
[57/63] Compiling Cleanse Assisted.swift
[58/63] Compiling Cleanse AssistedFactory.swift
[59/63] Compiling Cleanse AssistedInjection.swift
[60/63] Compiling Cleanse AssistedInjectionArities.swift
[61/63] Compiling Cleanse AssistedInjectionBuilder.swift
[62/63] Compiling Cleanse AssistedInjectionSeedDecorator.swift
[63/63] Compiling Cleanse BaseBindingBuilder.swift
Build complete! (5.58s)
Build complete.
Done.