Build Information
Successful build of Instantiate, reference 4.0.1 (5652b7
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:45:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tarunon/Instantiate.git
Reference: 4.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tarunon/Instantiate
* tag 4.0.1 -> FETCH_HEAD
HEAD is now at 5652b7d fix: spm package resolve problem
Cloned https://github.com/tarunon/Instantiate.git
Revision (git rev-parse @):
5652b7deb45e4826dab31fa67336c1f9649e42c2
SUCCESS checkout https://github.com/tarunon/Instantiate.git at 4.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tarunon/Instantiate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/21] Compiling Instantiate Storyboard+UIViewController.swift
[5/21] Compiling Instantiate Nib+NSView.swift
[6/22] Compiling Instantiate Nib+NSViewController.swift
[7/22] Compiling Instantiate Reusable+NSCollectionView.swift
[8/22] Compiling Instantiate Reusable+UICollectionView.swift
[9/22] Compiling Instantiate Reusable+UITableView.swift
[10/22] Compiling Instantiate Reusable+NSTableView.swift
[11/22] Compiling Instantiate Nib+UIView.swift
[12/22] Compiling Instantiate Nib+UIViewController.swift
[13/22] Compiling Instantiate Deprecated.swift
[14/22] Compiling Instantiate Identifier.swift
[15/22] Compiling Instantiate Nib.swift
[16/22] Compiling Instantiate Reusable.swift
[17/22] Compiling Instantiate Injectable.swift
[18/22] Compiling Instantiate Instantiatable.swift
[19/22] Emitting module Instantiate
[20/22] Compiling Instantiate Storyboard.swift
[21/22] Compiling Instantiate ViewLoadBeforeInject.swift
[22/22] Compiling Instantiate Storyboard+NSViewController.swift
[23/25] Compiling InstantiateStandard Deprecated.swift
[24/25] Emitting module InstantiateStandard
[25/25] Compiling InstantiateStandard Extensions.swift
Build complete! (7.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Instantiate",
"name" : "Instantiate",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
}
],
"products" : [
{
"name" : "Instantiate",
"targets" : [
"Instantiate"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InstantiateStandard",
"targets" : [
"InstantiateStandard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"5"
],
"targets" : [
{
"c99name" : "InstantiateTests",
"module_type" : "SwiftTarget",
"name" : "InstantiateTests",
"path" : "Tests/InstantiateTests",
"sources" : [
"InstantiateTests.swift",
"iOS/Resources-iOS.swift",
"macOS/Resources-macOS.swift",
"tvOS/Resoources-tvOS.swift"
],
"target_dependencies" : [
"Instantiate",
"InstantiateStandard"
],
"type" : "test"
},
{
"c99name" : "InstantiateStandard",
"module_type" : "SwiftTarget",
"name" : "InstantiateStandard",
"path" : "Sources/InstantiateStandard",
"product_memberships" : [
"InstantiateStandard"
],
"sources" : [
"Deprecated.swift",
"Extensions.swift"
],
"target_dependencies" : [
"Instantiate"
],
"type" : "library"
},
{
"c99name" : "Instantiate",
"module_type" : "SwiftTarget",
"name" : "Instantiate",
"path" : "Sources/Instantiate",
"product_memberships" : [
"Instantiate",
"InstantiateStandard"
],
"sources" : [
"Deprecated.swift",
"Identifier.swift",
"Injectable.swift",
"Instantiatable.swift",
"Nib.swift",
"Reusable.swift",
"Storyboard.swift",
"ViewLoadBeforeInject.swift",
"iOS/Nib+UIView.swift",
"iOS/Nib+UIViewController.swift",
"iOS/Reusable+UICollectionView.swift",
"iOS/Reusable+UITableView.swift",
"iOS/Storyboard+UIViewController.swift",
"macOS/Nib+NSView.swift",
"macOS/Nib+NSViewController.swift",
"macOS/Reusable+NSCollectionView.swift",
"macOS/Reusable+NSTableView.swift",
"macOS/Storyboard+NSViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.