Build Information
Failed to build DTModelStorage, reference main (1473c7
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 06:21:06 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DenTelezhkin/DTModelStorage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DenTelezhkin/DTModelStorage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1473c7e Releasing version 11.0.2.
Cloned https://github.com/DenTelezhkin/DTModelStorage.git
Revision (git rev-parse @):
1473c7ed4970b9572e93cf0305c80d54855b3cdf
SUCCESS checkout https://github.com/DenTelezhkin/DTModelStorage.git at main
========================================
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": "dtmodelstorage",
"name": "DTModelStorage",
"url": "https://github.com/DenTelezhkin/DTModelStorage.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DTModelStorage",
"dependencies": [
]
}
]
}
Fetching https://github.com/DenTelezhkin/DTModelStorage.git
[1/6418] Fetching dtmodelstorage
Fetched https://github.com/DenTelezhkin/DTModelStorage.git from cache (1.39s)
Creating working copy for https://github.com/DenTelezhkin/DTModelStorage.git
Working copy of https://github.com/DenTelezhkin/DTModelStorage.git resolved at main (1473c7e)
warning: '.resolve-product-dependencies': dependency 'dtmodelstorage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/DenTelezhkin/DTModelStorage.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/21] Compiling DTModelStorage Section.swift
/Users/admin/builder/spi-builder-workspace/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
[4/21] Compiling DTModelStorage SectionModel.swift
/Users/admin/builder/spi-builder-workspace/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 StorageUpdate.swift
/Users/admin/builder/spi-builder-workspace/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 UINib+Existance.swift
/Users/admin/builder/spi-builder-workspace/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 SingleSectionStorage.swift
/Users/admin/builder/spi-builder-workspace/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 StorageProtocols.swift
/Users/admin/builder/spi-builder-workspace/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 SectionProtocols.swift
/Users/admin/builder/spi-builder-workspace/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 SingleSectionDiffing.swift
/Users/admin/builder/spi-builder-workspace/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 ViewModelMapping.swift
/Users/admin/builder/spi-builder-workspace/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)
[12/22] Emitting module DTModelStorage
/Users/admin/builder/spi-builder-workspace/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 MemoryStorage+UpdateWithoutAnimations.swift
/Users/admin/builder/spi-builder-workspace/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/22] Compiling DTModelStorage MemoryStorage.swift
/Users/admin/builder/spi-builder-workspace/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/22] Compiling DTModelStorage BackwardsCompatibility.swift
/Users/admin/builder/spi-builder-workspace/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/22] Compiling DTModelStorage BaseStorage.swift
/Users/admin/builder/spi-builder-workspace/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
[17/22] Compiling DTModelStorage ModelTransfer.swift
/Users/admin/builder/spi-builder-workspace/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/22] Compiling DTModelStorage RuntimeHelper.swift
/Users/admin/builder/spi-builder-workspace/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/22] Compiling DTModelStorage AccumulationStrategy.swift
/Users/admin/builder/spi-builder-workspace/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/22] Compiling DTModelStorage AnomalyHandler.swift
/Users/admin/builder/spi-builder-workspace/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/22] Compiling DTModelStorage CoreDataStorage.swift
/Users/admin/builder/spi-builder-workspace/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/22] Compiling DTModelStorage EventReactions.swift
/Users/admin/builder/spi-builder-workspace/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