The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of tzf, reference main (a16f92), with Swift 6.0 for Linux on 24 Mar 2025 15:09:27 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.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/ringsaturn/tzf-swift.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/ringsaturn/tzf-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a16f920 bump tzf-rel
Submodule path 'tzf-rel-lite': checked out 'a123462ad55abe8efe14e3f55b6b17b6ba034086'
Submodule 'tzf-rel-lite' (https://github.com/ringsaturn/tzf-rel-lite) registered for path 'tzf-rel-lite'
Cloning into '/host/spi-builder-workspace/tzf-rel-lite'...
Cloned https://github.com/ringsaturn/tzf-swift.git
Revision (git rev-parse @):
a16f9202576d8cc81760d223acfc93eb24ba958c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ringsaturn/tzf-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ringsaturn/tzf-swift.git
https://github.com/ringsaturn/tzf-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "revision" : [
          "e76a44f"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    },
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    },
    {
      "identity" : "cities-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ringsaturn/cities-swift.git"
    },
    {
      "identity" : "swifttimezonelookup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git"
    }
  ],
  "manifest_display_name" : "tzf",
  "name" : "tzf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "tzf",
      "targets" : [
        "tzf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TimezoneFinderBenchmarks",
      "targets" : [
        "TimezoneFinderBenchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tzfTests",
      "module_type" : "SwiftTarget",
      "name" : "tzfTests",
      "path" : "Tests/tzfTests",
      "product_dependencies" : [
        "Testing",
        "Cities"
      ],
      "sources" : [
        "FindersTests.swift",
        "tzfTests.swift"
      ],
      "target_dependencies" : [
        "tzf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "tzf",
      "module_type" : "SwiftTarget",
      "name" : "tzf",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "tzf",
        "TimezoneFinderBenchmarks"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.bin",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.preindex.bin",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "gen/tzf/v1/tzinfo.pb.swift",
        "tzf/Finders.swift"
      ],
      "target_dependencies" : [
        "geometry"
      ],
      "type" : "library"
    },
    {
      "c99name" : "geometry",
      "module_type" : "SwiftTarget",
      "name" : "geometry",
      "path" : "Sources/geometry",
      "product_memberships" : [
        "tzf",
        "TimezoneFinderBenchmarks"
      ],
      "sources" : [
        "geo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TimezoneFinderBenchmarks",
      "module_type" : "SwiftTarget",
      "name" : "TimezoneFinderBenchmarks",
      "path" : "Benchmarks/TimezoneFinderBenchmarks",
      "product_dependencies" : [
        "Benchmark",
        "Cities",
        "SwiftTimeZoneLookup",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "TimezoneFinderBenchmarks"
      ],
      "sources" : [
        "TimezoneFinderBenchmarks.swift"
      ],
      "target_dependencies" : [
        "tzf"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-testing.git
[1/20905] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (1.48s)
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Fetching https://github.com/ringsaturn/cities-swift.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-protobuf.git
[1/61] Fetching cities-swift
[51/322] Fetching cities-swift, swifttimezonelookup
[67/6216] Fetching cities-swift, swifttimezonelookup, package-benchmark
Fetched https://github.com/ordo-one/package-benchmark from cache (0.38s)
[1/38462] Fetching swift-protobuf
[3848/108029] Fetching swift-protobuf, swift-syntax
Fetched https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git from cache (1.13s)
Fetched https://github.com/ringsaturn/cities-swift.git from cache (5.27s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.31s)
Fetched https://github.com/apple/swift-protobuf.git from cache (5.40s)
Computing version for https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Computed https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git at 1.0.7 (1.86s)
Computing version for https://github.com/ringsaturn/cities-swift.git
Computed https://github.com/ringsaturn/cities-swift.git at 0.1.1 (0.45s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.48s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.29.2 (0.58s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/ordo-one/TextTable
Fetching https://github.com/HdrHistogram/hdrhistogram-swift
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/ordo-one/package-jemalloc
Fetching https://github.com/apple/swift-atomics
[1/35] Fetching package-jemalloc
[36/1740] Fetching package-jemalloc, swift-atomics
[565/5961] Fetching package-jemalloc, swift-atomics, swift-system
[5962/6559] Fetching package-jemalloc, swift-atomics, swift-system, hdrhistogram-swift
Fetched https://github.com/ordo-one/package-jemalloc from cache (0.37s)
Fetched https://github.com/apple/swift-atomics from cache (0.37s)
[1/14707] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.73s)
[1/203] Fetching texttable
Fetched https://github.com/ordo-one/TextTable from cache (2.11s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift from cache (2.11s)
Fetched https://github.com/apple/swift-system from cache (2.11s)
Computing version for https://github.com/ordo-one/package-jemalloc
Computed https://github.com/ordo-one/package-jemalloc at 1.0.0 (0.49s)
Computing version for https://github.com/ordo-one/TextTable
Computed https://github.com/ordo-one/TextTable at 0.0.2 (0.51s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift
Computed https://github.com/HdrHistogram/hdrhistogram-swift at 0.1.3 (0.51s)
Fetching https://github.com/apple/swift-numerics
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.35s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.95s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.51s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.56s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.54s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0-prerelease-2025-03-18 (0.65s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/ordo-one/package-benchmark
Working copy of https://github.com/ordo-one/package-benchmark resolved at 1.29.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0-prerelease-2025-03-18
Creating working copy for https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Working copy of https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git resolved at 1.0.7
Creating working copy for https://github.com/ordo-one/TextTable
Working copy of https://github.com/ordo-one/TextTable resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/ordo-one/package-jemalloc
Working copy of https://github.com/ordo-one/package-jemalloc resolved at 1.0.0
Creating working copy for https://github.com/ringsaturn/cities-swift.git
Working copy of https://github.com/ringsaturn/cities-swift.git resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at e76a44f (e76a44f)
Creating working copy for https://github.com/HdrHistogram/hdrhistogram-swift
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift resolved at 0.1.3
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
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Building for debugging...
[0/12] Write sources
[4/12] Compiling CSystem shims.c
[4/12] Write swift-version-24593BA9C3E375BF.txt
[7/42] Compiling SystemPackage MachPort.swift
[8/42] Compiling SystemPackage PlatformString.swift
[9/42] Compiling SystemPackage SystemString.swift
[10/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/45] Emitting module ArgumentParserToolInfo
[13/46] Compiling SystemPackage FileOperations.swift
[14/46] Compiling SystemPackage FilePath.swift
[15/46] Compiling SystemPackage FilePathComponentView.swift
[16/46] Compiling SystemPackage FilePathComponents.swift
[17/46] Compiling SystemPackage FilePathParsing.swift
[18/46] Compiling SystemPackage FilePathString.swift
[19/46] Compiling SystemPackage FilePathSyntax.swift
[20/46] Compiling SystemPackage FilePathTemp.swift
[20/46] Wrapping AST for ArgumentParserToolInfo for debugging
[22/84] Compiling ArgumentParser ArgumentSet.swift
[23/84] Compiling ArgumentParser CommandParser.swift
[24/84] Compiling ArgumentParser InputKey.swift
[25/84] Compiling ArgumentParser InputOrigin.swift
[26/84] Compiling ArgumentParser Argument.swift
[27/84] Compiling ArgumentParser ArgumentHelp.swift
[28/84] Compiling ArgumentParser Name.swift
[29/84] Compiling ArgumentParser Parsed.swift
[30/84] Emitting module SystemPackage
[31/84] Compiling ArgumentParser ArgumentDecoder.swift
[32/84] Compiling ArgumentParser ArgumentVisibility.swift
[33/84] Compiling ArgumentParser CompletionKind.swift
[34/84] Compiling ArgumentParser Errors.swift
[35/84] Compiling ArgumentParser ParsedValues.swift
[36/84] Compiling ArgumentParser ParserError.swift
[37/84] Compiling ArgumentParser SplitArguments.swift
[38/84] Compiling ArgumentParser ArgumentDefinition.swift
[39/84] Compiling ArgumentParser OptionGroup.swift
[40/84] Compiling ArgumentParser AsyncParsableCommand.swift
[41/84] Compiling ArgumentParser CommandConfiguration.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Emitting module ArgumentParser
[50/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/90] Compiling ArgumentParser CompletionsGenerator.swift
[52/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[56/90] Compiling ArgumentParser CollectionExtensions.swift
[57/90] Compiling ArgumentParser Platform.swift
[58/90] Compiling ArgumentParser SequenceExtensions.swift
[59/90] Compiling ArgumentParser StringExtensions.swift
[60/90] Compiling ArgumentParser Tree.swift
[69/90] Compiling ArgumentParser Flag.swift
[70/90] Compiling ArgumentParser NameSpecification.swift
[71/90] Compiling ArgumentParser Option.swift
[72/90] Compiling ArgumentParser ExpressibleByArgument.swift
[73/90] Compiling ArgumentParser ParsableArguments.swift
[74/90] Compiling ArgumentParser ParsableArgumentsValidation.swift
[75/90] Compiling ArgumentParser ParsableCommand.swift
[80/90] Compiling ArgumentParser CommandGroup.swift
[81/90] Compiling ArgumentParser EnumerableFlag.swift
[82/90] Compiling ArgumentParser DumpHelpGenerator.swift
[83/90] Compiling ArgumentParser HelpCommand.swift
[84/90] Compiling ArgumentParser HelpGenerator.swift
[85/90] Compiling ArgumentParser MessageInfo.swift
[86/90] Compiling ArgumentParser UsageGenerator.swift
[87/91] Wrapping AST for ArgumentParser for debugging
[89/93] Emitting module BenchmarkBoilerplateGenerator
[90/93] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[91/94] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[92/94] Write Objects.LinkFileList
[93/94] Linking BenchmarkBoilerplateGenerator-tool
Build of product 'BenchmarkBoilerplateGenerator' complete! (17.94s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/geometry/geo.swift
[1/1] Compiling plugin BenchmarkCommandPlugin
[2/2] Compiling plugin BenchmarkPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[4/53] Generating plugin support files
[5/53] Copying combined-with-oceans.reduce.preindex.bin
[6/53] Compiling _NumericsShims _NumericsShims.c
[7/53] Write sources
[11/53] Compiling _AtomicsShims.c
[12/53] Copying timezone16.bin
[13/53] Copying README.md
[14/53] Write sources
[15/53] Copying PrivacyInfo.xcprivacy
[16/53] Write sources
[22/53] Copying timezone21.bin
[23/53] Write sources
[28/53] Copying combined-with-oceans.reduce.bin
[29/53] Compiling CSystem shims.c
[30/53] Copying cities.json
[31/53] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[32/53] Compiling zonedetect.c
[33/53] Compiling SwiftRuntimeHooks shims.c
[34/53] Write swift-version-24593BA9C3E375BF.txt
[36/204] Emitting module RealModule
[37/205] Emitting module SystemPackage
[38/208] Emitting module SwiftTimeZoneLookup
[39/208] Emitting module Atomics
[40/210] Compiling RealModule Real.swift
[41/210] Emitting module Shared
[42/210] Compiling Shared Command+Helpers.swift
[43/211] Compiling Atomics IntegerOperations.swift
[44/211] Compiling Atomics Unmanaged extensions.swift
[45/211] Compiling RealModule Float80+Real.swift
[46/211] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[47/211] Compiling SwiftProtobuf BinaryDelimited.swift
[48/211] Compiling SwiftProtobuf BinaryEncoder.swift
[49/211] Compiling RealModule Float16+Real.swift
[50/211] Compiling RealModule Float+Real.swift
[51/211] Compiling RealModule ElementaryFunctions.swift
[52/211] Compiling SystemPackage Util+StringArray.swift
[53/211] Compiling SystemPackage Util.swift
[54/211] Compiling SystemPackage UtilConsumers.swift
[55/211] Compiling SwiftProtobuf AsyncMessageSequence.swift
[56/211] Compiling SwiftProtobuf BinaryDecoder.swift
[57/211] Compiling SwiftProtobuf BinaryDecodingError.swift
[58/211] Compiling SwiftProtobuf AnyMessageStorage.swift
[59/211] Compiling SwiftProtobuf AnyUnpackError.swift
[60/211] Compiling SwiftProtobuf BinaryEncodingError.swift
[61/211] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[62/211] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[63/211] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[69/211] Compiling SwiftProtobuf Decoder.swift
[70/211] Compiling SwiftProtobuf DoubleParser.swift
[71/211] Compiling SwiftProtobuf Enum.swift
[72/211] Compiling SwiftProtobuf ExtensibleMessage.swift
[73/211] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[75/211] Compiling SwiftProtobuf CustomJSONCodable.swift
[76/211] Compiling RealModule RealFunctions.swift
[81/212] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[82/212] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[83/212] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[92/213] Wrapping AST for Atomics for debugging
[93/213] Wrapping AST for Shared for debugging
[94/215] Wrapping AST for RealModule for debugging
[96/220] Compiling SwiftProtobuf FieldTag.swift
[97/220] Compiling SwiftProtobuf FieldTypes.swift
[98/220] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[99/220] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[109/221] Compiling ComplexModule Arithmetic.swift
[110/221] Compiling ComplexModule Complex.swift
[110/221] Wrapping AST for SystemPackage for debugging
[112/221] Emitting module ArgumentParserToolInfo
[113/221] Compiling ArgumentParserToolInfo ToolInfo.swift
[114/222] Emitting module ComplexModule
[116/222] Emitting module Cities
[117/222] Compiling Cities Cities.swift
[118/222] Compiling ComplexModule ElementaryFunctions.swift
[119/222] Emitting module SwiftProtobuf
[119/233] Wrapping AST for ArgumentParserToolInfo for debugging
[121/233] Emitting module geometry
[122/233] Compiling geometry geo.swift
[124/234] Compiling Cities City.swift
[125/234] Compiling SwiftTimeZoneLookup SwiftTimeZoneLookup.swift
[126/234] Compiling SwiftTimeZoneLookup resource_bundle_accessor.swift
[127/235] Compiling Cities resource_bundle_accessor.swift
[130/274] Compiling SwiftProtobuf Message+JSONAdditions.swift
[131/274] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[132/274] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[133/274] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[134/274] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[135/274] Compiling SwiftProtobuf Message.swift
[136/274] Compiling SwiftProtobuf MessageExtension.swift
[137/274] Compiling SwiftProtobuf NameMap.swift
[138/274] Compiling SwiftProtobuf PathDecoder.swift
[139/274] Compiling SwiftProtobuf PathVisitor.swift
[140/274] Compiling SwiftProtobuf ProtoNameProviding.swift
[141/274] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[141/274] Wrapping AST for geometry for debugging
[143/274] Compiling ArgumentParser HelpGenerator.swift
[144/274] Compiling ArgumentParser MessageInfo.swift
[145/274] Compiling ArgumentParser UsageGenerator.swift
[146/274] Compiling ArgumentParser ExpressibleByArgument.swift
[147/274] Compiling ArgumentParser ParsableArguments.swift
[148/274] Compiling ArgumentParser ParsableArgumentsValidation.swift
[149/274] Compiling ArgumentParser ParsableCommand.swift
[150/274] Compiling ArgumentParser ArgumentDecoder.swift
[151/274] Compiling ArgumentParser Name.swift
[152/274] Compiling ArgumentParser Parsed.swift
[153/274] Compiling ArgumentParser ParsedValues.swift
[154/274] Compiling ArgumentParser ParserError.swift
[155/274] Compiling ArgumentParser CompletionKind.swift
[156/274] Compiling ArgumentParser Errors.swift
[157/274] Compiling ArgumentParser Flag.swift
[158/274] Compiling ArgumentParser NameSpecification.swift
[159/274] Compiling ArgumentParser Option.swift
[160/274] Compiling ArgumentParser OptionGroup.swift
[161/274] Compiling ArgumentParser AsyncParsableCommand.swift
[162/274] Compiling ArgumentParser CommandConfiguration.swift
[163/274] Compiling ArgumentParser CommandGroup.swift
[164/274] Compiling ArgumentParser EnumerableFlag.swift
[165/274] Compiling ArgumentParser DumpHelpGenerator.swift
[166/274] Compiling ArgumentParser HelpCommand.swift
[166/274] Wrapping AST for Cities for debugging
[168/274] Compiling ArgumentParser SplitArguments.swift
[169/274] Compiling SwiftProtobuf JSONEncoder.swift
[170/274] Compiling SwiftProtobuf JSONEncodingError.swift
[171/274] Compiling SwiftProtobuf JSONEncodingOptions.swift
[172/274] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[173/274] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[174/274] Compiling SwiftProtobuf JSONScanner.swift
[175/274] Compiling SwiftProtobuf MathUtils.swift
[176/274] Compiling SwiftProtobuf Message+AnyAdditions.swift
[177/274] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[178/274] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[179/274] Compiling SwiftProtobuf Message+FieldMask.swift
[179/274] Wrapping AST for SwiftTimeZoneLookup for debugging
[181/274] Compiling SwiftProtobuf ProtobufMap.swift
[182/274] Compiling SwiftProtobuf SelectiveVisitor.swift
[183/274] Compiling SwiftProtobuf SimpleExtensionMap.swift
[184/274] Compiling SwiftProtobuf StringUtils.swift
[185/274] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[186/274] Compiling SwiftProtobuf SwiftProtobufError.swift
[187/274] Compiling SwiftProtobuf TextFormatDecoder.swift
[188/274] Compiling SwiftProtobuf TextFormatDecodingError.swift
[189/274] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[190/274] Compiling SwiftProtobuf TextFormatEncoder.swift
[191/274] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[192/274] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[193/274] Compiling SwiftProtobuf TextFormatScanner.swift
[194/274] Compiling SwiftProtobuf TimeUtils.swift
[195/274] Compiling SwiftProtobuf UnknownStorage.swift
[196/274] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[197/274] Compiling SwiftProtobuf Varint.swift
[198/274] Compiling SwiftProtobuf Version.swift
[199/274] Compiling SwiftProtobuf Visitor.swift
[200/274] Compiling SwiftProtobuf WireFormat.swift
[201/274] Compiling SwiftProtobuf ZigZag.swift
[202/274] Compiling SwiftProtobuf any.pb.swift
[203/274] Compiling ArgumentParser BashCompletionsGenerator.swift
[204/274] Compiling ArgumentParser CompletionsGenerator.swift
[205/274] Compiling ArgumentParser FishCompletionsGenerator.swift
[206/274] Compiling ArgumentParser ZshCompletionsGenerator.swift
[207/274] Compiling ArgumentParser Argument.swift
[208/274] Compiling ArgumentParser ArgumentHelp.swift
[209/274] Compiling ArgumentParser ArgumentDefinition.swift
[210/274] Compiling ArgumentParser ArgumentSet.swift
[211/274] Compiling ArgumentParser CommandParser.swift
[212/274] Compiling ArgumentParser InputKey.swift
[213/274] Compiling ArgumentParser InputOrigin.swift
[214/274] Compiling ArgumentParser ArgumentVisibility.swift
[215/274] Compiling ComplexModule Differentiable.swift
[217/275] Emitting module ArgumentParser
[217/280] Wrapping AST for ComplexModule for debugging
[219/282] Compiling Numerics Numerics.swift
[220/282] Emitting module Numerics
[221/283] Wrapping AST for Numerics for debugging
[238/285] Compiling ArgumentParser CollectionExtensions.swift
[239/285] Compiling ArgumentParser Platform.swift
[240/285] Compiling ArgumentParser SequenceExtensions.swift
[241/285] Compiling ArgumentParser StringExtensions.swift
[242/285] Compiling ArgumentParser Tree.swift
[265/286] Wrapping AST for ArgumentParser for debugging
[267/286] Emitting module Histogram
[268/286] Compiling Histogram Histogram.swift
[269/287] Wrapping AST for Histogram for debugging
[271/315] Compiling Benchmark NIOLock.swift
[272/315] Compiling Benchmark lock.swift
[273/315] Compiling Benchmark OperatingSystemStats.swift
[274/315] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
[275/318] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
[276/318] Compiling Benchmark OutputSuppressor.swift
[277/318] Compiling Benchmark Progress.swift
[278/318] Emitting module Benchmark
[279/318] Compiling Benchmark BenchmarkClock.swift
[280/318] Compiling Benchmark BenchmarkExecutor+Extensions.swift
[281/318] Compiling Benchmark BenchmarkExecutor.swift
[282/318] Compiling Benchmark BenchmarkInternals.swift
[283/318] Compiling Benchmark ARCStats.swift
[284/318] Compiling Benchmark ARCStatsProducer.swift
[285/318] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
[286/318] Compiling Benchmark Benchmark.swift
[287/318] Compiling Benchmark BenchmarkRunner.swift
[288/318] Compiling Benchmark BenchmarkThresholds+Defaults.swift
[289/318] Compiling Benchmark BenchmarkThresholds.swift
[290/318] Compiling Benchmark Blackhole.swift
[291/318] Compiling Benchmark ProgressElements.swift
[292/318] Compiling Benchmark Utilities.swift
[293/318] Compiling Benchmark Statistics.swift
[294/318] Compiling Benchmark BenchmarkMetric+Defaults.swift
[295/318] Compiling Benchmark BenchmarkMetric.swift
[296/318] Compiling Benchmark BenchmarkResult.swift
[297/318] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
[298/318] Compiling Benchmark Int+Extensions.swift
[299/318] Compiling Benchmark MallocStats+jemalloc-support.swift
[300/318] Compiling Benchmark MallocStats.swift
[301/318] Compiling Benchmark MallocStatsProducer+jemalloc.swift
[302/319] Wrapping AST for Benchmark for debugging
[304/319] Compiling SwiftProtobuf api.pb.swift
[305/319] Compiling SwiftProtobuf descriptor.pb.swift
[306/319] Compiling SwiftProtobuf duration.pb.swift
[307/319] Compiling SwiftProtobuf empty.pb.swift
[308/319] Compiling SwiftProtobuf field_mask.pb.swift
[309/319] Compiling SwiftProtobuf source_context.pb.swift
[310/319] Compiling SwiftProtobuf struct.pb.swift
[311/319] Compiling SwiftProtobuf timestamp.pb.swift
[312/319] Compiling SwiftProtobuf type.pb.swift
[313/319] Compiling SwiftProtobuf wrappers.pb.swift
[314/319] Compiling SwiftProtobuf resource_bundle_accessor.swift
[315/320] Wrapping AST for SwiftProtobuf for debugging
[317/324] Compiling tzf resource_bundle_accessor.swift
[318/324] Compiling tzf Finders.swift
[319/324] Compiling tzf tzinfo.pb.swift
[320/324] Emitting module tzf
[321/325] Wrapping AST for tzf for debugging
[323/328] Emitting module TimezoneFinderBenchmarks
[324/328] Compiling TimezoneFinderBenchmarks __BenchmarkBoilerplate.swift
[325/328] Compiling TimezoneFinderBenchmarks TimezoneFinderBenchmarks.swift
[326/329] Wrapping AST for TimezoneFinderBenchmarks for debugging
[327/329] Write Objects.LinkFileList
[328/329] Linking TimezoneFinderBenchmarks
Build complete! (90.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "revision" : [
          "e76a44f"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    },
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    },
    {
      "identity" : "cities-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ringsaturn/cities-swift.git"
    },
    {
      "identity" : "swifttimezonelookup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git"
    }
  ],
  "manifest_display_name" : "tzf",
  "name" : "tzf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "tzf",
      "targets" : [
        "tzf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TimezoneFinderBenchmarks",
      "targets" : [
        "TimezoneFinderBenchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tzfTests",
      "module_type" : "SwiftTarget",
      "name" : "tzfTests",
      "path" : "Tests/tzfTests",
      "product_dependencies" : [
        "Testing",
        "Cities"
      ],
      "sources" : [
        "FindersTests.swift",
        "tzfTests.swift"
      ],
      "target_dependencies" : [
        "tzf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "tzf",
      "module_type" : "SwiftTarget",
      "name" : "tzf",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "tzf",
        "TimezoneFinderBenchmarks"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.bin",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.preindex.bin",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "gen/tzf/v1/tzinfo.pb.swift",
        "tzf/Finders.swift"
      ],
      "target_dependencies" : [
        "geometry"
      ],
      "type" : "library"
    },
    {
      "c99name" : "geometry",
      "module_type" : "SwiftTarget",
      "name" : "geometry",
      "path" : "Sources/geometry",
      "product_memberships" : [
        "tzf",
        "TimezoneFinderBenchmarks"
      ],
      "sources" : [
        "geo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TimezoneFinderBenchmarks",
      "module_type" : "SwiftTarget",
      "name" : "TimezoneFinderBenchmarks",
      "path" : "Benchmarks/TimezoneFinderBenchmarks",
      "product_dependencies" : [
        "Benchmark",
        "Cities",
        "SwiftTimeZoneLookup",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "TimezoneFinderBenchmarks"
      ],
      "sources" : [
        "TimezoneFinderBenchmarks.swift"
      ],
      "target_dependencies" : [
        "tzf"
      ],
      "type" : "executable"
    }
  ],
  "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.