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.1 for Linux on 30 Apr 2025 05:24:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Prosumma/Guise.git
Reference: 11.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Prosumma/Guise.git
https://github.com/Prosumma/Guise.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/groue/Semaphore
[1/293] Fetching semaphore
Fetched https://github.com/groue/Semaphore from cache (0.33s)
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.60s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (2.52s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (2.87s)
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
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/24] Emitting module InternalCollectionsUtilities
[7/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[9/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/26] Compiling InternalCollectionsUtilities Specialize.swift
[15/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/26] Compiling InternalCollectionsUtilities Debugging.swift
[18/26] Compiling InternalCollectionsUtilities Descriptions.swift
[19/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[20/26] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[21/26] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[22/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/26] Compiling InternalCollectionsUtilities Integer rank.swift
[24/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[27/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[28/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[29/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[30/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[31/82] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[32/82] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[33/89] Compiling OrderedCollections OrderedDictionary.swift
[34/89] Compiling OrderedCollections OrderedSet+Codable.swift
[35/89] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[36/89] Compiling OrderedCollections OrderedSet+Descriptions.swift
[37/89] Compiling OrderedCollections OrderedSet+Diffing.swift
[38/89] Compiling OrderedCollections OrderedSet+Equatable.swift
[39/89] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[40/89] Compiling OrderedCollections OrderedSet+Hashable.swift
[41/89] Compiling OrderedCollections OrderedDictionary+Codable.swift
[42/89] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[43/89] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[44/89] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[45/89] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[46/89] Compiling OrderedCollections OrderedDictionary+Elements.swift
[47/89] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[48/89] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[49/89] Compiling OrderedCollections OrderedSet+Initializers.swift
[50/89] Compiling OrderedCollections OrderedSet+Insertions.swift
[51/89] Compiling OrderedCollections OrderedSet+Invariants.swift
[52/89] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[53/89] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[54/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[55/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[56/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[57/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[58/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[59/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[60/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[61/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[62/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[63/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[64/89] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[65/89] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[66/89] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[67/89] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[68/89] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[69/89] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[70/89] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[71/89] Compiling OrderedCollections OrderedDictionary+Values.swift
[72/89] Emitting module Semaphore
[73/89] Compiling Semaphore AsyncSemaphore.swift
[75/90] Compiling OrderedCollections _HashTable+Bucket.swift
[76/90] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/90] Compiling OrderedCollections _HashTable+Constants.swift
[78/90] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[79/90] Compiling OrderedCollections _HashTable+Testing.swift
[80/90] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[81/90] Compiling OrderedCollections _HashTable.swift
[82/90] Compiling OrderedCollections _Hashtable+Header.swift
[83/90] Compiling OrderedCollections OrderedSet+Sendable.swift
[84/90] Compiling OrderedCollections OrderedSet+SubSequence.swift
[85/90] Compiling OrderedCollections OrderedSet+Testing.swift
[86/90] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[87/90] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[88/90] Compiling OrderedCollections OrderedSet.swift
[89/90] Compiling OrderedCollections _UnsafeBitset.swift
[90/90] Emitting module OrderedCollections
[92/106] Compiling Guise LazyResolver.swift
[93/106] Compiling Guise LazyResolving.swift
[94/107] Compiling Guise Lifetime.swift
[95/107] Compiling Guise Registrar.swift
[96/107] Compiling Guise ResolutionAdapter.swift
[97/107] Compiling Guise ResolutionError.swift
[98/107] Compiling Guise Resolver.swift
[99/107] Compiling Guise Container.swift
[100/107] Compiling Guise Criteria.swift
[101/107] Compiling Guise Assembly.swift
[102/107] Compiling Guise Auto.swift
[103/107] Emitting module Guise
[104/107] Compiling Guise AnySendableHashable.swift
[105/107] Compiling Guise Assembler.swift
[106/107] Compiling Guise Entry.swift
[107/107] Compiling Guise Key.swift
Build complete! (16.21s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.