Build Information
Failed to build swift-geometrize, reference main (9b5986), with Swift 6.1 for Wasm on 5 Nov 2025 18:22:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/valeriyvan/swift-geometrize.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/valeriyvan/swift-geometrize
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9b59861 Add test for Bitmap.transposed()
Cloned https://github.com/valeriyvan/swift-geometrize.git
Revision (git rev-parse @):
9b59861529c2cd259ed5bbed94153c6b9c92ef8f
SUCCESS checkout https://github.com/valeriyvan/swift-geometrize.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/valeriyvan/swift-geometrize.git
https://github.com/valeriyvan/swift-geometrize.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-png",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.4",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-png.git"
},
{
"identity" : "jpeg",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/jpeg.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-collections-benchmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections-benchmark"
},
{
"identity" : "swiftlintplugins",
"requirement" : {
"range" : [
{
"lower_bound" : "0.59.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
}
],
"manifest_display_name" : "swift-geometrize",
"name" : "swift-geometrize",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Geometrize",
"targets" : [
"Geometrize"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BitmapImportExport",
"targets" : [
"BitmapImportExport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "geometrize",
"targets" : [
"geometrize-cli"
],
"type" : {
"executable" : null
}
},
{
"name" : "benchmark",
"targets" : [
"benchmark"
],
"type" : {
"executable" : null
}
},
{
"name" : "chessboard-ppm",
"targets" : [
"chessboard-ppm"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "geometrizeTests",
"module_type" : "SwiftTarget",
"name" : "geometrizeTests",
"path" : "Tests/geometrizeTests",
"product_dependencies" : [
"PNG",
"SnapshotTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/geometrizeTests/Resources",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/geometrizeTests/__Snapshots__",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ArrayScanlines+StringBundleResource.swift",
"Bitmap+pngBundleResource.swift",
"Bitmap+ppmBundleResource.swift",
"BitmapDiffing.swift",
"BitmapDownsampleTests.swift",
"BitmapExporterTests.swift",
"BitmapTests.swift",
"CircleTest.swift",
"ClampedTests.swift",
"EllipseTests.swift",
"ExperimentalGenericBitmap/BitmapG+pngBundleResource .swift",
"ExperimentalGenericBitmap/BitmapG+ppmBundleResource.swift",
"ExperimentalGenericBitmap/BitmapGDiffing.swift",
"ExperimentalGenericBitmap/BitmapGTests.swift",
"ImageRunnerTests.swift",
"LineTests.swift",
"PolylineTests.swift",
"QuadraticBezierTests.swift",
"RectangleTests.swift",
"RgbaTests.swift",
"RotatedEllipseTests.swift",
"RotatedRectangleTests.swift",
"SVGAsyncGeometrizerTests.swift",
"SVGExporterTests.swift",
"ScanlineTests.swift",
"ShapeTypeTests.swift",
"ShapeTypesTests.swift",
"TriangleTests.swift",
"bresenhamTests.swift",
"defaultEnergyFunctionTests.swift",
"hillClimbTests.swift"
],
"target_dependencies" : [
"Geometrize",
"BitmapImportExport"
],
"type" : "test"
},
{
"c99name" : "geometrize_cli",
"module_type" : "SwiftTarget",
"name" : "geometrize-cli",
"path" : "Sources/geometrize-cli",
"product_dependencies" : [
"ArgumentParser",
"PNG",
"JPEG"
],
"product_memberships" : [
"geometrize"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/geometrize-cli/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Geometrize",
"BitmapImportExport"
],
"type" : "executable"
},
{
"c99name" : "benchmark",
"module_type" : "SwiftTarget",
"name" : "benchmark",
"path" : "Sources/benchmark",
"product_dependencies" : [
"CollectionsBenchmark"
],
"product_memberships" : [
"benchmark"
],
"sources" : [
"benchmark.swift"
],
"target_dependencies" : [
"Geometrize"
],
"type" : "executable"
},
{
"c99name" : "Geometrize",
"module_type" : "SwiftTarget",
"name" : "Geometrize",
"path" : "Sources/geometrize",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"Geometrize",
"BitmapImportExport",
"geometrize",
"benchmark",
"chessboard-ppm"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/geometrize/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BinaryInteger.swift",
"Bitmap+UIImage.swift",
"Bitmap.swift",
"BitmapDifference.swift",
"BitmapExporter.swift",
"Bounds.swift",
"EnergyFunction.swift",
"ExperimentalGenericBitmap/Binary.swift",
"ExperimentalGenericBitmap/BitmapG+ColorProcessing.swift",
"ExperimentalGenericBitmap/BitmapG+Drawing.swift",
"ExperimentalGenericBitmap/BitmapG+EXIF.swift",
"ExperimentalGenericBitmap/BitmapG+PPM.swift",
"ExperimentalGenericBitmap/BitmapG+SIMD.swift",
"ExperimentalGenericBitmap/BitmapG.swift",
"ExperimentalGenericBitmap/BitmapGDifference.swift",
"ExperimentalGenericBitmap/Color.swift",
"ExperimentalGenericBitmap/Grayscale.swift",
"ExperimentalGenericBitmap/Rgb565.swift",
"ExperimentalGenericBitmap/Rgba8888.swift",
"FloatingPointExtension.swift",
"GeometrizeModelBase.swift",
"GeometrizeModelHillClimb.swift",
"GeometrizingIterator.swift",
"GeometrizingSequence.swift",
"HillClimb.swift",
"ImageRunner.swift",
"Int_random.swift",
"Point.swift",
"Polygon.swift",
"Rgba.swift",
"SVGAsyncGeometrizer.swift",
"SVGAsyncIterator.swift",
"SVGAsyncSequence.swift",
"SVGExporter.swift",
"Scanline.swift",
"ShapeAcceptancePrecondition.swift",
"ShapeCreator.swift",
"ShapeResult.swift",
"Shapes/Circle.swift",
"Shapes/Ellipse.swift",
"Shapes/Line.swift",
"Shapes/Polyline.swift",
"Shapes/QuadraticBezier.swift",
"Shapes/Rectangle.swift",
"Shapes/RotatedEllipse.swift",
"Shapes/RotatedRectangle.swift",
"Shapes/Shape.swift",
"Shapes/String-ShapeType.swift",
"Shapes/Triangle.swift",
"Shapes/allShapeTypes.swift",
"SplitMix64.swift",
"State.swift",
"bresenham.swift",
"mapShapeBoundsToImage.swift"
],
"type" : "library"
},
{
"c99name" : "BitmapImportExport",
"module_type" : "SwiftTarget",
"name" : "BitmapImportExport",
"path" : "Sources/bitmapImportExport",
"product_dependencies" : [
"PNG",
"JPEG"
],
"product_memberships" : [
"BitmapImportExport",
"geometrize",
"chessboard-ppm"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/bitmapImportExport/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Bitmap+JPEG.swift",
"Bitmap+PNG.swift",
"DestinationStream.swift",
"ExperimentalGenericBitmap/BitmapG+JPEG.swift",
"ExperimentalGenericBitmap/BitmapG+PNG.swift",
"JPEG.Data.Rectangular.swift",
"SourceStream.swift"
],
"target_dependencies" : [
"Geometrize"
],
"type" : "library"
},
{
"c99name" : "chessboard_ppm",
"module_type" : "SwiftTarget",
"name" : "chessboard-ppm",
"path" : "Snippets",
"product_memberships" : [
"chessboard-ppm"
],
"sources" : [
"chessboard-ppm.swift"
],
"target_dependencies" : [
"Geometrize",
"BitmapImportExport"
],
"type" : "snippet"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/tayloraswift/jpeg.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/apple/swift-collections-benchmark
[1/505] Fetching swift-collections-benchmark
[269/4115] Fetching swift-collections-benchmark, jpeg
[667/4368] Fetching swift-collections-benchmark, jpeg, swiftlintplugins
[956/21054] Fetching swift-collections-benchmark, jpeg, swiftlintplugins, swift-argument-parser
[1624/27077] Fetching swift-collections-benchmark, jpeg, swiftlintplugins, swift-argument-parser, swift-algorithms
[24010/42673] Fetching swift-collections-benchmark, jpeg, swiftlintplugins, swift-argument-parser, swift-algorithms, swift-snapshot-testing
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.99s)
Fetching https://github.com/tayloraswift/swift-png.git
[8439/25987] Fetching swift-collections-benchmark, jpeg, swiftlintplugins, swift-algorithms, swift-snapshot-testing
[9725/32419] Fetching swift-collections-benchmark, jpeg, swiftlintplugins, swift-algorithms, swift-snapshot-testing, swift-png
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (4.16s)
Fetched https://github.com/apple/swift-algorithms.git from cache (4.16s)
Fetched https://github.com/apple/swift-collections-benchmark from cache (4.18s)
[21230/25638] Fetching jpeg, swift-snapshot-testing, swift-png
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (4.32s)
[5669/10042] Fetching jpeg, swift-png
[5734/12202] Fetching jpeg, swift-png, swift-docc-plugin
Fetched https://github.com/tayloraswift/jpeg.git from cache (5.05s)
[3763/8592] Fetching swift-png, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.98s)
[2466/6432] Fetching swift-png
Fetched https://github.com/tayloraswift/swift-png.git from cache (13.14s)
Computing version for https://github.com/apple/swift-collections-benchmark
Computed https://github.com/apple/swift-collections-benchmark at 0.0.4 (15.81s)
Fetching https://github.com/apple/swift-system
[1/5167] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.45s)
Computing version for https://github.com/tayloraswift/jpeg.git
Computed https://github.com/tayloraswift/jpeg.git at 1.1.0 (3.14s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.37s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.62.2 (0.65s)
Computing version for https://github.com/tayloraswift/swift-png.git
Computed https://github.com/tayloraswift/swift-png.git at 4.4.9 (4.30s)
Fetching https://github.com/tayloraswift/swift-hash
[1/868] Fetching swift-hash
Fetched https://github.com/tayloraswift/swift-hash from cache (2.82s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.7.1 (3.46s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.66s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.75s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3571] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.22s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (0.76s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.47s)
[1/72715] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.36s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (7.12s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5552] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.78s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.72s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/tayloraswift/jpeg.git
Working copy of https://github.com/tayloraswift/jpeg.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-collections-benchmark
Working copy of https://github.com/apple/swift-collections-benchmark resolved at 0.0.4
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.7.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Creating working copy for https://github.com/tayloraswift/swift-png.git
Working copy of https://github.com/tayloraswift/swift-png.git resolved at 4.4.9
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.7
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.62.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
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
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
[1397/71991460] Downloading https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (10.06s)
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
[5/5] Compiling plugin Swift-DocC Preview
[6/6] Compiling plugin Swift-DocC
Building for debugging...
[6/52] Write sources
[15/52] Copying PrivacyInfo.xcprivacy
[15/52] Write sources
[15/52] Copying PrivacyInfo.xcprivacy
[26/52] Compiling CSystem shims.c
[27/52] Compiling _NumericsShims _NumericsShims.c
[28/52] Write swift-version-24593BA9C3E375BF.txt
[30/106] Compiling RealModule RealFunctions.swift
[31/107] Compiling SystemPackage Errno.swift
[32/107] Compiling SystemPackage ErrnoWindows.swift
[33/107] Emitting module RealModule
[34/107] Compiling SystemPackage FileDescriptor.swift
[35/107] Compiling SystemPackage FileHelpers.swift
[36/107] Compiling SwiftJPEG debug.swift
[37/108] Compiling SwiftJPEG error.swift
[38/108] Compiling SwiftJPEG jpeg.swift
[39/108] Compiling RealModule RelaxedArithmetic.swift
[40/108] Compiling SystemPackage FilePathWindows.swift
[41/108] Compiling SystemPackage FilePermissions.swift
[42/108] Compiling SystemPackage IOCompletion.swift
[43/108] Compiling SystemPackage IORequest.swift
[44/112] Compiling SwiftJPEG metadata.swift
[45/112] Emitting module BaseDigits
<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/112] Compiling BaseDigits BaseDigits.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/113] Compiling RealModule Real.swift
[48/113] Compiling RealModule Float80+Real.swift
[49/113] Emitting module ArgumentParserToolInfo
[50/113] Compiling ArgumentParserToolInfo ToolInfo.swift
[51/113] Emitting module SwiftJPEG
[52/113] Compiling SwiftJPEG common.swift
[53/113] Compiling SwiftJPEG os.swift
[55/114] Compiling RealModule Float16+Real.swift
[56/114] Compiling SystemPackage FilePathSyntax.swift
[57/114] Compiling SystemPackage FilePathTemp.swift
[58/114] Compiling SystemPackage FilePathTempPosix.swift
[59/114] Compiling SystemPackage FilePathTempWindows.swift
[60/114] Compiling SystemPackage FileOperations.swift
[62/115] Emitting module SystemPackage
[68/115] Compiling SwiftJPEG encode.swift
[71/115] Compiling SystemPackage IORing.swift
[72/115] Compiling SystemPackage RawIORequest.swift
[73/115] Compiling SystemPackage Backcompat.swift
[74/115] Compiling SystemPackage CInterop.swift
[75/115] Compiling SystemPackage Syscalls.swift
[76/115] Compiling SystemPackage WindowsSyscallAdapters.swift
[77/115] Compiling SystemPackage MachPort.swift
[78/115] Compiling SystemPackage PlatformString.swift
[78/115] Wrapping AST for BaseDigits for debugging
[79/115] Wrapping AST for ArgumentParserToolInfo for debugging
[80/115] Wrapping AST for RealModule for debugging
[82/115] Compiling SystemPackage FilePath.swift
[83/115] Compiling SystemPackage FilePathComponentView.swift
[84/115] Compiling SystemPackage FilePathComponents.swift
[85/115] Compiling SystemPackage FilePathParsing.swift
[86/115] Compiling SystemPackage FilePathString.swift
[87/116] Compiling SystemPackage Constants.swift
[88/116] Compiling SystemPackage Exports.swift
[89/116] Compiling SystemPackage Mocking.swift
[90/116] Compiling SystemPackage RawBuffer.swift
[91/174] Compiling Base16 Base16.LowercaseDigits.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
[92/189] Compiling ArgumentParser Option.swift
[93/189] Compiling ArgumentParser SplitArguments.swift
[94/189] Compiling ArgumentParser DumpHelpGenerator.swift
[95/189] Compiling ArgumentParser HelpCommand.swift
[96/190] Compiling Base16 Base16.UppercaseDigits.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
[98/190] Compiling Base16 Base16.Values.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
[99/190] Compiling Base16 Base16.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
[100/190] Emitting module Base16
<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
[101/191] Wrapping AST for SystemPackage for debugging
[102/193] Wrapping AST for Base16 for debugging
[104/193] Compiling Algorithms Split.swift
[105/193] Compiling Algorithms Stride.swift
[106/193] Compiling Algorithms Suffix.swift
[107/196] Compiling Algorithms RandomSample.swift
[108/196] Compiling Algorithms Reductions.swift
[109/196] Compiling Algorithms Rotate.swift
[110/196] Compiling CRC CRC32.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
[111/196] Emitting module CRC
<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
[113/197] Compiling Algorithms Joined.swift
[114/197] Compiling Algorithms Keyed.swift
[115/197] Compiling Algorithms MinMax.swift
[116/197] Compiling Algorithms Partition.swift
[117/197] Compiling Algorithms Permutations.swift
[118/197] Compiling Algorithms Product.swift
[118/197] Wrapping AST for CRC for debugging
[120/198] Compiling Algorithms Trim.swift
[121/198] Compiling Algorithms Unique.swift
[122/198] Compiling Algorithms Windows.swift
[123/250] Compiling LZ77 LZ77.DeflatorMatches.swift
[124/250] Compiling LZ77 LZ77.DeflatorOut.swift
[125/250] Compiling LZ77 LZ77.DeflatorSearch.swift
[126/250] Compiling LZ77 LZ77.DeflatorTables.swift
[127/250] Compiling LZ77 LZ77.DeflatorDicing.Node.swift
[128/250] Compiling LZ77 LZ77.DeflatorDicing.swift
[129/250] Compiling LZ77 LZ77.DeflatorIn.swift
[130/250] Compiling LZ77 LZ77.DeflatorMatches.Depths.swift
[131/250] Compiling LZ77 LZ77.Decades.swift
[132/250] Compiling LZ77 LZ77.Deflator.swift
[133/250] Compiling LZ77 LZ77.DeflatorBuffers.Stream.swift
[134/250] Compiling LZ77 LZ77.DeflatorBuffers.swift
[135/250] Emitting module LZ77
[136/257] Compiling LZ77 LZ77.DeflatorTerm.swift
[137/257] Compiling LZ77 LZ77.DeflatorWindow.Element.swift
[138/257] Compiling LZ77 LZ77.DeflatorWindow.swift
[139/257] Compiling LZ77 F14.District.Index.swift
[140/257] Compiling LZ77 F14.District.swift
[141/257] Compiling LZ77 F14.Hash.swift
[142/263] Compiling LZ77 LZ77.Reversed.swift
[143/263] Compiling LZ77 LZ77.swift
[144/263] Compiling LZ77 SIMD16 (ext).swift
[145/263] Compiling LZ77 LZ77.Format.swift
[146/263] Compiling LZ77 LZ77.FormatType.swift
[147/263] Compiling LZ77 LZ77.MRC32.swift
[148/263] Compiling LZ77 LZ77.StreamIntegral.swift
[149/263] Compiling ArgumentParser NonsenseFlagsValidator.swift
[150/263] Compiling ArgumentParser ParsableArgumentsValidation.swift
[151/263] Compiling ArgumentParser PositionalArgumentsValidator.swift
[152/263] Compiling ArgumentParser UniqueNamesValidator.swift
[153/263] Compiling LZ77 LZ77.Inflator.swift
[154/263] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
[155/263] Compiling LZ77 LZ77.InflatorBuffers.swift
[156/263] Compiling LZ77 LZ77.InflatorIn.swift
[157/263] Compiling LZ77 LZ77.InflatorOut.swift
[158/263] Compiling LZ77 LZ77.InflatorState.swift
[159/263] Compiling LZ77 LZ77.InflatorTables.swift
[160/263] Compiling LZ77 LZ77.StreamHeader.swift
[161/263] Compiling ArgumentParser Tree.swift
[162/263] Compiling ArgumentParser CodingKeyValidator.swift
[163/263] Emitting module Algorithms
[165/264] Compiling LZ77 LZ77.BlockMetadata.swift
[183/264] Compiling LZ77 LZ77.DeflatorTerm.Meta.swift
[186/264] Wrapping AST for Algorithms for debugging
[188/264] Emitting module ArgumentParser
[196/294] Compiling Geometrize HillClimb.swift
[197/294] Compiling Geometrize ImageRunner.swift
[198/294] Compiling Geometrize Int_random.swift
[199/294] Compiling Geometrize Point.swift
[200/294] Compiling Geometrize QuadraticBezier.swift
[201/294] Compiling LZ77 Gzip.swift
[202/294] Compiling LZ77 LZ77.Codeword.swift
[203/294] Compiling Geometrize Grayscale.swift
[204/294] Compiling Geometrize Rgb565.swift
[205/294] Compiling Geometrize Rgba8888.swift
[206/294] Compiling Geometrize FloatingPointExtension.swift
[207/294] Compiling Geometrize GeometrizeModelBase.swift
[208/294] Compiling Geometrize GeometrizeModelHillClimb.swift
[209/294] Compiling Geometrize GeometrizingIterator.swift
[210/294] Compiling Geometrize GeometrizingSequence.swift
[211/294] Compiling LZ77 LZ77.Distance.swift
[212/294] Compiling LZ77 LZ77.Heap.swift
[213/294] Compiling LZ77 LZ77.HuffmanPattern.swift
[214/294] Compiling LZ77 LZ77.HuffmanTree.swift
[215/294] Compiling LZ77 LZ77.Metaword.swift
[216/294] Compiling LZ77 LZ77.RunLiteral.swift
[219/315] Compiling Geometrize ShapeCreator.swift
[220/315] Compiling Geometrize ShapeResult.swift
[221/315] Compiling Geometrize Circle.swift
[222/315] Compiling Geometrize Ellipse.swift
[223/315] Compiling Geometrize Line.swift
[224/315] Compiling Geometrize Polyline.swift
[224/315] Wrapping AST for LZ77 for debugging
[226/326] Compiling PNG PNG.DecodingError.swift
[227/326] Compiling PNG PNG.Metadata.swift
[228/326] Compiling PNG PNG.Standard.swift
[229/326] Compiling Geometrize BitmapDifference.swift
[230/326] Compiling Geometrize BitmapExporter.swift
[231/326] Compiling Geometrize Bounds.swift
[238/359] Compiling PNG PNG.swift
[239/359] Compiling PNG PNG.Background.Case.swift
[240/359] Compiling PNG PNG.Background.swift
[241/359] Compiling PNG PNG.Chromaticity.swift
[242/359] Compiling PNG PNG.ColorProfile.swift
[243/359] Compiling PNG PNG.ColorRendering.swift
[244/359] Compiling PNG PNG.Gamma.swift
[245/359] Compiling PNG PNG.Header.swift
[246/359] Compiling PNG PNG.Histogram.swift
[247/359] Compiling PNG PNG.Palette.swift
[248/359] Compiling PNG PNG.ParsingError.swift
[249/359] Compiling PNG PNG.Percentmille.swift
[251/360] Compiling SwiftJPEG decode.swift
[251/361] Wrapping AST for ArgumentParser for debugging
[254/435] Compiling CollectionsBenchmark BenchmarkResults.swift
[255/435] Compiling CollectionsBenchmark Task.swift
[256/435] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[257/435] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[258/435] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[259/435] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[259/441] Wrapping AST for SwiftJPEG for debugging
[261/441] Compiling PNG PNG.TimeModified.swift
[262/441] Compiling PNG PNG.Transparency.Case.swift
[263/441] Compiling PNG PNG.Transparency.swift
[264/441] Compiling PNG System.swift
[265/441] Compiling PNG UnsafeMutableBufferPointer (ext).swift
[266/441] Compiling PNG __Entrypoint.swift
[267/441] Emitting module PNG
[268/441] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[269/441] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[270/441] Compiling CollectionsBenchmark BenchmarkCLI.swift
[271/441] Compiling CollectionsBenchmark _Document.swift
[272/441] Compiling CollectionsBenchmark Band.swift
[273/441] Compiling CollectionsBenchmark Chart+Options.swift
[274/441] Compiling CollectionsBenchmark TaskResults.swift
[275/441] Compiling CollectionsBenchmark Tick.swift
[276/441] Compiling CollectionsBenchmark Time.swift
[277/441] Compiling CollectionsBenchmark Timer.swift
[278/441] Compiling CollectionsBenchmark TaskID.swift
[279/441] Compiling CollectionsBenchmark _ExecutionContext.swift
[280/441] Compiling CollectionsBenchmark Benchmark+Options.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
[281/441] Compiling CollectionsBenchmark Benchmark+RunOptions.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
[282/441] Compiling CollectionsBenchmark Benchmark.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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
[294/447] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[295/447] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[296/447] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[297/447] Compiling CollectionsBenchmark AnyTask.swift
[298/447] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[299/447] Compiling CollectionsBenchmark Benchmark+Error.swift
[300/447] Compiling CollectionsBenchmark _TypeBox.swift
[301/447] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[302/447] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[303/447] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[304/447] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[305/447] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[306/447] Compiling Geometrize allShapeTypes.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
[307/447] Compiling Geometrize SplitMix64.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
[308/447] Compiling Geometrize State.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
[309/447] Compiling Geometrize bresenham.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
[310/447] Compiling Geometrize mapShapeBoundsToImage.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
[311/447] Compiling Geometrize 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
[312/447] Compiling CollectionsBenchmark Benchmark+Event.swift
[313/447] Compiling CollectionsBenchmark Benchmark+Links.swift
[314/447] Compiling CollectionsBenchmark Benchmark+Main.swift
[318/447] Compiling CollectionsBenchmark Blackhole.swift
[319/447] Compiling CollectionsBenchmark Duration+Basics.swift
[320/447] Compiling CollectionsBenchmark Identity.swift
[321/447] Compiling CollectionsBenchmark Measurement.swift
[322/447] Compiling CollectionsBenchmark Sample+Statistic.swift
[323/447] Compiling CollectionsBenchmark Sample.swift
[324/447] Compiling CollectionsBenchmark Size.swift
[325/448] Wrapping AST for PNG for debugging
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
[341/448] Emitting module CollectionsBenchmark
<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
<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
<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
<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
<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
<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
<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
<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
[349/458] Compiling CollectionsBenchmark Text.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
[350/458] Compiling CollectionsBenchmark CocoaRenderer.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
[351/458] Compiling CollectionsBenchmark CoreGraphics.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
[352/458] Compiling CollectionsBenchmark DefaultRenderer.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
[353/458] Compiling CollectionsBenchmark HTMLDocumentRenderer.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
[354/458] Compiling CollectionsBenchmark UIKitRenderer.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
[355/458] Compiling CollectionsBenchmark _XML.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
[356/458] Compiling CollectionsBenchmark Theme.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
[357/458] Compiling CollectionsBenchmark Compatibility.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
[358/458] Compiling CollectionsBenchmark BinarySearch.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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
[392/458] Compiling CollectionsBenchmark Font.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
[393/458] Compiling CollectionsBenchmark Graphics+Element.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
[394/458] Compiling CollectionsBenchmark Graphics+SVG.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
[395/458] Compiling CollectionsBenchmark Graphics.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
[396/458] Compiling CollectionsBenchmark ImageFormat.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
[397/458] Compiling CollectionsBenchmark Renderer.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
[398/458] Compiling CollectionsBenchmark Shape.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
[399/458] Compiling CollectionsBenchmark Stroke.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
[400/458] Compiling CollectionsBenchmark Complain.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
[401/458] Compiling CollectionsBenchmark Debug.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
[402/458] Compiling CollectionsBenchmark FilePath 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
[403/458] Compiling CollectionsBenchmark ProjectInfo.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
[404/458] Compiling CollectionsBenchmark _MutableKeyValuePairs.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
[405/458] Compiling CollectionsBenchmark _Shims.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
[406/458] Compiling CollectionsBenchmark _SimpleOrderedDictionary.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
[407/458] Compiling CollectionsBenchmark _SimpleOrderedSet.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
[408/458] Compiling CollectionsBenchmark _SimpleSortedBag.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
[409/458] Compiling CollectionsBenchmark _SimpleSortedDictionary.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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
[439/459] Wrapping AST for CollectionsBenchmark for debugging
<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
<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
<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
<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
<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
<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
<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
[448/459] Emitting module Geometrize
<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
[449/460] Wrapping AST for Geometrize for debugging
[451/470] Emitting module benchmark
<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
[452/470] Compiling BitmapImportExport SourceStream.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
[453/471] Compiling BitmapImportExport DestinationStream.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
[454/471] Compiling BitmapImportExport BitmapG+JPEG.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
/host/spi-builder-workspace/Sources/bitmapImportExport/ExperimentalGenericBitmap/BitmapG+JPEG.swift:82:89: error: extra argument 'path' in call
80 |
81 | init(jpegUrl url: URL) throws {
82 | guard let image: JPEG.Data.Rectangular<JPEG.Common> = try .decompress(path: url.path) else {
| `- error: extra argument 'path' in call
83 | // decompress returns nil when file cannot be open
84 | throw NSError(domain: URLError.errorDomain, code: URLError.cannotOpenFile.rawValue)
[455/471] Compiling BitmapImportExport BitmapG+PNG.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
/host/spi-builder-workspace/Sources/bitmapImportExport/ExperimentalGenericBitmap/BitmapG+PNG.swift:36:53: error: incorrect argument label in call (have 'path:', expected 'stream:')
34 |
35 | init(pngUrl url: URL) throws {
36 | guard let image: PNG.Image = try .decompress(path: url.path) else {
| `- error: incorrect argument label in call (have 'path:', expected 'stream:')
37 | // decompress returns nil when file cannot be open
38 | throw NSError(domain: URLError.errorDomain, code: URLError.cannotOpenFile.rawValue)
[456/471] Compiling BitmapImportExport JPEG.Data.Rectangular.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
[457/471] Compiling BitmapImportExport Bitmap+PNG.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
/host/spi-builder-workspace/Sources/bitmapImportExport/Bitmap+PNG.swift:36:53: error: incorrect argument label in call (have 'path:', expected 'stream:')
34 |
35 | init(pngUrl url: URL) throws {
36 | guard let image: PNG.Image = try .decompress(path: url.path) else {
| `- error: incorrect argument label in call (have 'path:', expected 'stream:')
37 | // decompress returns nil when file cannot be open
38 | throw NSError(domain: URLError.errorDomain, code: URLError.cannotOpenFile.rawValue)
[458/471] Compiling benchmark benchmark.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
[459/471] Compiling BitmapImportExport 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
[460/472] Emitting module BitmapImportExport
<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
[461/472] Compiling BitmapImportExport Bitmap+JPEG.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
/host/spi-builder-workspace/Sources/bitmapImportExport/Bitmap+JPEG.swift:82:89: error: extra argument 'path' in call
80 |
81 | init(jpegUrl url: URL) throws {
82 | guard let image: JPEG.Data.Rectangular<JPEG.Common> = try .decompress(path: url.path) else {
| `- error: extra argument 'path' in call
83 | // decompress returns nil when file cannot be open
84 | throw NSError(domain: URLError.errorDomain, code: URLError.cannotOpenFile.rawValue)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 9 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testReflectHorizontally.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testBlend.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testInitSizeAndBitmapDataWithBackgroundBlended.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testSwap.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testInitPpmString.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testInitJpegData.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testBlend.2.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testTranspose.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testReflectVertically.1.png
[0/1] Planning build
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
[5/5] Compiling plugin Swift-DocC Preview
[6/6] Compiling plugin Swift-DocC
Building for debugging...
[6/30] Write swift-version-24593BA9C3E375BF.txt
[8/83] Compiling BaseDigits BaseDigits.swift
[9/84] Compiling RealModule RealFunctions.swift
[10/85] Emitting module BaseDigits
[11/86] Compiling RealModule Float16+Real.swift
[12/86] Compiling RealModule Float80+Real.swift
[13/86] Compiling RealModule Real.swift
[15/86] Compiling RealModule ElementaryFunctions.swift
[16/86] Compiling RealModule Float+Real.swift
[17/85] Compiling RealModule RelaxedArithmetic.swift
[18/90] Compiling SystemPackage Syscalls.swift
[19/90] Compiling SystemPackage WindowsSyscallAdapters.swift
[20/90] Compiling SystemPackage MachPort.swift
[21/90] Compiling SystemPackage PlatformString.swift
[22/94] Compiling SwiftJPEG common.swift
[23/95] Compiling RealModule AlgebraicField.swift
[24/95] Compiling RealModule ApproximateEquality.swift
[25/95] Compiling RealModule AugmentedArithmetic.swift
[26/95] Compiling RealModule Double+Real.swift
[27/95] Compiling SwiftJPEG os.swift
[28/95] Compiling SystemPackage IORing.swift
[29/95] Compiling SystemPackage RawIORequest.swift
[30/95] Compiling SystemPackage Backcompat.swift
[31/95] Compiling SystemPackage CInterop.swift
[32/95] Compiling SystemPackage Constants.swift
[33/95] Compiling SystemPackage Exports.swift
[34/95] Compiling SystemPackage Mocking.swift
[35/95] Compiling SystemPackage RawBuffer.swift
[36/95] Emitting module SystemPackage
[37/95] Compiling Base16 Base16.Values.swift
[38/95] Compiling Base16 Base16.UppercaseDigits.swift
[39/95] Compiling Base16 Base16.LowercaseDigits.swift
[40/95] Compiling Base16 Base16.swift
[41/95] Emitting module RealModule
[42/96] Compiling SystemPackage FilePathWindows.swift
[43/96] Compiling SystemPackage FilePermissions.swift
[44/96] Compiling SystemPackage IOCompletion.swift
[45/96] Compiling SystemPackage IORequest.swift
[47/96] Compiling SystemPackage FilePathTemp.swift
[48/96] Compiling SystemPackage FilePathTempPosix.swift
[49/96] Compiling SystemPackage FilePathTempWindows.swift
[51/96] Emitting module Base16
[52/97] Emitting module SwiftJPEG
[53/97] Wrapping AST for RealModule for debugging
[55/115] Emitting module ArgumentParserToolInfo
[56/115] Compiling ArgumentParserToolInfo ToolInfo.swift
[58/123] Compiling SystemPackage SystemString.swift
[59/123] Compiling SystemPackage Util+StringArray.swift
[60/123] Compiling SystemPackage Util.swift
[61/123] Compiling SystemPackage UtilConsumers.swift
[62/123] Compiling Algorithms Indexed.swift
[63/123] Compiling Algorithms Intersperse.swift
[64/123] Compiling Algorithms Partition.swift
[65/123] Compiling Algorithms Permutations.swift
[66/123] Compiling Algorithms Product.swift
[67/123] Compiling Algorithms AdjacentPairs.swift
[68/123] Compiling Algorithms Chain.swift
[69/123] Compiling Algorithms Chunked.swift
[70/123] Compiling Algorithms Combinations.swift
[71/123] Compiling Algorithms Compacted.swift
[72/168] Emitting module CRC
[73/168] Compiling CRC CRC32.swift
[76/168] Emitting module ArgumentParser
[76/227] Wrapping AST for SystemPackage for debugging
[78/227] Compiling LZ77 FixedWidthInteger (ext).swift
[79/227] Compiling LZ77 Gzip.Deflator.swift
[80/227] Compiling LZ77 Gzip.Format.Integral.swift
[81/230] Compiling LZ77 LZ77.Decades.swift
[82/230] Compiling LZ77 LZ77.Deflator.swift
[83/230] Compiling LZ77 LZ77.DeflatorBuffers.Stream.swift
[84/230] Compiling Algorithms Trim.swift
[85/230] Compiling Algorithms Unique.swift
[86/230] Compiling Algorithms Windows.swift
[87/230] Compiling LZ77 LZ77.DeflatorMatches.Depths.swift
[88/230] Compiling LZ77 F14.District.Index.swift
[89/230] Compiling LZ77 F14.District.swift
[90/230] Emitting module LZ77
[91/237] Compiling LZ77 LZ77.BlockMetadata.swift
[92/237] Compiling LZ77 LZ77.BlockShape.swift
[93/237] Compiling LZ77 LZ77.BlockState.swift
[94/237] Compiling LZ77 LZ77.BlockType.swift
[95/237] Compiling LZ77 LZ77.DecompressionError.swift
[96/237] Compiling LZ77 LZ77.Inflator.swift
[97/237] Compiling LZ77 LZ77.InflatorIn.swift
[98/237] Compiling LZ77 LZ77.InflatorOut.swift
[99/237] Compiling LZ77 LZ77.InflatorState.swift
[100/237] Compiling LZ77 LZ77.InflatorTables.swift
[101/237] Compiling LZ77 LZ77.StreamHeader.swift
[102/237] Compiling LZ77 LZ77.StreamHeaderError.swift
[103/237] Compiling LZ77 LZ77.Composites.swift
[104/237] Compiling LZ77 F14.Hash.swift
[105/237] Compiling LZ77 F14.HashTable.swift
[106/237] Compiling LZ77 F14.swift
[107/237] Compiling SwiftJPEG error.swift
[108/237] Compiling SwiftJPEG jpeg.swift
[109/237] Compiling SwiftJPEG metadata.swift
[110/237] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
[111/237] Compiling LZ77 LZ77.InflatorBuffers.swift
[124/237] Compiling LZ77 LZ77.Reversed.swift
[125/237] Compiling LZ77 LZ77.swift
[126/237] Compiling LZ77 SIMD16 (ext).swift
[127/237] Compiling LZ77 LZ77.Format.swift
[128/237] Compiling LZ77 LZ77.FormatType.swift
[129/237] Compiling LZ77 LZ77.MRC32.swift
[130/237] Compiling LZ77 LZ77.StreamIntegral.swift
[131/237] Compiling LZ77 LZ77.DeflatorTerm.Meta.swift
[132/237] Compiling LZ77 LZ77.DeflatorTerm.swift
[133/237] Compiling LZ77 LZ77.DeflatorWindow.Element.swift
[134/237] Compiling LZ77 LZ77.DeflatorWindow.swift
[135/237] Compiling LZ77 LZ77.DeflatorBuffers.swift
[136/237] Compiling LZ77 LZ77.DeflatorDicing.Node.swift
[137/237] Compiling LZ77 LZ77.DeflatorDicing.swift
[138/237] Compiling LZ77 LZ77.DeflatorIn.swift
[146/237] Compiling SwiftJPEG encode.swift
[147/237] Compiling LZ77 LZ77.DeflatorMatches.swift
[148/237] Compiling LZ77 LZ77.DeflatorOut.swift
[149/237] Compiling LZ77 LZ77.DeflatorSearch.swift
[150/237] Compiling LZ77 LZ77.DeflatorTables.swift
[170/237] Compiling LZ77 Gzip.StreamHeader.swift
[171/237] Compiling LZ77 Gzip.StreamHeaderError.swift
[172/237] Compiling LZ77 Gzip.swift
[173/237] Compiling LZ77 LZ77.Codeword.swift
[174/237] Compiling LZ77 LZ77.Distance.swift
[175/237] Compiling LZ77 LZ77.Heap.swift
[176/237] Compiling LZ77 LZ77.HuffmanPattern.swift
[177/237] Compiling LZ77 LZ77.HuffmanTree.swift
[178/237] Compiling LZ77 LZ77.Metaword.swift
[179/237] Compiling LZ77 LZ77.RunLiteral.swift
[187/238] Emitting module Algorithms
[189/239] Wrapping AST for LZ77 for debugging
[197/239] Wrapping AST for Algorithms for debugging
[199/333] Compiling PNG PNG.Gamma.swift
[200/333] Compiling PNG PNG.Header.swift
[201/333] Compiling PNG PNG.Histogram.swift
[202/333] Compiling PNG PNG.Palette.swift
[203/333] Compiling PNG PNG.ParsingError.swift
[204/333] Compiling PNG PNG.Percentmille.swift
[205/333] Compiling PNG PNG.swift
[206/333] Compiling PNG PNG.Background.Case.swift
[207/333] Compiling PNG PNG.Background.swift
[208/333] Compiling PNG PNG.Chromaticity.swift
[209/333] Compiling PNG PNG.ColorProfile.swift
[210/333] Compiling PNG PNG.ColorRendering.swift
[211/333] Compiling PNG ArraySlice (ext).swift
[212/333] Compiling PNG PNG.Color.swift
[213/333] Compiling PNG PNG.RGBA.swift
[214/333] Compiling PNG PNG.VA.swift
[215/333] Compiling PNG PNG.Context.swift
[216/333] Compiling PNG PNG.Decoder.swift
[217/333] Compiling PNG PNG.BytestreamDestination.swift
[218/333] Compiling PNG PNG.BytestreamSource.swift
[219/333] Compiling PNG PNG.Chunk.swift
[220/333] Compiling PNG PNG.LexingError.swift
[221/333] Compiling PNG PNG.Error.swift
[222/333] Compiling PNG PNG.Image.swift
[224/407] Emitting module PNG
[225/413] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[226/413] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[227/413] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[228/413] Compiling CollectionsBenchmark BenchmarkCLI.swift
[229/413] Compiling CollectionsBenchmark _Document.swift
[230/413] Compiling CollectionsBenchmark Band.swift
[231/413] Compiling CollectionsBenchmark Sample.swift
[232/413] Compiling CollectionsBenchmark Size.swift
[233/413] Compiling CollectionsBenchmark TaskResults.swift
[234/413] Compiling CollectionsBenchmark Tick.swift
[235/413] Compiling CollectionsBenchmark Time.swift
[236/413] Compiling CollectionsBenchmark Timer.swift
[237/413] Compiling CollectionsBenchmark AnyTask.swift
[238/413] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[239/413] Compiling CollectionsBenchmark Benchmark+Error.swift
[240/413] Compiling CollectionsBenchmark Benchmark+Event.swift
[241/413] Compiling CollectionsBenchmark Benchmark+Links.swift
[242/413] Compiling CollectionsBenchmark Benchmark+Main.swift
[243/413] Compiling CollectionsBenchmark Chart+Options.swift
[244/413] Compiling CollectionsBenchmark Blackhole.swift
[245/413] Compiling CollectionsBenchmark Duration+Basics.swift
[246/413] Compiling CollectionsBenchmark Identity.swift
[247/413] Compiling CollectionsBenchmark Measurement.swift
[248/413] Compiling CollectionsBenchmark Sample+Statistic.swift
[256/413] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[257/413] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[258/413] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[259/413] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[264/419] Compiling PNG PNG.TimeModified.swift
[265/419] Compiling PNG PNG.Transparency.Case.swift
[266/419] Compiling PNG PNG.Transparency.swift
[267/419] Compiling PNG System.swift
[268/419] Compiling PNG UnsafeMutableBufferPointer (ext).swift
[269/419] Compiling PNG __Entrypoint.swift
[283/419] Compiling Geometrize allShapeTypes.swift
[284/419] Compiling Geometrize SplitMix64.swift
[285/419] Compiling Geometrize State.swift
[286/419] Compiling Geometrize bresenham.swift
[287/419] Compiling Geometrize mapShapeBoundsToImage.swift
[288/419] Compiling Geometrize resource_bundle_accessor.swift
[289/419] Emitting module CollectionsBenchmark
[290/429] Compiling CollectionsBenchmark _ExecutionContext.swift
[291/429] Compiling CollectionsBenchmark _TypeBox.swift
[292/429] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[293/429] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[294/429] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[295/429] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[296/429] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[297/429] Compiling CollectionsBenchmark Benchmark+Options.swift
[298/429] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[299/429] Compiling CollectionsBenchmark Benchmark.swift
[300/429] Compiling CollectionsBenchmark BenchmarkResults.swift
[301/429] Compiling CollectionsBenchmark Task.swift
[302/429] Compiling CollectionsBenchmark TaskID.swift
[303/429] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[304/429] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[309/430] Compiling SwiftJPEG debug.swift
[310/430] Compiling SwiftJPEG decode.swift
[313/431] Compiling CollectionsBenchmark Text.swift
[314/431] Compiling CollectionsBenchmark CocoaRenderer.swift
[315/431] Compiling CollectionsBenchmark CoreGraphics.swift
[316/431] Compiling CollectionsBenchmark DefaultRenderer.swift
[317/431] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[318/431] Compiling CollectionsBenchmark UIKitRenderer.swift
[319/431] Compiling CollectionsBenchmark _XML.swift
[320/431] Compiling CollectionsBenchmark Theme.swift
[321/431] Compiling CollectionsBenchmark Compatibility.swift
[322/431] Compiling CollectionsBenchmark BinarySearch.swift
[335/431] Compiling CollectionsBenchmark Font.swift
[336/431] Compiling CollectionsBenchmark Graphics+Element.swift
[337/431] Compiling CollectionsBenchmark Graphics+SVG.swift
[338/431] Compiling CollectionsBenchmark Graphics.swift
[339/431] Compiling CollectionsBenchmark ImageFormat.swift
[340/431] Compiling CollectionsBenchmark Renderer.swift
[341/431] Compiling CollectionsBenchmark Shape.swift
[342/431] Compiling CollectionsBenchmark Stroke.swift
[342/431] Wrapping AST for PNG for debugging
[353/431] Wrapping AST for SwiftJPEG for debugging
[388/431] Compiling CollectionsBenchmark Complain.swift
[389/431] Compiling CollectionsBenchmark Debug.swift
[390/431] Compiling CollectionsBenchmark FilePath extensions.swift
[391/431] Compiling CollectionsBenchmark ProjectInfo.swift
[392/431] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[393/431] Compiling CollectionsBenchmark _Shims.swift
[394/431] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[395/431] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[396/431] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[397/431] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[420/432] Emitting module Geometrize
[422/441] Compiling BitmapImportExport DestinationStream.swift
[423/442] Compiling BitmapImportExport Bitmap+PNG.swift
/host/spi-builder-workspace/Sources/bitmapImportExport/Bitmap+PNG.swift:36:53: error: incorrect argument label in call (have 'path:', expected 'stream:')
34 |
35 | init(pngUrl url: URL) throws {
36 | guard let image: PNG.Image = try .decompress(path: url.path) else {
| `- error: incorrect argument label in call (have 'path:', expected 'stream:')
37 | // decompress returns nil when file cannot be open
38 | throw NSError(domain: URLError.errorDomain, code: URLError.cannotOpenFile.rawValue)
[424/442] Compiling BitmapImportExport SourceStream.swift
[425/442] Emitting module benchmark
[426/442] Compiling BitmapImportExport BitmapG+JPEG.swift
/host/spi-builder-workspace/Sources/bitmapImportExport/ExperimentalGenericBitmap/BitmapG+JPEG.swift:82:89: error: extra argument 'path' in call
80 |
81 | init(jpegUrl url: URL) throws {
82 | guard let image: JPEG.Data.Rectangular<JPEG.Common> = try .decompress(path: url.path) else {
| `- error: extra argument 'path' in call
83 | // decompress returns nil when file cannot be open
84 | throw NSError(domain: URLError.errorDomain, code: URLError.cannotOpenFile.rawValue)
[427/442] Emitting module BitmapImportExport
[428/442] Compiling BitmapImportExport Bitmap+JPEG.swift
/host/spi-builder-workspace/Sources/bitmapImportExport/Bitmap+JPEG.swift:82:89: error: extra argument 'path' in call
80 |
81 | init(jpegUrl url: URL) throws {
82 | guard let image: JPEG.Data.Rectangular<JPEG.Common> = try .decompress(path: url.path) else {
| `- error: extra argument 'path' in call
83 | // decompress returns nil when file cannot be open
84 | throw NSError(domain: URLError.errorDomain, code: URLError.cannotOpenFile.rawValue)
[429/442] Compiling BitmapImportExport BitmapG+PNG.swift
/host/spi-builder-workspace/Sources/bitmapImportExport/ExperimentalGenericBitmap/BitmapG+PNG.swift:36:53: error: incorrect argument label in call (have 'path:', expected 'stream:')
34 |
35 | init(pngUrl url: URL) throws {
36 | guard let image: PNG.Image = try .decompress(path: url.path) else {
| `- error: incorrect argument label in call (have 'path:', expected 'stream:')
37 | // decompress returns nil when file cannot be open
38 | throw NSError(domain: URLError.errorDomain, code: URLError.cannotOpenFile.rawValue)
[430/442] Compiling BitmapImportExport JPEG.Data.Rectangular.swift
[431/442] Compiling benchmark benchmark.swift
[432/443] Compiling BitmapImportExport resource_bundle_accessor.swift
BUILD FAILURE 6.1 wasm