Build Information
Successful build of Factory, reference 3.0.1 (09bae6), with Swift 6.3 for macOS (SPM) on 30 Apr 2026 00:45:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hmlongco/Factory.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hmlongco/Factory
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at 09bae64 Fix for registering test containers using swift test command #326
Cloned https://github.com/hmlongco/Factory.git
Revision (git rev-parse @):
09bae642ac588ca0448260f161b5c8b31fa24395
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hmlongco/Factory.git at 3.0.1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2287] Fetching swift-docc-plugin
[230/5966] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.22s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.22s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.1.0 (4.08s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.68s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "factory",
"name": "Factory",
"url": "https://github.com/hmlongco/Factory.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Factory",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/hmlongco/Factory.git
[1/19765] Fetching factory
Fetched https://github.com/hmlongco/Factory.git from cache (1.56s)
Creating working copy for https://github.com/hmlongco/Factory.git
Working copy of https://github.com/hmlongco/Factory.git resolved at 3.0.1 (09bae64)
warning: '.resolve-product-dependencies': dependency 'factory' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/hmlongco/Factory.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Copying PrivacyInfo.xcprivacy
[3/6] Write sources
[5/6] Write swift-version--6988338F2F200930.txt
[7/19] Compiling FactoryKit Resolver.swift
[8/19] Compiling FactoryKit Scopes.swift
[9/20] Compiling FactoryKit Registrations.swift
[10/20] Compiling FactoryKit resource_bundle_accessor.swift
[11/20] Compiling FactoryKit Locking.swift
[12/20] Compiling FactoryKit Key.swift
[13/20] Compiling FactoryKit Globals.swift
[14/20] Compiling FactoryKit Injections.swift
[15/20] Compiling FactoryKit Containers.swift
[16/20] Compiling FactoryKit Contexts.swift
[17/20] Compiling FactoryKit Dependency.swift
[18/20] Compiling FactoryKit Factory.swift
[19/20] Emitting module FactoryKit
[20/20] Compiling FactoryKit Modifiers.swift
[21/22] Compiling FactoryTesting ContainerTrait.swift
[22/22] Emitting module FactoryTesting
Build complete! (17.56s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Factory",
"name" : "Factory",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FactoryKit",
"targets" : [
"FactoryKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FactoryTesting",
"targets" : [
"FactoryTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "FactoryTests",
"module_type" : "SwiftTarget",
"name" : "FactoryTests",
"path" : "Tests/FactoryTests",
"sources" : [
"Shared/ConcurrencyServices.swift",
"Shared/MockServices.swift",
"Shared/ParallelServices.swift",
"SwiftTesting/IsolationTests.swift",
"SwiftTesting/MacroTests.swift",
"SwiftTesting/ParallelTests.swift",
"XCTests/FactoryComponentTests.swift",
"XCTests/FactoryContainerTests.swift",
"XCTests/FactoryContextTests.swift",
"XCTests/FactoryCoreTests.swift",
"XCTests/FactoryDefectTests.swift",
"XCTests/FactoryFunctionalTests.swift",
"XCTests/FactoryInjectionTests.swift",
"XCTests/FactoryMultithreadingTests.swift",
"XCTests/FactoryParameterTests.swift",
"XCTests/FactoryResolverTests.swift",
"XCTests/FactoryScopeTests.swift",
"XCTests/ParallelXCTest.swift",
"XCTests/XCTestExtensions.swift"
],
"target_dependencies" : [
"FactoryTesting"
],
"type" : "test"
},
{
"c99name" : "FactoryTesting",
"module_type" : "SwiftTarget",
"name" : "FactoryTesting",
"path" : "Sources/FactoryTesting",
"product_memberships" : [
"FactoryTesting"
],
"sources" : [
"ContainerTrait.swift"
],
"target_dependencies" : [
"FactoryKit"
],
"type" : "library"
},
{
"c99name" : "FactoryKit",
"module_type" : "SwiftTarget",
"name" : "FactoryKit",
"path" : "Sources/FactoryKit",
"product_memberships" : [
"FactoryKit",
"FactoryTesting"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FactoryKit/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"FactoryKit/Containers.swift",
"FactoryKit/Contexts.swift",
"FactoryKit/Dependency.swift",
"FactoryKit/Factory.swift",
"FactoryKit/Globals.swift",
"FactoryKit/Injections.swift",
"FactoryKit/Key.swift",
"FactoryKit/Locking.swift",
"FactoryKit/Modifiers.swift",
"FactoryKit/Registrations.swift",
"FactoryKit/Resolver.swift",
"FactoryKit/Scopes.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/hmlongco/factory/3.0.1
Repository: hmlongco/Factory
Swift version used: 6.3
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
Target: Factory
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Names.swift
[7/53] Compiling SymbolKit SPI.swift
[8/53] Compiling SymbolKit Snippet.swift
[9/53] Compiling SymbolKit Extension.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit Symbol.swift
[17/57] Compiling SymbolKit SymbolKind.swift
[18/57] Compiling SymbolKit SymbolGraph.swift
[19/57] Compiling SymbolKit GraphCollector.swift
[20/57] Compiling SymbolKit SemanticVersion.swift
[21/57] Compiling SymbolKit AccessControl.swift
[22/57] Compiling SymbolKit Availability.swift
[23/57] Compiling SymbolKit AvailabilityItem.swift
[24/57] Compiling SymbolKit Domain.swift
[25/57] Compiling SymbolKit Identifier.swift
[26/57] Compiling SymbolKit KindIdentifier.swift
[27/57] Compiling SymbolKit Location.swift
[28/57] Compiling SymbolKit Mutability.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling Snippets Snippet.swift
[34/57] Compiling Snippets SnippetParser.swift
[35/57] Emitting module Snippets
[36/57] Compiling SymbolKit SourceRange.swift
[37/57] Compiling SymbolKit Metadata.swift
[38/57] Compiling SymbolKit Module.swift
[39/57] Compiling SymbolKit OperatingSystem.swift
[40/57] Compiling SymbolKit Platform.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit Mixin+Equals.swift
[47/57] Compiling SymbolKit Mixin+Hash.swift
[48/57] Compiling SymbolKit Mixin.swift
[49/57] Compiling SymbolKit LineList.swift
[50/57] Compiling SymbolKit Position.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.10s)
error: no target named 'Factory'
compatible targets: 'FactoryKit', 'FactoryTesting'
1
0 /Users/admin/builder/spi-builder-workspace/.docs/hmlongco/factory/3.0.1
✅ Doc result (uploading) reported
Error while generating docs: Error Domain=NSCocoaErrorDomain Code=260 "The folder “documentation” doesn’t exist." UserInfo={NSUserStringVariant=(
Folder
), NSFilePath=/Users/admin/builder/spi-builder-workspace/.docs/hmlongco/factory/3.0.1/documentation, NSURL=file:///Users/admin/builder/spi-builder-workspace/.docs/hmlongco/factory/3.0.1/documentation, NSUnderlyingError=0xb86d181b0 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
✅ Doc result (failed) reported
Done.