Build Information
Successful build of Dependiject, reference master (7f5426
), with Swift 5.10 for macOS (SPM) on 20 Sep 2024 16:21:38 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Tiny-Home-Consulting/Dependiject.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tiny-Home-Consulting/Dependiject
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7f54260 1.1.0 (#81)
Cloned https://github.com/Tiny-Home-Consulting/Dependiject.git
Revision (git rev-parse @):
7f54260dd54fccaaceb57ff2564da15c39741814
SUCCESS checkout https://github.com/Tiny-Home-Consulting/Dependiject.git at master
Fetching https://github.com/tcldr/Entwine.git
[1/2725] Fetching entwine
Fetched https://github.com/tcldr/Entwine.git from cache (1.91s)
Computing version for https://github.com/tcldr/Entwine.git
Computed https://github.com/tcldr/Entwine.git at 0.9.1 (0.60s)
Creating working copy for https://github.com/tcldr/Entwine.git
Working copy of https://github.com/tcldr/Entwine.git resolved at 0.9.1
========================================
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": "dependiject",
"name": "Dependiject",
"url": "https://github.com/Tiny-Home-Consulting/Dependiject.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Dependiject",
"dependencies": [
]
}
]
}
Fetching https://github.com/Tiny-Home-Consulting/Dependiject.git
[1/1140] Fetching dependiject
Fetched https://github.com/Tiny-Home-Consulting/Dependiject.git from cache (0.88s)
Creating working copy for https://github.com/Tiny-Home-Consulting/Dependiject.git
Working copy of https://github.com/Tiny-Home-Consulting/Dependiject.git resolved at master (7f54260)
warning: '.resolve-product-dependencies': dependency 'dependiject' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/Tiny-Home-Consulting/Dependiject.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/13] Compiling Dependiject RegistrationConvertible.swift
[4/13] Compiling Dependiject Util.swift
[5/14] Compiling Dependiject AnyObservableObject.swift
[6/14] Compiling Dependiject ErasedObservableObject.swift
[7/14] Compiling Dependiject Factory.swift
[8/14] Compiling Dependiject MultitypeService.swift
[9/14] Compiling Dependiject RegistrationBuilder.swift
[10/14] Compiling Dependiject Resolver.swift
[11/14] Emitting module Dependiject
/Users/admin/builder/spi-builder-workspace/Dependiject/Synchronization.swift:28:5: warning: instance methods of non-Sendable types cannot be marked as '@Sendable'; this is an error in Swift 6
@Sendable
^
[12/14] Compiling Dependiject Synchronization.swift
/Users/admin/builder/spi-builder-workspace/Dependiject/Synchronization.swift:28:5: warning: instance methods of non-Sendable types cannot be marked as '@Sendable'; this is an error in Swift 6
@Sendable
^
[13/14] Compiling Dependiject Registration.swift
[14/14] Compiling Dependiject Store.swift
Build complete! (6.72s)
Build complete.
Done.