The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of tzf, reference main (a16f92), with Swift 6.1 for Linux on 1 May 2025 02:08:56 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
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.1
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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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/apple/swift-testing.git
[1/22250] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (0.82s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/ringsaturn/cities-swift.git
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
[1/71] Fetching cities-swift
[60/332] Fetching cities-swift, swifttimezonelookup
[89/6236] Fetching cities-swift, swifttimezonelookup, package-benchmark
Fetched https://github.com/ordo-one/package-benchmark from cache (0.48s)
Fetched https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git from cache (0.57s)
[1/38504] Fetching swift-protobuf
[2697/108795] Fetching swift-protobuf, swift-syntax
Fetched https://github.com/ringsaturn/cities-swift.git from cache (0.86s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.72s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.07s)
Computing version for https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Computed https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git at 1.0.7 (9.88s)
Computing version for https://github.com/ringsaturn/cities-swift.git
Computed https://github.com/ringsaturn/cities-swift.git at 0.1.1 (0.49s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.49s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.29.2 (0.55s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/ordo-one/TextTable
Fetching https://github.com/HdrHistogram/hdrhistogram-swift
Fetching https://github.com/ordo-one/package-jemalloc
[1/4367] Fetching swift-system
[2054/4402] Fetching swift-system, package-jemalloc
[2479/4605] Fetching swift-system, package-jemalloc, texttable
[4603/6310] Fetching swift-system, package-jemalloc, texttable, swift-atomics
[4774/6912] Fetching swift-system, package-jemalloc, texttable, swift-atomics, hdrhistogram-swift
Fetched https://github.com/ordo-one/package-jemalloc from cache (0.25s)
[5701/6877] Fetching swift-system, texttable, swift-atomics, hdrhistogram-swift
Fetched https://github.com/HdrHistogram/hdrhistogram-swift from cache (0.31s)
Fetched https://github.com/ordo-one/TextTable from cache (0.38s)
Fetched https://github.com/apple/swift-atomics from cache (0.38s)
Fetched https://github.com/apple/swift-system from cache (0.38s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.84s)
Computing version for https://github.com/ordo-one/package-jemalloc
Computed https://github.com/ordo-one/package-jemalloc at 1.0.0 (1.32s)
Computing version for https://github.com/ordo-one/TextTable
Computed https://github.com/ordo-one/TextTable at 0.0.2 (0.46s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift
Computed https://github.com/HdrHistogram/hdrhistogram-swift at 0.1.3 (0.48s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.39s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.87s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.43s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.52s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.67s)
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/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
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/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/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/package-jemalloc
Working copy of https://github.com/ordo-one/package-jemalloc resolved at 1.0.0
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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
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-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
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
[0/12] Write sources
[4/12] Compiling CSystem shims.c
[4/12] Write swift-version-24593BA9C3E375BF.txt
[7/42] Emitting module ArgumentParserToolInfo
[8/42] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/43] Compiling SystemPackage MachPort.swift
[10/43] Compiling SystemPackage PlatformString.swift
[11/43] Compiling SystemPackage SystemString.swift
[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] Emitting module SystemPackage
[18/46] Compiling SystemPackage Errno.swift
[19/46] Compiling SystemPackage ErrnoWindows.swift
[20/46] Compiling SystemPackage FileDescriptor.swift
[21/46] Compiling SystemPackage FileHelpers.swift
[21/46] Wrapping AST for ArgumentParserToolInfo for debugging
[23/84] Compiling ArgumentParser Name.swift
[24/84] Compiling ArgumentParser Parsed.swift
[25/84] Compiling ArgumentParser ParsedValues.swift
[26/84] Compiling ArgumentParser CompletionKind.swift
[27/84] Compiling ArgumentParser Errors.swift
[28/84] Compiling ArgumentParser Flag.swift
[29/84] Compiling ArgumentParser NameSpecification.swift
[30/84] Compiling ArgumentParser Option.swift
[31/84] Compiling ArgumentParser ArgumentDefinition.swift
[32/84] Compiling ArgumentParser ArgumentSet.swift
[33/84] Compiling ArgumentParser CommandParser.swift
[34/84] Compiling ArgumentParser InputKey.swift
[35/84] Compiling ArgumentParser InputOrigin.swift
[36/84] Compiling ArgumentParser OptionGroup.swift
[37/84] Compiling ArgumentParser AsyncParsableCommand.swift
[38/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/84] Compiling ArgumentParser ParsableCommand.swift
[40/84] Compiling ArgumentParser ArgumentDecoder.swift
[41/84] Compiling ArgumentParser ArgumentVisibility.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Emitting module ArgumentParser
[45/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[46/90] Compiling ArgumentParser CompletionsGenerator.swift
[47/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[48/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[49/90] Compiling ArgumentParser Argument.swift
[50/90] Compiling ArgumentParser ArgumentHelp.swift
[51/90] Compiling ArgumentParser ExpressibleByArgument.swift
[52/90] Compiling ArgumentParser ParsableArguments.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
[75/90] Compiling ArgumentParser ParserError.swift
[76/90] Compiling ArgumentParser SplitArguments.swift
[79/90] Compiling ArgumentParser CommandConfiguration.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
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 BenchmarkPlugin
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[4/64] Copying combined-with-oceans.reduce.preindex.bin
[5/64] Write sources
[9/64] Copying timezone21.bin
[9/64] Copying timezone16.bin
[9/64] Copying README.md
[12/64] Write sources
[12/64] Copying combined-with-oceans.reduce.bin
[12/64] Copying PrivacyInfo.xcprivacy
[12/64] Write sources
[21/64] Compiling _NumericsShims _NumericsShims.c
[21/64] Write sources
[23/64] Copying cities.json
[24/64] Write sources
[25/64] Compiling _AtomicsShims.c
[32/64] Compiling CSystem shims.c
[33/64] Compiling SwiftRuntimeHooks shims.c
[34/64] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[35/64] Compiling zonedetect.c
[36/64] Compiling CSystem shims.c
[37/64] Write swift-version-24593BA9C3E375BF.txt
[39/194] Compiling SwiftTimeZoneLookup resource_bundle_accessor.swift
[40/194] Emitting module ArgumentParserToolInfo
[41/194] Compiling RealModule Real.swift
[42/196] Emitting module Shared
[43/196] Compiling Shared Command+Helpers.swift
[44/197] Compiling RealModule Float80+Real.swift
[46/197] Compiling RealModule Float16+Real.swift
[47/197] Compiling RealModule ElementaryFunctions.swift
[48/197] Compiling RealModule Float+Real.swift
[50/197] Compiling RealModule RealFunctions.swift
[51/197] Compiling SwiftProtobuf DoubleParser.swift
[52/197] Compiling SwiftProtobuf Enum.swift
[53/197] Compiling SwiftProtobuf CustomJSONCodable.swift
[54/197] Compiling SwiftProtobuf Decoder.swift
[55/201] Emitting module RealModule
[56/221] Emitting module SwiftTimeZoneLookup
[57/221] Compiling SwiftTimeZoneLookup SwiftTimeZoneLookup.swift
[58/222] Compiling Atomics UnsafeAtomic.swift
[59/222] Compiling Atomics UnsafeAtomicLazyReference.swift
[60/222] Compiling SwiftProtobuf BinaryDelimited.swift
[61/222] Compiling SwiftProtobuf BinaryEncoder.swift
[64/225] Compiling Atomics Primitives.shims.swift
[65/225] Compiling Atomics AtomicInteger.swift
[66/225] Compiling Atomics AtomicOptionalWrappable.swift
[69/227] Compiling SwiftProtobuf BinaryEncodingError.swift
[70/228] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[71/228] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[72/228] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[73/228] Compiling SwiftProtobuf JSONDecodingOptions.swift
[74/228] Compiling SwiftProtobuf JSONEncoder.swift
[75/228] Compiling SwiftProtobuf JSONEncodingError.swift
[76/229] Compiling Atomics ManagedAtomic.swift
[77/229] Compiling Atomics ManagedAtomicLazyReference.swift
[78/231] Emitting module SystemPackage
[79/232] Compiling Atomics AtomicMemoryOrderings.swift
[80/232] Compiling Atomics DoubleWord.swift
[81/232] Emitting module SystemPackage
[83/235] Compiling Atomics RawRepresentable.swift
[84/235] Compiling Atomics AtomicBool.swift
[91/235] Compiling Atomics IntegerOperations.swift
[92/235] Compiling Atomics Unmanaged extensions.swift
[93/235] Compiling Atomics AtomicReference.swift
[94/235] Compiling Atomics AtomicStorage.swift
[95/235] Compiling Atomics AtomicValue.swift
[96/236] Compiling SystemPackage Util+StringArray.swift
[97/236] Compiling SystemPackage Util.swift
[98/236] Compiling SystemPackage UtilConsumers.swift
[99/236] Compiling Atomics IntegerConformances.swift
[100/236] Compiling Atomics PointerConformances.swift
[101/236] Compiling Atomics Primitives.native.swift
[102/236] Compiling Atomics OptionalRawRepresentable.swift
[107/237] Compiling ComplexModule Arithmetic.swift
[108/237] Wrapping AST for SystemPackage for debugging
[110/237] Compiling ComplexModule ElementaryFunctions.swift
[111/237] Emitting module ArgumentParserToolInfo
[112/237] Compiling ArgumentParserToolInfo ToolInfo.swift
[112/238] Wrapping AST for SystemPackage for debugging
[114/238] Wrapping AST for SwiftTimeZoneLookup for debugging
[115/238] Wrapping AST for Shared for debugging
[116/238] Wrapping AST for RealModule for debugging
[117/276] Wrapping AST for ArgumentParserToolInfo for debugging
[119/276] Emitting module ArgumentParser
[120/277] Compiling Cities resource_bundle_accessor.swift
[120/277] Wrapping AST for ArgumentParserToolInfo for debugging
[122/277] Compiling Cities City.swift
[124/277] Emitting module Cities
[125/277] Compiling Cities Cities.swift
[127/278] Compiling geometry geo.swift
[128/278] Emitting module geometry
[128/279] Wrapping AST for ArgumentParser for debugging
[129/279] Wrapping AST for Cities for debugging
[131/280] Wrapping AST for geometry for debugging
[133/280] Emitting module BenchmarkBoilerplateGenerator
[134/281] Emitting module SwiftProtobuf
[136/292] Emitting module Atomics
[137/292] Compiling ArgumentParser ZshCompletionsGenerator.swift
[138/292] Compiling ArgumentParser Argument.swift
[139/292] Compiling ArgumentParser ArgumentHelp.swift
[140/292] Compiling ArgumentParser BashCompletionsGenerator.swift
[141/292] Compiling ArgumentParser CompletionsGenerator.swift
[142/292] Compiling ArgumentParser FishCompletionsGenerator.swift
[142/293] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[143/293] Write Objects.LinkFileList
[145/293] Wrapping AST for Atomics for debugging
[147/293] Compiling ArgumentParser ArgumentVisibility.swift
[148/293] Compiling ArgumentParser CompletionKind.swift
[149/293] Compiling ArgumentParser Errors.swift
[150/293] Compiling ArgumentParser Flag.swift
[151/293] Compiling ArgumentParser NameSpecification.swift
[152/293] Compiling ArgumentParser Option.swift
[153/293] Emitting module ArgumentParser
[159/298] Linking BenchmarkBoilerplateGenerator-tool
[160/298] Generating plugin support files
[161/298] Write sources
[175/298] Compiling ArgumentParser ParsableArgumentsValidation.swift
[176/298] Compiling ArgumentParser ParsableCommand.swift
[177/298] Compiling ArgumentParser ArgumentDecoder.swift
[178/298] Compiling ArgumentParser DumpHelpGenerator.swift
[179/298] Compiling ArgumentParser HelpCommand.swift
[180/298] Compiling ArgumentParser HelpGenerator.swift
[181/298] Compiling ArgumentParser MessageInfo.swift
[182/298] Compiling ArgumentParser UsageGenerator.swift
[183/298] Compiling ArgumentParser Name.swift
[184/298] Compiling ArgumentParser Parsed.swift
[185/298] Compiling ArgumentParser ParsedValues.swift
[186/298] Compiling ArgumentParser ParserError.swift
[187/298] Compiling ComplexModule Complex.swift
[188/298] Emitting module ComplexModule
[189/298] Compiling ComplexModule Differentiable.swift
[190/299] Wrapping AST for ComplexModule for debugging
[196/301] Compiling ArgumentParser SplitArguments.swift
[202/301] Compiling ArgumentParser ExpressibleByArgument.swift
[203/301] Compiling ArgumentParser ParsableArguments.swift
[207/301] Compiling ArgumentParser OptionGroup.swift
[208/301] Compiling ArgumentParser AsyncParsableCommand.swift
[209/301] Compiling ArgumentParser CommandConfiguration.swift
[210/301] Compiling ArgumentParser CommandGroup.swift
[211/301] Compiling ArgumentParser EnumerableFlag.swift
[212/301] Compiling ArgumentParser ArgumentDefinition.swift
[213/301] Compiling ArgumentParser ArgumentSet.swift
[214/301] Compiling ArgumentParser CommandParser.swift
[215/301] Compiling ArgumentParser InputKey.swift
[216/301] Compiling ArgumentParser InputOrigin.swift
[217/301] Emitting module Numerics
[218/301] Compiling Numerics Numerics.swift
[220/302] Compiling SwiftProtobuf ProtobufMap.swift
[221/302] Compiling SwiftProtobuf SelectiveVisitor.swift
[222/302] Compiling SwiftProtobuf SimpleExtensionMap.swift
[223/302] Compiling SwiftProtobuf StringUtils.swift
[224/302] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[225/302] Compiling SwiftProtobuf SwiftProtobufError.swift
[226/302] Compiling SwiftProtobuf TextFormatDecoder.swift
[227/302] Compiling SwiftProtobuf TextFormatDecodingError.swift
[228/302] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[229/302] Compiling SwiftProtobuf TextFormatEncoder.swift
[230/302] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[232/302] Compiling ArgumentParser CollectionExtensions.swift
[233/302] Compiling ArgumentParser Platform.swift
[234/302] Compiling ArgumentParser SequenceExtensions.swift
[235/302] Compiling ArgumentParser StringExtensions.swift
[236/302] Compiling ArgumentParser Tree.swift
[237/302] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[238/302] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[239/302] Compiling SwiftProtobuf HashVisitor.swift
[240/302] Compiling SwiftProtobuf Internal.swift
[241/302] Compiling SwiftProtobuf JSONDecoder.swift
[242/302] Compiling SwiftProtobuf JSONDecodingError.swift
[243/302] Compiling SwiftProtobuf Message+JSONAdditions.swift
[244/302] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[245/302] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[246/302] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[247/302] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[248/302] Compiling SwiftProtobuf Message.swift
[249/302] Compiling SwiftProtobuf MessageExtension.swift
[250/302] Compiling SwiftProtobuf NameMap.swift
[251/302] Compiling SwiftProtobuf PathDecoder.swift
[252/302] Compiling SwiftProtobuf PathVisitor.swift
[253/302] Compiling SwiftProtobuf ProtoNameProviding.swift
[254/302] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[255/302] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[256/302] Compiling SwiftProtobuf TextFormatScanner.swift
[257/302] Compiling SwiftProtobuf TimeUtils.swift
[258/302] Compiling SwiftProtobuf UnknownStorage.swift
[259/302] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[260/302] Compiling SwiftProtobuf Varint.swift
[261/302] Compiling SwiftProtobuf Version.swift
[262/302] Compiling SwiftProtobuf Visitor.swift
[263/302] Compiling SwiftProtobuf WireFormat.swift
[264/302] Compiling SwiftProtobuf ZigZag.swift
[265/302] Compiling SwiftProtobuf any.pb.swift
[271/303] Wrapping AST for Numerics for debugging
[284/305] Wrapping AST for ArgumentParser for debugging
[286/305] Emitting module Histogram
[287/305] Compiling Histogram Histogram.swift
[288/306] Wrapping AST for Histogram for debugging
[290/334] Compiling Benchmark BenchmarkRunner.swift
[291/334] Compiling Benchmark BenchmarkThresholds+Defaults.swift
[292/334] Compiling Benchmark BenchmarkThresholds.swift
[293/334] Compiling Benchmark Blackhole.swift
[294/337] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
[295/337] Compiling Benchmark OutputSuppressor.swift
[296/337] Compiling Benchmark Progress.swift
[297/337] Emitting module Benchmark
[298/337] Compiling Benchmark Int+Extensions.swift
[299/337] Compiling Benchmark MallocStats+jemalloc-support.swift
[300/337] Compiling Benchmark MallocStats.swift
[301/337] Compiling Benchmark MallocStatsProducer+jemalloc.swift
[302/337] Compiling Benchmark NIOLock.swift
[303/337] Compiling Benchmark lock.swift
[304/337] Compiling Benchmark OperatingSystemStats.swift
[305/337] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
[306/337] Compiling Benchmark ProgressElements.swift
[307/337] Compiling Benchmark Utilities.swift
[308/337] Compiling Benchmark Statistics.swift
[309/337] Compiling Benchmark BenchmarkClock.swift
[310/337] Compiling Benchmark BenchmarkExecutor+Extensions.swift
[311/337] Compiling Benchmark BenchmarkExecutor.swift
[312/337] Compiling Benchmark BenchmarkInternals.swift
[313/337] Compiling Benchmark ARCStats.swift
[314/337] Compiling Benchmark ARCStatsProducer.swift
[315/337] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
[316/337] Compiling Benchmark Benchmark.swift
[317/337] Compiling Benchmark BenchmarkMetric+Defaults.swift
[318/337] Compiling Benchmark BenchmarkMetric.swift
[319/337] Compiling Benchmark BenchmarkResult.swift
[320/337] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
[321/338] Wrapping AST for Benchmark for debugging
[323/338] Compiling SwiftProtobuf api.pb.swift
[324/338] Compiling SwiftProtobuf descriptor.pb.swift
[325/338] Compiling SwiftProtobuf duration.pb.swift
[326/338] Compiling SwiftProtobuf empty.pb.swift
[327/338] Compiling SwiftProtobuf field_mask.pb.swift
[328/338] Compiling SwiftProtobuf source_context.pb.swift
[329/338] Compiling SwiftProtobuf struct.pb.swift
[330/338] Compiling SwiftProtobuf timestamp.pb.swift
[331/338] Compiling SwiftProtobuf type.pb.swift
[332/338] Compiling SwiftProtobuf wrappers.pb.swift
[333/338] Compiling SwiftProtobuf resource_bundle_accessor.swift
[334/339] Wrapping AST for SwiftProtobuf for debugging
[336/343] Compiling tzf resource_bundle_accessor.swift
[337/343] Compiling tzf Finders.swift
[338/343] Emitting module tzf
[339/343] Compiling tzf tzinfo.pb.swift
[340/344] Wrapping AST for tzf for debugging
[342/347] Compiling TimezoneFinderBenchmarks __BenchmarkBoilerplate.swift
[343/347] Compiling TimezoneFinderBenchmarks TimezoneFinderBenchmarks.swift
[344/347] Emitting module TimezoneFinderBenchmarks
[345/348] Wrapping AST for TimezoneFinderBenchmarks for debugging
[346/348] Write Objects.LinkFileList
[347/348] Linking TimezoneFinderBenchmarks
Build complete! (116.88s)
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.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.