Build Information
Failed to build DTCollectionViewManager, reference main (8ce9bb
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 01:28:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DenTelezhkin/DTCollectionViewManager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DenTelezhkin/DTCollectionViewManager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8ce9bbc Add link to blog post for 11.0 release.
Cloned https://github.com/DenTelezhkin/DTCollectionViewManager.git
Revision (git rev-parse @):
8ce9bbc26fc8a3a11e495a8debc2d98a1d682c00
SUCCESS checkout https://github.com/DenTelezhkin/DTCollectionViewManager.git at main
Fetching https://github.com/DenTelezhkin/DTModelStorage
[1/6418] Fetching dtmodelstorage
Fetched https://github.com/DenTelezhkin/DTModelStorage from cache (1.33s)
Computing version for https://github.com/DenTelezhkin/DTModelStorage
Computed https://github.com/DenTelezhkin/DTModelStorage at 11.0.2 (0.55s)
Creating working copy for https://github.com/DenTelezhkin/DTModelStorage
Working copy of https://github.com/DenTelezhkin/DTModelStorage resolved at 11.0.2
========================================
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": "dtcollectionviewmanager",
"name": "DTCollectionViewManager",
"url": "https://github.com/DenTelezhkin/DTCollectionViewManager.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DTCollectionViewManager",
"dependencies": [
{
"identity": "dtmodelstorage",
"name": "DTModelStorage",
"url": "https://github.com/DenTelezhkin/DTModelStorage",
"version": "11.0.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DTModelStorage",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/DenTelezhkin/DTCollectionViewManager.git
[1/5753] Fetching dtcollectionviewmanager
Fetched https://github.com/DenTelezhkin/DTCollectionViewManager.git from cache (1.18s)
Fetching https://github.com/DenTelezhkin/DTModelStorage from cache
Fetched https://github.com/DenTelezhkin/DTModelStorage from cache (0.46s)
Computing version for https://github.com/DenTelezhkin/DTModelStorage
Computed https://github.com/DenTelezhkin/DTModelStorage at 11.0.2 (0.02s)
Creating working copy for https://github.com/DenTelezhkin/DTModelStorage
Working copy of https://github.com/DenTelezhkin/DTModelStorage resolved at 11.0.2
Creating working copy for https://github.com/DenTelezhkin/DTCollectionViewManager.git
Working copy of https://github.com/DenTelezhkin/DTCollectionViewManager.git resolved at main (8ce9bbc)
warning: '.resolve-product-dependencies': dependency 'dtcollectionviewmanager' is not used by any target
Found 1 product dependencies
- DTModelStorage
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/DenTelezhkin/DTCollectionViewManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/22] Compiling DTModelStorage ModelTransfer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[5/22] Compiling DTModelStorage RuntimeHelper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[6/22] Compiling DTModelStorage Section.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[7/22] Compiling DTModelStorage SectionModel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[8/22] Compiling DTModelStorage SingleSectionStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[9/22] Compiling DTModelStorage StorageProtocols.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[10/22] Compiling DTModelStorage StorageUpdate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[11/22] Compiling DTModelStorage UINib+Existance.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[12/22] Compiling DTModelStorage SectionProtocols.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[13/22] Compiling DTModelStorage SingleSectionDiffing.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[14/23] Compiling DTModelStorage MemoryStorage+UpdateWithoutAnimations.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[15/23] Compiling DTModelStorage MemoryStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[16/23] Compiling DTModelStorage ViewModelMapping.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/23] Emitting module DTModelStorage
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[18/23] Compiling DTModelStorage CoreDataStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[19/23] Compiling DTModelStorage EventReactions.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[20/23] Compiling DTModelStorage AccumulationStrategy.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[21/23] Compiling DTModelStorage AnomalyHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[22/23] Compiling DTModelStorage BackwardsCompatibility.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
[23/23] Compiling DTModelStorage BaseStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
25 |
26 | import Foundation
27 | import UIKit
| `- error: no such module 'UIKit'
28 |
29 | /// Suggested supplementary kind for UITableView header
BUILD FAILURE 6.0 macosSpm