Build Information
Successful build of swift-jpeg, reference master (e1f4f2
), with Swift 6.0 for macOS (SPM) on 17 Nov 2024 09:25:45 UTC.
Swift 6 data race errors: 6
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
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-jpeg.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tayloraswift/swift-jpeg
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e1f4f28 update URLs to redirect targets
Cloned https://github.com/tayloraswift/swift-jpeg.git
Revision (git rev-parse @):
e1f4f289679c336ad97031af749f5792b981b124
SUCCESS checkout https://github.com/tayloraswift/swift-jpeg.git at master
========================================
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": "swift-jpeg",
"name": "swift-jpeg",
"url": "https://github.com/tayloraswift/swift-jpeg.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-jpeg",
"dependencies": [
]
}
]
}
Fetching https://github.com/tayloraswift/swift-jpeg.git
[1/18012] Fetching swift-jpeg
Fetched https://github.com/tayloraswift/swift-jpeg.git from cache (3.23s)
Creating working copy for https://github.com/tayloraswift/swift-jpeg.git
Working copy of https://github.com/tayloraswift/swift-jpeg.git resolved at master (e1f4f28)
warning: '.resolve-product-dependencies': dependency 'swift-jpeg' 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/tayloraswift/swift-jpeg.git
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
Building for debugging...
[0/56] Write sources
[1/56] Write JPEGRegressionTests-entitlement.plist
[1/56] Write JPEGUnitTests-entitlement.plist
[8/56] Write sources
[9/56] Write JPEGComparator-entitlement.plist
[10/56] Write sources
[14/56] Write JPEGFuzzer-entitlement.plist
[15/56] Write JPEGIntegrationTests-entitlement.plist
[16/56] Write sources
[22/56] Write swift-version--7754E27361AE5C74.txt
[24/67] Compiling JPEGInspection String (ext).swift
[25/67] Emitting module JPEG
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:206:14: warning: associated value 'invalidFrameQuantizationSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.Quantization.Selector' (aka 'WritableKeyPath<(Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>), Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>>'); this is an error in the Swift 6 language mode
204 | /// - Parameter process:
205 | /// The coding process specified by the frame header.
206 | case invalidFrameQuantizationSelector(JPEG.Table.Quantization.Selector, Process)
| `- warning: associated value 'invalidFrameQuantizationSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.Quantization.Selector' (aka 'WritableKeyPath<(Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>), Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>>'); this is an error in the Swift 6 language mode
207 | /// A component in a frame header had an invalid sampling factor.
208 | ///
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:237:14: warning: associated value 'invalidScanHuffmanDCSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.HuffmanDC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>>'); this is an error in the Swift 6 language mode
235 | /// - Parameter process:
236 | /// The coding process specified by the frame header.
237 | case invalidScanHuffmanDCSelector(JPEG.Table.HuffmanDC.Selector, Process)
| `- warning: associated value 'invalidScanHuffmanDCSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.HuffmanDC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>>'); this is an error in the Swift 6 language mode
238 | /// A component in a frame header segment used an AC huffman table
239 | /// selector which is well-formed but unavailable given the frame header coding process.
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:246:14: warning: associated value 'invalidScanHuffmanACSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.HuffmanAC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>>'); this is an error in the Swift 6 language mode
244 | /// - Parameter process:
245 | /// The coding process specified by the frame header.
246 | case invalidScanHuffmanACSelector(JPEG.Table.HuffmanAC.Selector, Process)
| `- warning: associated value 'invalidScanHuffmanACSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.HuffmanAC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>>'); this is an error in the Swift 6 language mode
247 | /// A scan header had more that the maximum allowed number of components
248 | /// given the image coding process.
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:564:14: warning: associated value 'undefinedScanHuffmanDCReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.HuffmanDC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>>'); this is an error in the Swift 6 language mode
562 | /// - Parameter _:
563 | /// The table selector.
564 | case undefinedScanHuffmanDCReference(Table.HuffmanDC.Selector)
| `- warning: associated value 'undefinedScanHuffmanDCReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.HuffmanDC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>>'); this is an error in the Swift 6 language mode
565 | /// An AC huffman table selector in a scan referenced a table
566 | /// slot with no bound table.
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:570:14: warning: associated value 'undefinedScanHuffmanACReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.HuffmanAC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>>'); this is an error in the Swift 6 language mode
568 | /// - Parameter _:
569 | /// The table selector.
570 | case undefinedScanHuffmanACReference(Table.HuffmanAC.Selector)
| `- warning: associated value 'undefinedScanHuffmanACReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.HuffmanAC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>>'); this is an error in the Swift 6 language mode
571 | /// A quantization table selector in the first scan for a particular
572 | /// component referenced a table slot with no bound table.
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:576:14: warning: associated value 'undefinedScanQuantizationReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.Quantization.Selector' (aka 'WritableKeyPath<(Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>), Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>>'); this is an error in the Swift 6 language mode
574 | /// - Parameter _:
575 | /// The table selector.
576 | case undefinedScanQuantizationReference(Table.Quantization.Selector)
| `- warning: associated value 'undefinedScanQuantizationReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.Quantization.Selector' (aka 'WritableKeyPath<(Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>), Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>>'); this is an error in the Swift 6 language mode
577 | /// A quantization table had the wrong precision mode for the image
578 | /// color format.
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[26/67] Compiling JPEGInspection Highlight.swift
[27/67] Emitting module JPEGInspection
[28/67] Compiling JPEG metadata.swift
[29/67] Compiling JPEG jpeg.swift
[30/67] Compiling JPEG error.swift
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:206:14: warning: associated value 'invalidFrameQuantizationSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.Quantization.Selector' (aka 'WritableKeyPath<(Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>), Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>>'); this is an error in the Swift 6 language mode
204 | /// - Parameter process:
205 | /// The coding process specified by the frame header.
206 | case invalidFrameQuantizationSelector(JPEG.Table.Quantization.Selector, Process)
| `- warning: associated value 'invalidFrameQuantizationSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.Quantization.Selector' (aka 'WritableKeyPath<(Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>), Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>>'); this is an error in the Swift 6 language mode
207 | /// A component in a frame header had an invalid sampling factor.
208 | ///
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:237:14: warning: associated value 'invalidScanHuffmanDCSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.HuffmanDC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>>'); this is an error in the Swift 6 language mode
235 | /// - Parameter process:
236 | /// The coding process specified by the frame header.
237 | case invalidScanHuffmanDCSelector(JPEG.Table.HuffmanDC.Selector, Process)
| `- warning: associated value 'invalidScanHuffmanDCSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.HuffmanDC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>>'); this is an error in the Swift 6 language mode
238 | /// A component in a frame header segment used an AC huffman table
239 | /// selector which is well-formed but unavailable given the frame header coding process.
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:246:14: warning: associated value 'invalidScanHuffmanACSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.HuffmanAC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>>'); this is an error in the Swift 6 language mode
244 | /// - Parameter process:
245 | /// The coding process specified by the frame header.
246 | case invalidScanHuffmanACSelector(JPEG.Table.HuffmanAC.Selector, Process)
| `- warning: associated value 'invalidScanHuffmanACSelector' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JPEG.Table.HuffmanAC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>>'); this is an error in the Swift 6 language mode
247 | /// A scan header had more that the maximum allowed number of components
248 | /// given the image coding process.
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:564:14: warning: associated value 'undefinedScanHuffmanDCReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.HuffmanDC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>>'); this is an error in the Swift 6 language mode
562 | /// - Parameter _:
563 | /// The table selector.
564 | case undefinedScanHuffmanDCReference(Table.HuffmanDC.Selector)
| `- warning: associated value 'undefinedScanHuffmanDCReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.HuffmanDC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.DC>>>'); this is an error in the Swift 6 language mode
565 | /// An AC huffman table selector in a scan referenced a table
566 | /// slot with no bound table.
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:570:14: warning: associated value 'undefinedScanHuffmanACReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.HuffmanAC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>>'); this is an error in the Swift 6 language mode
568 | /// - Parameter _:
569 | /// The table selector.
570 | case undefinedScanHuffmanACReference(Table.HuffmanAC.Selector)
| `- warning: associated value 'undefinedScanHuffmanACReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.HuffmanAC.Selector' (aka 'WritableKeyPath<(Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>, Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>), Optional<JPEG.Table.Huffman<JPEG.Bitstream.Symbol.AC>>>'); this is an error in the Swift 6 language mode
571 | /// A quantization table selector in the first scan for a particular
572 | /// component referenced a table slot with no bound table.
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/JPEG/error.swift:576:14: warning: associated value 'undefinedScanQuantizationReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.Quantization.Selector' (aka 'WritableKeyPath<(Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>), Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>>'); this is an error in the Swift 6 language mode
574 | /// - Parameter _:
575 | /// The table selector.
576 | case undefinedScanQuantizationReference(Table.Quantization.Selector)
| `- warning: associated value 'undefinedScanQuantizationReference' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'JPEG.Table.Quantization.Selector' (aka 'WritableKeyPath<(Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>, Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>), Optional<(q: Int, qi: JPEG.Table.Quantization.Key)>>'); this is an error in the Swift 6 language mode
577 | /// A quantization table had the wrong precision mode for the image
578 | /// color format.
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[31/67] Compiling JPEG common.swift
[32/67] Compiling JPEG debug.swift
[33/67] Compiling JPEG encode.swift
[34/67] Compiling JPEG decode.swift
[35/69] Emitting module JPEGSystem
[36/69] Compiling JPEGSystem os.swift
[37/95] Compiling Recompress Recompress.swift
[38/95] Emitting module Recompress
[39/95] Emitting module JPEGFuzzer
[40/95] Emitting module InMemory
[41/95] Compiling InMemory InMemory.swift
[42/95] Emitting module EncodeAdvanced
[43/95] Emitting module EncodeBasic
[44/95] Compiling EncodeBasic EncodeBasic.swift
[45/99] Compiling EncodeAdvanced EncodeAdvanced.swift
[46/101] Emitting module JPEGComparator
[47/101] Compiling JPEGComparator main.swift
[47/101] Write Objects.LinkFileList
[50/101] Emitting module DecodeBasic
[51/101] Compiling DecodeBasic DecodeBasic.swift
[52/103] Emitting module Rotate
[53/103] Compiling Rotate Rotate.swift
[54/103] Compiling JPEGFuzzer main.swift
[54/103] Write Objects.LinkFileList
[57/103] Emitting module DecodeAdvanced
[58/103] Compiling DecodeAdvanced DecodeAdvanced.swift
[58/103] Write Objects.LinkFileList
[61/103] Emitting module DecodeOnline
[61/103] Linking EncodeBasic
[62/103] Linking JPEGComparator
[62/103] Linking InMemory
[63/103] Linking Recompress
[65/103] Write Objects.LinkFileList
[68/103] Applying JPEGComparator
[70/103] Compiling DecodeOnline DecodeOnline.swift
[70/103] Write Objects.LinkFileList
[72/103] Emitting module CustomColor
[73/103] Compiling CustomColor CustomColor.swift
[73/103] Write Objects.LinkFileList
[74/103] Linking Rotate
[75/103] Linking DecodeBasic
[76/103] Linking EncodeAdvanced
[77/103] Linking JPEGFuzzer
[78/103] Linking DecodeAdvanced
[79/103] Applying JPEGFuzzer
[80/103] Linking DecodeOnline
[81/103] Linking CustomColor
[83/103] Compiling JPEGRegressionTests result.swift
[84/103] Compiling JPEGRegressionTests tests.swift
[85/103] Compiling JPEGIntegrationTests tests.swift
[86/103] Compiling JPEGIntegrationTests result.swift
[87/103] Emitting module JPEGRegressionTests
[88/103] Compiling JPEGRegressionTests main.swift
[89/103] Emitting module JPEGIntegrationTests
[90/103] Compiling JPEGIntegrationTests main.swift
[90/103] Write Objects.LinkFileList
[92/103] Linking JPEGIntegrationTests
[93/103] Linking JPEGRegressionTests
[94/103] Applying JPEGIntegrationTests
[95/103] Applying JPEGRegressionTests
[97/103] Compiling JPEGUnitTests result.swift
[98/103] Compiling JPEGUnitTests main.swift
[99/103] Compiling JPEGUnitTests tests.swift
[100/103] Emitting module JPEGUnitTests
[100/103] Write Objects.LinkFileList
[101/103] Linking JPEGUnitTests
[102/103] Applying JPEGUnitTests
Build complete! (15.96s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/tests/fuzz/data': File not found.
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-jpeg",
"name" : "swift-jpeg",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JPEG",
"targets" : [
"JPEG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JPEGSystem",
"targets" : [
"JPEGSystem"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JPEGUnitTests",
"targets" : [
"JPEGUnitTests"
],
"type" : {
"executable" : null
}
},
{
"name" : "JPEGRegressionTests",
"targets" : [
"JPEGRegressionTests"
],
"type" : {
"executable" : null
}
},
{
"name" : "JPEGIntegrationTests",
"targets" : [
"JPEGIntegrationTests"
],
"type" : {
"executable" : null
}
},
{
"name" : "JPEGFuzzer",
"targets" : [
"JPEGFuzzer"
],
"type" : {
"executable" : null
}
},
{
"name" : "JPEGComparator",
"targets" : [
"JPEGComparator"
],
"type" : {
"executable" : null
}
},
{
"name" : "DecodeBasic",
"targets" : [
"DecodeBasic"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CustomColor",
"targets" : [
"CustomColor"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EncodeBasic",
"targets" : [
"EncodeBasic"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DecodeAdvanced",
"targets" : [
"DecodeAdvanced"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Rotate",
"targets" : [
"Rotate"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EncodeAdvanced",
"targets" : [
"EncodeAdvanced"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DecodeOnline",
"targets" : [
"DecodeOnline"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Recompress",
"targets" : [
"Recompress"
],
"type" : {
"snippet" : null
}
},
{
"name" : "InMemory",
"targets" : [
"InMemory"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "JPEGUnitTests",
"module_type" : "SwiftTarget",
"name" : "JPEGUnitTests",
"path" : "tests/unit",
"product_memberships" : [
"JPEGUnitTests"
],
"sources" : [
"main.swift",
"result.swift",
"tests.swift"
],
"target_dependencies" : [
"JPEG",
"JPEGInspection",
"JPEGSystem"
],
"type" : "executable"
},
{
"c99name" : "JPEGSystem",
"module_type" : "SwiftTarget",
"name" : "JPEGSystem",
"path" : "Sources/JPEGSystem",
"product_memberships" : [
"JPEGSystem",
"JPEGUnitTests",
"JPEGRegressionTests",
"JPEGIntegrationTests",
"JPEGFuzzer",
"JPEGComparator",
"DecodeBasic",
"CustomColor",
"EncodeBasic",
"DecodeAdvanced",
"Rotate",
"EncodeAdvanced",
"DecodeOnline",
"Recompress",
"InMemory"
],
"sources" : [
"os.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "library"
},
{
"c99name" : "JPEGRegressionTests",
"module_type" : "SwiftTarget",
"name" : "JPEGRegressionTests",
"path" : "tests/regression",
"product_memberships" : [
"JPEGRegressionTests"
],
"sources" : [
"main.swift",
"result.swift",
"tests.swift"
],
"target_dependencies" : [
"JPEG",
"JPEGInspection",
"JPEGSystem"
],
"type" : "executable"
},
{
"c99name" : "JPEGIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "JPEGIntegrationTests",
"path" : "tests/integration",
"product_memberships" : [
"JPEGIntegrationTests"
],
"sources" : [
"main.swift",
"result.swift",
"tests.swift"
],
"target_dependencies" : [
"JPEG",
"JPEGInspection",
"JPEGSystem"
],
"type" : "executable"
},
{
"c99name" : "JPEGInspection",
"module_type" : "SwiftTarget",
"name" : "JPEGInspection",
"path" : "Sources/JPEGInspection",
"product_memberships" : [
"JPEGUnitTests",
"JPEGRegressionTests",
"JPEGIntegrationTests",
"JPEGFuzzer",
"JPEGComparator"
],
"sources" : [
"Highlight.swift",
"String (ext).swift"
],
"type" : "library"
},
{
"c99name" : "JPEGFuzzer",
"module_type" : "SwiftTarget",
"name" : "JPEGFuzzer",
"path" : "tests/fuzz",
"product_memberships" : [
"JPEGFuzzer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG",
"JPEGInspection",
"JPEGSystem"
],
"type" : "executable"
},
{
"c99name" : "JPEGComparator",
"module_type" : "SwiftTarget",
"name" : "JPEGComparator",
"path" : "tests/compare",
"product_memberships" : [
"JPEGComparator"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG",
"JPEGInspection",
"JPEGSystem"
],
"type" : "executable"
},
{
"c99name" : "JPEG",
"module_type" : "SwiftTarget",
"name" : "JPEG",
"path" : "Sources/JPEG",
"product_memberships" : [
"JPEG",
"JPEGSystem",
"JPEGUnitTests",
"JPEGRegressionTests",
"JPEGIntegrationTests",
"JPEGFuzzer",
"JPEGComparator",
"DecodeBasic",
"CustomColor",
"EncodeBasic",
"DecodeAdvanced",
"Rotate",
"EncodeAdvanced",
"DecodeOnline",
"Recompress",
"InMemory"
],
"sources" : [
"common.swift",
"debug.swift",
"decode.swift",
"encode.swift",
"error.swift",
"jpeg.swift",
"metadata.swift"
],
"type" : "library"
},
{
"c99name" : "DecodeBasic",
"module_type" : "SwiftTarget",
"name" : "DecodeBasic",
"path" : "Snippets",
"product_memberships" : [
"DecodeBasic"
],
"sources" : [
"DecodeBasic.swift"
],
"target_dependencies" : [
"JPEGSystem",
"JPEG"
],
"type" : "snippet"
},
{
"c99name" : "CustomColor",
"module_type" : "SwiftTarget",
"name" : "CustomColor",
"path" : "Snippets",
"product_memberships" : [
"CustomColor"
],
"sources" : [
"CustomColor.swift"
],
"target_dependencies" : [
"JPEGSystem",
"JPEG"
],
"type" : "snippet"
},
{
"c99name" : "EncodeBasic",
"module_type" : "SwiftTarget",
"name" : "EncodeBasic",
"path" : "Snippets",
"product_memberships" : [
"EncodeBasic"
],
"sources" : [
"EncodeBasic.swift"
],
"target_dependencies" : [
"JPEGSystem",
"JPEG"
],
"type" : "snippet"
},
{
"c99name" : "DecodeAdvanced",
"module_type" : "SwiftTarget",
"name" : "DecodeAdvanced",
"path" : "Snippets",
"product_memberships" : [
"DecodeAdvanced"
],
"sources" : [
"DecodeAdvanced.swift"
],
"target_dependencies" : [
"JPEGSystem",
"JPEG"
],
"type" : "snippet"
},
{
"c99name" : "Rotate",
"module_type" : "SwiftTarget",
"name" : "Rotate",
"path" : "Snippets",
"product_memberships" : [
"Rotate"
],
"sources" : [
"Rotate.swift"
],
"target_dependencies" : [
"JPEGSystem",
"JPEG"
],
"type" : "snippet"
},
{
"c99name" : "EncodeAdvanced",
"module_type" : "SwiftTarget",
"name" : "EncodeAdvanced",
"path" : "Snippets",
"product_memberships" : [
"EncodeAdvanced"
],
"sources" : [
"EncodeAdvanced.swift"
],
"target_dependencies" : [
"JPEGSystem",
"JPEG"
],
"type" : "snippet"
},
{
"c99name" : "DecodeOnline",
"module_type" : "SwiftTarget",
"name" : "DecodeOnline",
"path" : "Snippets",
"product_memberships" : [
"DecodeOnline"
],
"sources" : [
"DecodeOnline.swift"
],
"target_dependencies" : [
"JPEGSystem",
"JPEG"
],
"type" : "snippet"
},
{
"c99name" : "Recompress",
"module_type" : "SwiftTarget",
"name" : "Recompress",
"path" : "Snippets",
"product_memberships" : [
"Recompress"
],
"sources" : [
"Recompress.swift"
],
"target_dependencies" : [
"JPEGSystem",
"JPEG"
],
"type" : "snippet"
},
{
"c99name" : "InMemory",
"module_type" : "SwiftTarget",
"name" : "InMemory",
"path" : "Snippets",
"product_memberships" : [
"InMemory"
],
"sources" : [
"InMemory.swift"
],
"target_dependencies" : [
"JPEGSystem",
"JPEG"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/tests/fuzz/data': File not found.
Done.