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 11.0.0 (197a60), with Swift 6.0 for macOS (SPM) on 29 Dec 2024 00:20:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Prosumma/Guise.git
Reference: 11.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Prosumma/Guise
 * tag               11.0.0     -> FETCH_HEAD
HEAD is now at 197a60d Guise 11
Cloned https://github.com/Prosumma/Guise.git
Revision (git rev-parse @):
197a60dcf6bf41ed46360f9fd4487de58cf99882
SUCCESS checkout https://github.com/Prosumma/Guise.git at 11.0.0
Fetching https://github.com/groue/Semaphore
Fetching https://github.com/apple/swift-collections
[1/293] Fetching semaphore
[294/15896] Fetching semaphore, swift-collections
Fetched https://github.com/groue/Semaphore from cache (1.75s)
Fetched https://github.com/apple/swift-collections from cache (1.75s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (3.04s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.45s)
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
========================================
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": "guise",
      "name": "Guise",
      "url": "https://github.com/Prosumma/Guise.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Guise",
      "dependencies": [
        {
          "identity": "semaphore",
          "name": "Semaphore",
          "url": "https://github.com/groue/Semaphore",
          "version": "0.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Semaphore",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Prosumma/Guise.git
[1/3237] Fetching guise
Fetched https://github.com/Prosumma/Guise.git from cache (0.93s)
Fetching https://github.com/groue/Semaphore from cache
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.55s)
Fetched https://github.com/groue/Semaphore from cache (0.55s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.02s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.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
Creating working copy for https://github.com/Prosumma/Guise.git
Working copy of https://github.com/Prosumma/Guise.git resolved at 11.0.0 (197a60d)
warning: '.resolve-product-dependencies': dependency 'guise' is not used by any target
Found 2 product dependencies
  - Semaphore
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
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",
        "ResolutionAdapterTests.swift",
        "ResolverTests.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.2.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-5BDAB9E9C0126B9D.txt
[6/25] Compiling InternalCollectionsUtilities Debugging.swift
[7/25] Compiling InternalCollectionsUtilities Descriptions.swift
[8/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/25] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[11/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[12/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/25] Compiling InternalCollectionsUtilities Specialize.swift
[14/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/26] Compiling InternalCollectionsUtilities Integer rank.swift
[17/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/26] Emitting module InternalCollectionsUtilities
[21/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[24/26] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[25/82] Compiling OrderedCollections OrderedSet+Codable.swift
[26/82] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[27/82] Compiling OrderedCollections OrderedSet+Descriptions.swift
[28/82] Compiling OrderedCollections OrderedSet+Diffing.swift
[29/82] Compiling OrderedCollections OrderedSet+Equatable.swift
[30/82] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[31/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[32/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[33/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[34/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[35/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[36/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[37/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[38/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[39/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[40/88] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[41/88] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[42/88] Compiling OrderedCollections OrderedSet+Sendable.swift
[43/88] Compiling OrderedCollections _Hashtable+Header.swift
[44/88] Compiling OrderedCollections OrderedDictionary+Codable.swift
[45/88] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[46/88] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[47/88] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[48/88] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[49/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[50/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[51/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[52/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[53/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[54/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[55/88] Compiling OrderedCollections OrderedDictionary+Elements.swift
[56/88] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[57/88] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[58/88] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[59/88] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[60/88] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[61/88] Compiling OrderedCollections OrderedSet+Hashable.swift
[62/88] Compiling OrderedCollections OrderedSet+Initializers.swift
[63/88] Compiling OrderedCollections OrderedSet+Insertions.swift
[64/88] Compiling OrderedCollections OrderedSet+Invariants.swift
[65/88] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[66/88] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[67/88] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[68/88] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[69/88] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[70/88] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[71/88] Compiling OrderedCollections OrderedDictionary+Values.swift
[72/88] Compiling OrderedCollections OrderedDictionary.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] Compiling Semaphore AsyncSemaphore.swift
[88/88] Emitting module Semaphore
[89/103] Compiling Guise ResolutionAdapter.swift
[90/103] Compiling Guise LazyResolver.swift
[91/103] Compiling Guise LazyResolving.swift
[92/103] Compiling Guise Registrar.swift
[93/103] Compiling Guise ResolutionError.swift
[94/104] Compiling Guise Resolver.swift
[95/104] Compiling Guise Container.swift
[96/104] Compiling Guise Criteria.swift
[97/104] Compiling Guise Lifetime.swift
[98/104] Compiling Guise Assembly.swift
[99/104] Compiling Guise Auto.swift
[100/104] Compiling Guise AnySendableHashable.swift
[101/104] Compiling Guise Assembler.swift
[102/104] Emitting module Guise
[103/104] Compiling Guise Entry.swift
[104/104] Compiling Guise Key.swift
Build complete! (12.87s)
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",
        "ResolutionAdapterTests.swift",
        "ResolverTests.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.