Build Information
Successful build of SwiftNP, reference main (ef19b2
), with Swift 6.1 for macOS (SPM) on 25 Jun 2025 19:26:55 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-arindam/SwiftNP.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/k-arindam/SwiftNP
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ef19b20 [WIP] Structure Definition Part 2
Cloned https://github.com/k-arindam/SwiftNP.git
Revision (git rev-parse @):
ef19b20fd6b132c56b7791bb2ac8707807654389
SUCCESS checkout https://github.com/k-arindam/SwiftNP.git at main
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.02s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.02s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
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": "swiftnp",
"name": "SwiftNP",
"url": "https://github.com/k-arindam/SwiftNP.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftNP",
"dependencies": [
]
}
]
}
Fetching https://github.com/k-arindam/SwiftNP.git
[1/2001] Fetching swiftnp
Fetched https://github.com/k-arindam/SwiftNP.git from cache (1.01s)
Creating working copy for https://github.com/k-arindam/SwiftNP.git
Working copy of https://github.com/k-arindam/SwiftNP.git resolved at main (ef19b20)
warning: '.resolve-product-dependencies': dependency 'swiftnp' 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/k-arindam/SwiftNP.git
https://github.com/k-arindam/SwiftNP.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin.git"
}
],
"manifest_display_name" : "SwiftNP",
"name" : "SwiftNP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwiftNP",
"targets" : [
"SwiftNP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftNPTests",
"module_type" : "SwiftTarget",
"name" : "SwiftNPTests",
"path" : "Tests/SwiftNPTests",
"sources" : [
"SwiftNPTests.swift"
],
"target_dependencies" : [
"SwiftNP"
],
"type" : "test"
},
{
"c99name" : "SwiftNP",
"module_type" : "SwiftTarget",
"name" : "SwiftNP",
"path" : "Sources/SwiftNP",
"product_memberships" : [
"SwiftNP"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftNP/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftNP/Resources/Media.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AccelerateBackend/AccelerateBackend.swift",
"AccelerateBackend/Conversions/CGImage+AccelerateBackend.swift",
"AccelerateBackend/Conversions/MLMultiArray+AccelerateBackend.swift",
"AccelerateBackend/Conversions/NSImage+AccelerateBackend.swift",
"AccelerateBackend/Conversions/UIImage+AccelerateBackend.swift",
"AccelerateBackend/Operations/Arithmetic+AccelerateBackend.swift",
"AccelerateBackend/Operations/Broadcasting+AccelerateBackend.swift",
"AccelerateBackend/Operations/Indexing+AccelerateBackend.swift",
"AccelerateBackend/Operations/Reshape+AccelerateBackend.swift",
"AccelerateBackend/Operations/Statistical+AccelerateBackend.swift",
"AccelerateBackend/Operations/Transpose+AccelerateBackend.swift",
"Common/Constants.swift",
"Enums/ArithmeticOperation.swift",
"Enums/ReshapeOrder.swift",
"Enums/SNPBackendProvider.swift",
"Enums/SNPError.swift",
"Enums/ScalarOperation.swift",
"Extensions/Array+Extensions.swift",
"Extensions/Int+Extensions.swift",
"Extensions/MLMultiArray+Extensions.swift",
"Extensions/Numeric+Extensions.swift",
"Extensions/Shape+Extensions.swift",
"Extensions/String+Extensions.swift",
"NDArray/Conversions/CGImage+NDArray.swift",
"NDArray/Conversions/MLMultiArray+NDArray.swift",
"NDArray/Conversions/NSImage+NDArray.swift",
"NDArray/Conversions/UIImage+NDArray.swift",
"NDArray/NDArray.swift",
"NDArray/Operations/Arithmetic+NDArray.swift",
"NDArray/Operations/Broadcasting+NDArray.swift",
"NDArray/Operations/Indexing+NDArray.swift",
"NDArray/Operations/Reshape+NDArray.swift",
"NDArray/Operations/Statistical+NDArray.swift",
"NDArray/Operations/Transpose+NDArray.swift",
"NDArray/Others/Initializers+NDArray.swift",
"NDArray/Others/Operators+NDArray.swift",
"Protocols/SNPBackend.swift",
"Protocols/SNPNumeric.swift",
"SwiftBackend/Conversions/CGImage+SwiftBackend.swift",
"SwiftBackend/Conversions/MLMultiArray+SwiftBackend.swift",
"SwiftBackend/Conversions/NSImage+SwiftBackend.swift",
"SwiftBackend/Conversions/UIImage+SwiftBackend.swift",
"SwiftBackend/Operations/Arithmetic+SwiftBackend.swift",
"SwiftBackend/Operations/Broadcasting+SwiftBackend.swift",
"SwiftBackend/Operations/Indexing+SwiftBackend.swift",
"SwiftBackend/Operations/Reshape+SwiftBackend.swift",
"SwiftBackend/Operations/Statistical+SwiftBackend.swift",
"SwiftBackend/Operations/Transpose+SwiftBackend.swift",
"SwiftBackend/SwiftBackend.swift",
"SwiftNP.swift",
"Typealiases.swift",
"Utils.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Copying Localizable.xcstrings
[3/6] Write sources
[4/6] Copying Media.xcassets
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/55] Emitting module SwiftNP
<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/60] Compiling SwiftNP SwiftBackend.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/60] Compiling SwiftNP SwiftNP.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/60] Compiling SwiftNP Typealiases.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
[11/60] Compiling SwiftNP Utils.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
[12/60] Compiling SwiftNP resource_bundle_accessor.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
[13/60] Compiling SwiftNP Broadcasting+AccelerateBackend.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
[14/60] Compiling SwiftNP Indexing+AccelerateBackend.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
[15/60] Compiling SwiftNP Reshape+AccelerateBackend.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
[16/60] Compiling SwiftNP Statistical+AccelerateBackend.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
[17/60] Compiling SwiftNP Transpose+AccelerateBackend.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
[18/60] Compiling SwiftNP Constants.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
[19/60] Compiling SwiftNP ArithmeticOperation.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
[20/60] Compiling SwiftNP ReshapeOrder.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
[21/60] Compiling SwiftNP SNPBackendProvider.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
[22/60] Compiling SwiftNP SNPError.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
[23/60] Compiling SwiftNP ScalarOperation.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
[24/60] Compiling SwiftNP Array+Extensions.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
[25/60] Compiling SwiftNP Arithmetic+NDArray.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
[26/60] Compiling SwiftNP Broadcasting+NDArray.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
[27/60] Compiling SwiftNP Indexing+NDArray.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
[28/60] Compiling SwiftNP Reshape+NDArray.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
[29/60] Compiling SwiftNP Statistical+NDArray.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
[30/60] Compiling SwiftNP Int+Extensions.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
[31/60] Compiling SwiftNP MLMultiArray+Extensions.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
[32/60] Compiling SwiftNP Numeric+Extensions.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
[33/60] Compiling SwiftNP Shape+Extensions.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
[34/60] Compiling SwiftNP String+Extensions.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
[35/60] Compiling SwiftNP Transpose+NDArray.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
[36/60] Compiling SwiftNP Initializers+NDArray.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
[37/60] Compiling SwiftNP Operators+NDArray.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
[38/60] Compiling SwiftNP SNPBackend.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
[39/60] Compiling SwiftNP SNPNumeric.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
[40/60] Compiling SwiftNP CGImage+NDArray.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
[41/60] Compiling SwiftNP MLMultiArray+NDArray.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
[42/60] Compiling SwiftNP NSImage+NDArray.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
[43/60] Compiling SwiftNP UIImage+NDArray.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
[44/60] Compiling SwiftNP NDArray.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
[45/60] Compiling SwiftNP CGImage+SwiftBackend.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
[46/60] Compiling SwiftNP MLMultiArray+SwiftBackend.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
[47/60] Compiling SwiftNP NSImage+SwiftBackend.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
[48/60] Compiling SwiftNP UIImage+SwiftBackend.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
[49/60] Compiling SwiftNP Arithmetic+SwiftBackend.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
[50/60] Compiling SwiftNP Broadcasting+SwiftBackend.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
[51/60] Compiling SwiftNP Indexing+SwiftBackend.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
[52/60] Compiling SwiftNP Reshape+SwiftBackend.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
[53/60] Compiling SwiftNP Statistical+SwiftBackend.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
[54/60] Compiling SwiftNP Transpose+SwiftBackend.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
[55/60] Compiling SwiftNP AccelerateBackend.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
[56/60] Compiling SwiftNP CGImage+AccelerateBackend.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
[57/60] Compiling SwiftNP MLMultiArray+AccelerateBackend.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
[58/60] Compiling SwiftNP NSImage+AccelerateBackend.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
[59/60] Compiling SwiftNP UIImage+AccelerateBackend.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
[60/60] Compiling SwiftNP Arithmetic+AccelerateBackend.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! (18.86s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/SwiftNP/SwiftNP.swift.bak
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin.git"
}
],
"manifest_display_name" : "SwiftNP",
"name" : "SwiftNP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwiftNP",
"targets" : [
"SwiftNP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftNPTests",
"module_type" : "SwiftTarget",
"name" : "SwiftNPTests",
"path" : "Tests/SwiftNPTests",
"sources" : [
"SwiftNPTests.swift"
],
"target_dependencies" : [
"SwiftNP"
],
"type" : "test"
},
{
"c99name" : "SwiftNP",
"module_type" : "SwiftTarget",
"name" : "SwiftNP",
"path" : "Sources/SwiftNP",
"product_memberships" : [
"SwiftNP"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftNP/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftNP/Resources/Media.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AccelerateBackend/AccelerateBackend.swift",
"AccelerateBackend/Conversions/CGImage+AccelerateBackend.swift",
"AccelerateBackend/Conversions/MLMultiArray+AccelerateBackend.swift",
"AccelerateBackend/Conversions/NSImage+AccelerateBackend.swift",
"AccelerateBackend/Conversions/UIImage+AccelerateBackend.swift",
"AccelerateBackend/Operations/Arithmetic+AccelerateBackend.swift",
"AccelerateBackend/Operations/Broadcasting+AccelerateBackend.swift",
"AccelerateBackend/Operations/Indexing+AccelerateBackend.swift",
"AccelerateBackend/Operations/Reshape+AccelerateBackend.swift",
"AccelerateBackend/Operations/Statistical+AccelerateBackend.swift",
"AccelerateBackend/Operations/Transpose+AccelerateBackend.swift",
"Common/Constants.swift",
"Enums/ArithmeticOperation.swift",
"Enums/ReshapeOrder.swift",
"Enums/SNPBackendProvider.swift",
"Enums/SNPError.swift",
"Enums/ScalarOperation.swift",
"Extensions/Array+Extensions.swift",
"Extensions/Int+Extensions.swift",
"Extensions/MLMultiArray+Extensions.swift",
"Extensions/Numeric+Extensions.swift",
"Extensions/Shape+Extensions.swift",
"Extensions/String+Extensions.swift",
"NDArray/Conversions/CGImage+NDArray.swift",
"NDArray/Conversions/MLMultiArray+NDArray.swift",
"NDArray/Conversions/NSImage+NDArray.swift",
"NDArray/Conversions/UIImage+NDArray.swift",
"NDArray/NDArray.swift",
"NDArray/Operations/Arithmetic+NDArray.swift",
"NDArray/Operations/Broadcasting+NDArray.swift",
"NDArray/Operations/Indexing+NDArray.swift",
"NDArray/Operations/Reshape+NDArray.swift",
"NDArray/Operations/Statistical+NDArray.swift",
"NDArray/Operations/Transpose+NDArray.swift",
"NDArray/Others/Initializers+NDArray.swift",
"NDArray/Others/Operators+NDArray.swift",
"Protocols/SNPBackend.swift",
"Protocols/SNPNumeric.swift",
"SwiftBackend/Conversions/CGImage+SwiftBackend.swift",
"SwiftBackend/Conversions/MLMultiArray+SwiftBackend.swift",
"SwiftBackend/Conversions/NSImage+SwiftBackend.swift",
"SwiftBackend/Conversions/UIImage+SwiftBackend.swift",
"SwiftBackend/Operations/Arithmetic+SwiftBackend.swift",
"SwiftBackend/Operations/Broadcasting+SwiftBackend.swift",
"SwiftBackend/Operations/Indexing+SwiftBackend.swift",
"SwiftBackend/Operations/Reshape+SwiftBackend.swift",
"SwiftBackend/Operations/Statistical+SwiftBackend.swift",
"SwiftBackend/Operations/Transpose+SwiftBackend.swift",
"SwiftBackend/SwiftBackend.swift",
"SwiftNP.swift",
"Typealiases.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.