Build Information
Failed to build DTModelStorage, reference 11.0.2 (1473c7
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 13:19:40 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DenTelezhkin/DTModelStorage.git
Reference: 11.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DenTelezhkin/DTModelStorage
* tag 11.0.2 -> FETCH_HEAD
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 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": "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.27s)
Creating working copy for https://github.com/DenTelezhkin/DTModelStorage.git
Working copy of https://github.com/DenTelezhkin/DTModelStorage.git resolved at 11.0.2 (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
{
"dependencies" : [
],
"manifest_display_name" : "DTModelStorage",
"name" : "DTModelStorage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "DTModelStorage",
"targets" : [
"DTModelStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DTModelStorage",
"module_type" : "SwiftTarget",
"name" : "DTModelStorage",
"path" : "Sources/DTModelStorage",
"product_memberships" : [
"DTModelStorage"
],
"sources" : [
"AccumulationStrategy.swift",
"AnomalyHandler.swift",
"BackwardsCompatibility.swift",
"BaseStorage.swift",
"CoreDataStorage.swift",
"EventReactions.swift",
"MemoryStorage+UpdateWithoutAnimations.swift",
"MemoryStorage.swift",
"ModelTransfer.swift",
"RuntimeHelper.swift",
"Section.swift",
"SectionModel.swift",
"SectionProtocols.swift",
"SingleSectionDiffing.swift",
"SingleSectionStorage.swift",
"StorageProtocols.swift",
"StorageUpdate.swift",
"UINib+Existance.swift",
"ViewModelMapping.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/21] 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
[4/21] 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
[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 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
[8/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/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
[10/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
[11/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
[12/22] 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
[13/22] 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
[14/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
[15/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
[16/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
[17/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
[18/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
[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 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
[22/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
BUILD FAILURE 6.0 macosSpm