Build Information
Successful build of Impose with Swift 5.8 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hainayanda/Impose.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hainayanda/Impose
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 65d5bb1 Update README.md
Cloned https://github.com/hainayanda/Impose.git
Revision (git rev-parse @):
65d5bb1e1ceaaca76162ca4918c6ef669d6c5423
SUCCESS checkout https://github.com/hainayanda/Impose.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $workDir
https://github.com/hainayanda/Impose.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Emitting module Chary
[2/3] Compiling Chary DispatchQueue+Extensions.swift
[3/3] Compiling Chary Atomic.swift
[4/15] Compiling Impose InjectionEnvironment.swift
[5/15] Compiling Impose Injector.swift
[6/15] Compiling Impose ResolverFunction.swift
[7/15] Compiling Impose PropertyWrapper.swift
[8/16] Compiling Impose AutoInjectMock.swift
[9/16] Compiling Impose Dictionary+Extensions.swift
[10/16] Compiling Impose ImposeError.swift
[11/16] Compiling Impose InjectContext.swift
[12/16] Compiling Impose ModuleProvider.swift
[13/16] Emitting module Impose
[14/16] Compiling Impose InstanceResolver.swift
[15/16] Compiling Impose Mirror+Extensions.swift
[16/16] Compiling Impose TypeHashable.swift
Build complete! (6.71s)
Fetching https://github.com/hainayanda/Chary.git from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/hainayanda/Chary.git (0.21s)
Fetching https://github.com/Quick/Nimble.git from cache
Computing version for https://github.com/hainayanda/Chary.git
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.22s)
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.24s)
Computed https://github.com/hainayanda/Chary.git at 1.0.7 (0.68s)
Creating working copy for https://github.com/hainayanda/Chary.git
Fetched https://github.com/Quick/Quick.git (0.91s)
Working copy of https://github.com/hainayanda/Chary.git resolved at 1.0.7
Fetched https://github.com/Quick/Nimble.git (1.12s)
Build complete.
{
"dependencies" : [
{
"identity" : "chary",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hainayanda/Chary.git"
}
],
"manifest_display_name" : "Impose",
"name" : "Impose",
"path" : "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Impose",
"targets" : [
"Impose"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Impose",
"module_type" : "SwiftTarget",
"name" : "Impose",
"path" : "Impose/Classes",
"product_dependencies" : [
"Chary"
],
"product_memberships" : [
"Impose"
],
"sources" : [
"AutoInjectMock.swift",
"Dictionary+Extensions.swift",
"ImposeError.swift",
"InjectContext.swift",
"InjectionEnvironment.swift",
"Injector.swift",
"InstanceResolver.swift",
"Mirror+Extensions.swift",
"ModuleProvider.swift",
"PropertyWrapper.swift",
"ResolverFunction.swift",
"TypeHashable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.