Build Information
Failed to build swift-geometrize, reference main (9b5986), with Swift 6.1 for Android on 5 Nov 2025 18:22:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: android
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-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/tayloraswift/jpeg.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections-benchmark
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/505] Fetching swift-collections-benchmark
[269/4115] Fetching swift-collections-benchmark, jpeg
[306/10138] Fetching swift-collections-benchmark, jpeg, swift-algorithms
[367/26824] Fetching swift-collections-benchmark, jpeg, swift-algorithms, swift-argument-parser
[702/27077] Fetching swift-collections-benchmark, jpeg, swift-algorithms, swift-argument-parser, swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.35s)
[5485/26824] Fetching swift-collections-benchmark, jpeg, swift-algorithms, swift-argument-parser
Fetching https://github.com/tayloraswift/swift-png.git
[21016/33256] Fetching swift-collections-benchmark, jpeg, swift-algorithms, swift-argument-parser, swift-png
[24686/48852] Fetching swift-collections-benchmark, jpeg, swift-algorithms, swift-argument-parser, swift-png, swift-snapshot-testing
Fetched https://github.com/apple/swift-algorithms.git from cache (1.12s)
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.13s)
[2792/26143] Fetching swift-collections-benchmark, jpeg, swift-png, swift-snapshot-testing
[4533/28303] Fetching swift-collections-benchmark, jpeg, swift-png, swift-snapshot-testing, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.71s)
[7369/26143] Fetching swift-collections-benchmark, jpeg, swift-png, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections-benchmark from cache (4.27s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (4.40s)
[6119/10042] Fetching jpeg, swift-png
Fetched https://github.com/tayloraswift/jpeg.git from cache (5.23s)
[2831/6432] Fetching swift-png
Fetched https://github.com/tayloraswift/swift-png.git from cache (9.57s)
Computing version for https://github.com/apple/swift-collections-benchmark
Computed https://github.com/apple/swift-collections-benchmark at 0.0.4 (12.45s)
Fetching https://github.com/apple/swift-system
[1/5167] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.46s)
Computing version for https://github.com/tayloraswift/jpeg.git
Computed https://github.com/tayloraswift/jpeg.git at 1.1.0 (3.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.75s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.93s)
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.83s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.62.2 (0.68s)
Computing version for https://github.com/tayloraswift/swift-png.git
Computed https://github.com/tayloraswift/swift-png.git at 4.4.9 (0.78s)
Fetching https://github.com/tayloraswift/swift-hash
[1/868] Fetching swift-hash
Fetched https://github.com/tayloraswift/swift-hash from cache (0.22s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.7.1 (0.94s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.77s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.78s)
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.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
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.72s)
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.44s)
[1/72715] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.75s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (10.79s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5552] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.90s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (4.89s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.63s)
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/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/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/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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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-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-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.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/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.62.2
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/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/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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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 (9.38s)
[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
[6/52] Copying PrivacyInfo.xcprivacy
[9/52] Write sources
[26/52] Compiling _NumericsShims _NumericsShims.c
[27/52] Compiling CSystem shims.c
[28/52] Write swift-version-24593BA9C3E375BF.txt
[30/106] Emitting module RealModule
[31/107] Compiling RealModule Float16+Real.swift
[32/107] Compiling SystemPackage FilePath.swift
[33/107] Compiling SystemPackage FilePathComponentView.swift
[34/107] Compiling RealModule RelaxedArithmetic.swift
[35/107] Emitting module ArgumentParserToolInfo
[36/107] Compiling ArgumentParserToolInfo ToolInfo.swift
[37/108] Compiling SwiftJPEG metadata.swift
[38/108] 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
[39/108] 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
[40/110] Compiling RealModule Float80+Real.swift
[41/110] Compiling RealModule Real.swift
[42/110] Compiling RealModule RealFunctions.swift
[43/110] Compiling SystemPackage FilePathComponents.swift
[44/110] Compiling SystemPackage FilePathParsing.swift
[45/110] Compiling SystemPackage FilePathString.swift
[46/110] Compiling SystemPackage Errno.swift
[47/111] Compiling SystemPackage FilePathSyntax.swift
[48/111] Compiling SystemPackage FilePathTemp.swift
[49/111] Compiling SystemPackage FilePathTempPosix.swift
[50/111] Compiling SystemPackage FilePathTempWindows.swift
[51/115] Compiling SystemPackage FilePathWindows.swift
[52/115] Compiling SystemPackage FilePermissions.swift
[53/115] Compiling SystemPackage IOCompletion.swift
[54/115] Compiling SystemPackage IORequest.swift
[58/115] Compiling SwiftJPEG os.swift
[59/115] Emitting module SystemPackage
[60/115] Compiling SwiftJPEG error.swift
[61/115] Compiling SwiftJPEG jpeg.swift
[63/115] Compiling SystemPackage ErrnoWindows.swift
[64/115] Compiling SystemPackage FileDescriptor.swift
[65/115] Compiling SystemPackage FileHelpers.swift
[66/115] Compiling SystemPackage FileOperations.swift
[72/115] Compiling SystemPackage SystemString.swift
[73/115] Compiling SystemPackage Util+StringArray.swift
[74/115] Compiling SystemPackage Util.swift
[75/115] Compiling SystemPackage UtilConsumers.swift
[75/115] Wrapping AST for BaseDigits for debugging
[76/115] Wrapping AST for ArgumentParserToolInfo for debugging
[77/116] Wrapping AST for RealModule for debugging
[79/189] Compiling SwiftJPEG encode.swift
[80/189] 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
[81/189] 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
[82/189] 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
[83/189] 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
[84/189] 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
[85/190] Compiling ArgumentParser ParsableCommand.swift
[86/190] Compiling ArgumentParser ArgumentDecoder.swift
[87/190] Compiling ArgumentParser ArgumentDefinition.swift
[88/190] Compiling ArgumentParser ArgumentSet.swift
[90/190] Compiling ArgumentParser ExpressibleByArgument.swift
[91/190] Compiling ArgumentParser SplitArguments.swift
[92/190] Compiling ArgumentParser DumpHelpGenerator.swift
[93/190] Compiling ArgumentParser HelpCommand.swift
[94/190] Compiling ArgumentParser HelpGenerator.swift
[95/190] Compiling ArgumentParser MessageInfo.swift
[96/190] Compiling ArgumentParser UsageGenerator.swift
[97/190] Compiling ArgumentParser ParsableArguments.swift
[105/194] Compiling ArgumentParser ArgumentHelp.swift
[106/194] Compiling ArgumentParser OptionGroup.swift
[107/194] Compiling ArgumentParser AsyncParsableCommand.swift
[108/194] Compiling ArgumentParser CommandConfiguration.swift
[109/194] Compiling ArgumentParser CommandGroup.swift
[110/194] Compiling ArgumentParser EnumerableFlag.swift
[111/194] Compiling ArgumentParser ArgumentVisibility.swift
[112/194] Compiling ArgumentParser CompletionKind.swift
[113/194] Compiling ArgumentParser Errors.swift
[114/194] Compiling ArgumentParser Flag.swift
[115/194] Compiling ArgumentParser FishCompletionsGenerator.swift
[116/194] Compiling ArgumentParser ZshCompletionsGenerator.swift
[117/194] Compiling ArgumentParser Argument.swift
[118/194] Compiling ArgumentParser ArgumentDiscussion.swift
[118/194] Wrapping AST for Base16 for debugging
[120/196] Compiling Algorithms Trim.swift
[121/196] Compiling Algorithms Unique.swift
[122/196] Compiling Algorithms Windows.swift
[122/196] Wrapping AST for SystemPackage for debugging
[124/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
[125/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
[126/197] Compiling ArgumentParser NameSpecification.swift
[127/197] Compiling ArgumentParser Option.swift
[128/197] Compiling ArgumentParser BashCompletionsGenerator.swift
[129/197] Compiling ArgumentParser CompletionsGenerator.swift
[137/203] Emitting module ArgumentParser
[138/203] Emitting module Algorithms
[139/204] Wrapping AST for CRC for debugging
[141/204] Compiling ArgumentParser Tree.swift
[142/204] Compiling ArgumentParser CodingKeyValidator.swift
[143/204] Compiling ArgumentParser NonsenseFlagsValidator.swift
[144/204] Compiling ArgumentParser ParsableArgumentsValidation.swift
[145/204] Compiling ArgumentParser PositionalArgumentsValidator.swift
[146/204] Compiling ArgumentParser UniqueNamesValidator.swift
[146/254] Wrapping AST for Algorithms for debugging
[148/307] Compiling SwiftJPEG decode.swift
[149/307] Compiling SwiftJPEG common.swift
[150/307] Compiling SwiftJPEG debug.swift
[151/307] Emitting module SwiftJPEG
[153/308] Compiling Geometrize SVGAsyncIterator.swift
[154/308] Compiling Geometrize SVGAsyncSequence.swift
[155/308] Compiling Geometrize SVGExporter.swift
[156/308] Compiling Geometrize Scanline.swift
[157/308] Compiling Geometrize ShapeAcceptancePrecondition.swift
[158/308] Compiling Geometrize ShapeCreator.swift
[159/308] Compiling Geometrize ShapeResult.swift
[160/308] Compiling Geometrize Circle.swift
[161/308] Compiling Geometrize Ellipse.swift
[162/308] Compiling Geometrize Line.swift
[163/308] Compiling Geometrize Polyline.swift
[164/308] Compiling Geometrize QuadraticBezier.swift
[165/308] Compiling Geometrize HillClimb.swift
[166/308] Compiling Geometrize ImageRunner.swift
[167/308] Compiling Geometrize Int_random.swift
[168/308] Compiling Geometrize Point.swift
[169/308] Compiling Geometrize Polygon.swift
[170/308] Compiling Geometrize Rgba.swift
[171/308] Compiling Geometrize SVGAsyncGeometrizer.swift
[171/315] Wrapping AST for SwiftJPEG for debugging
[173/315] Compiling Geometrize Bitmap.swift
[174/315] Compiling Geometrize BitmapDifference.swift
[175/315] Compiling Geometrize BitmapExporter.swift
[176/315] Compiling Geometrize Bounds.swift
[177/315] Compiling Geometrize EnergyFunction.swift
[178/315] Compiling Geometrize GeometrizeModelHillClimb.swift
[179/315] Compiling Geometrize GeometrizingIterator.swift
[180/315] Compiling Geometrize GeometrizingSequence.swift
[181/315] Compiling LZ77 LZ77.Reversed.swift
[182/315] Compiling LZ77 LZ77.swift
[183/315] Compiling LZ77 SIMD16 (ext).swift
[184/315] Compiling LZ77 LZ77.Format.swift
[185/315] Compiling LZ77 LZ77.FormatType.swift
[186/315] Compiling LZ77 LZ77.MRC32.swift
[187/315] Compiling LZ77 LZ77.StreamIntegral.swift
[194/315] Compiling Geometrize Binary.swift
[195/315] Compiling Geometrize BitmapG+ColorProcessing.swift
[196/315] Compiling Geometrize BitmapG+Drawing.swift
[197/315] Compiling Geometrize BitmapG+EXIF.swift
[198/315] Compiling Geometrize BitmapG+PPM.swift
[199/315] Compiling Geometrize BitmapG+SIMD.swift
[206/315] Compiling Geometrize BitmapG.swift
[207/315] Compiling Geometrize BitmapGDifference.swift
[208/315] Compiling Geometrize Color.swift
[209/315] Compiling Geometrize Grayscale.swift
[210/315] Compiling Geometrize Rgb565.swift
[211/315] Compiling Geometrize Rgba8888.swift
[212/315] Compiling Geometrize FloatingPointExtension.swift
[218/316] Compiling Geometrize Rectangle.swift
[219/316] Compiling Geometrize RotatedEllipse.swift
[220/316] Compiling Geometrize RotatedRectangle.swift
[221/316] Compiling Geometrize Shape.swift
[222/316] Compiling Geometrize String-ShapeType.swift
[223/316] Compiling Geometrize Triangle.swift
[224/316] Compiling LZ77 LZ77.Inflator.swift
[225/316] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
[226/316] Compiling LZ77 LZ77.InflatorBuffers.swift
[228/316] Emitting module LZ77
[242/316] Compiling Geometrize GeometrizeModelBase.swift
[243/316] Compiling Geometrize BinaryInteger.swift
[244/316] Compiling Geometrize Bitmap+UIImage.swift
[244/316] Wrapping AST for ArgumentParser for debugging
[253/391] Wrapping AST for LZ77 for debugging
[255/435] Emitting module PNG
[256/441] Compiling PNG PNG.Gamma.swift
[257/441] Compiling PNG PNG.Header.swift
[258/441] Compiling PNG PNG.Histogram.swift
[259/441] Compiling PNG PNG.Palette.swift
[260/441] Compiling PNG PNG.ParsingError.swift
[261/441] Compiling PNG PNG.Percentmille.swift
[262/441] Compiling PNG PNG.PhysicalDimensions.swift
[263/441] Compiling PNG PNG.SignificantBits.Case.swift
[264/441] Compiling PNG PNG.SignificantBits.swift
[265/441] Compiling PNG PNG.SuggestedPalette.Entries.swift
[266/441] Compiling PNG PNG.SuggestedPalette.swift
[267/441] Compiling PNG PNG.Text.swift
[268/441] Compiling PNG PNG.TimeModified.swift
[269/441] Compiling PNG PNG.Transparency.Case.swift
[270/441] Compiling PNG PNG.Transparency.swift
[271/441] Compiling PNG System.swift
[272/441] Compiling PNG UnsafeMutableBufferPointer (ext).swift
[273/441] Compiling PNG __Entrypoint.swift
[274/441] Compiling PNG Array (ext).swift
[275/441] Compiling PNG ArraySlice (ext).swift
[276/441] Compiling PNG PNG.Color.swift
[277/441] Compiling PNG PNG.RGBA.swift
[278/441] Compiling PNG PNG.VA.swift
[279/441] Compiling PNG PNG.Context.swift
[280/441] Compiling PNG PNG.Decoder.swift
[281/441] Compiling PNG PNG.swift
[282/441] Compiling PNG PNG.Background.Case.swift
[283/441] Compiling PNG PNG.Background.swift
[284/441] Compiling PNG PNG.Chromaticity.swift
[285/441] Compiling PNG PNG.ColorProfile.swift
[286/441] Compiling PNG PNG.ColorRendering.swift
[287/441] Compiling PNG PNG.Format.Pixel.swift
[288/441] Compiling PNG PNG.Format.swift
[289/441] Compiling PNG PNG.Layout.swift
[290/441] Compiling PNG General.swift
[291/441] Compiling PNG LZ77.DecompressionError (ext).swift
[292/441] Compiling PNG LZ77.DeflateHeaderError (ext).swift
[293/441] Compiling PNG PNG.DecodingError.swift
[294/441] Compiling PNG PNG.Metadata.swift
[295/441] Compiling PNG PNG.Standard.swift
[296/441] Compiling PNG PNG.Encoder.Pass.swift
[297/441] Compiling PNG PNG.Encoder.swift
[298/441] Compiling PNG PNG.FormattingError.swift
[299/441] 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
[300/441] Compiling PNG PNG.BytestreamDestination.swift
[301/441] Compiling PNG PNG.BytestreamSource.swift
[302/441] Compiling PNG PNG.Chunk.swift
[303/441] Compiling PNG PNG.LexingError.swift
[304/441] Compiling PNG PNG.Error.swift
[305/441] Compiling PNG PNG.Image.swift
[306/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
[322/448] 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
[323/448] 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
[324/448] 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
[325/448] 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
[326/448] 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
[327/448] 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
[328/448] 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
[329/448] 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
[330/448] 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
[331/448] 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
[353/458] 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
[354/458] 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
[355/458] 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
[356/458] 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
[357/458] 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
[358/458] 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
[359/458] 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
<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
[370/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
[371/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
[372/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
[373/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
[374/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
[375/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
[376/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
[377/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
[378/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
[379/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
[389/458] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.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
[390/458] Compiling CollectionsBenchmark BenchmarkCLI+Results.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
[391/458] Compiling CollectionsBenchmark BenchmarkCLI+Run.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
[392/458] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.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 BenchmarkCLI.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 _Document.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 Band.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 Chart+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
<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
<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
[440/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
[449/460] Wrapping AST for Geometrize for debugging
[451/470] 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
[452/471] 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 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
[454/471] 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
[455/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
[456/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
[457/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
[459/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
[460/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)
[461/472] 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)
[462/472] 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
[462/472] Wrapping AST for benchmark for debugging
[463/472] Write Objects.LinkFileList
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/testInitJpegData.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testInitPpmString.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testReflectVertically.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testBlend.2.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testSwap.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testTranspose.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testInitSizeAndBitmapDataWithBackgroundBlended.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testReflectHorizontally.1.png
/host/spi-builder-workspace/Tests/geometrizeTests/ExperimentalGenericBitmap/__Snapshots__/BitmapGTests/testBlend.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/53] Emitting module BaseDigits
[9/53] Compiling BaseDigits BaseDigits.swift
[10/53] Compiling RealModule Float80+Real.swift
[11/86] Compiling RealModule RealFunctions.swift
[13/85] Compiling RealModule RelaxedArithmetic.swift
[14/85] Compiling RealModule Real.swift
[15/85] Compiling SystemPackage FilePathString.swift
[16/85] Compiling SystemPackage FilePathSyntax.swift
[17/85] Compiling RealModule Float16+Real.swift
[18/90] Compiling SystemPackage FilePath.swift
[19/90] Compiling SystemPackage FilePathComponentView.swift
[20/90] Compiling SystemPackage FilePathComponents.swift
[21/90] Compiling SystemPackage FilePathParsing.swift
[22/90] Compiling SwiftJPEG error.swift
[23/91] Emitting module RealModule
[24/92] Compiling SystemPackage Syscalls.swift
[25/92] Compiling SystemPackage WindowsSyscallAdapters.swift
[26/92] Compiling SystemPackage MachPort.swift
[27/92] Compiling SystemPackage PlatformString.swift
[28/96] Compiling Base16 Base16.Values.swift
[29/96] Compiling Base16 Base16.swift
[30/96] Compiling SwiftJPEG os.swift
[31/96] Compiling Base16 Base16.LowercaseDigits.swift
[33/96] Compiling Base16 Base16.UppercaseDigits.swift
[33/96] Wrapping AST for RealModule for debugging
[35/96] Compiling SystemPackage Constants.swift
[36/96] Compiling SystemPackage Exports.swift
[37/96] Compiling SystemPackage Mocking.swift
[38/96] Compiling SystemPackage RawBuffer.swift
[39/96] Emitting module Base16
[40/96] Compiling SystemPackage IORing.swift
[41/96] Compiling SystemPackage RawIORequest.swift
[42/96] Compiling SystemPackage Backcompat.swift
[43/96] Compiling SystemPackage CInterop.swift
[44/96] Compiling SystemPackage FilePathWindows.swift
[45/96] Compiling SystemPackage FilePermissions.swift
[46/96] Compiling SystemPackage IOCompletion.swift
[47/96] Compiling SystemPackage IORequest.swift
[49/96] Compiling SystemPackage FilePathTemp.swift
[50/96] Compiling SystemPackage FilePathTempPosix.swift
[51/96] Compiling SystemPackage FilePathTempWindows.swift
[53/121] Emitting module SystemPackage
[54/123] Compiling SystemPackage SystemString.swift
[55/123] Compiling SystemPackage Util+StringArray.swift
[56/123] Compiling SystemPackage Util.swift
[57/123] Compiling SystemPackage UtilConsumers.swift
[58/123] Compiling ArgumentParserToolInfo ToolInfo.swift
[59/123] Emitting module ArgumentParserToolInfo
[60/124] Compiling Algorithms Product.swift
[61/124] Compiling Algorithms RandomSample.swift
[62/124] Compiling Algorithms Reductions.swift
[63/124] Compiling Algorithms Rotate.swift
[64/124] Compiling Algorithms Split.swift
[65/124] Compiling Algorithms FlattenCollection.swift
[66/124] Compiling Algorithms Grouped.swift
[67/124] Compiling Algorithms Indexed.swift
[68/124] Compiling Algorithms Intersperse.swift
[69/124] Compiling Algorithms Compacted.swift
[73/124] Compiling Algorithms Stride.swift
[74/124] Compiling Algorithms Suffix.swift
[74/127] Wrapping AST for SystemPackage for debugging
[76/127] Emitting module CRC
[77/127] Compiling CRC CRC32.swift
[82/171] Compiling ArgumentParser CommandParser.swift
[83/171] Compiling ArgumentParser InputKey.swift
[84/171] Compiling ArgumentParser InputOrigin.swift
[85/171] Compiling ArgumentParser OptionGroup.swift
[86/171] Compiling ArgumentParser AsyncParsableCommand.swift
[87/171] Compiling ArgumentParser CommandConfiguration.swift
[88/171] Compiling ArgumentParser CommandGroup.swift
[89/171] Compiling ArgumentParser EnumerableFlag.swift
[90/171] Compiling ArgumentParser ExpressibleByArgument.swift
[91/230] Compiling LZ77 Gzip.Format.swift
[92/230] Compiling LZ77 Gzip.Inflator.swift
[93/230] Compiling LZ77 Gzip.InflatorState.swift
[94/230] Compiling LZ77 LZ77.BlockShape.swift
[95/230] Compiling LZ77 LZ77.BlockState.swift
[96/230] Compiling LZ77 LZ77.BlockType.swift
[97/230] Compiling LZ77 LZ77.DecompressionError.swift
[98/230] Compiling LZ77 LZ77.DeflatorDicing.swift
[99/230] Compiling LZ77 LZ77.DeflatorIn.swift
[100/230] Compiling LZ77 LZ77.DeflatorMatches.Depths.swift
[101/230] Compiling LZ77 LZ77.Inflator.swift
[102/230] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
[103/230] Compiling LZ77 LZ77.InflatorBuffers.swift
[104/230] Compiling LZ77 LZ77.Decades.swift
[105/230] Compiling LZ77 LZ77.Deflator.swift
[106/230] Compiling LZ77 LZ77.DeflatorBuffers.Stream.swift
[107/230] Compiling LZ77 LZ77.DeflatorBuffers.swift
[108/230] Compiling LZ77 LZ77.DeflatorDicing.Node.swift
[109/230] Compiling LZ77 LZ77.InflatorIn.swift
[110/230] Compiling LZ77 LZ77.InflatorOut.swift
[111/230] Compiling LZ77 LZ77.InflatorState.swift
[112/230] Compiling LZ77 LZ77.InflatorTables.swift
[113/230] Compiling LZ77 LZ77.StreamHeader.swift
[114/230] Compiling LZ77 LZ77.StreamHeaderError.swift
[115/230] Emitting module LZ77
[116/237] Compiling SwiftJPEG jpeg.swift
[117/237] Compiling SwiftJPEG metadata.swift
[118/237] Compiling LZ77 LZ77.Composites.swift
[119/237] Compiling LZ77 LZ77.DeflatorMatches.swift
[120/237] Compiling LZ77 LZ77.DeflatorOut.swift
[121/237] Compiling LZ77 LZ77.DeflatorSearch.swift
[122/237] Compiling LZ77 LZ77.DeflatorTables.swift
[123/237] Compiling LZ77 LZ77.DeflatorTerm.Meta.swift
[131/237] Compiling SwiftJPEG encode.swift
[132/237] Compiling LZ77 LZ77.Reversed.swift
[133/237] Compiling LZ77 LZ77.swift
[134/237] Compiling LZ77 SIMD16 (ext).swift
[135/237] Compiling LZ77 LZ77.Format.swift
[136/237] Compiling LZ77 LZ77.FormatType.swift
[137/237] Compiling LZ77 LZ77.MRC32.swift
[138/237] Compiling LZ77 LZ77.StreamIntegral.swift
[153/237] Emitting module ArgumentParser
[160/237] Compiling LZ77 F14.District.Index.swift
[161/237] Compiling LZ77 F14.District.swift
[162/237] Compiling LZ77 F14.Hash.swift
[163/237] Compiling LZ77 F14.HashTable.swift
[164/237] Compiling LZ77 F14.swift
[165/237] Compiling LZ77 FixedWidthInteger (ext).swift
[166/237] Compiling LZ77 Gzip.Deflator.swift
[167/237] Compiling LZ77 Gzip.Format.Integral.swift
[173/237] Compiling LZ77 LZ77.DeflatorTerm.swift
[174/237] Compiling LZ77 LZ77.DeflatorWindow.Element.swift
[175/237] Compiling LZ77 LZ77.DeflatorWindow.swift
[176/237] Emitting module Algorithms
[177/238] Wrapping AST for Algorithms for debugging
[182/238] Compiling LZ77 Gzip.StreamHeader.swift
[183/238] Compiling LZ77 Gzip.StreamHeaderError.swift
[184/238] Compiling LZ77 Gzip.swift
[185/238] Compiling LZ77 LZ77.Codeword.swift
[186/238] Compiling LZ77 LZ77.Distance.swift
[187/238] Compiling LZ77 LZ77.Heap.swift
[188/238] Compiling LZ77 LZ77.HuffmanPattern.swift
[189/238] Compiling LZ77 LZ77.HuffmanTree.swift
[190/238] Compiling LZ77 LZ77.Metaword.swift
[191/238] Compiling LZ77 LZ77.RunLiteral.swift
[192/238] Compiling LZ77 LZ77.BlockMetadata.swift
[201/289] Wrapping AST for LZ77 for debugging
[203/333] Compiling PNG PNG.Format.Pixel.swift
[204/333] Compiling PNG PNG.Format.swift
[205/333] Compiling PNG PNG.Layout.swift
[206/333] Compiling PNG General.swift
[207/333] Compiling PNG LZ77.DecompressionError (ext).swift
[208/333] Compiling PNG LZ77.DeflateHeaderError (ext).swift
[209/333] Compiling PNG PNG.Gamma.swift
[210/333] Compiling PNG PNG.Header.swift
[211/333] Compiling PNG PNG.Histogram.swift
[212/333] Compiling PNG PNG.Palette.swift
[213/333] Compiling PNG PNG.ParsingError.swift
[214/333] Compiling PNG PNG.Percentmille.swift
[215/333] Compiling PNG PNG.swift
[216/333] Compiling PNG PNG.Background.Case.swift
[217/333] Compiling PNG PNG.Background.swift
[218/333] Compiling PNG PNG.Chromaticity.swift
[219/333] Compiling PNG PNG.ColorProfile.swift
[220/333] Compiling PNG PNG.ColorRendering.swift
[229/378] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[230/378] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[231/378] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[232/378] Compiling CollectionsBenchmark BenchmarkCLI.swift
[233/378] Compiling CollectionsBenchmark _Document.swift
[234/378] Compiling CollectionsBenchmark Band.swift
[235/378] Compiling CollectionsBenchmark Chart+Options.swift
[236/413] Emitting module PNG
[237/419] Compiling CollectionsBenchmark TaskID.swift
[238/419] Compiling CollectionsBenchmark _ExecutionContext.swift
[239/419] Compiling CollectionsBenchmark _TypeBox.swift
[240/419] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[241/419] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[242/419] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[243/419] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[244/419] Compiling CollectionsBenchmark Curve.swift
[245/419] Compiling CollectionsBenchmark EdgeInsets.swift
[246/419] Compiling CollectionsBenchmark Path.swift
[247/419] Compiling CollectionsBenchmark Point.swift
[248/419] Compiling CollectionsBenchmark Rectangle.swift
[249/419] Compiling CollectionsBenchmark Transform.swift
[250/419] Compiling CollectionsBenchmark Vector.swift
[251/419] Compiling CollectionsBenchmark Blackhole.swift
[252/419] Compiling PNG PNG.TimeModified.swift
[253/419] Compiling PNG PNG.Transparency.Case.swift
[254/419] Compiling PNG PNG.Transparency.swift
[255/419] Compiling PNG System.swift
[256/419] Compiling PNG UnsafeMutableBufferPointer (ext).swift
[257/419] Compiling PNG __Entrypoint.swift
[258/419] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[259/419] Compiling CollectionsBenchmark Chart.swift
[260/419] Compiling CollectionsBenchmark ChartScales.swift
[261/419] Compiling CollectionsBenchmark ChartUtils.swift
[270/419] Compiling CollectionsBenchmark TaskResults.swift
[271/419] Compiling CollectionsBenchmark Tick.swift
[272/419] Compiling CollectionsBenchmark Time.swift
[273/419] Compiling CollectionsBenchmark Timer.swift
[274/419] Compiling CollectionsBenchmark Color.swift
[275/419] Compiling CollectionsBenchmark DocumentRenderer.swift
[276/419] Compiling SwiftJPEG debug.swift
[277/419] Emitting module SwiftJPEG
[278/419] Compiling SwiftJPEG decode.swift
[279/419] Compiling SwiftJPEG common.swift
[280/420] Wrapping AST for SwiftJPEG for debugging
[291/420] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[292/420] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[293/420] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[294/420] Compiling CollectionsBenchmark AnyTask.swift
[295/420] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[296/420] Compiling CollectionsBenchmark Benchmark+Error.swift
[297/420] Compiling CollectionsBenchmark Benchmark+Event.swift
[298/420] Compiling CollectionsBenchmark Benchmark+Links.swift
[299/420] Compiling CollectionsBenchmark Benchmark+Main.swift
[300/420] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[301/420] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[307/420] Compiling CollectionsBenchmark Benchmark+Options.swift
[308/420] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[309/420] Compiling CollectionsBenchmark Benchmark.swift
[310/420] Compiling CollectionsBenchmark BenchmarkResults.swift
[311/420] Compiling CollectionsBenchmark Task.swift
[312/420] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[326/421] Emitting module CollectionsBenchmark
[328/431] Compiling CollectionsBenchmark Text.swift
[329/431] Compiling CollectionsBenchmark CocoaRenderer.swift
[330/431] Compiling CollectionsBenchmark CoreGraphics.swift
[331/431] Compiling CollectionsBenchmark DefaultRenderer.swift
[332/431] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[333/431] Compiling CollectionsBenchmark UIKitRenderer.swift
[334/431] Compiling CollectionsBenchmark _XML.swift
[335/431] Compiling CollectionsBenchmark Theme.swift
[336/431] Compiling CollectionsBenchmark Compatibility.swift
[337/431] Compiling CollectionsBenchmark BinarySearch.swift
[340/431] Compiling CollectionsBenchmark Font.swift
[341/431] Compiling CollectionsBenchmark Graphics+Element.swift
[342/431] Compiling CollectionsBenchmark Graphics+SVG.swift
[343/431] Compiling CollectionsBenchmark Graphics.swift
[344/431] Compiling CollectionsBenchmark ImageFormat.swift
[345/431] Compiling CollectionsBenchmark Renderer.swift
[346/431] Compiling CollectionsBenchmark Shape.swift
[347/431] Compiling CollectionsBenchmark Stroke.swift
[347/431] Wrapping AST for PNG for debugging
[369/431] Emitting module Geometrize
[377/432] Compiling CollectionsBenchmark Complain.swift
[378/432] Compiling CollectionsBenchmark Debug.swift
[379/432] Compiling CollectionsBenchmark FilePath extensions.swift
[380/432] Compiling CollectionsBenchmark ProjectInfo.swift
[381/432] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[382/432] Compiling CollectionsBenchmark _Shims.swift
[383/432] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[384/432] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[385/432] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[386/432] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[422/439] Compiling BitmapImportExport DestinationStream.swift
[423/440] Compiling BitmapImportExport SourceStream.swift
[424/440] Compiling BitmapImportExport JPEG.Data.Rectangular.swift
[425/440] Compiling BitmapImportExport BitmapG+PNG.swift
[426/440] 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/440] Emitting module BitmapImportExport
[428/440] Compiling BitmapImportExport Bitmap+PNG.swift
[429/440] 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)
[430/442] Compiling BitmapImportExport resource_bundle_accessor.swift
[431/442] Compiling benchmark benchmark.swift
[432/442] Emitting module benchmark
BUILD FAILURE 6.1 android