Build Information
Successful build of swift-ip, reference 0.3.3 (ba4efb
), with Swift 6.0 for Linux on 16 Jan 2025 07:22:41 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-ip.git
Reference: 0.3.3
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-ip
* tag 0.3.3 -> FETCH_HEAD
HEAD is now at ba4efb6 upgrade swift-bson
Cloned https://github.com/tayloraswift/swift-ip.git
Revision (git rev-parse @):
ba4efb6457f69f5f483094aa1230e8e76cc4999c
SUCCESS checkout https://github.com/tayloraswift/swift-ip.git at 0.3.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/tayloraswift/swift-ip.git
https://github.com/tayloraswift/swift-ip.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-bson",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-bson"
},
{
"identity" : "swift-json",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-json"
},
{
"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"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.75.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
}
],
"manifest_display_name" : "swift-ip",
"name" : "swift-ip",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Firewalls",
"targets" : [
"Firewalls"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IP",
"targets" : [
"IP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IP_BSON",
"targets" : [
"IP_BSON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IP_NIOCore",
"targets" : [
"IP_NIOCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IPinfo",
"targets" : [
"IPinfo"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FirewallPrefabricator",
"targets" : [
"FirewallPrefabricator"
],
"type" : {
"executable" : null
}
},
{
"name" : "FirewallUsage",
"targets" : [
"FirewallUsage"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "Whitelists",
"module_type" : "SwiftTarget",
"name" : "Whitelists",
"path" : "Sources/Whitelists",
"product_dependencies" : [
"JSON"
],
"product_memberships" : [
"FirewallPrefabricator"
],
"sources" : [
"GitHubWhitelist.swift",
"IP.AnyCIDR.swift",
"IP.Block (ext).swift",
"IP.Claims.swift",
"SearchbotWhitelist.swift"
],
"target_dependencies" : [
"Firewalls"
],
"type" : "library"
},
{
"c99name" : "IPinfo",
"module_type" : "SwiftTarget",
"name" : "IPinfo",
"path" : "Sources/IPinfo",
"product_dependencies" : [
"JSON"
],
"product_memberships" : [
"IPinfo",
"FirewallPrefabricator",
"FirewallUsage"
],
"sources" : [
"IPinfo.ASN.swift",
"IPinfo.ASNRange.swift",
"IPinfo.Address.swift",
"IPinfo.CountryRange.swift",
"IPinfo.swift",
"ISO.Country (ext).swift"
],
"target_dependencies" : [
"Firewalls"
],
"type" : "library"
},
{
"c99name" : "IP_NIOCore",
"module_type" : "SwiftTarget",
"name" : "IP_NIOCore",
"path" : "Sources/IP_NIOCore",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"IP_NIOCore",
"FirewallUsage"
],
"sources" : [
"IP.V4 (ext).swift",
"IP.V6 (ext).swift"
],
"target_dependencies" : [
"IP"
],
"type" : "library"
},
{
"c99name" : "IP_BSON",
"module_type" : "SwiftTarget",
"name" : "IP_BSON",
"path" : "Sources/IP_BSON",
"product_dependencies" : [
"BSON"
],
"product_memberships" : [
"Firewalls",
"IP_BSON",
"IPinfo",
"FirewallPrefabricator",
"FirewallUsage"
],
"sources" : [
"IP.Address (ext).swift",
"IP.V4 (ext).swift",
"IP.V6 (ext).swift"
],
"target_dependencies" : [
"IP"
],
"type" : "library"
},
{
"c99name" : "IPTests",
"module_type" : "SwiftTarget",
"name" : "IPTests",
"path" : "Sources/IPTests",
"sources" : [
"Mapping.swift",
"Masking.swift",
"Parsing.swift"
],
"target_dependencies" : [
"IP"
],
"type" : "test"
},
{
"c99name" : "IP",
"module_type" : "SwiftTarget",
"name" : "IP",
"path" : "Sources/IP",
"product_memberships" : [
"Firewalls",
"IP",
"IP_BSON",
"IP_NIOCore",
"IPinfo",
"FirewallPrefabricator",
"FirewallUsage"
],
"sources" : [
"IP.Address.swift",
"IP.Block.swift",
"IP.V4.swift",
"IP.V6.swift",
"IP.swift"
],
"type" : "library"
},
{
"c99name" : "Firewalls",
"module_type" : "SwiftTarget",
"name" : "Firewalls",
"path" : "Sources/Firewalls",
"product_dependencies" : [
"BSON_ISO"
],
"product_memberships" : [
"Firewalls",
"IPinfo",
"FirewallPrefabricator",
"FirewallUsage"
],
"sources" : [
"IP.AS.Metadata.swift",
"IP.AS.swift",
"IP.ASN.swift",
"IP.Claimant.swift",
"IP.Firewall.Image.swift",
"IP.Firewall.swift",
"IP.Table.SortedArray.IntervalError.swift",
"IP.Table.SortedArray.swift",
"IP.Table.swift"
],
"target_dependencies" : [
"IP",
"IP_BSON"
],
"type" : "library"
},
{
"c99name" : "FirewallTests",
"module_type" : "SwiftTarget",
"name" : "FirewallTests",
"path" : "Sources/FirewallTests",
"sources" : [
"Bisection.swift",
"Roundtripping.swift"
],
"target_dependencies" : [
"Firewalls"
],
"type" : "test"
},
{
"c99name" : "FirewallPrefabricator",
"module_type" : "SwiftTarget",
"name" : "FirewallPrefabricator",
"path" : "Sources/FirewallPrefabricator",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"FirewallPrefabricator"
],
"sources" : [
"Array (ext).swift",
"IP.Firewall.Image (ext).swift",
"JSONDecodable (ext).swift",
"Main.swift"
],
"target_dependencies" : [
"IPinfo",
"Whitelists"
],
"type" : "executable"
},
{
"c99name" : "FirewallUsage",
"module_type" : "SwiftTarget",
"name" : "FirewallUsage",
"path" : "Snippets",
"product_memberships" : [
"FirewallUsage"
],
"sources" : [
"FirewallUsage.swift"
],
"target_dependencies" : [
"IPinfo",
"IP_NIOCore",
"IP_BSON",
"IP",
"Firewalls"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/tayloraswift/swift-json
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tayloraswift/swift-bson
[1/1148] Fetching swift-bson
[1149/2647] Fetching swift-bson, swift-json
[2634/15068] Fetching swift-bson, swift-json, swift-argument-parser
[9590/87961] Fetching swift-bson, swift-json, swift-argument-parser, swift-nio
Fetched https://github.com/tayloraswift/swift-bson from cache (0.74s)
[28485/86813] Fetching swift-json, swift-argument-parser, swift-nio
Fetched https://github.com/apple/swift-argument-parser from cache (0.75s)
[16793/74392] Fetching swift-json, swift-nio
Fetched https://github.com/tayloraswift/swift-json from cache (3.93s)
Fetched https://github.com/apple/swift-nio from cache (4.01s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.56s)
Computing version for https://github.com/tayloraswift/swift-json
Computed https://github.com/tayloraswift/swift-json at 1.1.2 (0.53s)
Fetching https://github.com/tayloraswift/swift-grammar
[1/749] Fetching swift-grammar
Fetched https://github.com/tayloraswift/swift-grammar from cache (0.20s)
Computing version for https://github.com/tayloraswift/swift-bson
Computed https://github.com/tayloraswift/swift-bson at 1.0.0 (0.56s)
Fetching https://github.com/tayloraswift/swift-hash
Fetching https://github.com/tayloraswift/swift-unixtime
[1/868] Fetching swift-hash
[869/1084] Fetching swift-hash, swift-unixtime
Fetched https://github.com/tayloraswift/swift-hash from cache (0.19s)
Fetched https://github.com/tayloraswift/swift-unixtime from cache (0.19s)
Computing version for https://github.com/tayloraswift/swift-grammar
Computed https://github.com/tayloraswift/swift-grammar at 0.5.0 (0.50s)
Computing version for https://github.com/tayloraswift/swift-unixtime
Computed https://github.com/tayloraswift/swift-unixtime at 0.2.0 (2.13s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.7.1 (0.57s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.79.0 (0.77s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/3960] Fetching swift-system
[1704/5529] Fetching swift-system, swift-atomics
[4020/21139] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.99s)
Fetched https://github.com/apple/swift-system.git from cache (0.99s)
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.77s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/tayloraswift/swift-json
Working copy of https://github.com/tayloraswift/swift-json resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/tayloraswift/swift-bson
Working copy of https://github.com/tayloraswift/swift-bson resolved at 1.0.0
Creating working copy for https://github.com/tayloraswift/swift-unixtime
Working copy of https://github.com/tayloraswift/swift-unixtime resolved at 0.2.0
Creating working copy for https://github.com/tayloraswift/swift-grammar
Working copy of https://github.com/tayloraswift/swift-grammar resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.79.0
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/81] Write sources
[25/81] Compiling CNIOWindows WSAStartup.c
[26/81] Compiling CNIOWindows shim.c
[27/81] Compiling CNIOWASI CNIOWASI.c
[27/81] Write sources
[37/81] Compiling CNIODarwin shim.c
[38/81] Compiling CNIOLinux liburing_shims.c
[39/81] Compiling _AtomicsShims.c
[40/81] Compiling CNIOLinux shim.c
[41/81] Write swift-version-24593BA9C3E375BF.txt
[42/134] Compiling c-nioatomics.c
[43/140] Compiling c-atomics.c
[45/140] Emitting module IP
[46/143] Compiling IP IP.swift
[47/143] Emitting module CasesByIntegerEncodingMacro
[48/143] Compiling CasesByIntegerEncodingMacro RawRepresentableByIntegerEncoding.swift
[49/143] Compiling CasesByIntegerEncodingMacro GenerateCasesByIntegerEncoding.swift
[50/144] Emitting module UnixTime
[51/146] Emitting module JSONAST
[52/146] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[53/146] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[54/147] Emitting module InternalCollectionsUtilities
[55/147] Compiling _NIODataStructures _TinyArray.swift
[56/149] Compiling JSONAST JSON.TypecastError.swift
[58/149] Compiling TraceableErrors TraceableError.swift
[59/149] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[60/149] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/149] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/149] Compiling InternalCollectionsUtilities Specialize.swift
[63/149] Compiling _NIOBase64 Base64.swift
[64/149] Emitting module _NIOBase64
[65/149] Compiling IP IP.Address.swift
[66/150] Compiling TraceableErrors NamedError.swift
[67/150] Emitting module TraceableErrors
[68/150] Compiling JSONAST JSON.Literal.swift
[69/150] Compiling JSONAST JSON.Node.swift
[70/150] Compiling InternalCollectionsUtilities Integer rank.swift
[71/150] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/150] Compiling UnixTime Nanoseconds.swift
[73/150] Compiling UnixTime Seconds.swift
[82/151] Compiling JSONAST JSON.Number.swift
[83/151] Compiling JSONAST JSON.Object.swift
[84/151] Compiling IP IP.V6.swift
[87/151] Compiling UnixTime UnixMillisecond.swift
[88/151] Compiling UnixTime QuantizedDuration.swift
[89/151] Compiling _NIODataStructures PriorityQueue.swift
[90/151] Compiling IP IP.Block.swift
[91/151] Compiling IP IP.V4.swift
[94/151] Compiling UnixTime UnixInstant.swift
[95/151] Compiling UnixTime UnixInterval.swift
[109/152] Compiling JSONAST JSON.swift
[112/154] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[113/154] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[117/192] Compiling ISO ISO.swift
[118/280] Emitting module _NIODataStructures
[119/280] Compiling _NIODataStructures Heap.swift
[120/281] Compiling BSONABI BSON.BufferFrame.swift
[121/281] Compiling BSONABI BSON.BufferFrameType.swift
[122/281] Compiling BSONABI BSON.BufferTraversable.swift
[123/281] Compiling BSONABI BSON.Encoder.swift
[124/281] Compiling BSONABI BSON.TypeError.swift
[125/281] Compiling BSONABI BSON.TypecastError.swift
[126/286] Compiling NIOConcurrencyHelpers lock.swift
[127/286] Compiling BSONABI BSON.Input.swift
[128/286] Compiling BSONABI BSON.InputError.Expectation.swift
[130/286] Compiling BSONABI BSON.HeaderError.swift
[134/286] Compiling BSONABI BSON.AnyType.swift
[135/286] Compiling BSONABI BSON.AnyValue.swift
[136/286] Compiling BSONABI BSON.Decoder.swift
[138/286] Compiling BSONABI BSON.EndIndex.swift
[139/286] Compiling BSONABI BSON.FieldEncoder.swift
[140/286] Compiling BSONABI BSON.Key.swift
[141/286] Compiling BSONABI BSON.Keyspace.swift
[147/289] Compiling BSONABI BSON.swift
[148/289] Compiling BSONABI BSONRepresentable.swift
[149/289] Compiling BSONABI BSON.Identifier.swift
[150/289] Compiling BSONABI BSON.IntegerOverflowError.swift
[151/289] Compiling BSONABI BSON.List.swift
[156/289] Compiling Atomics IntegerOperations.swift
[157/289] Compiling Atomics Unmanaged extensions.swift
[158/289] Compiling BSONABI BSON.OutputStream.swift
[159/289] Emitting module JSONEncoding
[160/289] Compiling JSONEncoding Never (ext).swift
[161/289] Compiling JSONEncoding Optional (ext).swift
[162/289] Compiling JSONEncoding exports.swift
[168/289] Compiling Grammar TerminalRule.swift
[169/289] Compiling Grammar UnicodeEncoding.Newline.swift
[170/289] Compiling Grammar UnicodeEncoding.swift
[171/293] Compiling ISO ISO.Locale.swift
[172/293] Compiling ISO ISO.Macrolanguage (gen).swift
[176/305] Compiling DequeModule Deque._Storage.swift
[177/305] Compiling DequeModule Deque._UnsafeHandle.swift
[178/305] Compiling DequeModule Deque.swift
[179/305] Compiling DequeModule Deque+Extras.swift
[180/305] Compiling DequeModule Deque+Hashable.swift
[181/305] Compiling DequeModule Deque+Testing.swift
[191/310] Compiling DequeModule Deque+Codable.swift
[192/310] Compiling DequeModule Deque+Collection.swift
[193/310] Compiling DequeModule Deque+CustomReflectable.swift
[194/310] Compiling DequeModule Deque+Descriptions.swift
[195/310] Compiling DequeModule Deque+Equatable.swift
[196/310] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[197/310] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[198/310] Compiling BSONABI BSON.BinaryShape.swift
[199/310] Compiling BSONABI BSON.BinaryShapeError.Criteria.swift
[200/310] Compiling BSONABI BSON.BinaryShapeError.swift
[201/310] Compiling BSONABI BSON.BinarySubtype.swift
[202/310] Compiling BSONABI BSON.BinarySubtypeError.swift
[203/310] Compiling BSONABI BSON.BinaryView.swift
[208/310] Compiling NIOConcurrencyHelpers atomics.swift
[209/310] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[210/310] Emitting module NIOConcurrencyHelpers
[211/310] Compiling NIOConcurrencyHelpers NIOLock.swift
[218/313] Emitting module ISO
[219/313] Compiling ISO ISO.Country (gen).swift
[220/314] Compiling DequeModule _DequeBuffer.swift
[221/314] Compiling DequeModule _DequeBufferHeader.swift
[222/314] Wrapping AST for _NIODataStructures for debugging
[226/314] Wrapping AST for _NIOBase64 for debugging
[236/314] Compiling DequeModule _DequeSlot.swift
[237/314] Compiling DequeModule _UnsafeWrappedBuffer.swift
[239/314] Wrapping AST for UnixTime for debugging
[240/314] Wrapping AST for TraceableErrors for debugging
[242/314] Emitting module ArgumentParserToolInfo
[243/314] Compiling ArgumentParserToolInfo ToolInfo.swift
[243/315] Wrapping AST for NIOConcurrencyHelpers for debugging
[251/315] Compiling BSONABI BSON.Regex.OptionError.swift
[252/315] Compiling BSONABI BSON.Regex.Options.swift
[253/315] Compiling BSONABI BSON.Regex.swift
[254/315] Compiling BSONABI BSON.Timestamp.swift
[255/315] Compiling BSONABI BSON.BinaryBuffer.swift
[256/315] Compiling BSONABI BSON.BinaryFrame.swift
[257/315] Wrapping AST for JSONEncoding for debugging
[259/315] Compiling BSONABI BSON.BinaryViewError.Expectation.swift
[260/315] Compiling BSONABI BSON.BinaryViewError.swift
[261/315] Compiling BSONABI BSON.DocumentFrame.swift
[262/315] Compiling BSONABI BSON.UTF8Frame.swift
[263/315] Compiling BSONABI BSON.UTF8View.swift
[263/315] Wrapping AST for JSONAST for debugging
[264/315] Wrapping AST for InternalCollectionsUtilities for debugging
[265/315] Wrapping AST for IP for debugging
[265/315] Wrapping AST for ISO for debugging
[269/315] Wrapping AST for CasesByIntegerEncodingMacro for debugging
[270/315] Wrapping AST for ArgumentParserToolInfo for debugging
[276/353] Compiling ArgumentParser OptionGroup.swift
[277/353] Compiling ArgumentParser AsyncParsableCommand.swift
[278/353] Emitting module Grammar
[279/353] Emitting module BSONABI
[281/354] Emitting module DequeModule
[281/355] Wrapping AST for BSONABI for debugging
[283/355] Wrapping AST for DequeModule for debugging
[285/458] Compiling BSONDecoding BSON.KeyspaceDecoder.swift
[286/458] Compiling BSONDecoding BSON.KeyspaceError.swift
[287/458] Compiling BSONDecoding BSON.List (ext).swift
[289/459] Compiling BSONDecoding Character (ext).swift
[290/459] Compiling BSONDecoding Double (ext).swift
[291/459] Compiling BSONDecoding Float (ext).swift
[292/459] Compiling BSONDecoding Float80 (ext).swift
[293/459] Compiling BSONDecoding Int (ext).swift
[294/459] Compiling BSONDecoding Int16 (ext).swift
[295/465] Compiling BSONDecoding Array (ext).swift
[296/465] Compiling BSONDecoding BSON.FieldAccessor.swift
[297/465] Compiling BSONDecoding BSON.FieldDecoder.swift
[298/465] Compiling BSONDecoding BSON.TracingDecoder.swift
[299/465] Compiling BSONDecoding BSONBinaryDecodable.swift
[300/465] Compiling BSONDecoding BSONDecodable.swift
[301/465] Compiling BSONDecoding BSONDocumentDecodable.swift
[302/465] Compiling BSONDecoding BSONKeyspaceDecodable.swift
[303/465] Compiling BSONDecoding BSONListDecodable.swift
[304/465] Compiling BSONDecoding BSONStringDecodable.swift
[305/465] Compiling BSONDecoding BSON.BinaryBuffer (ext).swift
[306/465] Compiling BSONDecoding BSON.BinaryDecoder.swift
[307/465] Compiling BSONDecoding BSON.BinaryShape (ext).swift
[307/465] Wrapping AST for Grammar for debugging
[309/465] Compiling BSONDecoding BSON.Key (ext).swift
[310/465] Compiling BSONDecoding BSON.Max (ext).swift
[311/465] Compiling BSONDecoding BSON.Min (ext).swift
[312/465] Compiling BSONDecoding BSON.Null (ext).swift
[313/465] Compiling BSONDecoding BSON.Regex (ext).swift
[314/465] Compiling BSONDecoding BSON.Timestamp (ext).swift
[315/465] Compiling BSONDecoding Bool (ext).swift
[317/473] Compiling BSONDecoding BSON.SingleKeyError.swift
[318/473] Compiling BSONDecoding BSON.UTF8View (ext).swift
[319/473] Compiling BSONDecoding BSON.ValueError.swift
[320/473] Compiling BSONDecoding Dictionary (ext).swift
[321/473] Compiling BSONDecoding BSON.Decimal128 (ext).swift
[322/473] Compiling BSONDecoding BSON.Identifier (ext).swift
[323/473] Compiling BSONDecoding BSON.DocumentKeyError.swift
[327/473] Compiling BSONDecoding BSON.List.Iterator.swift
[328/473] Compiling BSONDecoding BSON.ListDecoder.swift
[329/473] Compiling BSONDecoding BSON.BinarySubtype (ext).swift
[330/473] Compiling BSONDecoding BSON.BinaryTypecastError.swift
[331/473] Compiling BSONDecoding BSON.BinaryView (ext).swift
[332/473] Compiling BSONDecoding BSON.DecodingError.swift
[333/473] Compiling BSONDecoding BSON.Document (ext).swift
[334/473] Compiling BSONDecoding BSON.Document.Iterator.swift
[335/473] Compiling BSONDecoding BSON.DocumentDecoder.swift
[336/473] Emitting module BSONEncoding
[344/473] Compiling BSONEncoding Optional (ext).swift
[345/473] Compiling BSONEncoding Set (ext).swift
[346/473] Compiling BSONEncoding exports.swift
[347/473] Compiling BSONDecoding Seconds (ext).swift
[348/473] Compiling BSONDecoding String (ext).swift
[349/473] Compiling BSONDecoding Substring (ext).swift
[350/473] Compiling BSONDecoding UInt (ext).swift
[351/473] Compiling BSONDecoding UInt16 (ext).swift
[357/473] Compiling BSONEncoding LazyFilterSequence (ext).swift
[358/473] Compiling BSONEncoding LazyMapSequence (ext).swift
[359/473] Compiling BSONEncoding LazyPrefixWhileSequence (ext).swift
[368/527] Compiling JSONParsing JSON.StringRule.EscapeSequence.swift
[369/527] Compiling JSONDecoding UInt64 (ext).swift
[370/527] Compiling JSONDecoding UInt8 (ext).swift
[371/527] Compiling JSONDecoding Unicode.Scalar (ext).swift
[372/527] Compiling JSONDecoding JSON.ArrayShape.swift
[373/527] Compiling JSONDecoding JSON.ArrayShapeCriteria.swift
[374/527] Compiling JSONDecoding JSON.ArrayShapeError.swift
[375/527] Compiling JSONDecoding JSON.DecodingError.swift
[376/529] Compiling JSONParsing JSON.Array (ext).swift
[377/529] Compiling JSONParsing JSON.InvalidUnicodeScalarError.swift
[378/529] Compiling JSONParsing JSON.Node (ext).swift
[379/529] Compiling JSONParsing JSON.Object (ext).swift
[380/529] Compiling JSONParsing JSON (ext).swift
[381/529] Compiling JSONParsing JSON.NodeRule.Array.swift
[382/529] Compiling JSONParsing JSON.NodeRule.False.swift
[383/529] Compiling JSONParsing JSON.NodeRule.Null.swift
[384/529] Compiling JSONParsing JSON.NodeRule.Object.Item.swift
[385/529] Compiling JSONParsing JSON.NodeRule.Object.swift
[386/529] Compiling JSONParsing JSON.NodeRule.True.swift
[387/529] Compiling JSONParsing JSON.NodeRule.swift
[388/529] Compiling JSONParsing JSON.NumberRule.PlusOrMinus.swift
[389/529] Compiling JSONParsing JSON.NumberRule.swift
[390/529] Compiling JSONParsing JSON.RootRule.swift
[391/529] Compiling JSONParsing JSON.StringRule.CodeUnit.swift
[398/530] Emitting module Atomics
[399/530] Emitting module BSONDecoding
[400/530] Compiling BSONDecoding UInt32 (ext).swift
[401/530] Compiling BSONDecoding UInt64 (ext).swift
[402/530] Compiling BSONDecoding UInt8 (ext).swift
[403/530] Compiling BSONDecoding Unicode.Scalar (ext).swift
[404/530] Compiling BSONDecoding UnixMillisecond (ext).swift
[405/530] Compiling BSONDecoding Optional (ext).swift
[406/530] Compiling BSONDecoding Set (ext).swift
[407/530] Compiling BSONDecoding exports.swift
[419/532] Compiling JSONParsing JSON.StringRule.EscapedCodeUnit.swift
[420/532] Compiling JSONParsing JSON.StringRule.swift
[434/534] Wrapping AST for BSONEncoding for debugging
[435/538] Wrapping AST for BSONDecoding for debugging
[439/538] Compiling JSONParsing JSON.WhitespaceRule.swift
[440/538] Compiling JSONParsing exports.swift
[443/538] Wrapping AST for Atomics for debugging
[465/545] Compiling JSONDecoding JSON.ObjectDecoder.swift
[466/555] Compiling JSONDecoding JSONStringDecodable.swift
[467/555] Compiling JSONDecoding Never (ext).swift
[468/555] Compiling JSONDecoding Optional (ext).swift
[469/555] Compiling JSONDecoding exports.swift
[470/555] Compiling JSONDecoding JSON.ObjectKeyError.swift
[471/555] Compiling JSONDecoding JSON.SingleKeyError.swift
[472/555] Compiling JSONDecoding JSON.ValueError.swift
[473/555] Compiling JSONDecoding JSON.FieldDecoder.swift
[474/555] Compiling JSONDecoding JSON.OptionalDecoder.swift
[475/555] Compiling JSONDecoding JSON.TraceableDecoder.swift
[476/555] Compiling JSONDecoding JSON.Array (ext).swift
[477/555] Compiling JSONDecoding JSON.Object (ext).swift
[478/555] Compiling JSONDecoding JSONDecodable.swift
[479/555] Compiling JSONDecoding JSONObjectDecodable.swift
[480/555] Compiling BSONArrays UInt16 (ext).swift
[481/555] Compiling BSONArrays UInt32 (ext).swift
[482/583] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[483/583] Compiling NIOCore AddressedEnvelope.swift
[484/616] Compiling NIOCore ByteBuffer-hex.swift
[485/616] Compiling NIOCore ByteBuffer-int.swift
[486/616] Emitting module JSONDecoding
[487/616] Compiling NIOCore AsyncAwaitSupport.swift
[488/616] Compiling NIOCore AsyncChannel.swift
[489/616] Compiling NIOCore AsyncChannelHandler.swift
[490/616] Compiling NIOCore AsyncChannelInboundStream.swift
[491/617] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[492/617] Compiling NIOCore ByteBuffer-conversions.swift
[493/617] Compiling NIOCore ByteBuffer-core.swift
[494/617] Emitting module JSONParsing
[495/618] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[496/618] Compiling NIOCore BSDSocketAPI.swift
[497/618] Compiling NIOCore ByteBuffer-aux.swift
[502/623] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[503/623] Compiling NIOCore NIOAsyncWriter.swift
[503/623] Wrapping AST for JSONParsing for debugging
[508/623] Emitting module BSONArrays
[508/624] Wrapping AST for JSONDecoding for debugging
[510/627] Wrapping AST for BSONArrays for debugging
[512/627] Compiling JSON exports.swift
[513/627] Compiling JSON JSON (ext).swift
[514/627] Emitting module JSON
[515/645] Wrapping AST for JSON for debugging
[517/645] Compiling BSON BSON.InputError (ext).swift
[518/645] Compiling BSON BSON.IntegerOverflowError (ext).swift
[519/647] Compiling BSON BSON.KeyspaceError (ext).swift
[520/647] Compiling BSON BSON.RangeDecodingError.swift
[521/647] Emitting module BSON
[522/647] Compiling BSON BSON.BinaryShapeError (ext).swift
[523/647] Compiling BSON BSON.BinaryTypecastError (ext).swift
[524/647] Compiling BSON BSON.BooleanSubtypeError (ext).swift
[525/647] Compiling BSON BSON.DecodingError (ext).swift
[526/647] Compiling BSON BSON.DocumentKeyError (ext).swift
[527/647] Compiling BSON BSON.HeaderError (ext).swift
[528/647] Compiling BSON BSON.Regex.OptionError (ext).swift
[529/647] Compiling BSON BSON.SingleKeyError (ext).swift
[530/647] Compiling BSON BSON.TypeError (ext).swift
[531/647] Compiling BSON BSON.TypecastError (ext).swift
[532/647] Compiling BSON BSON.ValueError (ext).swift
[533/647] Compiling BSON ClosedRange (ext).swift
[534/647] Compiling ArgumentParser CollectionExtensions.swift
[535/647] Compiling ArgumentParser Platform.swift
[536/647] Compiling ArgumentParser SequenceExtensions.swift
[537/647] Compiling ArgumentParser StringExtensions.swift
[538/647] Compiling ArgumentParser Tree.swift
[539/647] Compiling BSON Range (ext).swift
[540/647] Compiling BSON exports.swift
[542/648] Emitting module ArgumentParser
[542/648] Wrapping AST for BSON for debugging
[544/648] Compiling NIOCore MarkedCircularBuffer.swift
[545/648] Compiling NIOCore MulticastChannel.swift
[546/648] Compiling NIOCore NIOAny.swift
[547/648] Compiling NIOCore NIOCloseOnErrorHandler.swift
[548/648] Compiling NIOCore NIOLoopBound.swift
[549/648] Compiling NIOCore NIOScheduledCallback.swift
[550/648] Compiling NIOCore NIOSendable.swift
[551/648] Compiling NIOCore RecvByteBufferAllocator.swift
[564/663] Compiling IP_BSON IP.Address (ext).swift
[565/663] Emitting module BSON_ISO
[567/663] Compiling NIOCore ByteBuffer-multi-int.swift
[568/663] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[569/663] Compiling NIOCore ByteBuffer-views.swift
[570/663] Compiling NIOCore Channel.swift
[571/663] Compiling BSON_ISO ISO.Macrolanguage (ext).swift
[572/663] Compiling BSON_ISO ISO.Country (ext).swift
[573/663] Emitting module IP_BSON
[574/663] Compiling IP_BSON IP.V6 (ext).swift
[575/663] Compiling IP_BSON IP.V4 (ext).swift
[578/665] Compiling NIOCore GlobalSingletons.swift
[579/665] Compiling NIOCore IO.swift
[580/665] Compiling NIOCore IOData.swift
[581/665] Compiling NIOCore IPProtocol.swift
[582/665] Compiling NIOCore IntegerBitPacking.swift
[583/665] Compiling NIOCore IntegerTypes.swift
[584/665] Compiling NIOCore Interfaces.swift
[585/665] Compiling NIOCore Linux.swift
[585/665] Wrapping AST for BSON_ISO for debugging
[586/665] Wrapping AST for IP_BSON for debugging
[588/674] Compiling Firewalls IP.AS.Metadata.swift
[589/674] Compiling Firewalls IP.AS.swift
[590/674] Compiling Firewalls IP.Table.SortedArray.IntervalError.swift
[591/674] Compiling Firewalls IP.Table.SortedArray.swift
[592/675] Compiling Firewalls IP.Firewall.swift
[593/675] Emitting module Firewalls
[594/675] Compiling Firewalls IP.Table.swift
[595/675] Compiling NIOCore EventLoop.swift
[596/675] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[597/675] Compiling NIOCore EventLoopFuture+Deprecated.swift
[603/675] Compiling Firewalls IP.Claimant.swift
[604/675] Compiling Firewalls IP.ASN.swift
[605/675] Compiling Firewalls IP.Firewall.Image.swift
[607/676] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[608/676] Compiling NIOCore SocketAddresses.swift
[609/676] Compiling NIOCore SocketOptionProvider.swift
[610/676] Compiling NIOCore SystemCallHelpers.swift
[611/676] Compiling NIOCore TimeAmount+Duration.swift
[612/676] Compiling NIOCore TypeAssistedChannelHandler.swift
[613/676] Compiling NIOCore UniversalBootstrapSupport.swift
[614/676] Compiling NIOCore Utilities.swift
[614/676] Wrapping AST for Firewalls for debugging
[616/689] Emitting module Whitelists
[617/689] Emitting module IPinfo
[618/689] Compiling Whitelists IP.Block (ext).swift
[619/689] Compiling Whitelists IP.AnyCIDR.swift
[620/689] Compiling IPinfo IPinfo.swift
[621/689] Compiling NIOCore ChannelPipeline.swift
[622/689] Compiling NIOCore CircularBuffer.swift
[623/689] Compiling NIOCore Codec.swift
[624/689] Compiling NIOCore ConvenienceOptionSupport.swift
[625/689] Compiling NIOCore DeadChannel.swift
[626/689] Compiling NIOCore DispatchQueue+WithFuture.swift
[627/689] Compiling NIOCore EventLoop+Deprecated.swift
[628/689] Compiling NIOCore EventLoop+SerialExecutor.swift
[629/689] Compiling IPinfo ISO.Country (ext).swift
[630/689] Compiling Whitelists IP.Claims.swift
[631/689] Compiling IPinfo IPinfo.Address.swift
[632/689] Compiling IPinfo IPinfo.CountryRange.swift
[633/689] Compiling IPinfo IPinfo.ASN.swift
[634/689] Compiling IPinfo IPinfo.ASNRange.swift
[635/690] Compiling Whitelists SearchbotWhitelist.swift
[641/690] Compiling NIOCore ChannelHandler.swift
[642/690] Compiling NIOCore ChannelHandlers.swift
[643/690] Compiling NIOCore ChannelInvoker.swift
[644/690] Compiling NIOCore ChannelOption.swift
[652/691] Compiling Whitelists GitHubWhitelist.swift
[654/692] Wrapping AST for IPinfo for debugging
[655/692] Wrapping AST for ArgumentParser for debugging
[656/692] Wrapping AST for Whitelists for debugging
[684/697] Compiling FirewallPrefabricator Main.swift
[685/697] Compiling FirewallPrefabricator JSONDecodable (ext).swift
[686/697] Compiling FirewallPrefabricator IP.Firewall.Image (ext).swift
[687/697] Emitting module FirewallPrefabricator
[688/697] Compiling FirewallPrefabricator Array (ext).swift
[689/698] Wrapping AST for FirewallPrefabricator for debugging
[690/698] Write Objects.LinkFileList
[691/698] Linking FirewallPrefabricator
[693/698] Emitting module NIOCore
[694/699] Wrapping AST for NIOCore for debugging
[696/702] Compiling IP_NIOCore IP.V4 (ext).swift
[697/702] Compiling IP_NIOCore IP.V6 (ext).swift
[698/702] Emitting module IP_NIOCore
[699/703] Wrapping AST for IP_NIOCore for debugging
[701/705] Compiling FirewallUsage FirewallUsage.swift
[702/705] Emitting module FirewallUsage
[703/706] Wrapping AST for FirewallUsage for debugging
[704/706] Write Objects.LinkFileList
[705/706] Linking FirewallUsage
Build complete! (64.70s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-bson",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-bson"
},
{
"identity" : "swift-json",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-json"
},
{
"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"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.75.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
}
],
"manifest_display_name" : "swift-ip",
"name" : "swift-ip",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Firewalls",
"targets" : [
"Firewalls"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IP",
"targets" : [
"IP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IP_BSON",
"targets" : [
"IP_BSON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IP_NIOCore",
"targets" : [
"IP_NIOCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IPinfo",
"targets" : [
"IPinfo"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FirewallPrefabricator",
"targets" : [
"FirewallPrefabricator"
],
"type" : {
"executable" : null
}
},
{
"name" : "FirewallUsage",
"targets" : [
"FirewallUsage"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "Whitelists",
"module_type" : "SwiftTarget",
"name" : "Whitelists",
"path" : "Sources/Whitelists",
"product_dependencies" : [
"JSON"
],
"product_memberships" : [
"FirewallPrefabricator"
],
"sources" : [
"GitHubWhitelist.swift",
"IP.AnyCIDR.swift",
"IP.Block (ext).swift",
"IP.Claims.swift",
"SearchbotWhitelist.swift"
],
"target_dependencies" : [
"Firewalls"
],
"type" : "library"
},
{
"c99name" : "IPinfo",
"module_type" : "SwiftTarget",
"name" : "IPinfo",
"path" : "Sources/IPinfo",
"product_dependencies" : [
"JSON"
],
"product_memberships" : [
"IPinfo",
"FirewallPrefabricator",
"FirewallUsage"
],
"sources" : [
"IPinfo.ASN.swift",
"IPinfo.ASNRange.swift",
"IPinfo.Address.swift",
"IPinfo.CountryRange.swift",
"IPinfo.swift",
"ISO.Country (ext).swift"
],
"target_dependencies" : [
"Firewalls"
],
"type" : "library"
},
{
"c99name" : "IP_NIOCore",
"module_type" : "SwiftTarget",
"name" : "IP_NIOCore",
"path" : "Sources/IP_NIOCore",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"IP_NIOCore",
"FirewallUsage"
],
"sources" : [
"IP.V4 (ext).swift",
"IP.V6 (ext).swift"
],
"target_dependencies" : [
"IP"
],
"type" : "library"
},
{
"c99name" : "IP_BSON",
"module_type" : "SwiftTarget",
"name" : "IP_BSON",
"path" : "Sources/IP_BSON",
"product_dependencies" : [
"BSON"
],
"product_memberships" : [
"Firewalls",
"IP_BSON",
"IPinfo",
"FirewallPrefabricator",
"FirewallUsage"
],
"sources" : [
"IP.Address (ext).swift",
"IP.V4 (ext).swift",
"IP.V6 (ext).swift"
],
"target_dependencies" : [
"IP"
],
"type" : "library"
},
{
"c99name" : "IPTests",
"module_type" : "SwiftTarget",
"name" : "IPTests",
"path" : "Sources/IPTests",
"sources" : [
"Mapping.swift",
"Masking.swift",
"Parsing.swift"
],
"target_dependencies" : [
"IP"
],
"type" : "test"
},
{
"c99name" : "IP",
"module_type" : "SwiftTarget",
"name" : "IP",
"path" : "Sources/IP",
"product_memberships" : [
"Firewalls",
"IP",
"IP_BSON",
"IP_NIOCore",
"IPinfo",
"FirewallPrefabricator",
"FirewallUsage"
],
"sources" : [
"IP.Address.swift",
"IP.Block.swift",
"IP.V4.swift",
"IP.V6.swift",
"IP.swift"
],
"type" : "library"
},
{
"c99name" : "Firewalls",
"module_type" : "SwiftTarget",
"name" : "Firewalls",
"path" : "Sources/Firewalls",
"product_dependencies" : [
"BSON_ISO"
],
"product_memberships" : [
"Firewalls",
"IPinfo",
"FirewallPrefabricator",
"FirewallUsage"
],
"sources" : [
"IP.AS.Metadata.swift",
"IP.AS.swift",
"IP.ASN.swift",
"IP.Claimant.swift",
"IP.Firewall.Image.swift",
"IP.Firewall.swift",
"IP.Table.SortedArray.IntervalError.swift",
"IP.Table.SortedArray.swift",
"IP.Table.swift"
],
"target_dependencies" : [
"IP",
"IP_BSON"
],
"type" : "library"
},
{
"c99name" : "FirewallTests",
"module_type" : "SwiftTarget",
"name" : "FirewallTests",
"path" : "Sources/FirewallTests",
"sources" : [
"Bisection.swift",
"Roundtripping.swift"
],
"target_dependencies" : [
"Firewalls"
],
"type" : "test"
},
{
"c99name" : "FirewallPrefabricator",
"module_type" : "SwiftTarget",
"name" : "FirewallPrefabricator",
"path" : "Sources/FirewallPrefabricator",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"FirewallPrefabricator"
],
"sources" : [
"Array (ext).swift",
"IP.Firewall.Image (ext).swift",
"JSONDecodable (ext).swift",
"Main.swift"
],
"target_dependencies" : [
"IPinfo",
"Whitelists"
],
"type" : "executable"
},
{
"c99name" : "FirewallUsage",
"module_type" : "SwiftTarget",
"name" : "FirewallUsage",
"path" : "Snippets",
"product_memberships" : [
"FirewallUsage"
],
"sources" : [
"FirewallUsage.swift"
],
"target_dependencies" : [
"IPinfo",
"IP_NIOCore",
"IP_BSON",
"IP",
"Firewalls"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.