Build Information
Successful build of Ricemill 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/marty-suzuki/Ricemill.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marty-suzuki/Ricemill
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7ef039a Update README
Cloned https://github.com/marty-suzuki/Ricemill.git
Revision (git rev-parse @):
7ef039a0c79704194f4cc082171824106bedbc60
SUCCESS checkout https://github.com/marty-suzuki/Ricemill.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/marty-suzuki/Ricemill.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/9] Compiling Ricemill MachineType.swift
[4/9] Compiling Ricemill AnyResolverBasedMachine.swift
[5/9] Compiling Ricemill Machine.swift
[6/9] Emitting module Ricemill
[7/9] Compiling Ricemill Proxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Ricemill/Proxy.swift:61:45: warning: main actor-isolated property 'projectedValue' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
59 | /// - note: Assumed to be the difinition is @Published var string = "" for example.
60 | public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<Input, Subject>) -> Binding<Subject> {
61 | ObservedObject(initialValue: input).projectedValue[dynamicMember: keyPath]
| `- warning: main actor-isolated property 'projectedValue' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
SwiftUI.ObservedObject:9:27: note: property declared here
7 | public init(wrappedValue: ObjectType)
8 | @MainActor public var wrappedValue: ObjectType
9 | @MainActor public var projectedValue: ObservedObject<ObjectType>.Wrapper { get }
| `- note: property declared here
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/Ricemill/Proxy.swift:94:46: warning: main actor-isolated property 'projectedValue' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
92 | /// - note: Assumed to be the difinition is @Published var isHidden = false for example.
93 | public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<Output, Subject>) -> Binding<Subject> {
94 | ObservedObject(initialValue: output).projectedValue[dynamicMember: keyPath]
| `- warning: main actor-isolated property 'projectedValue' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
95 | }
96 | }
SwiftUI.ObservedObject:9:27: note: property declared here
7 | public init(wrappedValue: ObjectType)
8 | @MainActor public var wrappedValue: ObjectType
9 | @MainActor public var projectedValue: ObservedObject<ObjectType>.Wrapper { get }
| `- note: property declared here
10 | }
[8/9] Compiling Ricemill Polished.swift
[9/9] Compiling Ricemill Publishing.swift
Build complete! (31.58s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ricemill",
"name" : "Ricemill",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Ricemill",
"targets" : [
"Ricemill"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RicemillTests",
"module_type" : "SwiftTarget",
"name" : "RicemillTests",
"path" : "Tests/RicemillTests",
"sources" : [
"RicemillTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Ricemill"
],
"type" : "test"
},
{
"c99name" : "Ricemill",
"module_type" : "SwiftTarget",
"name" : "Ricemill",
"path" : "Sources/Ricemill",
"product_memberships" : [
"Ricemill"
],
"sources" : [
"AnyResolverBasedMachine.swift",
"Machine.swift",
"MachineType.swift",
"Polished.swift",
"Proxy.swift",
"Publishing.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.