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 Android on 31 May 2025 08:12:14 UTC.

Swift 6 data race errors: 4

Build Command

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

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 /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
 * 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
========================================
Build
========================================
Selected platform:         android
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",
        "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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/groue/Semaphore
[1/293] Fetching semaphore
[104/16884] Fetching semaphore, swift-collections
Fetched https://github.com/groue/Semaphore from cache (0.45s)
[830/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.99s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (3.03s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.26s)
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.2.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[7/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[8/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[9/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[12/21] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/21] Compiling InternalCollectionsUtilities Debugging.swift
[14/22] Emitting module InternalCollectionsUtilities
[15/22] Compiling InternalCollectionsUtilities Descriptions.swift
[16/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/22] Compiling InternalCollectionsUtilities Integer rank.swift
[19/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[23/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[24/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[25/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[26/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[27/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[28/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[29/78] Compiling OrderedCollections OrderedDictionary.swift
[30/78] Compiling OrderedCollections OrderedSet+Codable.swift
[31/78] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[32/78] Compiling OrderedCollections OrderedSet+Descriptions.swift
[33/78] Compiling OrderedCollections OrderedSet+Diffing.swift
[34/78] Compiling OrderedCollections OrderedSet+Equatable.swift
[35/78] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[36/78] Compiling OrderedCollections OrderedSet+Hashable.swift
[37/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[38/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[39/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[40/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[41/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[42/78] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[43/78] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[44/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[45/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[46/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[47/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[48/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[49/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[50/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[51/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[52/85] Compiling OrderedCollections OrderedDictionary+Codable.swift
[53/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[54/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[55/85] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[56/85] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[57/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[58/85] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[59/85] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[60/85] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[61/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[62/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[63/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[64/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[65/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[66/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[67/85] Compiling OrderedCollections OrderedDictionary+Values.swift
[68/85] Compiling OrderedCollections _HashTable+Bucket.swift
[69/85] Compiling OrderedCollections _HashTable+BucketIterator.swift
[70/85] Compiling OrderedCollections _HashTable+Constants.swift
[71/85] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[72/85] Compiling OrderedCollections _HashTable+Testing.swift
[73/85] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[74/85] Compiling OrderedCollections _HashTable.swift
[75/85] Compiling OrderedCollections _Hashtable+Header.swift
[76/85] Compiling OrderedCollections OrderedSet+Sendable.swift
[77/85] Compiling OrderedCollections OrderedSet+SubSequence.swift
[78/85] Compiling OrderedCollections OrderedSet+Testing.swift
[79/85] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[80/85] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[81/85] Compiling OrderedCollections OrderedSet.swift
[82/85] Compiling OrderedCollections _UnsafeBitset.swift
[83/85] Emitting module OrderedCollections
[85/86] Compiling Semaphore AsyncSemaphore.swift
[86/86] Emitting module Semaphore
[88/102] Compiling Guise LazyResolver.swift
[89/102] Compiling Guise LazyResolving.swift
[90/103] Emitting module Guise
[91/103] Compiling Guise AnySendableHashable.swift
[92/103] Compiling Guise Assembler.swift
[93/103] Compiling Guise Assembly.swift
[94/103] Compiling Guise Auto.swift
[95/103] Compiling Guise ResolutionAdapter.swift
[96/103] Compiling Guise ResolutionError.swift
[97/103] Compiling Guise Lifetime.swift
[98/103] Compiling Guise Registrar.swift
[99/103] Compiling Guise Container.swift
[100/103] Compiling Guise Criteria.swift
[101/103] Compiling Guise Entry.swift
[102/103] Compiling Guise Key.swift
[103/103] Compiling Guise Resolver.swift
Build complete! (27.51s)
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",
        "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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.