Build Information
Successful build of CoreDataService, reference main (bfc041
), with Swift 6.1 for macOS (SPM) on 5 May 2025 12:18:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IhorIlin/CoreDataService.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IhorIlin/CoreDataService
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bfc0413 Add badges.
Cloned https://github.com/IhorIlin/CoreDataService.git
Revision (git rev-parse @):
bfc041306a7f4a0b10d93e4f8c2156f1360771be
SUCCESS checkout https://github.com/IhorIlin/CoreDataService.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": "coredataservice",
"name": "CoreDataService",
"url": "https://github.com/IhorIlin/CoreDataService.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreDataService",
"dependencies": [
]
}
]
}
Fetching https://github.com/IhorIlin/CoreDataService.git
[1/153] Fetching coredataservice
Fetched https://github.com/IhorIlin/CoreDataService.git from cache (0.63s)
Creating working copy for https://github.com/IhorIlin/CoreDataService.git
Working copy of https://github.com/IhorIlin/CoreDataService.git resolved at main (bfc0413)
warning: '.resolve-product-dependencies': dependency 'coredataservice' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/IhorIlin/CoreDataService.git
https://github.com/IhorIlin/CoreDataService.git
{
"dependencies" : [
],
"manifest_display_name" : "CoreDataService",
"name" : "CoreDataService",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CoreDataService",
"targets" : [
"CoreDataService"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoreDataServiceTests",
"module_type" : "SwiftTarget",
"name" : "CoreDataServiceTests",
"path" : "Tests/CoreDataServiceTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CoreDataServiceTests/Resources/TestModel.momd/TestModel.mom",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CoreDataServiceTests/Resources/TestModel.momd/VersionInfo.plist",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CoreDataServiceTests.swift",
"Model/User.swift",
"Model/UserEntity+Properties.swift",
"Model/UserEntity.swift"
],
"target_dependencies" : [
"CoreDataService"
],
"type" : "test"
},
{
"c99name" : "CoreDataService",
"module_type" : "SwiftTarget",
"name" : "CoreDataService",
"path" : "Sources/CoreDataService",
"product_memberships" : [
"CoreDataService"
],
"sources" : [
"Configurations/DefaultCoreDataConfiguration.swift",
"Core/DefaultCoreDataService.swift",
"Core/DefaultCoreDataStack.swift",
"Errors/CoreDataError.swift",
"Protocols/CoreDataConfigurable.swift",
"Protocols/CoreDataRepresentable.swift",
"Protocols/CoreDataService.swift",
"Protocols/CoreDataStack.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/11] Compiling CoreDataService CoreDataConfigurable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/11] Compiling CoreDataService CoreDataStack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/11] Compiling CoreDataService CoreDataRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/11] Compiling CoreDataService CoreDataService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/11] Compiling CoreDataService DefaultCoreDataStack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/11] Compiling CoreDataService CoreDataError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/11] Compiling CoreDataService DefaultCoreDataConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/11] Emitting module CoreDataService
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/11] Compiling CoreDataService DefaultCoreDataService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (5.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CoreDataService",
"name" : "CoreDataService",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CoreDataService",
"targets" : [
"CoreDataService"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoreDataServiceTests",
"module_type" : "SwiftTarget",
"name" : "CoreDataServiceTests",
"path" : "Tests/CoreDataServiceTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CoreDataServiceTests/Resources/TestModel.momd/TestModel.mom",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CoreDataServiceTests/Resources/TestModel.momd/VersionInfo.plist",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CoreDataServiceTests.swift",
"Model/User.swift",
"Model/UserEntity+Properties.swift",
"Model/UserEntity.swift"
],
"target_dependencies" : [
"CoreDataService"
],
"type" : "test"
},
{
"c99name" : "CoreDataService",
"module_type" : "SwiftTarget",
"name" : "CoreDataService",
"path" : "Sources/CoreDataService",
"product_memberships" : [
"CoreDataService"
],
"sources" : [
"Configurations/DefaultCoreDataConfiguration.swift",
"Core/DefaultCoreDataService.swift",
"Core/DefaultCoreDataStack.swift",
"Errors/CoreDataError.swift",
"Protocols/CoreDataConfigurable.swift",
"Protocols/CoreDataRepresentable.swift",
"Protocols/CoreDataService.swift",
"Protocols/CoreDataStack.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.