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 v1.0.0 (a16f92), with Swift 6.1 for Linux on 1 May 2025 02:08:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: v1.0.0
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
 * tag               v1.0.0     -> FETCH_HEAD
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 v1.0.0
========================================
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" 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.75s)
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/ringsaturn/cities-swift.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Fetching https://github.com/apple/swift-protobuf.git
[1/5904] Fetching package-benchmark
[2009/6165] Fetching package-benchmark, swifttimezonelookup
[2744/6236] Fetching package-benchmark, swifttimezonelookup, cities-swift
Fetched https://github.com/ordo-one/package-benchmark from cache (0.39s)
[88/332] Fetching swifttimezonelookup, cities-swift
[333/70623] Fetching swifttimezonelookup, cities-swift, swift-syntax
[3145/109127] Fetching swifttimezonelookup, cities-swift, swift-syntax, swift-protobuf
Fetched https://github.com/ringsaturn/cities-swift.git from cache (0.82s)
[12162/109056] Fetching swifttimezonelookup, swift-syntax, swift-protobuf
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.22s)
Fetched https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git from cache (7.68s)
Fetched https://github.com/apple/swift-protobuf.git from cache (7.75s)
Computing version for https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Computed https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git at 1.0.7 (9.82s)
Computing version for https://github.com/ringsaturn/cities-swift.git
Computed https://github.com/ringsaturn/cities-swift.git at 0.1.1 (0.41s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.45s)
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/HdrHistogram/hdrhistogram-swift
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/ordo-one/package-jemalloc
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/ordo-one/TextTable
[1/602] Fetching hdrhistogram-swift
[134/637] Fetching hdrhistogram-swift, package-jemalloc
[638/840] Fetching hdrhistogram-swift, package-jemalloc, texttable
[841/2545] Fetching hdrhistogram-swift, package-jemalloc, texttable, swift-atomics
[961/6912] Fetching hdrhistogram-swift, package-jemalloc, texttable, swift-atomics, swift-system
Fetched https://github.com/ordo-one/TextTable from cache (0.37s)
Fetched https://github.com/apple/swift-atomics from cache (0.37s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/ordo-one/package-jemalloc from cache (0.83s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift from cache (0.83s)
Fetched https://github.com/apple/swift-system from cache (0.83s)
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.41s)
Computing version for https://github.com/ordo-one/TextTable
Computed https://github.com/ordo-one/TextTable at 0.0.2 (0.50s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift
Computed https://github.com/HdrHistogram/hdrhistogram-swift at 0.1.3 (0.47s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.36s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.84s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.48s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.63s)
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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at e76a44f (e76a44f)
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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
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/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/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/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/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
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/42] Emitting module SystemPackage
[8/45] Emitting module ArgumentParserToolInfo
[9/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/46] Compiling SystemPackage Errno.swift
[12/46] Compiling SystemPackage ErrnoWindows.swift
[13/46] Compiling SystemPackage FileDescriptor.swift
[14/46] Compiling SystemPackage FileHelpers.swift
[15/46] Compiling SystemPackage MachPort.swift
[16/46] Compiling SystemPackage PlatformString.swift
[17/46] Compiling SystemPackage SystemString.swift
[18/46] Compiling SystemPackage FileOperations.swift
[19/46] Compiling SystemPackage FilePath.swift
[20/46] Compiling SystemPackage FilePathComponentView.swift
[21/46] Compiling SystemPackage FilePathComponents.swift
[21/46] Wrapping AST for ArgumentParserToolInfo for debugging
[23/46] Compiling SystemPackage Util+StringArray.swift
[24/46] Compiling SystemPackage Util.swift
[25/46] Compiling SystemPackage UtilConsumers.swift
[26/84] Compiling ArgumentParser ParsableCommand.swift
[27/84] Compiling ArgumentParser ArgumentDecoder.swift
[28/84] Compiling ArgumentParser OptionGroup.swift
[29/84] Compiling ArgumentParser AsyncParsableCommand.swift
[30/84] Compiling ArgumentParser HelpCommand.swift
[31/84] Compiling ArgumentParser HelpGenerator.swift
[32/84] Compiling ArgumentParser MessageInfo.swift
[33/84] Compiling ArgumentParser UsageGenerator.swift
[34/84] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/84] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/84] Compiling ArgumentParser Argument.swift
[37/84] Compiling ArgumentParser ArgumentHelp.swift
[38/84] Compiling ArgumentParser CommandConfiguration.swift
[39/84] Compiling ArgumentParser CommandGroup.swift
[40/84] Compiling ArgumentParser EnumerableFlag.swift
[41/84] Compiling ArgumentParser DumpHelpGenerator.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Emitting module ArgumentParser
[45/90] Compiling ArgumentParser Name.swift
[46/90] Compiling ArgumentParser Parsed.swift
[47/90] Compiling ArgumentParser ParsedValues.swift
[48/90] Compiling ArgumentParser ParserError.swift
[49/90] Compiling ArgumentParser SplitArguments.swift
[50/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/90] Compiling ArgumentParser CompletionsGenerator.swift
[56/90] Compiling ArgumentParser ArgumentVisibility.swift
[57/90] Compiling ArgumentParser CompletionKind.swift
[58/90] Compiling ArgumentParser Errors.swift
[59/90] Compiling ArgumentParser Flag.swift
[60/90] Compiling ArgumentParser NameSpecification.swift
[61/90] Compiling ArgumentParser Option.swift
[62/90] Compiling ArgumentParser CollectionExtensions.swift
[63/90] Compiling ArgumentParser Platform.swift
[64/90] Compiling ArgumentParser SequenceExtensions.swift
[65/90] Compiling ArgumentParser StringExtensions.swift
[66/90] Compiling ArgumentParser Tree.swift
[67/90] Compiling ArgumentParser ExpressibleByArgument.swift
[68/90] Compiling ArgumentParser ParsableArguments.swift
[69/90] Compiling ArgumentParser ParsableArgumentsValidation.swift
[77/90] Compiling ArgumentParser ArgumentDefinition.swift
[78/90] Compiling ArgumentParser ArgumentSet.swift
[79/90] Compiling ArgumentParser CommandParser.swift
[80/90] Compiling ArgumentParser InputKey.swift
[81/90] Compiling ArgumentParser InputOrigin.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] Write sources
[5/64] Copying combined-with-oceans.reduce.preindex.bin
[6/64] Copying combined-with-oceans.reduce.bin
[6/64] Write sources
[10/64] Copying timezone21.bin
[11/64] Copying timezone16.bin
[12/64] Copying README.md
[13/64] Write sources
[14/64] Compiling CSystem shims.c
[14/64] Copying PrivacyInfo.xcprivacy
[14/64] Write sources
[22/64] Compiling CSystem shims.c
[22/64] Write sources
[31/64] Compiling _NumericsShims _NumericsShims.c
[32/64] Compiling SwiftRuntimeHooks shims.c
[33/64] Compiling _AtomicsShims.c
[34/64] Copying cities.json
[35/64] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[36/64] Compiling zonedetect.c
[37/64] Write swift-version-24593BA9C3E375BF.txt
[39/197] Compiling SwiftTimeZoneLookup resource_bundle_accessor.swift
[40/197] Compiling RealModule ElementaryFunctions.swift
[41/198] Compiling RealModule Real.swift
[42/198] Emitting module Shared
[43/198] Compiling Shared Command+Helpers.swift
[44/199] Compiling RealModule RealFunctions.swift
[45/199] Compiling RealModule Float80+Real.swift
[46/199] Compiling RealModule Float16+Real.swift
[47/199] Compiling RealModule Float+Real.swift
[49/199] Compiling SwiftProtobuf CustomJSONCodable.swift
[50/199] Compiling SwiftProtobuf Decoder.swift
[51/199] Compiling SwiftProtobuf DoubleParser.swift
[52/199] Compiling SwiftProtobuf Enum.swift
[53/199] Emitting module SwiftTimeZoneLookup
[54/199] Compiling SwiftTimeZoneLookup SwiftTimeZoneLookup.swift
[55/200] Emitting module RealModule
[58/220] Compiling Atomics UnsafeAtomic.swift
[59/220] Compiling Atomics UnsafeAtomicLazyReference.swift
[60/220] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[61/220] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[62/223] Emitting module SystemPackage
[64/228] Compiling Atomics RawRepresentable.swift
[65/228] Compiling Atomics AtomicBool.swift
[66/228] Compiling Atomics ManagedAtomic.swift
[67/228] Compiling Atomics ManagedAtomicLazyReference.swift
[68/231] Compiling SwiftProtobuf HashVisitor.swift
[69/231] Compiling SwiftProtobuf Internal.swift
[70/231] Compiling SwiftProtobuf JSONDecoder.swift
[71/231] Compiling SwiftProtobuf JSONDecodingError.swift
[72/231] Compiling SwiftProtobuf AnyMessageStorage.swift
[73/231] Compiling SwiftProtobuf AnyUnpackError.swift
[74/231] Compiling SwiftProtobuf AsyncMessageSequence.swift
[77/233] Compiling Atomics AtomicReference.swift
[78/233] Compiling Atomics AtomicStorage.swift
[79/233] Compiling Atomics AtomicValue.swift
[80/233] Compiling Atomics IntegerConformances.swift
[83/233] Compiling Atomics AtomicMemoryOrderings.swift
[84/233] Compiling Atomics DoubleWord.swift
[86/233] Emitting module ArgumentParserToolInfo
[87/233] Compiling Atomics AtomicOptionalWrappable.swift
[90/233] Compiling Atomics OptionalRawRepresentable.swift
[91/234] Compiling Atomics Primitives.shims.swift
[92/234] Compiling Atomics AtomicInteger.swift
[97/234] Compiling Atomics IntegerOperations.swift
[98/234] Compiling Atomics Unmanaged extensions.swift
[99/234] Compiling SystemPackage Util+StringArray.swift
[100/234] Compiling SystemPackage Util.swift
[101/234] Compiling SystemPackage UtilConsumers.swift
[102/234] Compiling Atomics PointerConformances.swift
[103/234] Compiling Atomics Primitives.native.swift
[106/235] Compiling ComplexModule Arithmetic.swift
[107/235] Compiling ComplexModule Complex.swift
[108/235] Emitting module ArgumentParserToolInfo
[110/236] Wrapping AST for SystemPackage for debugging
[113/236] Emitting module ComplexModule
[114/236] Compiling ArgumentParserToolInfo ToolInfo.swift
[115/237] Compiling ComplexModule ElementaryFunctions.swift
[116/237] Compiling SwiftProtobuf Message+JSONAdditions.swift
[117/237] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[118/237] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[119/237] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[120/237] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[121/237] Compiling SwiftProtobuf Message.swift
[122/237] Compiling SwiftProtobuf MessageExtension.swift
[123/237] Compiling SwiftProtobuf NameMap.swift
[124/237] Compiling SwiftProtobuf PathDecoder.swift
[125/237] Compiling SwiftProtobuf PathVisitor.swift
[126/237] Compiling SwiftProtobuf ProtoNameProviding.swift
[127/237] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[127/248] Wrapping AST for SwiftTimeZoneLookup for debugging
[129/249] Wrapping AST for Shared for debugging
[130/250] Wrapping AST for RealModule for debugging
[131/287] Wrapping AST for ArgumentParserToolInfo for debugging
[134/287] Compiling Cities resource_bundle_accessor.swift
[135/287] Compiling Cities Cities.swift
[136/287] Compiling Cities City.swift
[137/287] Emitting module Cities
[139/288] Emitting module geometry
[140/288] Compiling geometry geo.swift
[140/289] Wrapping AST for Cities for debugging
[143/289] Emitting module ArgumentParser
[144/290] Wrapping AST for geometry for debugging
[146/290] Emitting module Atomics
[147/290] Emitting module ArgumentParser
[148/295] Emitting module SwiftProtobuf
[148/295] Wrapping AST for ArgumentParser for debugging
[150/295] Compiling ArgumentParser ExpressibleByArgument.swift
[151/295] Compiling ArgumentParser ParsableArguments.swift
[152/295] Compiling ArgumentParser ParsableArgumentsValidation.swift
[153/295] Compiling ArgumentParser CommandGroup.swift
[154/295] Compiling ArgumentParser EnumerableFlag.swift
[155/295] Compiling ArgumentParser BashCompletionsGenerator.swift
[157/297] Compiling ArgumentParser Name.swift
[158/297] Compiling ArgumentParser Parsed.swift
[159/297] Compiling ArgumentParser ParsedValues.swift
[160/297] Compiling ArgumentParser ParserError.swift
[161/297] Compiling ArgumentParser SplitArguments.swift
[161/297] Wrapping AST for Atomics for debugging
[163/297] Emitting module BenchmarkBoilerplateGenerator
[164/298] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[165/298] Write Objects.LinkFileList
[167/298] Compiling ArgumentParser OptionGroup.swift
[168/298] Compiling ArgumentParser AsyncParsableCommand.swift
[169/298] Compiling ArgumentParser CommandConfiguration.swift
[173/298] Compiling ArgumentParser CompletionsGenerator.swift
[174/298] Compiling ArgumentParser FishCompletionsGenerator.swift
[175/298] Compiling ArgumentParser ZshCompletionsGenerator.swift
[176/298] Compiling ArgumentParser Argument.swift
[177/298] Compiling ArgumentParser ArgumentHelp.swift
[181/298] Compiling ArgumentParser ParsableCommand.swift
[182/298] Compiling ArgumentParser ArgumentDecoder.swift
[183/298] Compiling ArgumentParser CollectionExtensions.swift
[184/298] Compiling ArgumentParser Platform.swift
[185/298] Compiling ArgumentParser SequenceExtensions.swift
[186/298] Compiling ArgumentParser StringExtensions.swift
[187/298] Compiling ArgumentParser Tree.swift
[188/298] Compiling ComplexModule Differentiable.swift
[189/299] Compiling ArgumentParser DumpHelpGenerator.swift
[190/299] Compiling ArgumentParser HelpCommand.swift
[191/299] Compiling ArgumentParser HelpGenerator.swift
[192/299] Compiling ArgumentParser MessageInfo.swift
[193/299] Compiling ArgumentParser UsageGenerator.swift
[194/299] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[195/299] Compiling SwiftProtobuf TextFormatScanner.swift
[196/299] Compiling SwiftProtobuf TimeUtils.swift
[197/299] Compiling SwiftProtobuf UnknownStorage.swift
[198/299] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[199/299] Compiling SwiftProtobuf Varint.swift
[200/299] Compiling SwiftProtobuf Version.swift
[201/299] Compiling SwiftProtobuf Visitor.swift
[202/299] Compiling SwiftProtobuf WireFormat.swift
[203/299] Compiling SwiftProtobuf ZigZag.swift
[204/299] Compiling SwiftProtobuf any.pb.swift
[205/299] Compiling SwiftProtobuf ProtobufMap.swift
[206/299] Compiling SwiftProtobuf SelectiveVisitor.swift
[207/299] Compiling SwiftProtobuf SimpleExtensionMap.swift
[208/299] Compiling SwiftProtobuf StringUtils.swift
[209/299] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[210/299] Compiling SwiftProtobuf SwiftProtobufError.swift
[211/299] Compiling SwiftProtobuf TextFormatDecoder.swift
[212/299] Compiling SwiftProtobuf TextFormatDecodingError.swift
[213/299] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[214/299] Compiling SwiftProtobuf TextFormatEncoder.swift
[215/299] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[216/299] Linking BenchmarkBoilerplateGenerator-tool
[217/299] Wrapping AST for ComplexModule for debugging
[218/299] Generating plugin support files
[219/299] Write sources
[221/301] Compiling Numerics Numerics.swift
[222/301] Emitting module Numerics
[223/301] Compiling ArgumentParser ArgumentDefinition.swift
[224/301] Compiling ArgumentParser ArgumentSet.swift
[225/301] Compiling ArgumentParser CommandParser.swift
[226/301] Compiling ArgumentParser InputKey.swift
[227/301] Compiling ArgumentParser InputOrigin.swift
[228/301] Compiling ArgumentParser ArgumentVisibility.swift
[229/301] Compiling ArgumentParser CompletionKind.swift
[230/301] Compiling ArgumentParser Errors.swift
[231/301] Compiling ArgumentParser Flag.swift
[232/301] Compiling ArgumentParser NameSpecification.swift
[233/301] Compiling ArgumentParser Option.swift
[235/303] Wrapping AST for Numerics for debugging
[236/303] Wrapping AST for ArgumentParser for debugging
[244/305] Compiling SwiftProtobuf JSONScanner.swift
[245/305] Compiling SwiftProtobuf MathUtils.swift
[246/305] Compiling SwiftProtobuf Message+AnyAdditions.swift
[247/305] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[248/305] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[249/305] Compiling SwiftProtobuf Message+FieldMask.swift
[286/305] Emitting module Histogram
[287/305] Compiling Histogram Histogram.swift
[288/306] Wrapping AST for Histogram for debugging
[290/334] Compiling Benchmark BenchmarkMetric+Defaults.swift
[291/334] Compiling Benchmark BenchmarkMetric.swift
[292/334] Compiling Benchmark BenchmarkResult.swift
[293/334] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
[294/337] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
[295/337] Compiling Benchmark OutputSuppressor.swift
[296/337] Compiling Benchmark Progress.swift
[297/337] Compiling Benchmark NIOLock.swift
[298/337] Compiling Benchmark lock.swift
[299/337] Compiling Benchmark OperatingSystemStats.swift
[300/337] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
[301/337] Emitting module Benchmark
[302/337] Compiling Benchmark BenchmarkClock.swift
[303/337] Compiling Benchmark BenchmarkExecutor+Extensions.swift
[304/337] Compiling Benchmark BenchmarkExecutor.swift
[305/337] Compiling Benchmark BenchmarkInternals.swift
[306/337] Compiling Benchmark ARCStats.swift
[307/337] Compiling Benchmark ARCStatsProducer.swift
[308/337] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
[309/337] Compiling Benchmark Benchmark.swift
[310/337] Compiling Benchmark ProgressElements.swift
[311/337] Compiling Benchmark Utilities.swift
[312/337] Compiling Benchmark Statistics.swift
[313/337] Compiling Benchmark BenchmarkRunner.swift
[314/337] Compiling Benchmark BenchmarkThresholds+Defaults.swift
[315/337] Compiling Benchmark BenchmarkThresholds.swift
[316/337] Compiling Benchmark Blackhole.swift
[317/337] Compiling Benchmark Int+Extensions.swift
[318/337] Compiling Benchmark MallocStats+jemalloc-support.swift
[319/337] Compiling Benchmark MallocStats.swift
[320/337] Compiling Benchmark MallocStatsProducer+jemalloc.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] Emitting module TimezoneFinderBenchmarks
[344/347] Compiling TimezoneFinderBenchmarks TimezoneFinderBenchmarks.swift
[345/348] Wrapping AST for TimezoneFinderBenchmarks for debugging
[346/348] Write Objects.LinkFileList
[347/348] Linking TimezoneFinderBenchmarks
Build complete! (113.91s)
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.