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 Guise, reference master (75fb2f), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 05:30:46 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Prosumma/Guise.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Prosumma/Guise
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 75fb2fa mainauto
Cloned https://github.com/Prosumma/Guise.git
Revision (git rev-parse @):
75fb2faa602b349cd361bde2a98df3771d21fa20
SUCCESS checkout https://github.com/Prosumma/Guise.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Prosumma/Guise.git
https://github.com/Prosumma/Guise.git
{
  "dependencies" : [
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "Guise",
  "name" : "Guise",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Guise",
      "targets" : [
        "Guise"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GuiseTests",
      "module_type" : "SwiftTarget",
      "name" : "GuiseTests",
      "path" : "Tests/GuiseTests",
      "sources" : [
        "AssemblyTests.swift",
        "AutoTests.swift",
        "ContainerTests.swift",
        "CriteriaTests.swift",
        "EntryTests.swift",
        "KeyTests.swift",
        "LazyResolverTests.swift",
        "Models/Alien.swift",
        "Models/AsyncAssembly.swift",
        "Models/House.swift",
        "Models/Ningleton.swift",
        "Models/Singleton.swift",
        "Models/Spaceship.swift",
        "Models/SyncAssembly.swift",
        "Models/TestAssembly.swift",
        "Models/Thing.swift",
        "Models/UI.swift",
        "ResolutionAdapterTests.swift",
        "ResolverTests.swift",
        "UITests.swift"
      ],
      "target_dependencies" : [
        "Guise"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Guise",
      "module_type" : "SwiftTarget",
      "name" : "Guise",
      "path" : "Sources/Guise",
      "product_dependencies" : [
        "OrderedCollections",
        "Semaphore"
      ],
      "product_memberships" : [
        "Guise"
      ],
      "sources" : [
        "AnySendableHashable.swift",
        "Assembler.swift",
        "Assembly.swift",
        "Auto.swift",
        "Container.swift",
        "Criteria.swift",
        "Entry.swift",
        "Key.swift",
        "LazyResolver.swift",
        "LazyResolving.swift",
        "Lifetime.swift",
        "Registrar.swift",
        "ResolutionAdapter.swift",
        "ResolutionError.swift",
        "Resolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[8/25] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[9/26] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[10/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/26] Emitting module InternalCollectionsUtilities
[12/26] Compiling InternalCollectionsUtilities Integer rank.swift
[13/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/26] Compiling InternalCollectionsUtilities Debugging.swift
[16/26] Compiling InternalCollectionsUtilities Descriptions.swift
[17/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/26] Compiling InternalCollectionsUtilities Specialize.swift
[21/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[26/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[27/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[28/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[29/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[30/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[31/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[32/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[33/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[34/88] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[35/88] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[36/88] Compiling OrderedCollections OrderedSet+Sendable.swift
[37/88] Compiling OrderedCollections OrderedSet+Codable.swift
[38/88] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[39/88] Compiling OrderedCollections OrderedSet+Descriptions.swift
[40/88] Compiling OrderedCollections OrderedSet+Diffing.swift
[41/88] Compiling OrderedCollections OrderedSet+Equatable.swift
[42/88] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[43/88] Compiling OrderedCollections OrderedDictionary+Elements.swift
[44/88] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[45/88] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[46/88] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[47/88] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[48/88] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[49/88] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[50/88] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[51/88] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[52/88] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[53/88] Compiling OrderedCollections OrderedDictionary+Values.swift
[54/88] Compiling OrderedCollections OrderedDictionary.swift
[55/88] Compiling OrderedCollections OrderedSet+Hashable.swift
[56/88] Compiling OrderedCollections OrderedSet+Initializers.swift
[57/88] Compiling OrderedCollections OrderedSet+Insertions.swift
[58/88] Compiling OrderedCollections OrderedSet+Invariants.swift
[59/88] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[60/88] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[61/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[62/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[63/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[64/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[65/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[66/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[67/88] Compiling OrderedCollections _Hashtable+Header.swift
[68/88] Compiling OrderedCollections OrderedDictionary+Codable.swift
[69/88] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[70/88] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[71/88] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[72/88] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[73/88] Compiling OrderedCollections _HashTable+Bucket.swift
[74/88] Compiling OrderedCollections _HashTable+BucketIterator.swift
[75/88] Compiling OrderedCollections _HashTable+Constants.swift
[76/88] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[77/88] Compiling OrderedCollections _HashTable+Testing.swift
[78/88] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[79/88] Compiling OrderedCollections _HashTable.swift
[80/88] Compiling OrderedCollections OrderedSet+SubSequence.swift
[81/88] Compiling OrderedCollections OrderedSet+Testing.swift
[82/88] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[83/88] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[84/88] Compiling OrderedCollections OrderedSet.swift
[85/88] Compiling OrderedCollections _UnsafeBitset.swift
[86/88] Emitting module OrderedCollections
[87/88] Emitting module Semaphore
[88/88] Compiling Semaphore AsyncSemaphore.swift
[89/103] Compiling Guise ResolutionAdapter.swift
[90/103] Compiling Guise Lifetime.swift
[91/104] Emitting module Guise
[92/104] Compiling Guise Resolver.swift
[93/104] Compiling Guise ResolutionError.swift
[94/104] Compiling Guise Registrar.swift
[95/104] Compiling Guise Assembly.swift
[96/104] Compiling Guise Auto.swift
[97/104] Compiling Guise Container.swift
[98/104] Compiling Guise Criteria.swift
[99/104] Compiling Guise AnySendableHashable.swift
[100/104] Compiling Guise Assembler.swift
[101/104] Compiling Guise Entry.swift
[102/104] Compiling Guise Key.swift
[103/104] Compiling Guise LazyResolver.swift
[104/104] Compiling Guise LazyResolving.swift
Build complete! (10.38s)
Fetching https://github.com/groue/Semaphore
Fetching https://github.com/apple/swift-collections from cache
[1/293] Fetching semaphore
Fetched https://github.com/groue/Semaphore from cache (0.76s)
Fetched https://github.com/apple/swift-collections from cache (0.78s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (1.28s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.02s)
Creating working copy for https://github.com/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "Guise",
  "name" : "Guise",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Guise",
      "targets" : [
        "Guise"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GuiseTests",
      "module_type" : "SwiftTarget",
      "name" : "GuiseTests",
      "path" : "Tests/GuiseTests",
      "sources" : [
        "AssemblyTests.swift",
        "AutoTests.swift",
        "ContainerTests.swift",
        "CriteriaTests.swift",
        "EntryTests.swift",
        "KeyTests.swift",
        "LazyResolverTests.swift",
        "Models/Alien.swift",
        "Models/AsyncAssembly.swift",
        "Models/House.swift",
        "Models/Ningleton.swift",
        "Models/Singleton.swift",
        "Models/Spaceship.swift",
        "Models/SyncAssembly.swift",
        "Models/TestAssembly.swift",
        "Models/Thing.swift",
        "Models/UI.swift",
        "ResolutionAdapterTests.swift",
        "ResolverTests.swift",
        "UITests.swift"
      ],
      "target_dependencies" : [
        "Guise"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Guise",
      "module_type" : "SwiftTarget",
      "name" : "Guise",
      "path" : "Sources/Guise",
      "product_dependencies" : [
        "OrderedCollections",
        "Semaphore"
      ],
      "product_memberships" : [
        "Guise"
      ],
      "sources" : [
        "AnySendableHashable.swift",
        "Assembler.swift",
        "Assembly.swift",
        "Auto.swift",
        "Container.swift",
        "Criteria.swift",
        "Entry.swift",
        "Key.swift",
        "LazyResolver.swift",
        "LazyResolving.swift",
        "Lifetime.swift",
        "Registrar.swift",
        "ResolutionAdapter.swift",
        "ResolutionError.swift",
        "Resolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.