Build Information
Successful build of IterableView with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/IterableView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/IterableView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cd533f2 Init
Cloned https://github.com/dankinsoid/IterableView.git
Revision (git rev-parse @):
cd533f2bb1f8e113f1e8ce02df65718b23c4b51c
SUCCESS checkout https://github.com/dankinsoid/IterableView.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/dankinsoid/IterableView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/14] Compiling IterableView PairView.swift
[4/15] Compiling IterableView IterableMap.swift
[5/15] Compiling IterableView IterableViewBuilder.swift
[6/15] Compiling IterableView IterableViewVisitor.swift
[7/15] Compiling IterableView OptionalView.swift
[8/15] Compiling IterableView IterableView.swift
[9/15] Compiling IterableView IfView.swift
[10/15] Compiling IterableView AnyViewsBuilder.swift
[11/15] Compiling IterableView ArrayView.swift
[12/15] Emitting module IterableView
[13/15] Compiling IterableView ArrayViewBuilder.swift
[14/15] Compiling IterableView EmptyViewIterable.swift
[15/15] Compiling IterableView SingleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/IterableView/SingleView.swift:25:17: warning: main actor-isolated property 'body' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
14 | public var count: Int { 1 }
15 |
16 | public var body: Content {
| `- note: property declared here
17 | content
18 | }
:
22 | }
23 |
24 | public func iterate<V: IterableViewVisitor>(with visitor: V, reversed: Bool) -> Bool {
| `- note: add '@MainActor' to make instance method 'iterate(with:reversed:)' part of global actor 'MainActor'
25 | visitor.visit(body)
| `- warning: main actor-isolated property 'body' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
26 | }
27 |
Build complete! (39.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "IterableView",
"name" : "IterableView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "IterableView",
"targets" : [
"IterableView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IterableView",
"module_type" : "SwiftTarget",
"name" : "IterableView",
"path" : "Sources/IterableView",
"product_memberships" : [
"IterableView"
],
"sources" : [
"AnyViewsBuilder.swift",
"ArrayView.swift",
"ArrayViewBuilder.swift",
"EmptyViewIterable.swift",
"IfView.swift",
"IterableMap.swift",
"IterableView.swift",
"IterableViewBuilder.swift",
"IterableViewVisitor.swift",
"OptionalView.swift",
"PairView.swift",
"SingleView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.