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 Linux on 2 Dec 2025 07:47:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
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 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 '/host/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:         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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
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/30286] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (1.45s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/ringsaturn/cities-swift.git
Fetching https://github.com/apple/swift-protobuf.git
[1/261] Fetching swifttimezonelookup
[28/352] Fetching swifttimezonelookup, cities-swift
[104/6821] Fetching swifttimezonelookup, cities-swift, package-benchmark
[6056/79823] Fetching swifttimezonelookup, cities-swift, package-benchmark, swift-syntax
Fetched https://github.com/ordo-one/package-benchmark from cache (1.87s)
[27364/114834] Fetching swifttimezonelookup, cities-swift, swift-syntax, swift-protobuf
Fetched https://github.com/ringsaturn/cities-swift.git from cache (1.89s)
[27687/114743] Fetching swifttimezonelookup, swift-syntax, swift-protobuf
Fetched https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git from cache (1.92s)
[28256/114482] Fetching swift-syntax, swift-protobuf
Fetched https://github.com/swiftlang/swift-syntax.git from cache (16.71s)
Fetched https://github.com/apple/swift-protobuf.git from cache (19.55s)
Computing version for https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Computed https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git at 1.0.7 (21.94s)
Computing version for https://github.com/ringsaturn/cities-swift.git
Computed https://github.com/ringsaturn/cities-swift.git at 0.1.1 (0.73s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.84s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.29.6 (0.76s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/ordo-one/package-jemalloc.git
[1/203] Fetching texttable
[28/805] Fetching texttable, hdrhistogram-swift
[512/840] Fetching texttable, hdrhistogram-swift, package-jemalloc
[841/2660] Fetching texttable, hdrhistogram-swift, package-jemalloc, swift-atomics
[1660/19537] Fetching texttable, hdrhistogram-swift, package-jemalloc, swift-atomics, swift-argument-parser
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.29s)
Fetched https://github.com/ordo-one/TextTable.git from cache (0.30s)
[3266/19299] Fetching hdrhistogram-swift, swift-atomics, swift-argument-parser
[3605/24481] Fetching hdrhistogram-swift, swift-atomics, swift-argument-parser, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
[18287/19299] Fetching hdrhistogram-swift, swift-atomics, swift-argument-parser
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.78s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.79s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (1.58s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.84s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (0.70s)
Fetching https://github.com/apple/swift-numerics
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.63s)
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.57s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.59s)
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.git
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift.git resolved at 0.1.3
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/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/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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/ordo-one/package-jemalloc.git
Working copy of https://github.com/ordo-one/package-jemalloc.git resolved at 1.0.0
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/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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
[0/12] Write sources
[4/12] Compiling CSystem shims.c
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/45] Emitting module SystemPackage
[8/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/49] Emitting module ArgumentParserToolInfo
[11/50] Compiling SystemPackage SystemString.swift
[12/50] Compiling SystemPackage Util+StringArray.swift
[13/50] Compiling SystemPackage Util.swift
[14/50] Compiling SystemPackage UtilConsumers.swift
[14/50] Wrapping AST for ArgumentParserToolInfo for debugging
[16/94] Compiling ArgumentParser FishCompletionsGenerator.swift
[17/94] Compiling ArgumentParser ZshCompletionsGenerator.swift
[18/94] Compiling ArgumentParser Argument.swift
[19/94] Compiling ArgumentParser ArgumentDiscussion.swift
[20/94] Compiling ArgumentParser NameSpecification.swift
[21/94] Compiling ArgumentParser Option.swift
[22/94] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/94] Compiling ArgumentParser CompletionsGenerator.swift
[24/94] Compiling ArgumentParser InputOrigin.swift
[25/94] Compiling ArgumentParser Name.swift
[26/94] Compiling ArgumentParser Parsed.swift
[27/94] Compiling ArgumentParser ParsedValues.swift
[28/94] Compiling ArgumentParser CommandConfiguration.swift
[29/94] Compiling ArgumentParser CommandGroup.swift
[30/94] Compiling ArgumentParser EnumerableFlag.swift
[31/94] Compiling ArgumentParser ExpressibleByArgument.swift
[32/94] Compiling ArgumentParser InputKey.swift
[33/94] Compiling ArgumentParser ArgumentVisibility.swift
[34/94] Compiling ArgumentParser CompletionKind.swift
[35/94] Compiling ArgumentParser Errors.swift
[36/94] Compiling ArgumentParser Flag.swift
[37/94] Compiling ArgumentParser ArgumentHelp.swift
[38/94] Compiling ArgumentParser ParsableArguments.swift
[39/94] Compiling ArgumentParser ParsableCommand.swift
[40/94] Compiling ArgumentParser ArgumentDecoder.swift
[41/94] Compiling ArgumentParser ArgumentDefinition.swift
[42/94] Compiling ArgumentParser ArgumentSet.swift
[43/94] Compiling ArgumentParser CommandParser.swift
[44/94] Compiling ArgumentParser OptionGroup.swift
[45/94] Compiling ArgumentParser AsyncParsableCommand.swift
[46/95] Wrapping AST for SystemPackage for debugging
[48/95] Emitting module ArgumentParser
[49/101] Compiling ArgumentParser CollectionExtensions.swift
[50/101] Compiling ArgumentParser Mutex.swift
[51/101] Compiling ArgumentParser Platform.swift
[52/101] Compiling ArgumentParser SequenceExtensions.swift
[53/101] Compiling ArgumentParser StringExtensions.swift
[54/101] Compiling ArgumentParser SwiftExtensions.swift
[68/101] Compiling ArgumentParser Tree.swift
[69/101] Compiling ArgumentParser CodingKeyValidator.swift
[70/101] Compiling ArgumentParser NonsenseFlagsValidator.swift
[71/101] Compiling ArgumentParser ParsableArgumentsValidation.swift
[72/101] Compiling ArgumentParser PositionalArgumentsValidator.swift
[73/101] Compiling ArgumentParser UniqueNamesValidator.swift
[79/101] Compiling ArgumentParser ParserError.swift
[80/101] Compiling ArgumentParser SplitArguments.swift
[81/101] Compiling ArgumentParser DumpHelpGenerator.swift
[82/101] Compiling ArgumentParser HelpCommand.swift
[83/101] Compiling ArgumentParser HelpGenerator.swift
[84/101] Compiling ArgumentParser MessageInfo.swift
[85/101] Compiling ArgumentParser UsageGenerator.swift
[98/102] Wrapping AST for ArgumentParser for debugging
[100/104] Emitting module BenchmarkBoilerplateGenerator
[101/104] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[102/105] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[103/105] Write Objects.LinkFileList
[104/105] 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 GenerateDoccReference
[5/5] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[5/65] Write sources
[9/65] Copying combined-with-oceans.reduce.preindex.bin
[9/65] Copying timezone16.bin
[9/65] Copying README.md
[9/65] Write sources
[13/65] Copying PrivacyInfo.xcprivacy
[14/65] Write sources
[20/65] Copying timezone21.bin
[21/65] Copying combined-with-oceans.reduce.bin
[22/65] Compiling _NumericsShims _NumericsShims.c
[23/65] Copying cities.json
[24/65] Compiling _AtomicsShims.c
[24/65] Write sources
[33/65] Compiling SwiftRuntimeHooks shims.c
[34/65] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[35/65] Compiling CSystem shims.c
[37/65] Compiling zonedetect.c
[38/65] Write swift-version-24593BA9C3E375BF.txt
[40/204] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[41/204] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[42/204] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[43/204] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[44/208] Compiling RealModule RealFunctions.swift
[45/209] Compiling SwiftTimeZoneLookup resource_bundle_accessor.swift
[46/209] Compiling RealModule Real.swift
[47/209] Compiling SwiftProtobuf FieldTag.swift
[48/209] Compiling SwiftProtobuf FieldTypes.swift
[49/209] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[50/209] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[51/209] Compiling RealModule RelaxedArithmetic.swift
[52/209] Compiling RealModule Float16+Real.swift
[53/209] Compiling RealModule Float80+Real.swift
[54/209] Compiling SwiftProtobuf BytecodeInterpreter.swift
[55/209] Compiling SwiftProtobuf BytecodeReader.swift
[56/209] Compiling SwiftProtobuf CustomJSONCodable.swift
[57/209] Compiling SwiftProtobuf Decoder.swift
[58/209] Compiling SwiftProtobuf DoubleParser.swift
[59/209] Compiling SwiftProtobuf Enum.swift
[60/209] Emitting module BenchmarkShared
[61/209] Compiling BenchmarkShared Command+Helpers.swift
[62/209] Compiling SwiftProtobuf AsyncMessageSequence.swift
[63/209] Compiling SwiftProtobuf BinaryDecoder.swift
[64/209] Compiling SwiftProtobuf BinaryDecodingError.swift
[65/209] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[66/210] Emitting module SwiftTimeZoneLookup
[67/210] Compiling SwiftTimeZoneLookup SwiftTimeZoneLookup.swift
[70/211] Emitting module RealModule
[72/232] Compiling Atomics ManagedAtomicLazyReference.swift
[73/232] Compiling Atomics UnsafeAtomic.swift
[74/232] Compiling Atomics UnsafeAtomicLazyReference.swift
[75/232] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[76/232] Compiling SwiftProtobuf HashVisitor.swift
[77/232] Compiling SwiftProtobuf Internal.swift
[78/232] Compiling SwiftProtobuf AnyMessageStorage.swift
[79/232] Compiling SwiftProtobuf AnyUnpackError.swift
[80/233] Emitting module SystemPackage
[81/233] Compiling Atomics ManagedAtomic.swift
[85/236] Compiling Atomics AtomicStorage.swift
[86/236] Compiling Atomics AtomicValue.swift
[87/236] Compiling Atomics AtomicMemoryOrderings.swift
[88/236] Compiling Atomics DoubleWord.swift
[90/236] Emitting module ArgumentParserToolInfo
[91/237] Emitting module SystemPackage
[93/247] Compiling Atomics IntegerOperations.swift
[94/247] Compiling Atomics Unmanaged extensions.swift
[95/248] Compiling SystemPackage SystemString.swift
[96/248] Compiling SystemPackage Util+StringArray.swift
[97/248] Compiling SystemPackage Util.swift
[98/248] Compiling SystemPackage UtilConsumers.swift
[99/248] Compiling Atomics OptionalRawRepresentable.swift
[100/248] Compiling Atomics RawRepresentable.swift
[101/248] Compiling Atomics AtomicBool.swift
[102/248] Compiling ComplexModule Complex+ElementaryFunctions.swift
[103/248] Compiling ComplexModule Complex+Hashable.swift
[104/248] Compiling ComplexModule Complex+IntegerLiteral.swift
[104/248] Wrapping AST for SystemPackage for debugging
[106/248] Compiling ComplexModule Complex+StringConvertible.swift
[107/249] Compiling ComplexModule Polar.swift
[108/249] Compiling ComplexModule Complex+Numeric.swift
[111/249] Compiling ComplexModule Complex.swift
[112/249] Compiling ComplexModule Scale.swift
[113/250] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[114/250] Compiling ComplexModule Complex+AlgebraicField.swift
[115/250] Compiling ComplexModule Complex+Codable.swift
[124/251] Compiling ArgumentParserToolInfo ToolInfo.swift
[125/251] Emitting module ArgumentParserToolInfo
[125/252] Wrapping AST for SwiftTimeZoneLookup for debugging
[131/252] Wrapping AST for SystemPackage for debugging
[133/252] Emitting module ComplexModule
[134/253] Emitting module geometry
[134/253] Wrapping AST for RealModule for debugging
[137/253] Compiling Cities resource_bundle_accessor.swift
[137/253] Wrapping AST for BenchmarkShared for debugging
[139/253] Compiling Cities City.swift
[140/297] Emitting module Cities
[141/297] Compiling Cities Cities.swift
[141/300] Wrapping AST for ComplexModule for debugging
[144/300] Compiling geometry geo.swift
[145/301] Emitting module ArgumentParser
[146/301] Compiling Numerics Numerics.swift
[147/302] Emitting module Numerics
[148/303] Compiling ArgumentParser UsageGenerator.swift
[149/303] Compiling ArgumentParser CollectionExtensions.swift
[150/303] Compiling ArgumentParser Mutex.swift
[151/303] Compiling ArgumentParser Platform.swift
[152/303] Compiling ArgumentParser SequenceExtensions.swift
[153/303] Compiling ArgumentParser StringExtensions.swift
[154/303] Compiling ArgumentParser SwiftExtensions.swift
[155/303] Compiling SwiftProtobuf Message.swift
[156/303] Compiling SwiftProtobuf MessageExtension.swift
[157/303] Compiling SwiftProtobuf NameMap.swift
[158/303] Compiling SwiftProtobuf PathDecoder.swift
[159/303] Compiling SwiftProtobuf PathVisitor.swift
[159/314] Wrapping AST for ArgumentParserToolInfo for debugging
[164/314] Wrapping AST for Cities for debugging
[166/314] Compiling ArgumentParser ArgumentHelp.swift
[167/314] Compiling ArgumentParser ParsableArguments.swift
[168/314] Compiling ArgumentParser ParsableCommand.swift
[169/314] Compiling ArgumentParser ArgumentDecoder.swift
[170/314] Compiling ArgumentParser ArgumentDefinition.swift
[171/314] Compiling ArgumentParser ArgumentSet.swift
[172/314] Compiling ArgumentParser CommandParser.swift
[173/314] Compiling ArgumentParser OptionGroup.swift
[174/314] Compiling ArgumentParser AsyncParsableCommand.swift
[175/314] Compiling ArgumentParser CommandConfiguration.swift
[176/314] Compiling ArgumentParser CommandGroup.swift
[177/314] Compiling ArgumentParser EnumerableFlag.swift
[177/314] Wrapping AST for geometry for debugging
[178/314] Wrapping AST for Numerics for debugging
[180/314] Emitting module SwiftProtobuf
[180/314] Wrapping AST for ArgumentParser for debugging
[182/317] Emitting module Atomics
[183/317] Emitting module BenchmarkBoilerplateGenerator
[184/318] Compiling ArgumentParser ArgumentVisibility.swift
[185/318] Compiling ArgumentParser CompletionKind.swift
[186/318] Compiling ArgumentParser Errors.swift
[187/319] Emitting module Histogram
[195/325] Compiling ArgumentParser InputKey.swift
[196/325] Compiling ArgumentParser InputOrigin.swift
[197/325] Compiling ArgumentParser Name.swift
[198/325] Compiling ArgumentParser Parsed.swift
[199/325] Compiling ArgumentParser ParsedValues.swift
[200/325] Compiling ArgumentParser ParserError.swift
[201/325] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[202/325] Wrapping AST for Atomics for debugging
[203/325] Write Objects.LinkFileList
[204/325] Linking BenchmarkBoilerplateGenerator-tool
[205/325] Generating plugin support files
[206/325] Write sources
[208/325] Compiling ArgumentParser Tree.swift
[209/325] Compiling ArgumentParser CodingKeyValidator.swift
[210/325] Compiling ArgumentParser NonsenseFlagsValidator.swift
[211/325] Compiling ArgumentParser ParsableArgumentsValidation.swift
[212/325] Compiling ArgumentParser PositionalArgumentsValidator.swift
[213/325] Compiling ArgumentParser UniqueNamesValidator.swift
[214/325] Emitting module ArgumentParser
[215/325] Compiling ArgumentParser BashCompletionsGenerator.swift
[216/325] Compiling ArgumentParser CompletionsGenerator.swift
[217/325] Compiling ArgumentParser FishCompletionsGenerator.swift
[218/325] Compiling ArgumentParser ZshCompletionsGenerator.swift
[219/325] Compiling ArgumentParser Argument.swift
[220/325] Compiling ArgumentParser ArgumentDiscussion.swift
[225/325] Compiling ArgumentParser Flag.swift
[226/325] Compiling ArgumentParser NameSpecification.swift
[227/325] Compiling ArgumentParser Option.swift
[228/325] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[229/325] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[230/325] Compiling SwiftProtobuf TextFormatScanner.swift
[231/325] Compiling SwiftProtobuf TimeUtils.swift
[232/325] Compiling SwiftProtobuf UnknownStorage.swift
[233/325] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[234/325] Compiling SwiftProtobuf Varint.swift
[235/325] Compiling SwiftProtobuf Version.swift
[236/325] Compiling SwiftProtobuf Visitor.swift
[237/325] Compiling SwiftProtobuf WireFormat.swift
[238/325] Compiling SwiftProtobuf ZigZag.swift
[239/325] Compiling SwiftProtobuf any.pb.swift
[241/325] Compiling SwiftProtobuf JSONDecodingError.swift
[242/325] Compiling SwiftProtobuf JSONDecodingOptions.swift
[243/325] Compiling SwiftProtobuf JSONEncoder.swift
[244/325] Compiling SwiftProtobuf JSONEncodingError.swift
[245/325] Compiling SwiftProtobuf JSONEncodingOptions.swift
[246/325] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[247/325] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[248/325] Compiling SwiftProtobuf JSONScanner.swift
[249/325] Compiling SwiftProtobuf MathUtils.swift
[250/325] Compiling SwiftProtobuf Message+AnyAdditions.swift
[251/325] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[252/325] Compiling SwiftProtobuf ProtoNameProviding.swift
[253/325] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[254/325] Compiling SwiftProtobuf ProtobufMap.swift
[255/325] Compiling SwiftProtobuf SelectiveVisitor.swift
[256/325] Compiling SwiftProtobuf SimpleExtensionMap.swift
[257/325] Compiling SwiftProtobuf StringUtils.swift
[258/325] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[259/325] Compiling SwiftProtobuf SwiftProtobufError.swift
[260/325] Compiling SwiftProtobuf TextFormatDecoder.swift
[261/325] Compiling SwiftProtobuf TextFormatDecodingError.swift
[262/325] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[263/325] Compiling SwiftProtobuf TextFormatEncoder.swift
[264/325] Compiling Histogram Histogram.swift
[265/326] Wrapping AST for Histogram for debugging
[267/326] Compiling ArgumentParser ExpressibleByArgument.swift
[274/326] Compiling ArgumentParser SplitArguments.swift
[275/326] Compiling ArgumentParser DumpHelpGenerator.swift
[276/326] Compiling ArgumentParser HelpCommand.swift
[277/326] Compiling ArgumentParser HelpGenerator.swift
[278/326] Compiling ArgumentParser MessageInfo.swift
[309/327] Wrapping AST for ArgumentParser for debugging
[311/355] Compiling Benchmark NIOLock.swift
[312/355] Compiling Benchmark lock.swift
[313/355] Compiling Benchmark OperatingSystemStats.swift
[314/355] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
[315/358] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
[316/358] Compiling Benchmark OutputSuppressor.swift
[317/358] Compiling Benchmark Progress.swift
[318/358] Emitting module Benchmark
[319/358] Compiling Benchmark ProgressElements.swift
[320/358] Compiling Benchmark Utilities.swift
[321/358] Compiling Benchmark Statistics.swift
[322/358] Compiling Benchmark BenchmarkRunner.swift
[323/358] Compiling Benchmark BenchmarkThresholds+Defaults.swift
[324/358] Compiling Benchmark BenchmarkThresholds.swift
[325/358] Compiling Benchmark Blackhole.swift
[326/358] Compiling Benchmark BenchmarkMetric+Defaults.swift
[327/358] Compiling Benchmark BenchmarkMetric.swift
[328/358] Compiling Benchmark BenchmarkResult.swift
[329/358] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
[330/358] Compiling Benchmark BenchmarkClock.swift
[331/358] Compiling Benchmark BenchmarkExecutor+Extensions.swift
[332/358] Compiling Benchmark BenchmarkExecutor.swift
[333/358] Compiling Benchmark BenchmarkInternals.swift
[334/358] Compiling Benchmark Int+Extensions.swift
[335/358] Compiling Benchmark MallocStats+jemalloc-support.swift
[336/358] Compiling Benchmark MallocStats.swift
[337/358] Compiling Benchmark MallocStatsProducer+jemalloc.swift
[338/358] Compiling Benchmark ARCStats.swift
[339/358] Compiling Benchmark ARCStatsProducer.swift
[340/358] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
[341/358] Compiling Benchmark Benchmark.swift
[342/359] Wrapping AST for Benchmark for debugging
[344/359] Compiling SwiftProtobuf api.pb.swift
[345/359] Compiling SwiftProtobuf descriptor.pb.swift
[346/359] Compiling SwiftProtobuf duration.pb.swift
[347/359] Compiling SwiftProtobuf empty.pb.swift
[348/359] Compiling SwiftProtobuf field_mask.pb.swift
[349/359] Compiling SwiftProtobuf source_context.pb.swift
[350/359] Compiling SwiftProtobuf struct.pb.swift
[351/359] Compiling SwiftProtobuf timestamp.pb.swift
[352/359] Compiling SwiftProtobuf type.pb.swift
[353/359] Compiling SwiftProtobuf wrappers.pb.swift
[354/359] Compiling SwiftProtobuf resource_bundle_accessor.swift
[355/360] Wrapping AST for SwiftProtobuf for debugging
[357/364] Compiling tzf resource_bundle_accessor.swift
[358/364] Compiling tzf Finders.swift
[359/364] Emitting module tzf
[360/364] Compiling tzf tzinfo.pb.swift
[361/365] Wrapping AST for tzf for debugging
[363/368] Emitting module TimezoneFinderBenchmarks
[364/368] Compiling TimezoneFinderBenchmarks TimezoneFinderBenchmarks.swift
[365/368] Compiling TimezoneFinderBenchmarks __BenchmarkBoilerplate.swift
[366/369] Wrapping AST for TimezoneFinderBenchmarks for debugging
[367/369] Write Objects.LinkFileList
[368/369] Linking TimezoneFinderBenchmarks
Build complete! (247.13s)
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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.