Build Information
Successful build of swift-noise, reference 1.1.0 (8e35a9
), with Swift 6.1 for Linux on 28 Apr 2025 21:22:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-noise.git
Reference: 1.1.0
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/tayloraswift/swift-noise
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 8e35a91 create 1.1 release
Cloned https://github.com/tayloraswift/swift-noise.git
Revision (git rev-parse @):
8e35a914d28e4123a749955de19e275488343751
SUCCESS checkout https://github.com/tayloraswift/swift-noise.git at 1.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tayloraswift/swift-noise.git
https://github.com/tayloraswift/swift-noise.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-png",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-png"
}
],
"manifest_display_name" : "swift-noise",
"name" : "swift-noise",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Noise",
"targets" : [
"Noise"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "noise-tests",
"targets" : [
"NoiseTests"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NoiseTests",
"module_type" : "SwiftTarget",
"name" : "NoiseTests",
"path" : "Tests/NoiseTests",
"product_dependencies" : [
"PNG"
],
"product_memberships" : [
"noise-tests"
],
"sources" : [
"calibrate.swift",
"main.swift",
"tests.swift"
],
"target_dependencies" : [
"Noise"
],
"type" : "executable"
},
{
"c99name" : "Noise",
"module_type" : "SwiftTarget",
"name" : "Noise",
"path" : "Sources/Noise",
"product_memberships" : [
"Noise",
"noise-tests"
],
"sources" : [
"cell.swift",
"compounds.swift",
"disk.swift",
"gradient.swift",
"hash.swift",
"noise.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/tayloraswift/swift-png
[1/6432] Fetching swift-png
Fetched https://github.com/tayloraswift/swift-png from cache (6.33s)
Computing version for https://github.com/tayloraswift/swift-png
Computed https://github.com/tayloraswift/swift-png at 4.4.9 (6.86s)
Fetching https://github.com/tayloraswift/swift-hash
[1/868] Fetching swift-hash
Fetched https://github.com/tayloraswift/swift-hash from cache (0.20s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.7.1 (0.81s)
Creating working copy for https://github.com/tayloraswift/swift-png
Working copy of https://github.com/tayloraswift/swift-png resolved at 4.4.9
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.7.1
Building for debugging...
[0/17] Write sources
[7/17] Write swift-version-24593BA9C3E375BF.txt
[9/26] 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
[10/26] 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
[11/27] Compiling Noise cell.swift
[12/27] Emitting module Noise
[13/27] Compiling Noise noise.swift
[15/27] Compiling Noise disk.swift
[16/27] Compiling Noise compounds.swift
[17/27] Compiling Noise gradient.swift
[18/27] Compiling Noise hash.swift
[18/28] Wrapping AST for BaseDigits for debugging
[20/33] Wrapping AST for Noise for debugging
[22/33] 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
[23/33] 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
[24/33] 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
[25/33] 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
[26/33] 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
[27/34] Wrapping AST for Base16 for debugging
[29/36] 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
[30/36] 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
[31/37] Wrapping AST for CRC for debugging
[33/90] Compiling LZ77 Gzip.Format.swift
[34/90] Compiling LZ77 Gzip.Inflator.swift
[35/90] Compiling LZ77 Gzip.InflatorState.swift
[36/90] Compiling LZ77 Gzip.StreamHeader.swift
[37/90] Compiling LZ77 Gzip.StreamHeaderError.swift
[38/90] Compiling LZ77 Gzip.swift
[39/90] Compiling LZ77 LZ77.Codeword.swift
[40/97] Emitting module LZ77
[41/97] Compiling LZ77 F14.District.Index.swift
[42/97] Compiling LZ77 F14.District.swift
[43/97] Compiling LZ77 F14.Hash.swift
[44/97] Compiling LZ77 F14.HashTable.swift
[45/97] Compiling LZ77 F14.swift
[46/97] Compiling LZ77 FixedWidthInteger (ext).swift
[47/97] Compiling LZ77 Gzip.Deflator.swift
[48/97] Compiling LZ77 Gzip.Format.Integral.swift
[49/97] Compiling LZ77 LZ77.BlockShape.swift
[50/97] Compiling LZ77 LZ77.BlockState.swift
[51/97] Compiling LZ77 LZ77.BlockType.swift
[52/97] Compiling LZ77 LZ77.DecompressionError.swift
[53/97] Compiling LZ77 LZ77.Inflator.swift
[54/97] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
[55/97] Compiling LZ77 LZ77.InflatorBuffers.swift
[56/97] Compiling LZ77 LZ77.Reversed.swift
[57/97] Compiling LZ77 LZ77.swift
[58/97] Compiling LZ77 SIMD16 (ext).swift
[59/97] Compiling LZ77 LZ77.Format.swift
[60/97] Compiling LZ77 LZ77.FormatType.swift
[61/97] Compiling LZ77 LZ77.MRC32.swift
[62/97] Compiling LZ77 LZ77.StreamIntegral.swift
[63/97] Compiling LZ77 LZ77.Decades.swift
[64/97] Compiling LZ77 LZ77.Deflator.swift
[65/97] Compiling LZ77 LZ77.DeflatorBuffers.Stream.swift
[66/97] Compiling LZ77 LZ77.DeflatorBuffers.swift
[67/97] Compiling LZ77 LZ77.DeflatorDicing.Node.swift
[68/97] Compiling LZ77 LZ77.DeflatorDicing.swift
[69/97] Compiling LZ77 LZ77.DeflatorIn.swift
[70/97] Compiling LZ77 LZ77.DeflatorMatches.Depths.swift
[71/97] Compiling LZ77 LZ77.DeflatorMatches.swift
[72/97] Compiling LZ77 LZ77.DeflatorOut.swift
[73/97] Compiling LZ77 LZ77.DeflatorSearch.swift
[74/97] Compiling LZ77 LZ77.DeflatorTables.swift
[75/97] Compiling LZ77 LZ77.DeflatorTerm.Meta.swift
[76/97] Compiling LZ77 LZ77.DeflatorTerm.swift
[77/97] Compiling LZ77 LZ77.DeflatorWindow.Element.swift
[78/97] Compiling LZ77 LZ77.DeflatorWindow.swift
[79/97] Compiling LZ77 LZ77.InflatorIn.swift
[80/97] Compiling LZ77 LZ77.InflatorOut.swift
[81/97] Compiling LZ77 LZ77.InflatorState.swift
[82/97] Compiling LZ77 LZ77.InflatorTables.swift
[83/97] Compiling LZ77 LZ77.StreamHeader.swift
[84/97] Compiling LZ77 LZ77.StreamHeaderError.swift
[85/97] Compiling LZ77 LZ77.Composites.swift
[86/97] Compiling LZ77 LZ77.Distance.swift
[87/97] Compiling LZ77 LZ77.Heap.swift
[88/97] Compiling LZ77 LZ77.HuffmanPattern.swift
[89/97] Compiling LZ77 LZ77.HuffmanTree.swift
[90/97] Compiling LZ77 LZ77.Metaword.swift
[91/97] Compiling LZ77 LZ77.RunLiteral.swift
[92/97] Compiling LZ77 LZ77.BlockMetadata.swift
[93/98] Wrapping AST for LZ77 for debugging
[95/142] Compiling PNG PNG.PhysicalDimensions.swift
[96/142] Compiling PNG PNG.SignificantBits.Case.swift
[97/142] Compiling PNG PNG.SignificantBits.swift
[98/142] Compiling PNG PNG.SuggestedPalette.Entries.swift
[99/142] Compiling PNG PNG.SuggestedPalette.swift
[100/142] Compiling PNG PNG.Text.swift
[101/148] Compiling PNG PNG.DecodingError.swift
[102/148] Compiling PNG PNG.Metadata.swift
[103/148] Compiling PNG PNG.Standard.swift
[104/148] Compiling PNG PNG.Encoder.Pass.swift
[105/148] Compiling PNG PNG.Encoder.swift
[106/148] Compiling PNG PNG.FormattingError.swift
[107/148] Compiling PNG PNG.Gamma.swift
[108/148] Compiling PNG PNG.Header.swift
[109/148] Compiling PNG PNG.Histogram.swift
[110/148] Compiling PNG PNG.Palette.swift
[111/148] Compiling PNG PNG.ParsingError.swift
[112/148] Compiling PNG PNG.Percentmille.swift
[113/148] Compiling PNG PNG.swift
[114/148] Compiling PNG PNG.Background.Case.swift
[115/148] Compiling PNG PNG.Background.swift
[116/148] Compiling PNG PNG.Chromaticity.swift
[117/148] Compiling PNG PNG.ColorProfile.swift
[118/148] Compiling PNG PNG.ColorRendering.swift
[119/148] Compiling PNG Array (ext).swift
[120/148] Compiling PNG ArraySlice (ext).swift
[121/148] Compiling PNG PNG.Color.swift
[122/148] Compiling PNG PNG.RGBA.swift
[123/148] Compiling PNG PNG.VA.swift
[124/148] Compiling PNG PNG.Context.swift
[125/148] Compiling PNG PNG.Decoder.swift
[126/148] Compiling PNG PNG.Format.Pixel.swift
[127/148] Compiling PNG PNG.Format.swift
[128/148] Compiling PNG PNG.Layout.swift
[129/148] Compiling PNG General.swift
[130/148] Compiling PNG LZ77.DecompressionError (ext).swift
[131/148] Compiling PNG LZ77.DeflateHeaderError (ext).swift
[132/148] Emitting module PNG
[133/148] Compiling PNG PNG.BytestreamDestination.swift
[134/148] Compiling PNG PNG.BytestreamSource.swift
[135/148] Compiling PNG PNG.Chunk.swift
[136/148] Compiling PNG PNG.LexingError.swift
[137/148] Compiling PNG PNG.Error.swift
[138/148] Compiling PNG PNG.Image.swift
[139/148] Compiling PNG PNG.TimeModified.swift
[140/148] Compiling PNG PNG.Transparency.Case.swift
[141/148] Compiling PNG PNG.Transparency.swift
[142/148] Compiling PNG System.swift
[143/148] Compiling PNG UnsafeMutableBufferPointer (ext).swift
[144/148] Compiling PNG __Entrypoint.swift
[145/149] Wrapping AST for PNG for debugging
[147/153] Compiling NoiseTests calibrate.swift
[148/153] Compiling NoiseTests tests.swift
[149/153] Emitting module NoiseTests
[150/153] Compiling NoiseTests main.swift
/host/spi-builder-workspace/Tests/NoiseTests/main.swift:29:9: error: main actor-isolated var 'pixbuf' can not be mutated from a nonisolated context
19 |
20 | let viewer_size:Int = 1024
21 | var pixbuf:[UInt8] = [UInt8](repeating: 0, count: viewer_size * viewer_size)
| `- note: mutation of this var is only permitted within the actor
22 |
23 | func benchmark<Generator>(noise generator:Generator, name:String, offset:Double = 0) throws
| `- note: add '@MainActor' to make global function 'benchmark(noise:name:offset:)' part of global actor 'MainActor'
24 | where Generator:Noise
25 | {
:
27 | for (i, (x, y)) in Domain2D(samples_x: viewer_size, samples_y: viewer_size).enumerated()
28 | {
29 | pixbuf[i] = UInt8(max(0, min(255, generator.evaluate(x, y) + offset)))
| `- error: main actor-isolated var 'pixbuf' can not be mutated from a nonisolated context
30 | }
31 | print("\(name): \(clock() - t0)")
/host/spi-builder-workspace/Tests/NoiseTests/main.swift:33:42: error: main actor-isolated var 'pixbuf' can not be referenced from a nonisolated context
19 |
20 | let viewer_size:Int = 1024
21 | var pixbuf:[UInt8] = [UInt8](repeating: 0, count: viewer_size * viewer_size)
| `- note: var declared here
22 |
23 | func benchmark<Generator>(noise generator:Generator, name:String, offset:Double = 0) throws
| `- note: add '@MainActor' to make global function 'benchmark(noise:name:offset:)' part of global actor 'MainActor'
24 | where Generator:Noise
25 | {
:
31 | print("\(name): \(clock() - t0)")
32 |
33 | let image:PNG.Image = .init(packing: pixbuf, size: (viewer_size, viewer_size),
| `- error: main actor-isolated var 'pixbuf' can not be referenced from a nonisolated context
34 | layout: .init(format: .v8(fill: nil, key: nil)))
35 | try image.compress(path: "tests/\(name).png", level: 9)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/10] Write swift-version-24593BA9C3E375BF.txt
[2/19] Compiling BaseDigits BaseDigits.swift
[3/19] Emitting module BaseDigits
[5/19] Compiling Noise noise.swift
[6/19] Compiling Noise hash.swift
[7/24] Compiling Base16 Base16.Values.swift
[8/24] Compiling Base16 Base16.swift
[9/24] Compiling Base16 Base16.UppercaseDigits.swift
[10/24] Emitting module Base16
[11/24] Compiling Base16 Base16.LowercaseDigits.swift
[12/25] Compiling Noise disk.swift
[13/25] Compiling Noise compounds.swift
[14/25] Compiling Noise gradient.swift
[16/26] Emitting module Noise
[17/26] Compiling Noise cell.swift
[19/26] Compiling CRC CRC32.swift
[20/26] Emitting module CRC
[22/79] Emitting module LZ77
[23/86] Compiling LZ77 LZ77.BlockShape.swift
[24/86] Compiling LZ77 LZ77.BlockState.swift
[25/86] Compiling LZ77 LZ77.BlockType.swift
[26/86] Compiling LZ77 LZ77.DecompressionError.swift
[27/86] Compiling LZ77 LZ77.Inflator.swift
[28/86] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
[29/86] Compiling LZ77 LZ77.InflatorBuffers.swift
[30/86] Compiling LZ77 F14.District.Index.swift
[31/86] Compiling LZ77 F14.District.swift
[32/86] Compiling LZ77 F14.Hash.swift
[33/86] Compiling LZ77 F14.HashTable.swift
[34/86] Compiling LZ77 F14.swift
[35/86] Compiling LZ77 FixedWidthInteger (ext).swift
[36/86] Compiling LZ77 Gzip.Deflator.swift
[37/86] Compiling LZ77 Gzip.Format.Integral.swift
[38/86] Compiling LZ77 LZ77.Reversed.swift
[39/86] Compiling LZ77 LZ77.swift
[40/86] Compiling LZ77 SIMD16 (ext).swift
[41/86] Compiling LZ77 LZ77.Format.swift
[42/86] Compiling LZ77 LZ77.FormatType.swift
[43/86] Compiling LZ77 LZ77.MRC32.swift
[44/86] Compiling LZ77 LZ77.StreamIntegral.swift
[45/86] Compiling LZ77 LZ77.InflatorIn.swift
[46/86] Compiling LZ77 LZ77.InflatorOut.swift
[47/86] Compiling LZ77 LZ77.InflatorState.swift
[48/86] Compiling LZ77 LZ77.InflatorTables.swift
[49/86] Compiling LZ77 LZ77.StreamHeader.swift
[50/86] Compiling LZ77 LZ77.StreamHeaderError.swift
[51/86] Compiling LZ77 LZ77.Composites.swift
[52/86] Compiling LZ77 LZ77.Decades.swift
[53/86] Compiling LZ77 LZ77.Deflator.swift
[54/86] Compiling LZ77 LZ77.DeflatorBuffers.Stream.swift
[55/86] Compiling LZ77 LZ77.DeflatorBuffers.swift
[56/86] Compiling LZ77 LZ77.DeflatorDicing.Node.swift
[57/86] Compiling LZ77 LZ77.DeflatorDicing.swift
[58/86] Compiling LZ77 LZ77.DeflatorIn.swift
[59/86] Compiling LZ77 LZ77.DeflatorMatches.Depths.swift
[60/86] Compiling LZ77 Gzip.Format.swift
[61/86] Compiling LZ77 Gzip.Inflator.swift
[62/86] Compiling LZ77 Gzip.InflatorState.swift
[63/86] Compiling LZ77 Gzip.StreamHeader.swift
[64/86] Compiling LZ77 Gzip.StreamHeaderError.swift
[65/86] Compiling LZ77 Gzip.swift
[66/86] Compiling LZ77 LZ77.Codeword.swift
[67/86] Compiling LZ77 LZ77.Distance.swift
[68/86] Compiling LZ77 LZ77.Heap.swift
[69/86] Compiling LZ77 LZ77.HuffmanPattern.swift
[70/86] Compiling LZ77 LZ77.HuffmanTree.swift
[71/86] Compiling LZ77 LZ77.Metaword.swift
[72/86] Compiling LZ77 LZ77.RunLiteral.swift
[73/86] Compiling LZ77 LZ77.BlockMetadata.swift
[74/86] Compiling LZ77 LZ77.DeflatorMatches.swift
[75/86] Compiling LZ77 LZ77.DeflatorOut.swift
[76/86] Compiling LZ77 LZ77.DeflatorSearch.swift
[77/86] Compiling LZ77 LZ77.DeflatorTables.swift
[78/86] Compiling LZ77 LZ77.DeflatorTerm.Meta.swift
[79/86] Compiling LZ77 LZ77.DeflatorTerm.swift
[80/86] Compiling LZ77 LZ77.DeflatorWindow.Element.swift
[81/86] Compiling LZ77 LZ77.DeflatorWindow.swift
[82/87] Wrapping AST for LZ77 for debugging
[84/131] Emitting module PNG
[85/131] Compiling PNG PNG.Gamma.swift
[86/131] Compiling PNG PNG.Header.swift
[87/131] Compiling PNG PNG.Histogram.swift
[88/131] Compiling PNG PNG.Palette.swift
[89/131] Compiling PNG PNG.ParsingError.swift
[90/131] Compiling PNG PNG.Percentmille.swift
[91/137] Compiling PNG PNG.DecodingError.swift
[92/137] Compiling PNG PNG.Metadata.swift
[93/137] Compiling PNG PNG.Standard.swift
[94/137] Compiling PNG PNG.Encoder.Pass.swift
[95/137] Compiling PNG PNG.Encoder.swift
[96/137] Compiling PNG PNG.FormattingError.swift
[97/137] Compiling PNG PNG.Format.Pixel.swift
[98/137] Compiling PNG PNG.Format.swift
[99/137] Compiling PNG PNG.Layout.swift
[100/137] Compiling PNG General.swift
[101/137] Compiling PNG LZ77.DecompressionError (ext).swift
[102/137] Compiling PNG LZ77.DeflateHeaderError (ext).swift
[103/137] Compiling PNG PNG.swift
[104/137] Compiling PNG PNG.Background.Case.swift
[105/137] Compiling PNG PNG.Background.swift
[106/137] Compiling PNG PNG.Chromaticity.swift
[107/137] Compiling PNG PNG.ColorProfile.swift
[108/137] Compiling PNG PNG.ColorRendering.swift
[109/137] Compiling PNG PNG.PhysicalDimensions.swift
[110/137] Compiling PNG PNG.SignificantBits.Case.swift
[111/137] Compiling PNG PNG.SignificantBits.swift
[112/137] Compiling PNG PNG.SuggestedPalette.Entries.swift
[113/137] Compiling PNG PNG.SuggestedPalette.swift
[114/137] Compiling PNG PNG.Text.swift
[115/137] Compiling PNG PNG.BytestreamDestination.swift
[116/137] Compiling PNG PNG.BytestreamSource.swift
[117/137] Compiling PNG PNG.Chunk.swift
[118/137] Compiling PNG PNG.LexingError.swift
[119/137] Compiling PNG PNG.Error.swift
[120/137] Compiling PNG PNG.Image.swift
[121/137] Compiling PNG PNG.TimeModified.swift
[122/137] Compiling PNG PNG.Transparency.Case.swift
[123/137] Compiling PNG PNG.Transparency.swift
[124/137] Compiling PNG System.swift
[125/137] Compiling PNG UnsafeMutableBufferPointer (ext).swift
[126/137] Compiling PNG __Entrypoint.swift
[127/137] Compiling PNG Array (ext).swift
[128/137] Compiling PNG ArraySlice (ext).swift
[129/137] Compiling PNG PNG.Color.swift
[130/137] Compiling PNG PNG.RGBA.swift
[131/137] Compiling PNG PNG.VA.swift
[132/137] Compiling PNG PNG.Context.swift
[133/137] Compiling PNG PNG.Decoder.swift
[134/138] Wrapping AST for PNG for debugging
[136/142] Emitting module NoiseTests
[137/142] Compiling NoiseTests calibrate.swift
[138/142] Compiling NoiseTests main.swift
[139/142] Compiling NoiseTests tests.swift
[140/143] Wrapping AST for NoiseTests for debugging
[141/143] Write Objects.LinkFileList
[142/143] Linking noise-tests
Build complete! (13.12s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-png",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-png"
}
],
"manifest_display_name" : "swift-noise",
"name" : "swift-noise",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Noise",
"targets" : [
"Noise"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "noise-tests",
"targets" : [
"NoiseTests"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NoiseTests",
"module_type" : "SwiftTarget",
"name" : "NoiseTests",
"path" : "Tests/NoiseTests",
"product_dependencies" : [
"PNG"
],
"product_memberships" : [
"noise-tests"
],
"sources" : [
"calibrate.swift",
"main.swift",
"tests.swift"
],
"target_dependencies" : [
"Noise"
],
"type" : "executable"
},
{
"c99name" : "Noise",
"module_type" : "SwiftTarget",
"name" : "Noise",
"path" : "Sources/Noise",
"product_memberships" : [
"Noise",
"noise-tests"
],
"sources" : [
"cell.swift",
"compounds.swift",
"disk.swift",
"gradient.swift",
"hash.swift",
"noise.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.