Build Information
Successful build of swift-nbt, reference main (20349a
), with Swift 6.1 for Linux on 27 Apr 2025 09:02:29 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ezfe/swift-nbt.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/ezfe/swift-nbt
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 20349a3 Merge pull request #2 from thtTNT/main
Cloned https://github.com/ezfe/swift-nbt.git
Revision (git rev-parse @):
20349a3a0a7607352a1d3141160c44a3f0d9ada6
SUCCESS checkout https://github.com/ezfe/swift-nbt.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ezfe/swift-nbt.git
https://github.com/ezfe/swift-nbt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "gzipswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1024jp/GzipSwift.git"
}
],
"manifest_display_name" : "swift-nbt",
"name" : "swift-nbt",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MinecraftNBT",
"targets" : [
"MinecraftNBT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MinecraftTools",
"targets" : [
"MinecraftTools"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NBTStructures",
"module_type" : "SwiftTarget",
"name" : "NBTStructures",
"path" : "Sources/NBTStructures",
"product_memberships" : [
"MinecraftTools"
],
"sources" : [
"Level.swift"
],
"type" : "library"
},
{
"c99name" : "MinecraftTools",
"module_type" : "SwiftTarget",
"name" : "MinecraftTools",
"path" : "Sources/MinecraftTools",
"product_memberships" : [
"MinecraftTools"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"MinecraftNBT",
"DataTools",
"NBTStructures"
],
"type" : "executable"
},
{
"c99name" : "MinecraftNBTTests",
"module_type" : "SwiftTarget",
"name" : "MinecraftNBTTests",
"path" : "Tests/MinecraftNBTTests",
"sources" : [
"DataStreamTests.swift",
"DescriptionTests.swift",
"Tags/Lists/GenericListTests.swift",
"ValuesTests.swift"
],
"target_dependencies" : [
"MinecraftNBT"
],
"type" : "test"
},
{
"c99name" : "MinecraftNBT",
"module_type" : "SwiftTarget",
"name" : "MinecraftNBT",
"path" : "Sources/MinecraftNBT",
"product_dependencies" : [
"OrderedCollections",
"Gzip"
],
"product_memberships" : [
"MinecraftNBT",
"MinecraftTools"
],
"sources" : [
"DataStream+readPayload.swift",
"NBTDecoder/NBTDecoder.swift",
"NBTDecoder/NBTDecodingStorage.swift",
"NBTDecoder/NBTReferencingDecoder.swift",
"NBTEncoder/NBTEncoder.swift",
"NBTEncoder/NBTEncodingStorage.swift",
"NBTEncoder/NBTReferencingEncoder.swift",
"NBTStructure.swift",
"NBTTagType.swift",
"Tags/NBTCompound.swift",
"Tags/NBTList.swift",
"Tags/NBTValue.swift",
"Values.swift"
],
"target_dependencies" : [
"DataTools"
],
"type" : "library"
},
{
"c99name" : "DataToolsTests",
"module_type" : "SwiftTarget",
"name" : "DataToolsTests",
"path" : "Tests/DataToolsTests",
"sources" : [
"DataStreamTests.swift",
"FloatTests.swift",
"IntegerDeserializationTests.swift",
"IntegerSerializationTests.swift",
"StringTests.swift"
],
"target_dependencies" : [
"DataTools"
],
"type" : "test"
},
{
"c99name" : "DataTools",
"module_type" : "SwiftTarget",
"name" : "DataTools",
"path" : "Sources/DataTools",
"product_memberships" : [
"MinecraftNBT",
"MinecraftTools"
],
"sources" : [
"DataAccumulator.swift",
"DataStream.swift",
"Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/1024jp/GzipSwift.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/1549] Fetching gzipswift
Fetched https://github.com/1024jp/GzipSwift.git from cache (0.20s)
[1/2049] Fetching swift-docc-plugin
[247/18291] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.98s)
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (1.47s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (0.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3375] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
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/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/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 5.2.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/20] Write sources
[9/20] Compiling system-zlib anchor.c
[10/20] Write swift-version-24593BA9C3E375BF.txt
[12/45] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/45] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[15/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[17/47] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[18/47] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[19/47] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/47] Compiling InternalCollectionsUtilities Integer rank.swift
[21/47] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/47] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/47] Emitting module InternalCollectionsUtilities
[25/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/47] Compiling InternalCollectionsUtilities Debugging.swift
[28/47] Compiling InternalCollectionsUtilities Descriptions.swift
[29/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/47] Compiling InternalCollectionsUtilities Specialize.swift
[31/48] Wrapping AST for InternalCollectionsUtilities for debugging
[33/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[34/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[35/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[36/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[37/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[38/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[39/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[40/110] Compiling DataTools Extensions.swift
[41/110] Emitting module NBTStructures
[42/110] Compiling NBTStructures Level.swift
[43/111] Compiling OrderedCollections OrderedDictionary+Codable.swift
[44/111] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[45/111] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[46/111] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[47/111] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[48/111] Compiling OrderedCollections OrderedDictionary+Elements.swift
[49/111] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[50/111] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[51/111] Emitting module DataTools
[52/111] Compiling DataTools DataAccumulator.swift
[53/111] Compiling DataTools DataStream.swift
[54/112] Emitting module Gzip
[55/112] Compiling Gzip Data+Gzip.swift
[58/113] Wrapping AST for NBTStructures for debugging
[59/113] Wrapping AST for DataTools for debugging
[60/113] Wrapping AST for Gzip for debugging
[62/113] Compiling OrderedCollections OrderedSet+Initializers.swift
[63/113] Compiling OrderedCollections OrderedSet+Insertions.swift
[64/113] Compiling OrderedCollections OrderedSet+Invariants.swift
[65/113] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[66/113] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[67/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[68/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[69/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[70/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[71/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[72/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[73/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[74/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[75/113] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[76/113] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[77/113] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[78/113] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[79/113] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[80/113] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[81/113] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[82/113] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[83/113] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[84/113] Compiling OrderedCollections OrderedDictionary+Values.swift
[85/113] Compiling OrderedCollections OrderedDictionary.swift
[86/113] Compiling OrderedCollections OrderedSet+Codable.swift
[87/113] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[88/113] Compiling OrderedCollections OrderedSet+Descriptions.swift
[89/113] Compiling OrderedCollections OrderedSet+Diffing.swift
[90/113] Compiling OrderedCollections OrderedSet+Equatable.swift
[91/113] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[92/113] Compiling OrderedCollections OrderedSet+Hashable.swift
[93/113] Compiling OrderedCollections _HashTable+Bucket.swift
[94/113] Compiling OrderedCollections _HashTable+BucketIterator.swift
[95/113] Compiling OrderedCollections _HashTable+Constants.swift
[96/113] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[97/113] Compiling OrderedCollections _HashTable+Testing.swift
[98/113] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[99/113] Compiling OrderedCollections _HashTable.swift
[100/113] Compiling OrderedCollections _Hashtable+Header.swift
[101/113] Compiling OrderedCollections OrderedSet+Sendable.swift
[102/113] Compiling OrderedCollections OrderedSet+SubSequence.swift
[103/113] Compiling OrderedCollections OrderedSet+Testing.swift
[104/113] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[105/113] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[106/113] Compiling OrderedCollections OrderedSet.swift
[107/113] Compiling OrderedCollections _UnsafeBitset.swift
[108/113] Emitting module OrderedCollections
[109/114] Wrapping AST for OrderedCollections for debugging
[111/127] Compiling MinecraftNBT NBTReferencingEncoder.swift
[112/127] Compiling MinecraftNBT NBTStructure.swift
[113/127] Compiling MinecraftNBT NBTTagType.swift
[114/127] Compiling MinecraftNBT NBTCompound.swift
[115/127] Compiling MinecraftNBT NBTList.swift
[116/128] Compiling MinecraftNBT NBTValue.swift
[117/128] Compiling MinecraftNBT Values.swift
[118/128] Compiling MinecraftNBT NBTEncoder.swift
[119/128] Compiling MinecraftNBT NBTEncodingStorage.swift
[120/128] Compiling MinecraftNBT NBTDecodingStorage.swift
[121/128] Compiling MinecraftNBT NBTReferencingDecoder.swift
[122/128] Compiling MinecraftNBT DataStream+readPayload.swift
[123/128] Compiling MinecraftNBT NBTDecoder.swift
[124/128] Emitting module MinecraftNBT
[125/129] Wrapping AST for MinecraftNBT for debugging
[127/131] Emitting module MinecraftTools
/host/spi-builder-workspace/Sources/MinecraftTools/main.swift:15:7: warning: expression implicitly coerced from '(any NBTTag)?' to 'Any'
13 | print(structure.tag.description)
14 |
15 | print(try structure.read(["", "Data", "ServerBrands", "0"]))
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from '(any NBTTag)?' to 'Any'
16 |
17 | //let decoder = NBTDecoder()
[128/131] Compiling MinecraftTools main.swift
/host/spi-builder-workspace/Sources/MinecraftTools/main.swift:15:7: warning: expression implicitly coerced from '(any NBTTag)?' to 'Any'
13 | print(structure.tag.description)
14 |
15 | print(try structure.read(["", "Data", "ServerBrands", "0"]))
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from '(any NBTTag)?' to 'Any'
16 |
17 | //let decoder = NBTDecoder()
[129/132] Wrapping AST for MinecraftTools for debugging
[130/132] Write Objects.LinkFileList
[131/132] Linking MinecraftTools
Build complete! (25.49s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "gzipswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1024jp/GzipSwift.git"
}
],
"manifest_display_name" : "swift-nbt",
"name" : "swift-nbt",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MinecraftNBT",
"targets" : [
"MinecraftNBT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MinecraftTools",
"targets" : [
"MinecraftTools"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NBTStructures",
"module_type" : "SwiftTarget",
"name" : "NBTStructures",
"path" : "Sources/NBTStructures",
"product_memberships" : [
"MinecraftTools"
],
"sources" : [
"Level.swift"
],
"type" : "library"
},
{
"c99name" : "MinecraftTools",
"module_type" : "SwiftTarget",
"name" : "MinecraftTools",
"path" : "Sources/MinecraftTools",
"product_memberships" : [
"MinecraftTools"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"MinecraftNBT",
"DataTools",
"NBTStructures"
],
"type" : "executable"
},
{
"c99name" : "MinecraftNBTTests",
"module_type" : "SwiftTarget",
"name" : "MinecraftNBTTests",
"path" : "Tests/MinecraftNBTTests",
"sources" : [
"DataStreamTests.swift",
"DescriptionTests.swift",
"Tags/Lists/GenericListTests.swift",
"ValuesTests.swift"
],
"target_dependencies" : [
"MinecraftNBT"
],
"type" : "test"
},
{
"c99name" : "MinecraftNBT",
"module_type" : "SwiftTarget",
"name" : "MinecraftNBT",
"path" : "Sources/MinecraftNBT",
"product_dependencies" : [
"OrderedCollections",
"Gzip"
],
"product_memberships" : [
"MinecraftNBT",
"MinecraftTools"
],
"sources" : [
"DataStream+readPayload.swift",
"NBTDecoder/NBTDecoder.swift",
"NBTDecoder/NBTDecodingStorage.swift",
"NBTDecoder/NBTReferencingDecoder.swift",
"NBTEncoder/NBTEncoder.swift",
"NBTEncoder/NBTEncodingStorage.swift",
"NBTEncoder/NBTReferencingEncoder.swift",
"NBTStructure.swift",
"NBTTagType.swift",
"Tags/NBTCompound.swift",
"Tags/NBTList.swift",
"Tags/NBTValue.swift",
"Values.swift"
],
"target_dependencies" : [
"DataTools"
],
"type" : "library"
},
{
"c99name" : "DataToolsTests",
"module_type" : "SwiftTarget",
"name" : "DataToolsTests",
"path" : "Tests/DataToolsTests",
"sources" : [
"DataStreamTests.swift",
"FloatTests.swift",
"IntegerDeserializationTests.swift",
"IntegerSerializationTests.swift",
"StringTests.swift"
],
"target_dependencies" : [
"DataTools"
],
"type" : "test"
},
{
"c99name" : "DataTools",
"module_type" : "SwiftTarget",
"name" : "DataTools",
"path" : "Sources/DataTools",
"product_memberships" : [
"MinecraftNBT",
"MinecraftTools"
],
"sources" : [
"DataAccumulator.swift",
"DataStream.swift",
"Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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.