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 (4868f5), with Swift 6.1 for macOS (SPM) on 2 Dec 2025 07:46:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ringsaturn/tzf-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ringsaturn/tzf-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4868f58 Bump actions/checkout from 5 to 6 in the dependencies group (#7)
Submodule path 'tzf-rel-lite': checked out '6aee6124513508021599b1646637578dedad4484'
Submodule 'tzf-rel-lite' (https://github.com/ringsaturn/tzf-rel-lite) registered for path 'tzf-rel-lite'
Cloning into '/Users/admin/builder/spi-builder-workspace/tzf-rel-lite'...
Cloned https://github.com/ringsaturn/tzf-swift.git
Revision (git rev-parse @):
4868f58324a0e2f768418ff295f77fcfdd244ffb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ringsaturn/tzf-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ringsaturn/tzf-swift.git
https://github.com/ringsaturn/tzf-swift.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.bin",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[0/10] Write sources
[1/10] Write BenchmarkBoilerplateGenerator-tool-entitlement.plist
[1/10] Write sources
[5/10] Compiling CSystem shims.c
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/40] Emitting module ArgumentParserToolInfo
[10/86] Compiling ArgumentParser Name.swift
[11/86] Compiling ArgumentParser Parsed.swift
[12/86] Compiling ArgumentParser ParsedValues.swift
[13/89] Compiling ArgumentParser Argument.swift
[14/89] Compiling ArgumentParser InputKey.swift
[15/89] Compiling ArgumentParser InputOrigin.swift
[16/89] Compiling ArgumentParser MessageInfo.swift
[17/89] Compiling ArgumentParser UsageGenerator.swift
[18/89] Compiling ArgumentParser CollectionExtensions.swift
[19/89] Compiling ArgumentParser CommandConfiguration.swift
[20/89] Compiling ArgumentParser CommandGroup.swift
[21/89] Compiling ArgumentParser EnumerableFlag.swift
[22/89] Compiling ArgumentParser ExpressibleByArgument.swift
[23/89] Compiling ArgumentParser ParsableArguments.swift
[24/89] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/89] Compiling ArgumentParser CompletionsGenerator.swift
[26/89] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/89] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/89] Emitting module SystemPackage
[29/89] Compiling ArgumentParser CodingKeyValidator.swift
[30/89] Compiling ArgumentParser ArgumentDiscussion.swift
[31/89] Compiling ArgumentParser ArgumentHelp.swift
[32/89] Compiling ArgumentParser Mutex.swift
[33/89] Compiling ArgumentParser Platform.swift
[34/89] Compiling ArgumentParser SequenceExtensions.swift
[35/89] Compiling ArgumentParser StringExtensions.swift
[36/89] Compiling ArgumentParser SwiftExtensions.swift
[37/89] Compiling ArgumentParser Tree.swift
[38/89] Compiling SystemPackage Util+StringArray.swift
[39/89] Compiling SystemPackage Util.swift
[40/89] Compiling SystemPackage UtilConsumers.swift
[46/93] Emitting module ArgumentParser
[52/93] Compiling ArgumentParser NonsenseFlagsValidator.swift
[53/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[54/93] Compiling ArgumentParser PositionalArgumentsValidator.swift
[55/93] Compiling ArgumentParser UniqueNamesValidator.swift
[76/93] Compiling ArgumentParser ParserError.swift
[77/93] Compiling ArgumentParser SplitArguments.swift
[78/93] Compiling ArgumentParser DumpHelpGenerator.swift
[79/93] Compiling ArgumentParser HelpCommand.swift
[80/93] Compiling ArgumentParser HelpGenerator.swift
[81/93] Compiling ArgumentParser Flag.swift
[82/93] Compiling ArgumentParser NameSpecification.swift
[83/93] Compiling ArgumentParser Option.swift
[84/93] Compiling ArgumentParser OptionGroup.swift
[85/93] Compiling ArgumentParser AsyncParsableCommand.swift
[86/93] Compiling ArgumentParser ParsableCommand.swift
[87/93] Compiling ArgumentParser ArgumentDecoder.swift
[88/93] Compiling ArgumentParser ArgumentDefinition.swift
[89/93] Compiling ArgumentParser ArgumentSet.swift
[90/93] Compiling ArgumentParser CommandParser.swift
[91/95] Emitting module BenchmarkBoilerplateGenerator
[92/95] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[92/95] Write Objects.LinkFileList
[93/95] Linking BenchmarkBoilerplateGenerator-tool
[94/95] Applying BenchmarkBoilerplateGenerator-tool
[1/1] Compiling plugin BenchmarkPlugin
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
[5/5] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[5/47] Write sources
[12/47] Write TimezoneFinderBenchmarks-entitlement.plist
[13/47] Write sources
[15/47] Copying combined-with-oceans.reduce.preindex.bin
[16/47] Write sources
[18/47] Copying combined-with-oceans.reduce.bin
[19/47] Copying timezone16.bin
[20/47] Write sources
[22/47] Copying PrivacyInfo.xcprivacy
[23/47] Copying README.md
[23/47] Copying timezone21.bin
[25/47] Write sources
[27/47] Copying cities.json
[27/47] Write sources
[32/47] Compiling CSystem shims.c
[34/47] Compiling CDarwinOperatingSystemStats CDarwinOperatingSystemStats.c
[35/47] Compiling _NumericsShims _NumericsShims.c
[36/47] Compiling _AtomicsShims.c
[37/47] Compiling SwiftRuntimeHooks shims.c
[38/47] Write swift-version-2F0A5646E1D333AE.txt
[40/202] Emitting module BenchmarkShared
[41/202] Compiling BenchmarkShared Command+Helpers.swift
[42/202] Compiling RealModule Float80+Real.swift
[43/203] Compiling RealModule RealFunctions.swift
[44/203] Compiling RealModule ElementaryFunctions.swift
[45/203] Compiling SwiftProtobuf AnyMessageStorage.swift
[46/203] Compiling SwiftProtobuf AnyUnpackError.swift
[47/203] Compiling RealModule Real.swift
[48/203] Compiling RealModule RelaxedArithmetic.swift
[49/203] Compiling RealModule Float16+Real.swift
[52/204] Compiling RealModule Double+Real.swift
[53/204] Compiling RealModule AugmentedArithmetic.swift
[54/204] Compiling SwiftProtobuf BytecodeInterpreter.swift
[55/204] Compiling SwiftProtobuf BytecodeReader.swift
[56/204] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[57/204] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[58/204] Compiling RealModule Float+Real.swift
[59/204] Compiling SwiftProtobuf DoubleParser.swift
[60/204] Compiling SwiftProtobuf Enum.swift
[61/204] Compiling SwiftProtobuf CustomJSONCodable.swift
[62/204] Compiling SwiftProtobuf Decoder.swift
[63/204] Emitting module RealModule
[63/204] Compiling zonedetect.c
[65/204] Compiling Atomics Unmanaged extensions.swift
[69/218] Compiling SwiftProtobuf ExtensibleMessage.swift
[70/218] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[71/218] Compiling SwiftProtobuf ExtensionFields.swift
[72/221] Compiling SwiftProtobuf BinaryEncodingError.swift
[73/221] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[74/221] Compiling SwiftProtobuf BinaryDelimited.swift
[75/221] Compiling SwiftProtobuf BinaryEncoder.swift
[75/221] Write Objects.LinkFileList
[77/221] Compiling ComplexModule Polar.swift
[78/221] Compiling ComplexModule Complex.swift
[85/222] Emitting module ArgumentParserToolInfo
[86/222] Compiling ArgumentParserToolInfo ToolInfo.swift
[87/222] Compiling ComplexModule Scale.swift
[88/222] Emitting module SystemPackage
[88/268] Linking BenchmarkBoilerplateGenerator-tool
[90/268] Compiling ArgumentParser ArgumentHelp.swift
[91/268] Compiling ArgumentParser ArgumentVisibility.swift
[92/268] Compiling ArgumentParser CompletionKind.swift
[93/268] Compiling ArgumentParser Errors.swift
[94/268] Compiling ArgumentParser ParserError.swift
[95/268] Compiling ArgumentParser SplitArguments.swift
[96/268] Compiling ComplexModule Complex+IntegerLiteral.swift
[97/268] Compiling ComplexModule Complex+StringConvertible.swift
[98/268] Compiling ComplexModule Complex+Numeric.swift
[99/268] Compiling ArgumentParser BashCompletionsGenerator.swift
[100/268] Compiling ArgumentParser CompletionsGenerator.swift
[101/268] Compiling ComplexModule Complex+Codable.swift
[102/268] Compiling ComplexModule Complex+ElementaryFunctions.swift
[103/268] Compiling ComplexModule Complex+Hashable.swift
[103/268] Generating plugin support files
[104/268] Write sources
[106/268] Emitting module ComplexModule
[109/268] Compiling ArgumentParser FishCompletionsGenerator.swift
[110/268] Compiling ArgumentParser ZshCompletionsGenerator.swift
[111/268] Compiling ArgumentParser Argument.swift
[112/268] Compiling ArgumentParser InputKey.swift
[113/268] Compiling ArgumentParser InputOrigin.swift
[114/268] Compiling ArgumentParser Name.swift
[115/268] Compiling ArgumentParser Parsed.swift
[116/268] Compiling ArgumentParser DumpHelpGenerator.swift
[117/268] Compiling ArgumentParser HelpCommand.swift
[118/268] Compiling ArgumentParser HelpGenerator.swift
[119/268] Emitting module SwiftTimeZoneLookup
[120/268] Compiling SwiftTimeZoneLookup resource_bundle_accessor.swift
[121/268] Compiling SwiftTimeZoneLookup SwiftTimeZoneLookup.swift
[122/270] Emitting module Numerics
[123/270] Compiling Numerics Numerics.swift
[128/272] Emitting module Atomics
[129/272] Emitting module ArgumentParser
[130/276] Compiling ArgumentParser CommandConfiguration.swift
[131/276] Compiling ArgumentParser CommandGroup.swift
[132/276] Compiling ArgumentParser EnumerableFlag.swift
[133/276] Compiling ArgumentParser ExpressibleByArgument.swift
[134/276] Compiling ArgumentParser ParsableArguments.swift
[135/276] Compiling ArgumentParser SequenceExtensions.swift
[136/276] Compiling ArgumentParser StringExtensions.swift
[137/276] Compiling ArgumentParser SwiftExtensions.swift
[138/276] Compiling ArgumentParser Tree.swift
[139/276] Compiling ArgumentParser CodingKeyValidator.swift
[140/285] Compiling ArgumentParser NonsenseFlagsValidator.swift
[141/285] Compiling ArgumentParser ParsableArgumentsValidation.swift
[142/285] Compiling ArgumentParser PositionalArgumentsValidator.swift
[143/285] Compiling ArgumentParser UniqueNamesValidator.swift
[144/285] Compiling ArgumentParser ArgumentDiscussion.swift
[154/285] Compiling ArgumentParser MessageInfo.swift
[155/285] Compiling ArgumentParser UsageGenerator.swift
[156/285] Compiling ArgumentParser CollectionExtensions.swift
[157/285] Compiling ArgumentParser Mutex.swift
[158/285] Compiling ArgumentParser Platform.swift
[159/285] Compiling ArgumentParser Flag.swift
[160/285] Compiling ArgumentParser NameSpecification.swift
[161/285] Compiling ArgumentParser Option.swift
[162/285] Compiling ArgumentParser OptionGroup.swift
[163/285] Compiling ArgumentParser AsyncParsableCommand.swift
[169/285] Emitting module Cities
[189/285] Compiling ArgumentParser ParsedValues.swift
[195/285] Compiling geometry geo.swift
[196/285] Emitting module geometry
[197/285] Emitting module SwiftProtobuf
[208/285] Compiling Cities Cities.swift
[209/285] Compiling Cities City.swift
[210/285] Compiling Cities resource_bundle_accessor.swift
[216/285] Compiling ArgumentParser ParsableCommand.swift
[217/285] Compiling ArgumentParser ArgumentDecoder.swift
[218/285] Compiling ArgumentParser ArgumentDefinition.swift
[219/285] Compiling ArgumentParser ArgumentSet.swift
[220/285] Compiling ArgumentParser CommandParser.swift
[226/285] Compiling SwiftProtobuf PathVisitor.swift
[227/285] Compiling SwiftProtobuf ProtoNameProviding.swift
[228/285] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[229/285] Compiling SwiftProtobuf ProtobufMap.swift
[230/285] Compiling SwiftProtobuf SelectiveVisitor.swift
[231/285] Compiling SwiftProtobuf SimpleExtensionMap.swift
[232/285] Compiling SwiftProtobuf StringUtils.swift
[233/285] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[234/285] Compiling SwiftProtobuf SwiftProtobufError.swift
[244/285] Compiling SwiftProtobuf Message+FieldMask.swift
[245/285] Compiling SwiftProtobuf Message+JSONAdditions.swift
[246/285] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[247/285] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[248/285] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[249/285] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[250/285] Compiling SwiftProtobuf Message.swift
[251/285] Compiling SwiftProtobuf MessageExtension.swift
[252/285] Compiling SwiftProtobuf NameMap.swift
[253/285] Compiling SwiftProtobuf PathDecoder.swift
[254/285] Compiling SwiftProtobuf duration.pb.swift
[255/285] Compiling SwiftProtobuf empty.pb.swift
[256/285] Compiling SwiftProtobuf field_mask.pb.swift
[257/285] Compiling SwiftProtobuf source_context.pb.swift
[258/285] Compiling SwiftProtobuf struct.pb.swift
[259/285] Compiling SwiftProtobuf timestamp.pb.swift
[260/285] Compiling SwiftProtobuf type.pb.swift
[261/285] Compiling SwiftProtobuf wrappers.pb.swift
[262/285] Compiling SwiftProtobuf resource_bundle_accessor.swift
[263/285] Compiling Histogram Histogram.swift
[264/285] Emitting module Histogram
[265/313] Compiling SwiftProtobuf TextFormatDecoder.swift
[266/313] Compiling SwiftProtobuf TextFormatDecodingError.swift
[267/313] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[268/313] Compiling SwiftProtobuf TextFormatEncoder.swift
[269/313] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[270/313] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[271/313] Compiling SwiftProtobuf TextFormatScanner.swift
[272/313] Compiling SwiftProtobuf TimeUtils.swift
[273/313] Compiling SwiftProtobuf UnknownStorage.swift
[274/313] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[275/313] Compiling SwiftProtobuf Varint.swift
[276/313] Compiling SwiftProtobuf Version.swift
[277/313] Compiling SwiftProtobuf Visitor.swift
[278/313] Compiling SwiftProtobuf WireFormat.swift
[279/313] Compiling SwiftProtobuf ZigZag.swift
[280/313] Compiling SwiftProtobuf any.pb.swift
[281/313] Compiling SwiftProtobuf api.pb.swift
[282/313] Compiling SwiftProtobuf descriptor.pb.swift
[283/313] Compiling Benchmark MallocStats.swift
[284/313] Compiling Benchmark MallocStatsProducer+jemalloc.swift
[285/313] Compiling Benchmark NIOLock.swift
[286/320] Compiling Benchmark ARCStats.swift
[287/320] Compiling Benchmark ARCStatsProducer.swift
[288/320] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
[289/320] Emitting module Benchmark
[290/320] Compiling tzf resource_bundle_accessor.swift
[291/320] Compiling Benchmark Benchmark.swift
[292/320] Compiling Benchmark BenchmarkClock.swift
[293/320] Compiling Benchmark BenchmarkExecutor+Extensions.swift
[294/320] Compiling tzf tzinfo.pb.swift
[295/320] Compiling tzf Finders.swift
[296/320] Emitting module tzf
[297/320] Compiling Benchmark BenchmarkMetric.swift
[298/320] Compiling Benchmark BenchmarkResult.swift
[299/320] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
[300/320] Compiling Benchmark ProgressElements.swift
[301/320] Compiling Benchmark Utilities.swift
[302/320] Compiling Benchmark Statistics.swift
[303/320] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
[304/320] Compiling Benchmark OutputSuppressor.swift
[305/320] Compiling Benchmark Progress.swift
[306/320] Compiling Benchmark Blackhole.swift
[307/320] Compiling Benchmark Int+Extensions.swift
[308/320] Compiling Benchmark MallocStats+jemalloc-support.swift
[309/320] Compiling Benchmark BenchmarkRunner.swift
[310/320] Compiling Benchmark BenchmarkThresholds+Defaults.swift
[311/320] Compiling Benchmark BenchmarkThresholds.swift
[312/320] Compiling Benchmark lock.swift
[313/320] Compiling Benchmark OperatingSystemStats.swift
[314/320] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
[315/320] Compiling Benchmark BenchmarkExecutor.swift
[316/320] Compiling Benchmark BenchmarkInternals.swift
[317/320] Compiling Benchmark BenchmarkMetric+Defaults.swift
[318/323] Compiling TimezoneFinderBenchmarks __BenchmarkBoilerplate.swift
[319/323] Emitting module TimezoneFinderBenchmarks
[320/323] Compiling TimezoneFinderBenchmarks TimezoneFinderBenchmarks.swift
[320/323] Write Objects.LinkFileList
[321/323] Linking TimezoneFinderBenchmarks
[322/323] Applying TimezoneFinderBenchmarks
Build complete! (75.31s)
Fetching https://github.com/apple/swift-testing.git
[1/30286] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (1.85s)
Fetching https://github.com/ringsaturn/cities-swift.git
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/261] Fetching swifttimezonelookup
[28/352] Fetching swifttimezonelookup, cities-swift
[102/6821] Fetching swifttimezonelookup, cities-swift, package-benchmark
Fetched https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git from cache (2.83s)
Fetched https://github.com/ringsaturn/cities-swift.git from cache (2.83s)
Fetched https://github.com/ordo-one/package-benchmark from cache (2.83s)
Fetched https://github.com/apple/swift-protobuf.git from cache (2.90s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.91s)
Computing version for https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Computed https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git at 1.0.7 (6.18s)
Computing version for https://github.com/ringsaturn/cities-swift.git
Computed https://github.com/ringsaturn/cities-swift.git at 0.1.1 (0.48s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.70s)
Computing version for https://github.com/ordo-one/package-benchmark
warning: 'package-benchmark': Building for SPI@macOS, disabling Jemalloc
Computed https://github.com/ordo-one/package-benchmark at 1.29.6 (0.65s)
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/602] Fetching hdrhistogram-swift
[134/805] Fetching hdrhistogram-swift, texttable
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.85s)
Fetched https://github.com/ordo-one/TextTable.git from cache (0.85s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.27s)
Fetched https://github.com/apple/swift-system.git from cache (1.29s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.30s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (1.94s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (0.59s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.90s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.51s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.50s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.66s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
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.git
Working copy of https://github.com/ordo-one/TextTable.git resolved at 0.0.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.1
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.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.6
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/HdrHistogram/hdrhistogram-swift.git
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift.git resolved at 0.1.3
warning: 'package-benchmark': Building for SPI@macOS, disabling Jemalloc
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/geometry/geo.swift
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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.bin",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/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"
}
Done.