Build Information
Successful build of Guise, reference master (75fb2f
), with Swift 6.0 for macOS (SPM) on 21 Apr 2025 05:59:27 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.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
Fetching https://github.com/groue/Semaphore
Fetching https://github.com/apple/swift-collections
[3/293] Fetching semaphore
[294/16422] Fetching semaphore, swift-collections
Fetched https://github.com/groue/Semaphore from cache (1.81s)
Fetched https://github.com/apple/swift-collections from cache (1.81s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (3.59s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.46s)
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/3247] Fetching guise
Fetched https://github.com/Prosumma/Guise.git from cache (0.84s)
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/groue/Semaphore from cache
Fetched https://github.com/apple/swift-collections from cache (0.48s)
Fetched https://github.com/groue/Semaphore from cache (0.48s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.03s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.03s)
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/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.1.0
Creating working copy for https://github.com/Prosumma/Guise.git
Working copy of https://github.com/Prosumma/Guise.git resolved at master (75fb2fa)
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",
"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.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/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/26] Compiling InternalCollectionsUtilities Specialize.swift
[12/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/26] Compiling InternalCollectionsUtilities Integer rank.swift
[14/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/26] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[19/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[21/26] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[22/26] Emitting module InternalCollectionsUtilities
[23/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.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 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 OrderedDictionary+Partial MutableCollection.swift
[62/88] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[63/88] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[64/88] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[65/88] Compiling OrderedCollections OrderedDictionary+Values.swift
[66/88] Compiling OrderedCollections OrderedDictionary.swift
[67/88] Compiling OrderedCollections OrderedDictionary+Elements.swift
[68/88] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[69/88] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[70/88] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[71/88] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[72/88] Compiling OrderedCollections OrderedDictionary+Invariants.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 LazyResolver.swift
[90/103] Compiling Guise LazyResolving.swift
[91/104] Compiling Guise Container.swift
[92/104] Compiling Guise Criteria.swift
[93/104] Compiling Guise AnySendableHashable.swift
[94/104] Compiling Guise Assembler.swift
[95/104] Emitting module Guise
[96/104] Compiling Guise Assembly.swift
[97/104] Compiling Guise Auto.swift
[98/104] Compiling Guise Lifetime.swift
[99/104] Compiling Guise Resolver.swift
[100/104] Compiling Guise Entry.swift
[101/104] Compiling Guise Key.swift
[102/104] Compiling Guise ResolutionError.swift
[103/104] Compiling Guise Registrar.swift
[104/104] Compiling Guise ResolutionAdapter.swift
Build complete! (14.66s)
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.