The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Guise, reference master (ea530a), with Swift 6.1 for macOS (SPM) on 31 May 2025 08:09:42 UTC.

Swift 6 data race errors: 4

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.63.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 ea530a2 requiresMainActor -> requiresIsolation
Cloned https://github.com/Prosumma/Guise.git
Revision (git rev-parse @):
ea530a2888e7348aefd3f38835f04dc05b43c5e2
SUCCESS checkout https://github.com/Prosumma/Guise.git at master
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.81s)
Fetched https://github.com/apple/swift-collections from cache (0.82s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (4.00s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.49s)
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.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Prosumma/Guise.git
[1/3295] Fetching guise
Fetched https://github.com/Prosumma/Guise.git from cache (1.05s)
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/groue/Semaphore from cache
Fetched https://github.com/groue/Semaphore from cache (0.53s)
Fetched https://github.com/apple/swift-collections from cache (0.54s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.59s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.50s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/Prosumma/Guise.git
Working copy of https://github.com/Prosumma/Guise.git resolved at master (ea530a2)
Creating working copy for https://github.com/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.1.0
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.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",
        "Models/ViewController.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/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[8/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/26] Compiling InternalCollectionsUtilities Debugging.swift
[10/26] Compiling InternalCollectionsUtilities Descriptions.swift
[11/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[14/26] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[15/26] Compiling InternalCollectionsUtilities Integer rank.swift
[16/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/26] Compiling InternalCollectionsUtilities Specialize.swift
[20/26] Emitting module InternalCollectionsUtilities
[21/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/26] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[24/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[32/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[33/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[34/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[35/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[36/82] 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+Hashable.swift
[50/88] Compiling OrderedCollections OrderedSet+Initializers.swift
[51/88] Compiling OrderedCollections OrderedSet+Insertions.swift
[52/88] Compiling OrderedCollections OrderedSet+Invariants.swift
[53/88] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[54/88] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.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+Partial SetAlgebra formIntersection.swift
[62/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[63/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[64/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[65/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[66/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.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] Emitting module Guise
[90/103] Compiling Guise Container.swift
[91/103] Compiling Guise Criteria.swift
[92/104] Compiling Guise ResolutionError.swift
[93/104] Compiling Guise ResolutionAdapter.swift
[94/104] Compiling Guise Lifetime.swift
[95/104] Compiling Guise LazyResolver.swift
[96/104] Compiling Guise LazyResolving.swift
[97/104] Compiling Guise AnySendableHashable.swift
[98/104] Compiling Guise Assembler.swift
[99/104] Compiling Guise Entry.swift
[100/104] Compiling Guise Key.swift
[101/104] Compiling Guise Assembly.swift
[102/104] Compiling Guise Auto.swift
[103/104] Compiling Guise Registrar.swift
[104/104] Compiling Guise Resolver.swift
Build complete! (7.18s)
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",
        "Models/ViewController.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.