Build Information
Successful build of MijickTimer, reference 2.0.0 (342371), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 11:32:59 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/Mijick/Timer.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mijick/Timer
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 342371c Patch 2.0.0
Cloned https://github.com/Mijick/Timer.git
Revision (git rev-parse @):
342371c33c3f084d82a4818447ba77d858064c85
SUCCESS checkout https://github.com/Mijick/Timer.git at 2.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": "timer",
"name": "MijickTimer",
"url": "https://github.com/Mijick/Timer.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Timer",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Mijick/Timer.git
[1/924] Fetching timer
Fetched https://github.com/Mijick/Timer.git from cache (0.75s)
Creating working copy for https://github.com/Mijick/Timer.git
Working copy of https://github.com/Mijick/Timer.git resolved at 2.0.0 (342371c)
warning: '.resolve-product-dependencies': dependency 'timer' 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/Mijick/Timer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/16] Compiling MijickTimer Public+MTime.swift
[4/17] Compiling MijickTimer Public+MTimer.swift
[5/17] Compiling MijickTimer Public+MTimerID.swift
[6/17] Compiling MijickTimer Public+MTimerStatus.swift
[7/17] Compiling MijickTimer Public+MTimerError.swift
[8/17] Compiling MijickTimer FactoryInitializable.swift
[9/17] Compiling MijickTimer MTimerConfigurationManager.swift
[10/17] Compiling MijickTimer MTimerContainer.swift
[11/17] Compiling MijickTimer MTimerStateManager.swift
[12/17] Compiling MijickTimer MTimerValidator.swift
[13/17] Compiling MijickTimer NotificationCenter++.swift
[14/17] Compiling MijickTimer MTimerCallbacks.swift
[15/17] Emitting module MijickTimer
[16/17] Compiling MijickTimer MTime.swift
[17/17] Compiling MijickTimer MTimer.swift
Build complete! (9.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MijickTimer",
"name" : "MijickTimer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "MijickTimer",
"targets" : [
"MijickTimer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "MijickTimerTests",
"module_type" : "SwiftTarget",
"name" : "MijickTimerTests",
"path" : "Tests",
"sources" : [
"MTimeTests.swift",
"MTimerTests.swift"
],
"target_dependencies" : [
"MijickTimer"
],
"type" : "test"
},
{
"c99name" : "MijickTimer",
"module_type" : "SwiftTarget",
"name" : "MijickTimer",
"path" : "Sources",
"product_memberships" : [
"MijickTimer"
],
"sources" : [
"Internal/Extensions/NotificationCenter++.swift",
"Internal/Helpers/MTimerCallbacks.swift",
"Internal/Helpers/MTimerConfigurationManager.swift",
"Internal/Helpers/MTimerContainer.swift",
"Internal/Helpers/MTimerStateManager.swift",
"Internal/Helpers/MTimerValidator.swift",
"Internal/MTime.swift",
"Internal/MTimer.swift",
"Internal/Protocols/FactoryInitializable.swift",
"Public/Enumerations/Public+MTimerError.swift",
"Public/Enumerations/Public+MTimerStatus.swift",
"Public/Models/Public+MTimerID.swift",
"Public/Public+MTime.swift",
"Public/Public+MTimer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.